body { background-color: rgb(240, 240, 240); }
a {
	font-weight: bold;
	text-decoration: none;
}

.note  { width: 100%; }
.styled_table .row2  { background-color:  #f5f5f5; }
.styled_table .row1 { background-color:#fff; }
.note_header, .table_header { text-align: center; color: black; font-weight: bold; padding-bottom: 3px; padding-top: 0px; font-size: 12px; background-color:  #e2e2e2; }
.note_header { font-weight: bold; font-size: 11px; }
.table_footer { color: #444; text-align: center; padding: 2 }
body,input,textarea,select,button { font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td    { font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.column_header { font-weight: bold; padding: 2; border-bottom: 1px solid #e2e2e2;border-top: 1px solid #e2e2e2; }
.column_header > a { color: black; font-weight: bold; padding: 2 }
.column_header > a:visited { color: black; font-weight: bold; padding: 2 }
.styled_table   { }
.styled_table .intCol {
	border-right: 1px solid #e2e2e2;
}
.note .intCol {
	border-right: 0px solid white;
}
.note .firstCol {
	width: 0px;
	overflow: hidden;
}
.styled_td {
	padding: 2px;
	padding-left: 4px;
}
.styled_table .table_header {
	background-color:  #e2e2e2;
}
.styled_table .column_header {
	background-color: rgb(240, 240, 240);
}
.styled_table .tablePages {
	background-color:  rgb(240, 240, 240);
}
.browser_table  { border: 0px; }
.form_table    { }
.form_table .row1 {
	background-color: #e2e2e2;
}
.note_container {
	width: 100%;
}
.disabled_text { color: gray; font-style: oblique }
.disabled_text > a { color: gray; font-style: oblique }
.highlighted_text  { font-weight: bolder; font-size: larger }
.small { font-size: 9px }
input  { font-size: 10px }
button,input [type=submit],input [type=button]   { margin: 0px; padding: 0px }
.info_pane_table  { padding: 0px;}
.info_pane_table .row1 { text-align: right; color: #656565;  padding-right: 0px; }
.info_pane_table .row2 { font-weight: bold; padding-right: 10px; }
.progress_bar_frame { width: 98%; border: 1px #CCC solid; background-color: #fff }
.progress_bar { background-color: blue }
.footer
{
	border-top: 1px solid gray;
	height: 20px;
	padding-top: 3px;
	background-image: url(images/BodyTop.jpg);
	background-repeat: repeat-x;
}
.header {
	padding-right: 5px;
	background-color: #b31700;
	border-bottom: 1px solid black;
	height: 59px;
	background-image: url(images/Toolbar/ToolbarBG.jpg);
}
.shade {
	height: 11px;
	background:url(images/BodyTop.jpg) repeat-x;
	background-color: rgb(240, 240, 240);
	padding-left: 5px;
	padding-right: 5px;
}
.submenu_content {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background-color: rgb(240, 240, 240);
}
.main_content {
	padding: 5px;
	background-color: rgb(240, 240, 240);
}
.alert_div
{
	background-color: #FF9;
	padding: 2px;
	border: solid 1px yellow;
}
.error_div
{
	background-color: #FF9;
	border-color: #C33;
	border-width: 1px;
	border-style: solid;
}
/* corners */
.Top
{
	height: 10px;
	background: url(images/Panel/T.jpg);
	font-size: 5pt;
}
.Bottom {
	height:10px; 
	background:url(images/Panel/B.jpg);
	font-size: 5pt;
}
.Left {
	background:url(images/Panel/L.gif) left repeat-y;
	padding-left: 3px;
}
.Right {
	background: url(images/Panel/R.gif) right repeat-y;
	width: 3px;
}
.TRCorner {
	background: url(images/Panel/TR.gif) top right no-repeat;
	height: 10px;
	width: 10px;
}
.TLCorner {
	background: url(images/Panel/TL.gif) top left no-repeat;
	height: 10px;
	width: 10px;
}
.BRCorner {
	background: url(images/Panel/BR.gif) top right no-repeat;	
	height: 10px;
	width: 10px;
}
.BLCorner {
	background: url(images/Panel/BL.gif) top left no-repeat;
	height: 10px;
	width: 10px;
}
/* Styled Table corners */
/* corners */
.styled_table_container .Bottom {
	height:10px; 
	background:url(images/Browser/B.gif);
	font-size: 5pt;
}
.styled_table_container .Left {
	background:url(images/Browser/L.gif) left repeat-y;
	padding-left: 3px;
}
.styled_table_container .Right {
	background: url(images/Browser/R.gif) right repeat-y;
	width: 3px;
}
.styled_table_container .BRCorner {
	background: url(images/Browser/BR.gif) top right no-repeat;	
	height: 10px;
	width: 10px;
}
.styled_table_container  .BLCorner {
	background: url(images/Browser/BL.gif) top left no-repeat;
	height: 10px;
	width: 10px;
}
/* menues */
.menu {
	overflow: hidden;
	height: 20px;
}
.menu span {
	display: block;
	float: left;
}
.menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: black;
	overflow: hidden;
	background:url(images/Tabs/TabBG.jpg);
	height: 20px;
	padding-top: 4px;
}
.menu .TabRight {
	background: url(images/Tabs/TabRight.gif) top right no-repeat;
	height: 20px;
	width: 7px;
}
.menu .TabLeft {
	background: url(images/Tabs/TabLeft.gif) top left no-repeat;
	height: 20px;
	width: 7px;
}
.menu .TabRightActive {
	background: url(images/Tabs/TabRight-over.gif) top right no-repeat;
	height: 20px;
	width: 7px;
}
.menu .TabLeftActive {
	background: url(images/Tabs/TabLeft-over.gif) top left no-repeat;
	height: 20px;
	width: 7px;
}

.menu a.current {
	background:url(images/Tabs/TabBG-over.jpg);
}
.info_pane_table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.html_button a div, .html_button_div {
	background-image: none;
}
.menuTop a {
	color: white;
	font-size: 12px;
	padding: 5px;
	display: block;
	float: left;
	font-weight: normal;
}
.menuTop a.current {
	font-weight: bold;
}
