body {
	margin-left: 0.3in;
	margin-right: 0.3in;
	font: 8pt Arial;
	background-color: transparent;
	background: url(images/white_background_8.gif);
}
#login a:link, #login a:visited {
	color: #FFFFFF;
}
#title h1 a:link, #title h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#reportresults h2 {
	font-size: 1.1em;
	font-weight: bold;
}
a:link {
	color: #396EAA;
}
a:visited {
	color: #396EAA;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.login 
{
/*    border: solid 1px #E6E2D8; */
/*BorderPadding="4" */
    color:#333333;
    Width:270px;  
/*    Height:141px; */
}
.loginHdr {
/*	color: #FFFFFF;
	background-color: #606060; */
	font-weight:bold;
	text-align: center;
	height:18px;
    Width:270px;  
}

.menu {
}

.menuItem {
	color: #FFFFFF;
	height: 20px;
	background-color: #606060;
	font-weight:bold;
/*    background-color: Silver;  */
/*    background: #92A0AD;  */
	width: 180px;
	text-align: center;
}

.menuSelectedItem {
}

/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
}

.menuItem a:hover, .menuPopupItem a:hover {
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
}

/* make drop down menu item style */
.menuPopupItem {
	background-color: #606060;
/*    background-color: Silver; */
/*    background: #92A0AD; */
	color: #ffffff;
	font-weight:bold;
	border-top: 1px solid #ffffff; 
	padding: 3px; 
}

/*begin creating the tabs */
.EmpTabs {
    white-space:nowrap;
	font-size: 10px; 
/*	background-image: url(images/background_drop_menu.jpg);*/
/*    position: relative; */
/*    background-color: transparent; */
}

/* define the main layout divs */
#header {
	margin-right: auto;
	height: 50px;
	width: 100%;
}
#title {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 28px;
	float: left;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.grid-header a:active
{
	color: #696969;
	text-decoration: none;
}
.grid-header a:link
{
	color: #696969;
	text-decoration: none;
}
.grid-header a:visited
{
	color: #696969;
	text-decoration: none;
}

.grid-edit-column
{
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}
.grid-first-item
{
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-item
{
	/*border-right: #696969 1px solid;*/
	border-top: #696969 1px solid;
	/*border-left: #696969 1px double;*/
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}
.grid-header
{
	border-bottom: #696969 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.grid-last-item
{
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
}

/****************************************************/
.gridViewStd {
/*    background-color: Transparent; */
/*    border-color: #999999;
    border-width: 1px; */
    width:100%;
}

.gridViewHeader {
    /*background-color: #000084; */
    background-color:Silver; 
/*    color: White; */
    font-weight: bold;  
}

.gridViewHeader a:link, .gridViewHeader a:visited {
	color: Black;
}

.gridViewRow {
    background-color:Transparent;
}

.gridViewAlternatingRow {
   background-color:Silver;
}

.gridViewSelectedRow {
    background-color:#008A8C;
    font-weight:bold;
    color:White; 
}

.gridViewFooter {
    background-color:#CCCCCC;
    color:Black;
}	

.gridViewHeaderEval {
    /*background-color: #000084; */
    background-color:Silver; 
/*    color: White; */
    font-weight: bold;  
    height: 20px;
}

.gridViewHeaderEval a:link, .gridViewHeader a:visited {
	color: Black;
}

.gridViewRowEval {
    background-color:Transparent;
    height: 20px;
}

.gridViewAlternatingRowEval {
    background-color:Silver;
    height: 20px;
}

.HdrLabelEval 
{
    font-weight: bold;
}

.ColEvalListSelect
{
    width: 6%;
    text-align: center;
}
.ColEvalListPrint
{
    width: 5%;
    text-align: center;    
}
.ColEvalListEmp
{
    width: 20%;
}
.ColEvalListStatus
{
    width: 39%;
}
.ColEvalListBegin
{
    width: 10%;
    text-align: center;    
}
.ColEvalListEnd
{
    width: 10%;
    text-align: center;    
}
.ColEvalListHistory
{
    width: 10%;
    text-align: center;    
}