/* evo styles
background-outside: #9DB0CC;
background-inside: #D3E0F3;

HREF link: #C9740A;
HREF hover: #D64E27;

Content #3A54A5 ==> #202A5C

Font-color #3DB4E8;
*/

html
{
	height: 100%;
}

body
{
	margin:0px 0px 0px 0px;
	background-color:#9DB0CC; 
	font-family:Arial;
	font-size:0.8em;
	height:100%;
}


#mainContainer
{
	position: relative;
	min-height:100%; 
	/*background-color: #D3E0F3;*/
}

#clientContent
{
	padding-bottom:20px;
}

#header
{
	height: 93px;
	width: 100%;
	background:#D75B27 url(/images20/header.jpg) no-repeat;
	color:#202A5C;
}

#header a {color:#202A5C; text-decoration: none;}
#header a:hover {color:#FFF;}

.content
{
	background: #202A5C url(/images20/content.jpg) repeat-y;
	color:#3DB4E8;
}

a {color:#C9740A; text-decoration: none;}
a:hover {color:#FFF;}


#leftside ul.box li a 
{
	color:#C9740A;
}



/*********************************\
*       START main menu bar       *
\*********************************/

#mainMenu 
{
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Arial;
	font-weight:bolder;
	font-size: 0.9em;
}

#mainMenu a 
{
	color: #C9740A;
	padding: 6px 9px 6px 9px;
	text-decoration: none;
	border-right: 1px solid #000;
}

#mainMenu a:hover {color:#D64E27; background: url(/images20/menuhover.jpg) center left repeat-x;}
#mainMenu li.current a {background: url(/images20/menuhover.jpg) center left repeat-x;}
#mainMenu li.currentparent a {background: url(/images20/menuhover.jpg) center left repeat-x;}


#mainMenu ul 
{
	background: #1C4E9C url(/evoImages/menu.jpg) center left repeat-x;
	padding: 0 0 0 280px;
	margin: 0px;
}

#mainMenu li 
{
	display: inline;
	line-height: 26px;
	margin-left: -4px;
	padding: 0px;
	list-style: none;
}
/*********************************\
*        END main menu bar        *
\*********************************/


.reportViewer
{
	background: #F0F;
	width:600px;
}


/*********************************\
*         START bottom bar        *
\*********************************/


#footer
{
 color:white;
 position:absolute;
 bottom:0; 
 margin-bottom:0px;
 background-color: #D64E27;
 background-image: url(/images20/bottombar.jpg);
 background-repeat: no-repeat;
 background-position: center;
 text-align:center;
 vertical-align:middle;
 font-size: 0.9em;
}

#footer table
{
	margin-left:auto; 
	margin-right:auto;
}

/*********************************\
*           END bottom bar        *
\*********************************/


#adminBody
{
	margin: 20px 10px auto 15px;
	padding: 30px 10px auto 10px;
	background: #D3E0F3;
}

#sideBar
{
	margin: 20px auto auto 10px;
}