
/* Remember that anytime you set up something with a background color to apply a decent text color AND a:LVHA colors!!! */

/******************************************************************************
* General
*******************************************************************************/

body, html
{
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: inherit;
    background: #377D9F url(/webapp/skins/public/examples/shared/tilebg.png);

    color: #222222;
}

body, table, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

pre {
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    /* width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#hd h1 {
	font-size: 3em;
	font-weight: bold;
    margin-top: 20px;
    display: block;
    width: 460px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding-left: 130px;
    border: 1px solid #808080;
    background: #F7E7C6 url(/webapp/www/images/phocoa-logo.png) no-repeat;
    color: #377D9F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /* text-shadow: #888888 3px 3px 2px; */
}
.yui-skin-sam #mainMenu.yuimenubar {
    background: #F6D61F;
}

#mainMenu {
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    font-weight: bold;
    background-color: #EB5324;
}

th, td {
    border: 0;
    padding: 0;
}

img {
    border: 0;
}

a:link 
{
   text-decoration: underline;
   color: #111111;
}

a:visited 
{
   text-decoration: underline;
   color: #111111;
}

a:hover 
{
   text-decoration: underline;
   color: #111111;
}

a:active 
{
   text-decoration: underline;
   color: #111111;
}


.sm 
{ 
	font-size: 10px; 
}

#exampleNav {
	padding: 10px;
}
#yui-main .yui-b {
	padding: 10px;
    border-left: 1px solid #666666;
}

/******************************************************************************
* hd
*******************************************************************************/

#hd
{
    position: relative;
	margin: 0;
	padding: 0;
	height: 110px;
	text-align: left;
	line-height: 40px;
	border: none;
}

/******************************************************************************
* bd
*******************************************************************************/

#bd
{
	margin: 0;
	text-align: left;
    border-style: solid;
    border-color: #666666;
    border-width: 0 1px 1px 1px;
    background: #F7E7C6;
}

/******************************************************************************
* ft
*******************************************************************************/

#ft
{
	margin: 0;
	padding: 0;
	clear: both;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-color: #999999;
	border-width: 1px 0 0 0;
	border-style: solid;
}


