/* BEGIN v2 CSS Additions */
	/* FROM framework.css */
#header {
	position: relative;
	height: 142px;
	background: url(/images/bg/header.gif) top left repeat-y;
}

#header img#logo{
	position: absolute;
	top: 54px;
	left: 11px;
}

#header img.ad {
	position: absolute;
	top: 62px;
	left: 275px;
}

#header img.ad_inhouse {
	position: absolute;
	top: 62px;
	left: 275px;
}
	/* FROM nav.css */
#mininav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 783px;
	border-right: 1px solid white;
	margin: 0;
	padding: 7px 11px 5px 11px;	
	background: #dad7b9 url(/images/bg/mininav.gif) top left repeat-x;
}

#mininav ul {
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
}

#mininav ul li{
	float: left;
	margin: 0;
	padding: 0 7px;
	background: none;
	font-weight: bold;
	border-right: 1px solid #b51c21;
}	

#mininav ul a {
	text-decoration: none;
	color: #000;
}

#mininav ul a:hover {
	color: #c00;
}
/* END v2 CSS Additions */

body {
  background-color: #E6E6E6;
}

img.button { cursor: pointer; cursor: hand; }
input.submit {
  font: 11px Tahoma;
  border: 2px outset #CCCCCC;
}

/* Body Styles */
.Normal {
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 16px;
}
.search {
  font: 10px Arial;
  border: 1px solid black;
  background-color: white;
}
.Small {
  font: 10px Arial, Helvetica, sans-serif; 
  line-height: 14px;
}
.Header {
	font: 14px Arial, Verdana, sans-serif;
  line-height: 16px;
  font-weight: 600;
}

/* Input Style */
input, select {
  border: 1px solid black;
  font: 12px Arial;
}
.input_border {
  font: 12px Arial;
  border: 1px solid black;
}
.input_noborder {
  font: 12px Arial;
  border-width: 0px;
}

/* Link Styles */
A:link { color: #0c4eba; text-decoration: none }
A:visited { color: #0c4eba; text-decoration: none }
A:hover { color: #0c4eba; text-decoration: underline }
a.alwayson, a.alwayson:visited { color: #0c4eba; }

/*  Colors based on hue/sat/lum...sat/lum=188/203 respectively...hue varies */
td.subtitle_yellow {
  font: 12px Verdana;
    border-bottom: 1px solid #d8d8d8;
  color: black;
	background-color: #F9E285;
  padding: 3px;
}
td.subtitle_green {
  font: 12px Verdana;
    border-bottom: 1px solid #d8d8d8;
  color: black;
	background-color: #bff7b9;
  padding: 3px;
}
td.subtitle_blue {
  font: 12px Verdana;
    border-bottom: 1px solid #d8d8d8;
  color: black;
	background-color: #b9eff7;
  padding: 3px;
}
td.subtitle_pink {
  font: 12px Verdana;
    border-bottom: 1px solid;
  color: black;
	background-color: #f7c0b9;
  padding: 3px;
}
td.subtitle_orange {
  font: 12px Verdana;
    border-bottom: 1px solid;
  color: black;
	background-color: #ffdcb0;
  padding: 3px;
}
td.subtitle {
  font: 12px Verdana;
    border-bottom: 1px solid #d8d8d8;
  color: black;
	background-color: #F9E285;
  padding: 3px;
}
a.subtitle,a.subtitle:visited {
  color: black;
  font: 12px Verdana;
  text-decoration: none;
}
a.subtitle:hover {
  color: #071880;
  font: 12px Verdana;
  text-decoration: underline;
}
a.menuItem {
  color: #000000;
  text-decoration: none;
}
a.txtButton, a.txtButton:hover, a.txtButton:visited {
  color: #CC0000;
}


td.menuBar {
  background-color: #7D86C1;
  padding: 10px;
  width: 150px;
}
td.mainBody {
  background-color: #E6E6E6;
  padding: 10px;
}

.table_border {
  border: 1px solid black;
  padding: 0px;
}

.table_border_bottom {
  border-bottom: 1px solid black;
  padding: 0px;
}

.table_border_leftbottom {
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}

.table_border_lefttopbottom {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}

.table_border_topbottom {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0px;
}
.table_border_topright {
  border-top: 1px solid black;
  border-right: 1px solid black;
  padding: 0px;
}
.table_border_right {
  border-right: 1px solid black;
  padding: 0px;
}

.table_border_gray {
  border: 1px solid #d8d8d8;
  padding: 0px;
}
.table_noborder { border-width: 0px; padding: 0px; }
TD {
	font-family:Arial, sans-serif, Verdana; 
	font-size:12px;
	line-height: 14px
}
.td_small {
	font: 10px Arial, sans-serif, Verdana; 
	line-height: 12px
}
.td_head {
border-top: 1px solid white;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid white;
  /* border-bottom: 1px solid #d8d8d8; */
  /* background-color: #d0d9e6; */
	background-color: #E6E6E6;
}
.td_head_bold {
  font-family: Arial, sans-serif, Verdana;
	font-weight: 600;
	background-color: #ADD8E6;
  padding: 3px;
}
td.pagetitle {
  font: 16px Verdana;
  font-weight: bold;
  color: white;
  padding-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
	background-color: #071880; /* #666699 */
}

.disclaimer { font-size: 10px; color: white; }

.td_forum_tree,.td_small { font: 9px Tahoma; }
.td_head_btns {
  background-color: #e3eaf2;
  padding: 0px;
  text-align: right;
}
a.button,.button {
  padding-top: 6px;
  font: 14px Tahoma;
  color: black;
  text-decoration: none;

}
a.button:hover,a.button:visited { color: black; text-decoration: none; }


