/* --- colors used:
light blue: #6179a7
dark blue: #11225a
red: #be1707
yellow: #ffc300
*/
/* ----- content ----- */

table.contactForm td.note {
	border-top: 1px solid #11225a;
	font-size: 0.7em;
	text-align: center;
}

div.dbtBox {}

div.dbtHeader {
	padding: 5px;
	background-color: #6179a7;
	color: #fff;
	font-size: x-small;
}

div.dbtHeader select {
	font-size: x-small;
}

div.dbtBody {
	padding-top: 10px;
}

div.dbtRowHeader {
	float: left;
	width: 160px;
}

div.rowHead {
	padding: 5px;
	width: 150px;
	height: 30px;
	background-color: #be1707;
	border-bottom: 1px solid #fff;
	font-size: x-small;
	cursor: pointer;
	color: #fff;
}

div.rowHead:hover {
	background-color: #6179a7;
}

div.rowHead a {
	text-decoration: none;
	color: #fff;
}

div.rowHeadActive {
	padding: 5px;
	width: 145px;
	height: 30px;
	background-color: #6179a7;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-left: 5px solid #ffc300;
	font-size: x-small;
}

div.rowHeadActive a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div.dbtBody div.dbtContent {
	float: left;
	width: 360px;
	padding-left: 10px;
	padding-right: 10px;
}

div.dbtBody div.dbtContent div.dbtItem {
	margin-bottom: 5px;
	background-color: #f5f5f5;
	font-size: x-small;
}

div.dbtBody div.dbtContent div.dbtItemTitle {
	padding: 5px;
	border-bottom: 1px solid #656565;
	background-color: #f5f5f5;
	font-weight: bold;
	cursor: pointer;
}

div.dbtBody div.dbtContent div.dbtItemTitle img {
	vertical-align: middle;
}

div.dbtBody div.dbtContent div.dbtItemText {
	padding: 10px;
	padding-left: 15px;
	background-color: #f5f5f5;
	display: none;
}

div.dbtBody div.subjectImage {
	float: left;
	width: 160px;
}
div.dbtBody div.subjectImage img {
	display: inline;
}

div.chartTab {
	float: left;
	padding: 5px;
	height: 15px;
	background-color: #be1707;
	border-left: 1px solid #fff;
	font-size: x-small;
	cursor: pointer;
	color: #fff;
}

div.chartTab:hover {
	background-color: #6179a7;
}

div.chartTab a {
	text-decoration: none;
	color: #fff;
}

div.chartTabActive {
	float: left;
	padding: 5px;
	height: 10px;
	background-color: #6179a7;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff;
	border-bottom: 5px solid #ffc300;
	font-size: x-small;
}

div.chartTabActive a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div.chartPreview {
	padding-top: 10px;	
}

img.cartPictureSmall {
	width: 400px;
}

#modal_container {  
	padding:5px;  
	background-color:#fff;  
	border:1px solid #666;  
	overflow:auto;  
	font-family:"Lucida Grande",Verdana;  
	font-size:12px;  
	color:#333;  
	text-align:left;
} 

#modal_overlay {  
	background-color:#000;  
}

div.spacer {
	clear: both;
	font-size: 0;
}

