﻿body 
{
	font-family:Verdana, Arial;
	font-size:9pt;
	background-color:#FFFFFF;
}
td
{
	font-family:Verdana,Arial;
	font-size:8pt;
	line-height:18px;
}
th
{
	font-family:Verdana, Arial;
	font-size:9pt;
	font-weight:bold;
}
legend
{
	color:#3D5A79;
	font-size:9pt;
	font-weight:bold;
}
.pageTitle
{
	color:#3D5A79;
	font-size:11pt;
	font-weight:bold;
}
.errorLabel
{
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#990000;
}
.footerLink
{
	font-size:8pt;
	text-decoration:none;
	color:#99FFFF;
}
.footerLink:hover
{
	font-size:8pt;
	text-decoration:underline;
	color:#99FFFF;
}
.menuItem
{
	font-size:8pt;
	color:#000000;
	font-weight:bold;
}
.menuItem td
{
	font-size:8pt;
}
.menuItem a:hover
{
	color:#D2791F;
}
.subMenu
{
	font-size:8pt;
	font-weight:bold;
	color:#000000;
}
.subMenu a:hover
{
	font-size:8pt;
	font-weight:bold;
	color:#D2791F;
}
.gridView td
{
	font-family:Verdana, Arial;
	font-size:8pt;
	border:0px;
	
}
.gridView td a
{
	text-decoration:none;
}

.gridView td a:hover
{
	text-decoration:underline;
}
.gridView .header
{
	background:#1A4C5A;
	color:#ffffff;
	font-size:8pt;
	font-family:Verdana, Arial;
}
.gridView .header th
{
	background:#1A4C5A;
	color:#ffffff;
	font-size:8pt;
	font-family:Verdana, Arial;
}
.gridView .header th a
{
	background:#1A4C5A;
	color:#ffffff;
	font-size:8pt;
	font-family:Verdana, Arial;
}

.gridView .alternateRow
{
	background:#ececec;
}
.disclaimer
{
	font-family:Verdana, Arial;
	font-size:7pt;
	font-style:italic;
}

.toolbar
{
 font-size: 13px;
 font-family: Verdana;
 color:#ffffff;
 padding: 6px;
 filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#6AA1B0,endColorStr=#1B4D5B);
}
.menu
{
}
.menu .title
{
	font-size: 12pt;
	color: #ff6600;
	
	font-weight:bold;
}
.Headlineheader
{
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}
.Headinebody
{
	font-size:8pt;
	color:#ffffff
}
.logoutLink
{
	color:#ffffff;
}
.logoutLink .a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.currentMonth
{
	background:#ffffff;
	color:#1A4C5A;
}
.currentMonth a
{
	color:#1A4C5A;
}
.currentMonth a:visited
{
	color:#1A4C5A;
}
.otherMonth
{
	background:#CECECE;
	color:#666666;
}
.otherMonth a
{
	color:#666666;
}
.otherMonth a:visited
{
	color:#666666;
}

A.header
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size:16px;
	color:Red;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.style10 
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.input_boxes
{
	border-bottom-color:#003366;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#003366;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#003366;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#003366;
	border-right-style:solid;
	border-right-width:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}



/* css for autocomplete */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}
