﻿body 
{
	font-family:Verdana, Arial;
	font-size:8pt;
	background-color:#094F6C;
}
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:#FF0000;
}
.footerLink
{
	font-size:8pt;
	text-decoration:none;
	color:#FFFFFF;
}
.footerLink:hover
{
	font-size:8pt;
	text-decoration:underline;
	color:#FFFFFF;
}
.menuItem
{
    width:100%;
	font-size:8pt;
	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
}
.menuItem td
{
    padding-left:10px;
	font-size:8pt;
	width:100%;
}
.menuItem tr td
{
    width:100%;
	background-color:#CAD9E3;
}
.menuItem a:hover
{
	color:#D2791F;
}
.subMenu
{
	font-size:8pt;
	color:#000000;
}
.subMenu a:hover
{
	font-size:8pt;
	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;
}
.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
{
    width:100%;
}
.menu .title
{
	font-size: 9pt;
	/*color: #ff6600;*/
	color:#ffffff;
	
	font-weight:bold;
}
.Headlineheader
{
	font-size: 8pt;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
}
.HeadineBody
{
	font-size:8pt;
	color:#ffffff;
}
.HeadineBody a
{
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
}
.HeadineBody a:visited
{
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
}
.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;
}


/* 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;
}
.footnote{
    font-size:7pt;
}
.sectionHeader{
    color:#5c5c5c;
    font-weight:bold;
    font-size:9pt;
}
