﻿body, html
{
    height: 100%;
    background-color: #FBF8FF;
    margin: 0px;
}
body, td, p, input, select
{
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", "Verdana", "Arial";
	margin: 0px 0px 0px 0px;
}
fieldset
{
	
	padding: 8px;
}
th
{
	text-align: left;
}
.button
{
	border: solid 1px #577FA5;
	background-color: #F9F9F9;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:100%;
	cursor: hand;
}
.MenuBar
{
	background-color: #D7D5DF;
	border-bottom: Solid #B8B8B8 2px;
}
.ShortcutMenu
{
	margin: 20px 0px 6px 10px;
}
.ShortcutMenu li
{
	display: inline;
	clear: both;
	background-color: #577FA5;
	padding: 8px;
	margin-left: 5px;
	cursor: pointer;
	text-align: center;
	border: Outset #d9d9da 1px;
	color: #C7D3DF;
}
.ContentPane
{
	padding: 8px 8px 8px 8px;
	background-color: #FFFFFF;
}
.Grid td
{
	background-color: #ffffff;
	text-align: left;
	ItemStyle-HorizontalAlign: left;
}
.AlternatingGrid td
{
	background-color: #F7F6F3;
	
}
.HeaderGrid th
{
	background-color: #BCBDBF;
	color: #600400;
	border-bottom: Solid #acacac 1px;
}
.FooterGrid
{
	padding: 8px;
}
.RepeaterHeader
{
    
    background-color: #AC2B36;
	color: White;
	border-bottom: Solid #acacac 1px;
	font-size: 10pt;
    }
.RepeaterHeader2 a
{
    background-color: #AC2B36;
	color: White;
	border-bottom: Solid #acacac 1px;
	font-size: 10pt;
}
        
a
{
	color: #06c;
}
.EmptyDataRowGrid
{
	background-color: #f1f1f1;
}
.EmptyDataRowGrid td
{
	border: Solid 1px #cacaca;
	padding: 8px;
}
.AlternatingDL td
{
	background-color: #f1f1f1;
	padding: 4px;
}
.borders
 {
	border: solid 1px #000000;
 }
 .heading
 {
	font-weight: bold;
	font-size: 14pt;
	font-style:normal;
 }
 .content
 {
	background-color: #cacaca;
 }
 .insertPanel
 {
	background-color: #F1F1F1;
 }
 .white
 {
	background-color: #ffffff;
 }
 .darkInsertPanel
 {
	background-color: #C9D0D0;
	padding: 2px 4px 2px 4px;
 }
 .largeFont
 {
	font-size: 10pt;
 }
.table
{
	white-space: normal;
	background-color: #E2E2E2;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.tdWidth
{
    width:200px;
    }
    
.SortLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
td.headerSeparator
{
	background-color: #ffffff;
	height: 1px;
}
td.headerTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	padding-left: 6px;
	white-space: nowrap;
}
td.headerBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
}
.bodySmall
{
font-size: 9px;
}
.bodyBlack
{
color: #000000;
}
.subtitle
{color: #cd7907;
font-weight: bold;
font-size: 13px;
}
.subtitleques
{color: #cd7907;
font-weight: bold;
font-size: 11px;
}
.handCursor
{
	cursor: hand;
}