/*
 * This contains the low-level styles for the oddblog, just to
 *  separate them from the more specific stuff.
 */


a {
	color: #8BBEE6;
}
input.button {
	border: 1px solid #000;
	background-color: #589;
	color: #dff;
}

div.header {
	color: #FFF;
	background-color: #009DCD;
	font: bold 16px verdana;
	padding: 1px 10px;
}
div.header_l {
	text-align: left;
}
div.header_r {
	text-align: right;
}


div.main_table {
	width:791px;
}


div.left_column {
	background-color: #003462;
	width:140px;
	float:left;
	clear:left;
}
div.mid_column {
	background-color: #003462;
	width:470px;
	overflow:hidden;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
}
div.right_column {
	background-color: #003462;
	width:170px;
	float:right;
	clear:right;
}


.plain {
	text-decoration:none;
}
.right {
	text-align:right;
}
.value {
	text-decoration: none;
}
 

.right_column_block,
.right_column_block div,
.right_column_block span {
	font-family: serif;
	font-size: 9pt;
}
.right_column_block a {
	color: #8BBEE6;
	text-decoration: none;
}
.right_column_block {
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	color: #8BBEE6;
}

.highlighted, .highlighted a {
	color: #dff;
}
.dark_blue {
	color: #003462;
}


.content {
	width: 791px;
	text-align: left;
	vertical-align: top;
}
.content, .content table {
	background-color: #003462;
	color: #B4E2FF;
	font-size: 8pt;
	font-family: arial;
}


.flash_block_div {
	overflow:hidden;
}



#shout_outs {
	text-align:left;
}

