﻿
body
{
	background: #B4B4B4  /*url(Images/bg_body.png)*/ repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	/*font-family: Tahoma, Arial, sans-serif;
	font-size:75%;*/
}

a:active
{
    color:Maroon;
    text-decoration:none;
}
a:link
{
    color:Maroon;
    text-decoration:none;
}
a:visited
{
    color:Maroon;
    text-decoration:none;
}
a:hover
{
    color:Maroon;
    text-decoration: underline;
}


.banner
{
	float:left;
	background: url(Images/header_bg.png) repeat left top;
}
.banner_logon
{
	float:right;
	height:105px;
	width:150px;
	font-size:12px;
	color:White;
	border-left-style:dashed;
	border-left-width:1px;
}
.banner_image
{
	float:left;
	background: url(Images/header_icon.png) no-repeat left top;
	height: 105px;
	width: 125px;
	border-style: none;
}

.error_message
{
	background-color: #FFFF80; /*Cream #FFFF99*/
	font-size: 12px;
	margin: 15px 15px 15px 15px;
	padding: 10px 5px 10px 5px;
	border-width: thin;
	border-color: Maroon;
	border-style: groove;
	width: 500px;
}

.criteria_panel
{
	background-color: ThreeDShadow; /*#E0E0E0;*/
	border-style:none;
	border-bottom-style:groove;
	border-bottom-width:thin;
	border-color:Maroon;
	width: 440px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content_list
{
	background: #B4B4B4  url(Images/navigationbg.jpg);
	/*background-color: ThreeDFace; #E0E0E0;*/
	border-width:thin;
	border-color: Maroon;
	float: left;
	width: 220px;
	height: auto;
}
.content_main
{
	float: left ;
	width: 535px;
	background-color:ThreeDFace; /*#E0E0E0;*/
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}

.content_main2
{
	float: left ;
	width: 750px;
	background-color:ThreeDFace; /*#E0E0E0;*/
	font-size: 12px;
	padding: 20px 20px 20px 20px;
}


.std_button
{
	height: 30px;
	width: 75px;
	/*border-style: double;*/
	/*margin:  5px auto auto 10px;*/
	
}

.button_link
{
	height: 40px;
	width: 100%;
	border-style:none;
	background-color:Transparent;
	font-weight:bold;
	color:White;
	text-align:left;
	padding-left: 10px;
}

.content_table
{
	float: left;
	width: 530px;
}

.menu_header
{
	background-color:Maroon;
	color:White;
	font-size:larger;
	text-align:center;
	vertical-align:middle;
	width: 100%;
	height: 24px;
}

.page_header
{
	width: 800px;
	margin: 5px auto 20px auto;
}

.page_body
{
	width: 800px;
	margin: 5px auto 20px auto;
}

.gridItemSelected
{
	background-color:Maroon;
	color:White;	
}

.gridHeader
{
	height: 40px;
}
