﻿/* CSS Document */

body{
	margin:0px;
	font-family:tahoma, arial;
	color:#57606C;
	font-size:12px;
}

p{
	margin:0px;
	font-family:tahoma, arial;
	color:#57606C;
	font-size:12px;
}

a{
	color:#0067BB;
	text-decoration:none;
}

a:hover {
	color:#858C13;
	text-decoration:underline;
}

.date{
	color:#57606C;
	font-size:10px;
}

.headingcolor1{
	font-weight:bold;
	color:#027EC4;
	text-transform:uppercase;
}

.headingcolor2{
	font-weight:bold;
	color:#858C13;
	text-transform:uppercase;
}

.topnav{
	border-width:1px 1px 0px 1px;
	border-color:#000000;
	border-style:solid;
	background-image:url(/images/navbackground.jpg);
	margin-right:2px;
	padding:2px;
}

.topnav a {
	color:#0067BB;
	text-decoration:none;
}

.topnav:hover{
	background-image:url(/images/navbackgroundon.jpg);
}

.topnav:hover a{
	color:#858C13;
}

.topnavon{
	border-width:1px 1px 0px 1px;
	border-color:#000000;
	border-style:solid;
	background-image:url(/images/navbackgroundon.jpg);
	margin-right:2px;
	padding:2px;
}

.topnavon a {
	color:#858C13;
	text-decoration:none;
}

.popupmenu{
    position:absolute;
    z-index:100;
    border:1px solid #000000;
    display:none;
}

.popupmenuitem{
    border-bottom:1px solid #d0d0d0;
    background-image:url(/images/buttonbackground.jpg);
    text-align:left;
    padding-right:2px;
    height:15px;
}

.popupmenubottomitem{
    background-image:url(/images/buttonbackground.jpg);
    text-align:left;
    padding-right:2px;
    height:15px;
}

.popupmenuitem:hover{
    background-image:none;
    text-decoration:none;
    background-color:#ffffff;
    cursor:pointer;
}

.popupmenubottomitem:hover{
    background-image:none;
    text-decoration:none;
    background-color:#ffffff;
    cursor:pointer;
}

.popupmenuitem:hover a{
    color:#0067BB;
    text-decoration:none;
}

.popupmenubottomitem:hover a{
    color:#0067BB;
    text-decoration:none;
}

.popupmenuarrow{
    margin:0px 4px 0px 4px;
}

.indent{
    margin-left:10px;
}

.indent2{
    margin-left:20px;
}

.leftsection{
	background-image:url(/images/leftsectionbackground.jpg);
	background-repeat:repeat-y;
	padding:8px;
	border-right:1px solid #D0D0D0;
}

.leftsectionheading{
	padding:4px;
	width:198px;
	height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#575F6C;
	font-size:11px;
	background-image:url(/images/leftsectionheadingbackground.jpg);
	background-repeat:no-repeat;
}

.leftsectionheadingdouble{
	padding:4px;
	width:198px;
	height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#575F6C;
	font-size:11px;
	background-image:url(/images/leftsectionheadingbackgrounddouble.jpg);
	background-repeat:no-repeat;
}

.leftsectionicons{
	float:right;
	margin-right:8px;
}

.middlesection{
	background-color:#ffffff;
	padding:6px;
}

.rightsection{
	background-image:url(/images/rightsectionbackground.jpg);
	background-repeat:repeat-y;
	padding:8px 8px 8px 12px;
	border-left:1px solid #D0D0D0;
}

.rightsectionheading{
	padding:4px;
	width:180px;
	height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#575F6C;
	font-size:11px;
	background-image:url(/images/rightsectionheadingbackground.gif);
	background-position:inherit;
	background-repeat:no-repeat;
}

.rightsectionheadingdouble{
	padding:4px;
	width:180px;
	height:32px;
	font-weight:bold;
	text-transform:uppercase;
	color:#575F6C;
	font-size:11px;
	background-image:url(/images/rightsectionheadingbackgrounddouble.gif);
	background-position:inherit;
	background-repeat:no-repeat;
}

.middlesectionheading{
	background-image:url(/images/mainsectionbackground.jpg);
	border:1px solid #C1C9D1;
	height:20px;
	padding:4px 4px 0px 4px;
}

.pageheading{
    padding-bottom:3px;
    border-bottom:1px solid #027EC4;
}

.footer{
    border-width:1px 0px 1px 0px;
    border-color:#D0D0D0;
    border-style:solid;
}

.footernav{
	height:17px;
	padding-top:2px;
}

.footernav a{
	color:#000033;
	text-decoration:none;
}

.footernav a:hover{
	color:#858C13;
	text-decoration:underline;
}

.slideshownumber{
    cursor:pointer;
	border:1px solid #999999;
	background-color:#cccccc;
	font-size:11px;
	color:#333333;
	width:15px;
	padding:0px 2px 0px 2px;
}

.slideshownumberon{
	border:1px solid #999999;
	background-color:#ffffff;
	font-size:11px;
	color:#333333;
	width:15px;
	padding:0px 2px 0px 2px;
}

.slideshowtab{
    cursor:pointer;
    padding:0px 2px 0px 2px;
    border-width:0px 1px 1px 1px;
    border-color:#000000;
    border-style:solid;
}

.slideshowtab:hover{
    background-color:#027EC4;
    color:#ffffff;
    text-decoration:none;
}

ul{
	margin:0px 0px 0px 18px;
}

ul li {
	margin:0px;
	list-style-image:url(/images/doublearrow.gif);
}

ul.bullet{
	margin:0px 0px 0px 18px;
}

ul.bullet li{
	margin:0px;
	list-style-image:url(/images/bullet.gif);
}

ul li ul li{
    margin:0px;
	list-style-image:url(/images/bullet.gif);
}

hr {
    height:1px;
    background-color:#027EC4;
}

.button{
	color:#0067BB;
	border:1px solid #0067BB;
	font-size:12px;
	background-image:url(/images/buttonbackground.jpg);
	cursor:pointer;
}

.buttontop{
	color:#0067BB;
	border:1px solid #0067BB;
	padding:2px;
	font-size:11px;
	background-image:url(/images/buttonbackground.jpg);
}

.textbox{
	background-color:#ffffff;
	border:1px solid #4D5764;
	height:14px;
	margin-top:2px;
	font-size:12px;
	width:98%;
	color:#57606C;
}

.textboxfile{
	background-color:#ffffff;
	border:1px solid #4D5764;
	height:18px;
	margin-top:2px;
	font-size:12px;
	width:98%;
	color:#57606C;
}

.textboxreq{
	background-color:#ffffff;
	border:1px solid #ff0000;
	height:14px;
	margin-top:2px;
	font-size:12px;
	width:98%;
	color:#57606C;
}

.textboxsmall{
	background-color:#ffffff;
	border:1px solid #4D5764;
	height:14px;
	margin-top:2px;
	font-size:12px;
	color:#57606C;
}

.textarea{
    background-color:#ffffff;
	border:1px solid #4D5764;
	margin-top:2px;
	font-size:12px;
	width:98%;
	color:#57606C;
}

.select{
	border:1px solid #4D5764;
	font-size:12px;
	font-family:Tahoma;
	color:#57606C;
}

.required{
    color:#ff0000;
}

.popupcover{
    background-color:#cccccc;
    filter:alpha(opacity=50);
}

.tooltip{
    padding:2px;
    position:absolute;
    z-index:100;
    display:none;
    border:1px solid #4D5764;
    background-color:#ffffff;
    margin-top:-64px;
}

.gv{
    border:1px solid #4D5764;
}

.gvheader 
{
	margin:0px;
	color:#57606C;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.gvrow{
	margin:0px;
	color:#57606C;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
}
.gvalternatingrow{
	margin:0px;
	color:#57606C;
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
	background-color:#d4d4d4;
}
.sectionheading{
    border:1px solid #4D5764;
    background-image:url(../images/applicationbackground.jpg);
}

.sectioncontent{
    padding:2px;
    border-width:0px 1px 1px 1px;
    border-color:#4D5764;
    border-style:solid;
    background-image:url(../images/sectionbackground.jpg);
    background-repeat:repeat-x;
}

