@CHARSET "UTF-8";

/* --- Typography --- */
body {font: 80%/1.25 Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
p, label, input, table, li {font-size: 0.9em;}
select {font-size: 1.0em;}
legend {font-size: 0.9em; font-weight: bold;}

#page_header table {
	float: left;
	width: 98%; 
	font-size: 1.8em; 
	color: #cccccc; 
	border: 2px solid #3333cc;
	background: #3333cc;
	margin: 5px 10px 5px 10px;
}

#main_div {
	float: left;
	width: 98%;
	border: 2px; 
	margin: 5px 10px 5px 10px;
	height: 1200px;
}

img.img_left {
	padding: 4px;
	border: none;
	float: left;
}

img.img_right {
	padding: 4px;
	border: none;
	float: right;
}

img.img_none {
	padding: 4px;
	border: none;
	float: none;
}

#page_header span.smal_font {
	font-size: 0.75em; 
}

#main_tab_bar {
	float: left;
	margin: 10px 10px 0 20px;
}

#main_tab_bar div {
	float: left;
	margin: 0 4px 0 0;
	cursor: pointer;
	font-weight: bold;
}

#main_tab_bar div.tab {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

#main_tab_bar div.active {
	border: 1px solid lightblue;
	background-color: lightblue;
}

#main_tab_body_div {
	float: left;
	width: 98%;
	border: 2px solid lightblue;
	margin: 0 10px 10px 10px;
	height: 1200px;
}

#climate_tab_bar {
	float: left;
	margin: 0 10px 0 20px;
}

#climate_tab_bar div {
	float: left;
	margin: 0 4px 0 0;
	cursor: pointer;
	font-size: 0.9em;
/*	font-weight: bold; */
}

#climate_tab_bar div.tab {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

#climate_tab_bar div.active {
	border: 1px solid lightblue;
	background-color: lightblue;
}

#climate_tab_body_div {
	float: left;
	width: 98%;
	border: 2px solid lightblue;
	margin: 0 10px 10px 10px;
/*	height: 450px; */
}




#climate_data_tab_bar {
	float: left;
	margin: 0 10px 0 20px;
}

#climate_data_tab_bar div {
	float: left;
	margin: 0 4px 0 0;
	cursor: pointer;
	font-size: 0.9em;
/*	font-weight: bold; */
}

#climate_data_tab_bar div.tab {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

#climate_data_tab_bar div.active {
	border: 1px solid lightblue;
	background-color: lightblue;
}

#climate_data_tab_body_div {
	float: left;
	width: 98%;
	border: 2px solid lightblue;
	margin: 0 10px 10px 10px;
/*	height: 450px; */
}





#atmospheric_tab_bar {
	float: left;
	margin: 0 10px 0 20px;
}

#atmospheric_tab_bar div {
	float: left;
	margin: 0 4px 0 0;
	cursor: pointer;
	font-size: 0.9em;
/*	font-weight: bold; */
}

#atmospheric_tab_bar div.tab {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	background-color: #cccccc;
}

#atmospheric_tab_bar div.active {
	border: 1px solid lightblue;
	background-color: lightblue;
}

#atmospheric_tab_body_div {
	float: left;
	width: 98%;
	border: 2px solid lightblue;
	margin: 0 10px 10px 10px;
/*	height: 450px; */
}

geospatial_tab_body_div {
	float: left;
	width: 98%;
/*	border: 2px solid lightblue; */
	border: 1px solid black;
	margin: 0 10px 10px 10px;
/*	height: 450px; */
}


table.table_margin {
	margin: 10px 20px 20px 10px;
}
	
div.std_margin {
	margin: 10px 10px 10px 10px;
}
	
/*div.legends_margin {
	float: right;
	width: 200px;
	margin: 0 10px 10px 10px;
}
*/
#openlayer_map {
	height: 400px;
}
	
div.legend {
	float: left;
	margin: 5px 5px 5px 0;
}
	
#intro_iframe {
	width: 100%;
	height: 900px;
}
	
#partners_iframe {
	width: 100%;
	height: 900px;
}
	
#about_iframe {
	width: 100%;
	height: 900px;
}
	
#climate_info_iframe {
	width: 100%;
	height: 600px;
}
	
#climate_data_info_iframe {
	width: 100%;
	height: 600px;
}
	
#atmospheric_info_iframe {
	width: 100%;
	height: 600px;
}
	
#geospatial_iframe {
	width: 100%;
	height: 600px;
}
