/* CSS Document */

body {
	background-image: none;
}


/******************** LAYOUT ********************/  

div#container_width {
	width: 1000px;
}

div#container_header {
	background: #6D78BD url(../../../images/layout/koaa_050607/koaa_header_bg.jpg) no-repeat;
	height: 125px;
	padding: 0px;
	margin: 0px;
}

div#container_left_column {
	width: 140px; 
}

#container_left_column {
	background-color: #6D78BD;
}

div#container_middle_column {
	width: 720px;
}

div#container_right_column {
	width: 130px; 
}

#container_right_column {
	background-color: #000066;
}


div#container_footer {
}

#container_footer {
	background-color: #6D78BD;
}


/******************** HEADER ********************/  


div#container_header_text {
	margin-left: 500px;
	clear:both;
	width: 300px;
	text-align: center;
	color: #FFFFFF;

}

div#header_title {
	text-align: center;
	font-weight: bold;
}

div#header_temperatures {
	float: left;
	font-size:11px;
	vertical-align:middle;
	width: 150px;
	height: 85px;
	padding-top:10px;
	color: #FFFFFF;
}

div#header_temperatures a, div#header_temperatures a:hover, div#header_temperatures a:visited, div#header_temperatures a:active
 {
	color: white;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.header_temperatures_degrees {
	font-size:24px;
	color: white;
}



div#header_date_time {
	text-align: center;
	font-weight: bold;
}

/******************** LEFT COLUMN ********************/  


div#content_left_column {
	padding: 2px;
	font-size: 11px;
}

/******************** MIDDLE COLUMN ********************/  

div#content_middle_column {
	padding: 5px;
}

/******************** RIGHT COLUMN ********************/  

div#content_right_column {
	padding: 2px;
	font-size: 11px;
	color: white;
}

#content_right_column a, #content_right_column a:hover, #content_right_column a:visited {
	color: white;
}

/******************** FOOTER ********************/  

div#content_footer {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

/******************** BASIC STYLES ********************/  

.small_font {
	font-size: 11px;
}


div.page_title_main {
	padding: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

div#wxfn_live_stream_player {
	text-align: center;
}