body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #284c62;
	background-color: #fff;
	margin: 0;padding: 0;
}

a img{
	border: none;
}

#top_header{
	background-image: url(../inam/images/top_header_bg.png);
	height: 32px;
	font-size: 8pt;
	color: #fff;
	padding-top:8px;
	height: 24px;
}

#top_header_content{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
overflow: hidden;
}

#top_header_content .min{
	color:#17a9ff;
}

#top_header_content .max{
	color:#ff8c0f;
}

/*
 * header
 */
#header{
	background-image: url(../inam/images/header_bg.png);
	height: 249px;
	height: 195px;
	
	height: 135px;
}

#header a#ua{
	float:right;
	width: 138px;
	height: 13px;
	background-image: url(../images/ua.png);
	opacity: 0.5;
}

#header a#ua:hover{
	opacity: 1;
}


#header #cesam_dep_fis{
	float:right;
	clear:right;
}

#header #cesam_dep_fis a:link, #header #cesam_dep_fis a:visited{;
	font-size: 7pt;
	color:#fff;
	opacity: 0.3;
}

#header #cesam_dep_fis a:hover{
	opacity: 0.6;
}


#header_content{
	height: 210px;
	height: 156px;
	
	height: 96px;
}

#header_meteo_content{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #98d6ec;
	font-size: 8pt;
	padding-top: 5px;
}

#header_meteo_content #min_max{
	margin-left: 90px;
	margin-top: 5px;
}

#header_meteo_content #active_city{
	font-size: 11pt;
	font-weight: bold;
	color: #e6dbac;
	padding:2px;
	padding-left: 5px;
	padding-right: 5px;
	margin:1px;
	margin-left: -5px;
	float:left;
	margin-top: 1px;
	cursor: pointer;
}

#header_meteo_content #active_city:hover{
	border: 1px solid #2b516b;
	margin:0;
	margin-left: -6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.2);
}

#header_meteo_content #active_city a{
	display:none;
	font-size: 8pt;
	color: #FF8C0F;
}

#header_meteo_content #active_city:hover a{
	display: inline;
}

#min_max .min{
	color: #98D6EC;
}

#min_max .max{
	color: #ffc281;
}


#logo{
	width:186px;
	height: 92px;
	background-image: url(../images/logo1.png);
	margin-left: 404px;
	margin-top: -40px;
}

/*
 * 
 * Menu
 */

#menu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 39px;
}

#menu a:link, #menu a:visited, #menu a:hover{
	text-decoration: none;
}

#menu_items_wrap{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	float:left;
	margin-top: -0px;
}

#menu .menu_item{
	height: 42px;
	margin-top: -3px;
	float:left;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
}

#menu .active_left{
	background-image: url(../images/menu_item_left_bg_a.png);
	width: 2px;
	float:left;
	height: 42px;
	/*cursor: default;*/
}

#menu .active{
	background-image: url('../images/menu_item_bg_a.png');
	color: #28798b;
	float:left;
	padding-top: 14px;
	height: 28px;
	padding-left: 25px;
	padding-right: 25px;
	/*cursor: default;*/
}

#menu .active_right{
	background-image: url('../images/menu_item_right_bg_a.png');
	width: 2px;
	height: 42px;
	float: left;
	/*cursor: default;*/
}

#menu .inactive{
	color: #fff;
	float:left;
	padding-top: 14px;
	height: 28px;
	padding-left: 25px;
	padding-right: 25px;
}

#menu .inactive:hover{
	color: #a0dff7;
}

#menu .blog_link{
	float:right;
	color: #fff;
}

#content{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
	font-size: 10pt;
}

#content a:link, #content a:visited{
	color: #dd8f00;
	text-decoration: none;
}

#content a:hover{
	color: #f76e00;
}

/*this is deprecated. using a div instead (ie7 paints a persistent border)*/
hr.splitter{
	height:6px;
	width:975px;
	background-image: url('../images/splitter.png');
	border: 0;
}

div.splitter{
	height:6px;
	width:975px;
	background-image: url('../images/splitter.png');
	border: 0;
	margin-top: 8px;
}

#sub_menu{
	padding-top: 12px;
	font-size: 9pt;
	color: #768493;
}

#panel_wrap{
	margin-top: 20px;
}

#left_panel{
	background-color: #eefafd;
	width: 284px;
	float:left;
	-moz-box-shadow: 0px 0.5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0.5px 1px rgba(0,0,0,0.3);
	border: 1px solid #eefafd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#left_panel .head{
	background-image: url(../images/detail_bg.png);
	color: #eaf5f8;
	height: 27px;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 12pt;
	font-size: 10pt;
	border-top: 1px solid #224054;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	
}

#left_panel .body{
	font-size: 9pt;
	padding: 12px;
	line-height: 1.7em;
}

#left_panel hr{
	border: 0;
	border-top: 1px solid #dbeaee;
	border-bottom: 1px solid #fff;
}

#right_panel{
	float:right;
	width: 660px;
	padding: 5px;
	padding-left: 20px;
}

#center_panel{
	width: 400px;
	float:left;
	padding-left: 70px;
}

#small_right_panel{
	float:right;
	width: 130px;
	padding: 5px;
}

#footer{
	color: #aebecf;
	font-size: 8pt;
	width:980px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	padding-top: 50px;
	margin-bottom: 20px;
}

#footer a:link, #footer a:visited, #footer a:hover{
	color: #6a95d6;
}

#footer #neptuno{
	opacity: 0.6;
	float:right;
	cursor: pointer;
	margin-top: -10px;
}

#footer #neptuno:hover{
	opacity: 1;
}

h3{
	color: #a0dff7;
	text-shadow: 1px 1px 1px #ccc;
	font-size: 14pt;
	margin-top: 8px;
}

h3.map_title{
	color: #4b8cb6;
	font-size: 14pt;
	margin-top: 8px;
	font-weight: normal;
	text-shadow: none;
}

h3 small{
	font-size: 10pt;
	color: #4b8cb6;
	opacity: 0.7;
}

#change_city{
	border: 1px solid #fff;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	
}

#change_city:hover{
	background-color: #DBEAEE;
	border: 1px solid #566d8d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.field_choice{
	float:left;
	width: 130px;
	border: 1px solid #DBEAEE;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 5px;
	opacity: 0.9;
}

.field_choice:hover{
	border: 1px solid #eaa485;
	opacity: 1;
	-moz-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
}

.field_choice div{
	text-align: center;
	font-size: 8pt;
	background-color: #e3f6ff;
}

ul#city_list{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#city_list li{
	padding: 0;
	padding-left: 10px;
	margin: 0;
	border-bottom: 1px solid #e3f6ff;
}

ul#city_list li a{
	display: block;
	padding: 3px;
}

ul#city_list li:hover{
	background-color: #fff;
}

#right_forecast{
	float:right;
}



.prev_length{
	font-size: 8pt;
	text-align: right;
}

/* equipa */

.team_member_frame{
	float:left;
	width: 150px;
	border: 1px solid #DBEAEE;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
	margin-right: 10px;
	font-size: 8pt;
	min-height: 280px;
}

.team_member_frame:hover{
	border: 1px solid #eaa485;
	opacity: 1;
	-moz-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
}

.team_member_frame small{
	font-size: 7pt;
	opacity: 0.5;
}


.info{
	color: #d0e5f5;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
	font-family: Times;
	/*margin-left: -7px;
	margin-right: 3px;*/
}




.another_prevs_frame img{
	width: 350px;
}

.another_prevs_frame{
	float:left;
	width: 350px;
	border: 1px solid #DBEAEE;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px;
	overflow: hidden;
	margin-right: 10px;
	font-size: 8pt;
	cursor: pointer;
}

.another_prevs_frame:hover{
	border: 1px solid #eaa485;
	opacity: 1;
	-moz-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0.5px 3px rgba(0,0,0,0.3);
}

#continent_img{
	float:right;margin-top: -70px;margin-left: 300px;width:671px;
}
