﻿html,body 
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	min-height: 100%;
	margin-bottom: 1px;
}

A
{
    color: #1b3462;
    text-decoration: none;
}
A:link
{
}
A:visited
{
}
A:hover
{
    text-decoration: underline;
}
A:active
{
}

h1, .h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2, .h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #1b3462;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.centPage  
{
	background: url(/images/bg.jpg) repeat-x;
	background-color: #ecf3ff;
	background-position: top center;
}

.centPage #header 
{ 
	width: 994px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 80px;
	background-color: #f2f2f2;
	margin: 15px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border: solid 1px #cccccc;
	opacity:.9;
	filter:alpha(opacity=90);
}

.centPage #menu 
{ 
	width: 994px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 50px;
	margin: 5px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background-color: #ffffff;
} 

.centPage #mainpage, .MainPage 
{ 
	width: 994px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}

.centPage #footer 
{
	width: 994px;
	margin: 2px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.centPage #footer table
{
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 2px 0 2px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

.centPage #footer a
{
    color: #666666;
    font-weight: bold;
}

.MainTable
{
	width: 992px;
	height: 400px;
	border: 0px;
}

.PagePadding
{
	padding: 5px;
}

.genericButton
{
	display: inline-block;
	height: 21px;
	padding-left: 10px;
	line-height: 21px;
	cursor: hand;
	margin-bottom: 4px;
	margin-right: 4px;
	background-image: url(/images/icons/genericbutton.gif);
	background-repeat: no-repeat;
	background-position: left;
	clear: right;
}

.genericButton span
{
	background-image: url(/images/icons/genericbutton.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	line-height: 21px;
	height: 21px;
	color: #ffffff;
	display: inline-block;
}

.genericButton:hover
{
	background-image: url(/images/icons/genericbutton_over.gif);
	text-decoration: none;
	color: #eeeeee;
}

.genericButton:hover span
{
	background-image: url(/images/icons/genericbutton_over.gif);
	text-decoration: none;
	color: #eeeeee;
}

.TitleContainer
{
	position: relative;
}

.Error
{
    color: Red;
    font-weight: bold;    
}

.CompletionListCssClass
{
    font-size: 11px;
    color: #000;
    padding: 3px 5px;
    border: 1px solid #999;
    background: #fff;
    float: left;
    z-index: 1;
    position:absolute;
    margin:0px;
    list-style-type: none;
} 

.ValidationError
{
	background-color: #ffb0b0;
}

.ReportList
{
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.ReportList th
{
	background-color: #000;
	color: #fff;
}

hr 
{
	height: 1px;
	color: #1b3462;
	background-color: #1b3462;
	border: 0;
}

dl 
{
	padding:2px;
}

dt, dd 
{
	margin-top:1px;
}

.clear 
{
	clear:both;
}

kbd {padding:0px 1px 0px 1px;border-width:1px 2px 2px 1px;border-style:solid}
abbr {border-bottom:1px dashed;cursor:help}
acronym {border-bottom:1px dashed;cursor:help}
dfn {font-style:normal;border-bottom:1px dashed;cursor:help}
code {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ffffcc;padding-left:1px;padding-right:1px}
samp {font-family: courier, monospace;border:1px solid #cccccc;background-color:#ccffcc;padding-left:1px;padding-right:1px}
img.left {float:left;margin-right:3px}
img.right {float:right;margin-left:3px}
p.indent {margin-left:40px}
p.left {text-align:left}
p.center {text-align:center}
p.right {text-align:right}
p.justify {text-align: justify}
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
div.textbox {clear:both;float:left;width:150px;font-size:.8em;padding:2px 10px;border-top:1px solid gray;border-bottom:1px solid gray}
div.photo {float:right;width:auto;font-size:.8em;font-weight:bold;padding:4px}