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

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

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

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

#hd h1 {
	font-size: 3em;
	font-weight: bold;
    margin-top: 20px;
    display: block;
    width: 460px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #808080;
    background: #F7E7C6 url(/webapp/www/images/phocoa-logo.png) no-repeat;
    padding-left: 130px;
    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;
}

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; 
}

/******************************************************************************
* page
*******************************************************************************/

#page
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	background-color: #F7E7C6;
}

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

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


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

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

body>#page #bd
{
	width: 559px;
}

/******************************************************************************
* 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;
}

