@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 100%;
}

table.mainbody {
	border: none;
	padding: none;
	margin: 0px;
	width: 100%;
	border-spacing: none;
}

tr.hcaption td {
	border-spacing: none;
	font-size: 20px;
	color: #FFF;
	background-color: #000;
	vertical-align: bottom;
	text-align: left;
	border: 0px;
	padding: none;

}

td.cellorange {
	background-color:  #E46B1F;
}

td.cellwhite {
	background-color: #FFF;
}

td.cellvbar {
	background-image: url('/img/obar_v.png');
	background-repeat:repeat-xy;
}

td.cellhbar {
	background-image: url('/img/obar_h.png');
	background-repeat:repeat-xy;
}

td.cellgrleft {
	background-color: #E4752E;
	background-image: url('/img/gr_left.png');
	background-repeat: repeat-y;
	background-position: right;
}

td.cellgrleftsh {
	background-color: #E4752E;
	background-image: url('/img/gr_lsh.png');
	background-repeat: repeat-y;
	background-position: right;
}

td.cellgrright {
	background-color: #E4752E;
	background-image: url('/img/gr_right.png');
	background-repeat: repeat-y;
	background-position: left;
}

td.cellgrbottom {
	background-color: #E4752E;
	background-image: url('/img/gr_bottom.png');
	background-repeat: repeat-x;
	background-position: top;
}

td.cellgrbl {
	background-color: #E4752E;
	background-image: url('/img/gr_bl.png');
	background-repeat: no-repeat;
	background-position: right top;	
}

td.cellgrbr {
	background-color: #E4752E;
	background-image: url('/img/gr_br.png');
	background-repeat: no-repeat;
	background-position: left top;
}

body a:link, a:visited {
	color: #E46B1F;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	font-size: 18px;
}

.menubar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #E46B1F;
}

.menubar a:link, a:visited {
	text-decoration: none;
	color: #E46B1F;
}

.orangebg {
	background-color: #E46B1F;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-left: 50px;
}

.orangehl {
	background-color: #E46B1F;
	color: #000;
}

.alertbanner {
	background-color: #FF6600;
	font-size: 12px;
	color: #FFF;
}

.ExpandItem {
	font-family: Webdings;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #FF6600;
}

.tablehead {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#00000;
	text-align:left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

tr.tablelist td {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#00000;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 3px;
	padding-top: 3px;
}

tr.tablelist a {
	font-weight: bold;
}


tr.tablelist:hover {
	background-color:  #FF6600;
}

tr.tablelist:hover a {
	color: #FFF;
}

tr.ctable td {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#00000;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-bottom: 3px;
	padding-top: 3px;
}

tr.ctable a {
	color: #000;
	text-decoration:none;
}

tr.buttonrow td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}