/*
a.linkbutton
{
	font-family:Arial;
	background-color:#FFFFFF;
	color:#333333;
	display:block;
	padding-left:5px;
	text-decoration:none;
	font-size:10px;
	border:1px;
	border-color:#FFFFFF;
	border-style:dotted;
	vertical-align:middle;
}
*/

a.linkbutton:hover
{
	font-family:Arial;
	background-color:#E4E4E4;
	color:black;
	text-decoration:none;
	font-size:10px;
	border:1px;
	border-color:#DBDBDB;
	border-style:solid;
	vertical-align:middle;
}


a.linkbutton
{
	color:Black;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;	
	background-color:#BCC0D1;
	text-decoration:none;
	border:1px;
	border-style:solid;
	border-color:#BCC0D1;
}

a.linkbuttonwhite
{
	color:Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color:white;
	text-decoration:underline;
	border-style:none
}

/*Style Sheet for Version 4 Browsers */
/*
body {
	background-color : #FFFFCE;
	background-image : url(assets/gw3_pgbg.gif);
	background-repeat : repeat-x;
}
*/

/*Styles for the Main Content Layer */
.maindiv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px;
	color: red;
}

.maindiv h1 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
}

.maindiv h2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #9999CC }
.maindiv a:visited { color : #996633 }
.maindiv a:hover { color : #7D7EBD }

/* Lists*/
ul {
	color : #9999CC;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #99CC66;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color:#FFFFFF }
.icondivL a { color:#FFFFFF }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #999999;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #333333;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #666666; text-decoration : underline }

.navButts a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #333333;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	margin-bottom : 2px;
	margin-left : 10px;
	margin-top : 0px
}

.navSubs a { color : #333333; text-decoration : none }

.navSubs a:hover { color : #999999; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
.navViz {
	color : #333333;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

/*.navViz a { color : #666666; text-decoration : underline } */

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 10px;
	margin-top : 60px
}

p.footer {
	color : #999999;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}


/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/

a.nn4imgWhite { color: #FFFFFF}


/*Styles Applied to Form Elements*/
/*form td {
	color : #333333;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px
}*/

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }

.menubar 
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
}
.whitehead
{
	color:Black;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;	
	background-color : #BCC0D1;
}

.whitehead A:link, .whitehead A:visited, .whitehead A:active
{
	color:Black;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;	
	background-color:#BCC0D1;
	text-decoration:none;
}

input
{
	Border-Style: Solid;
	Border-Color: Black;
	color: #33D13C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: white;
	font-size : 8pt;
	font-weight:bold;
}

.headgrid
{
	Border-Style:dashed;
	Border-Color: #0065CE;
	border-width:thick;
	color:White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #0065CE;
	font-size : 14px;
}

.textfld
{
	color : black;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	text-align:left;
}

.boldlabel
{
	color : #0065CE;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;	
}

.mediumlabel
{
	color : #33D13C;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight:normal;
}

.smalllabel
{
	color : #33D13C;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9px;
	font-weight:normal;
}

.whitemediumhead
{
	color : white;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;	
}

.datagridheadbg
{
	background-color : #cccccc;
}

.errmsg
{
	color : red;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;	
}

A
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;		
}
.alternate
{
	background-color : #FFCF63;
}

.hideerror
{
	visibility:hidden;
}

.calStart
{
	left: 550px;
	position: absolute;
	top: 180px;
}
