.NormalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.columnheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}

img
{  border-style: none;
}
.blueboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
	width: 100%;
	background-color: #330066;
}
.ErrorText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
}
.NormalTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
.tablewhiteunderline {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	font-size: 14px;
	border-bottom-width: thin;
}
.tablepaleshadeunderline {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECE9D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	text-align: center;
	font-weight: bold;
}
.tabledarkshadeunderlineCopy {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	text-align: center;
	font-weight: bold;
}

/* Progress Bar ... */
/*width="150" border="1" cellpadding="1" cellspacing="0" bordercolor="#000066"*/
td.Progressborder {
  width:150px;
  border:thin solid #000066;
  padding:1px;
}

td.progressbarblank {
  background-color:#FFF;
  border:0px ;
  padding:0px;
}

td.progressbarcolour {
  background-color:#98CFF2;
  border:0px ;
  padding:0px;
}

td.reportmenuoptions {
  background-color:#ECE9D8;
  border:thin solid #000066;
  padding:0px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #330066 url(../pix/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(../pix/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #99ccff;
}

#ddcolortabs a:hover span{
background-color: #99ccff;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #99ccff;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #330066;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


.listdark {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	text-align: left;
}

.listlight {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	text-align: left;
}
.Searchbox {

	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #003366;
	border-top-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	border-top-width: thin;
	text-align: center;
	vertical-align:middle;
	font-weight: bold;
}
.formsection {

	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
	background-color: #ECE9D8;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003366;
	border-top-color: #003366;
	border-left-color: #003366;
	border-right-color: #003366;
	font-size: 12px;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	text-align: left;
	font-weight: bold;
}


	#leftcontent {
		position: absolute;
		left:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}

	#centercontent {
		background:#fff;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent {
   		margin-left: 201px;
   		margin-right:201px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}
.HAName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
.NormalTextLarge {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

