/* news article stuff */
.smallprint {
	color: #ffffff;
	font-size: 9px;
}
.doa_heading_boxout {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #222227;
}
.doa_article_body {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #222227;
}
.doa_boxout {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #222227;
}
.doa_header {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.doa_boxout_title {
	text-align: center;
	font-size: 12px;
	background-color: #222227;
}
/*.panel_image {
	border-width: 3px;
	border-style: solid;
	border-color: #757378;
	background-color: #2C2C31;
}*/

/* shop stuff and generic OO framework stuff */
.error {
	font-weight: bold;
	font-size: 10px;
	color: #ff4040;
}
.warning {
	font-weight: bold;
	font-size: 10px;
	color: #ffa040;
}
.success {
	font-weight: bold;
	font-size: 10px;
	color: #40ff40;
}
.doa_toggle_bg_0 {
	background-color: #222227;
}
.doa_toggle_bg_1 {
	background-color: #111114;
}
.doa_toggle_bg_hl {
	background-color: #4E653E;
	cursor: hand;
}
A.doa_hidden_link, A:hover.doa_hidden_link, #all A.doa_hidden_link, #all A:hover.doa_hidden_link {
	color: #ffffff;
	text-decoration: none;
}

/* front page menu stuff */
.l_menu {
	width: 100%;
	font-size: 12px;
	font-style: Verdana, sans-serif;
	text-align: left;
}
.l_menu2 {
	text-align: left;
}
.l_menu_title {
	font-weight: bold;
	color: #000000;
	background-color: #A29966; /* forest green */
	margin: 20px 0 0 0 ;
	padding: 0 0 0 12px; /* under D */
}
.l_box_title {
	font-size: 16px;
	font-weight: bold;
	color: #A29966; /* mint green */
	/* background-color: #111114; */ /* darkest grey */
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #888888;
	text-align: left;
}
.l_menu_body {
	font-weight: normal;
	color: #ffffff; 
	font-size: 75%;
	text-decoration: none;
	line-height: 1.3em;
	padding: 0 0 0 28px;
}
A.l_menu_body {
	text-decoration: none;
}
.l_menu_logo {
	margin: 2px;
	float: right;
}
#xo_scrollbox {
	height: 20px;
	overflow: hidden;
	padding: 0px;
	border-width: 0px 12px 0px 12px;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	color: white;
}

/* radio page stuff*/
#tt_table {
	width: 100%; 
	text-align: left; 
	clear: left; 
	margin: 0px; 
	border-width: 0px; 
	padding:0px; 
	position: relative;
}
.tt_header {
	overflow: visible; 
	position: relative;
}
.tt_cell {
	border-color: white;
	overflow: hidden; 
	height:100px;
	position: relative;
}
.tt_cell_1 {
	overflow: hidden; 
	padding: 0px; 
	width: 100%; 
	border-style: solid; 
	border-width: 0 0 0 0; 
	height: 99px; 
}
.tt_cell_2 {
	overflow: hidden;
	padding: 1px 2px 2px 0;
	margin-left: 2px;
}
.tt_cell_show_inner {
	overflow: auto; 
	padding: 2px 2px 2px -1px; 
	height: 50%; 
	width: 99%; 
	margin-left: 2px; 
	position: relative; 
	top: 0px;
}
.tt_cell_gap {
	background-image: url(/images/radiocamo.gif);
}
.tt_cell_show {
	position: relative;
}
.tt_cell_arrows {
	position: relative; 
	bottom: 1px; 
	right: 1px; 
	z-index: -1; 
}
.tt_icons {
	position: absolute;
	bottom: 0px;
	left: 1px;
	text-align: left;
	z-index: 1;
	height: 28px;
}
.tt_title {
	float: left; 
	text-align: left;
	z-index: 2;
}
/* don't put this here. at all. makes vB go craaazy */
/*TD {
	position: relative;
}*/

.datawindow_navigation {
	font-size: 12px;
}

.datawindow_pageselector, .datawindow_search, .datawindow_errorbox {
	font-size: 12px;
	line-height: 1.5em;
	color: white;
}

.datawindow_errorbox {
	text-align: center;
	border-top: 1px gray dotted;
	padding-bottom: 0.35em;
	padding-top: 0.35em;
}

.datawindow_errorbox_bottom {
	border-bottom: 1px gray dotted;
}

#left_col {
	width: 165px;
	float: left;
	padding-top: 11px;
}

#right_col {
	padding: 0 1em 0 0;
	width: 150px;
	float: right;
}

#middle_col {
	margin: 0 165px 0 150px;
	padding: 0;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

/* breadcrumb logo */
.mini_d {
	margin-bottom: 8px;
}