html	{
	overflow-y: scroll !important;
	}

body	{
	margin: 5px;
	padding: 2;
	color: #000;
	background-image:url(mainbg.jpg?OpenImageResource);
	background-repeat: repeat;
	background-attachment: fixed;
	height: 100%;
	}

.wrapper	{
	border-top: 10px solid #fff;
	border-right: 14px solid #fff;
	border-left: 16px solid #fff;
	border-bottom: 16px solid #fff;
	background: #fff;
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	}

.wrapper img{
	border: 0px solid #000;
	}

.header	{
	width: 100%;
	border: 0px solid black;
	vertical-align: top;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	}

.title-header {
	margin: 0;
	background-color: #4e84c4;
	width: 100%;
	height: 24px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}

.title-body {
	width: 100%;
	margin: 0;
	background-color: #4e84c4;
	text-align: center;
	}

.subnav-wrapper	{
	padding-left: 8px;
	padding-top: 0px;
	line-height: 14pt;
	border: 0px solid #000;
	}

.left-navi	{
	background-color: #4e84c4;
	}

.footer	{
	font-family: Georgia;
	font-size: 9pt;
	font-weight: bold;
	height: 50;
	text-align: center;
	vertical-align: middle;
	}

.content {
	width: 730px;
	font-size: 13px;
	font-family: Georgia;
	color: #000;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 20px;
	border: 0px solid #000;
	line-height: 18px;
	}

form td, form tr, form input {
	font: 12px Arial;
	}

form input.text, form textarea.text {
	font: 12px Arial;
	color: #000;
	background: #ccc;
	border: 1px solid #69c;
	margin-top: 2px;
	}

form input.button {
	color: #000;
	background: #fdb813;
	border: 1px solid #000;
	}

.formtable {
	background: #fff;
	padding-left: 10px;
	border: outset 0pt;
	}

.row	{
	border-top: 1px solid #cccccc;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	}

.row2	{
	border-top: 1px solid #cccccc;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 8pt;
	}

.footnote	{
	border-top: 0px solid #cccccc;
	color: #686868;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 8pt;
	line-height: 13px;
	padding-top:4px;
	}


.header-row2	{
	background-color:#cbdff3;
	font-weight: bold;
	font-size:12px;
	font-family: Arial
	}

.radioButton	{
	width: 21px;
	height: 21px;
	}


/********** TEXT/HYPERLINK/CONTENT CLASSES ***********/

h1{
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	font-style: normal;
	color: #cc0033;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 4px;
	line-height: 30px;
	}

h2{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	}

h3{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #6699cc;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	}

h4{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #fdb813;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	}

h5{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 4px;
	}

h6{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	}

.pageTitle{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #c41230;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.viewlink	{
	line-height: 20px;
	padding-left: 16px;
	}

a:link	{
	color: #4e84c4;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;	
	}

a:visited	{
	color: #4e84c4;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;	
	}

a:hover	{
	color: #6699cc;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;	
	}

.white-text	{
	color: #fff;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
	padding-top: 3px;
	}

.blue-text	{
	color: #336699;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;
	}

.black-text	{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;	
	}

.red-text	{
	color: red;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	font-size: 10pt;	
	}

.warning	{
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #c41230;	
	}

.searchlogin	{
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	}

.title-header a:link, .title-header a:visited	{
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	}

.title-header a:hover	{
	color: #fdb813;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	}

.subnav-wrapper a:link, .subnav-wrapper a:visited	{
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	}

.subnav-wrapper a:hover	{
	color: #fdb813;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	}

.pgContent a:link, .pgContent a:visited	{
	color: #4e84c4;
	text-decoration: underline;
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
	}

.pgContent a:hover	{
	color: #6699cc;
	text-decoration: none;
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
	}

/********** BUTTONS/INPUT ***********/


.button	{
	background-color: #fdb813;
	color: #000;
	border: 1px #fdb813 solid;
	}

.button-signin	{
	background-color: #fdb813;
	color: #000;
	width: 56px;
	height: 22;
	border: 1px #fdb813 solid;
	}

.button-go	{
	background-color: #fdb813;
	color: #000;
	border: 1px #fdb813 solid;
	width: 34px;
	height: 21px;
	font-family: Arial;
	font-size: 9pt;
	}

.textbox	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border: 1px #6699cc solid;
	height: 17px;
	}

.dropdown	{
	font: 12px Verdana,Sans-serif;
	color: #000;
	font-weight: bold;
	}

.dropdown2	{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-weight: normal;
	}

.gray-desc	{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: gray;
	}

#fieldsetTable	{
	margin-top: 10px;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	}

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	}

legend {
	font: 12px Arial;
	color: #4e84c4;
	font-weight: bold;
	margin: 10px;
	}

label {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 0px;
	}

/********** CALENDAR ***********/

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: #fff;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/********** CALENDAR END ***********/

/********** SLIDEDOWN START***********/

#dhtmlgoodies_contentBox {
  border:1px solid #317082;
  height:0px;
  visibility:hidden;
  position:absolute;
  background-color:#FFFFFF;
  overflow:hidden;
  padding:1px;
  width:300px;
}

#dhtmlgoodies_content {
  position:relative;
  font-family: Tahoma;
  width:94%;
  font-size: 11px;
  padding-left:9px;
  padding-right:22px;
}

#dhtmlgoodies_slidedown {
  position:relative;
  width:350px;
}

/********** SLIDEDOWN END***********/

