
/* 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: url(/webapp/skins/public/examples/shared/bg.jpg);
    color: #222222;
	font-size: 12px;
}

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 0 0 10px;
	height: 60px;
	text-align: left;
	line-height: 40px;
	border-bottom: #999999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#hd .logo
{
	color: black;
	font-size: 3em;
	font-weight: bold;
    margin-top: 20px;
}

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

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

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

