/* CSS Document */
@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    src: url(arial_narrow.ttf);
}
@font-face {
    font-family: "Arial Narrow Bold";
    font-style: normal;
    src: url(arial_narrow_bold.ttf);
}
/* RESET CSS Browser */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: transparent;
	padding:9px 0 0 9px;
	font-family: Arial Narrow;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Loading DIV*/
#cover_loading{
	/*position:absolute;
	z-index:999;
	width:908px;
	height:442px;
	background:url(img/bck_loading.png);*/
}
.cover_loading{
	position:absolute;
	z-index:999;
	width:908px;
	height:442px;
	background:url(img/bck_loading.png);
}
.cover_loading_min{
	position:absolute;
	z-index:999;
	width:390px;
	height:190px;
	background:url(img/bck_loading.png);
}
	#cover_loading_text{
		width:200px;
		font-family:"Arial Narrow Bold";
		font-size:18px;
		color:#606060;
		position:relative;
		text-align:center;
		margin:180px auto 0 auto;
	}
	#cover_loading_text_min{
		width:200px;
		font-family:"Arial Narrow Bold";
		font-size:18px;
		color:#606060;
		position:relative;
		text-align:center;
		margin:50px auto 0 auto;
	}
#wg_body{
	position:absolute;
	z-index:1;
	/*width:908px;
	height:442px;*/
	display:none;
}
.dv_gen,.dv_cnt{
	float:left;
}
.b_t1{
	/*width:40.9%;*/
	width:374px;
}
.b_t2{
	/*width:57%;*/
	margin-left:9px;
	width:525px;
}
.dv_cnt{
	width:100%;
}
.dv_md{
	margin-bottom:10px;
}
.dv_nmb{
	margin-bottom:3px;
}
.dv_cnt h1{
	text-align:right;
	font-size:16px;
	letter-spacing:0.5px;
	color:#fff;
	height:22px;
	vertical-align:middle;
	line-height:20px;
	background-color:#606060;;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	padding:0 10px;
}
.dv_cnt h1 a{
	color:#fff;
	text-decoration:none;
}
.dv_cnt h1 a span,.icon_tittle{
	background-image:url(img/icons.png);
	background-repeat:no-repeat;
	text-indent:99999px;
	overflow:hidden;
	display:block;
}
.mintittle,.minlink span{
	background-image:none !important;
}
.dv_cnt h1 a span{
	float:right;
	margin:4px 0 0 6px;
	width:14px;
	height:14px;
	background-position:-5px -5px;
}
.minlink span{
	margin-left:0 !important;
	width:1px !important;
	display:none;
}
.dv_cnt h1 a:hover{
	color:#ffc100;
}
.dv_cnt h1 a:hover span{
	background-position:-5px -25px;
}
.icon_tittle{
	position:absolute;
	width:15px;
	height:14px;
	margin:4px 0 0 0;
	background-position:-24px -5px;
	cursor:pointer;
}
.icon_tittle:hover{
	background-position:-24px -25px;
}
.share{
	position: absolute;
	width: 15px;
	height: 14px;
	margin: 4px 0px 0px 22px;
	background-position: -44px -5px;
	cursor: pointer;
	background-image: url(img/icons.png);
	background-repeat: no-repeat;
	text-indent: 99999px;
	overflow: hidden;
	display: block;
}
.share:hover{
	background-position:-44px -25px;
}
.dv_body{
	border:1px solid #c6c6c6;
	border-top:0;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	background:url(img/bck_data.png);
}
.dv_body_internal{
	display:inline-block;
}
.dv_data{
	float:left;
	display:inline-block;
	padding:0 0 10px 10px;
}
.wgid{
	float:left;
	display:block;
	/*width:28.5%;*/
	width:106px;
	height:81px;
	padding-top:10px;
	margin-right:17px;
}
	.wgid h2{
		position:absolute;
		z-index:1;
		width:74px;
		background-color:#6683b3;
		color:#fff;
		font-size:14px;
		height:44px;
		border:1px solid #587ab3;
		border-top-right-radius:5px;
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px;
		border-top-left-radius:5px;
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px;
	}
		.wgid h2 span{
			margin-left:7px;
			line-height:17px;
			height:20px;
			vertical-align:middle !important;
		}
	.wgid ul{
		position:absolute;
		width:106px;
		z-Index:3;
		margin-top:20px;
	}
		.wgid_win{
			width:100%;
			height:51px;
			list-style:none;
			float:left;
			background:url(img/bck_alert_on.png) no-repeat 0 0;
		}
			.wgid_win span{
				position:relative;
				display:block;
				line-height:51px;
				height:51px;
				width:93px;
				background-image:url(img/icon_alerts.png);
				background-repeat:no-repeat;
				color:#fff;
				text-align:right;
				font-size:15px;
				font-weight:bold;
			}
			.wgid_win span b{
				font-weight:normal;
				font-style:italic;
				font-size:14px;
				color:#ffc100;
			}
			.wgid_time{
				font-size:9px;
				float:left;
				font-family:Arial;
				color:#767676;
				margin-top:3px;
				white-space:nowrap;
			}
		.wgid_lvl{
			position:absolute;
			z-index:2;
			margin:20px 0 0 2px;
			width:46px;
			height:49px;
			text-indent:-99999px;
			overflow:hidden;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
		}
		.l_4 .wgid_lvl,.p_4{
			background-color:#eb0000;
		}
		.l_3 .wgid_lvl,.p_3{
			background-color:#ff7200;
		}
		.l_2 .wgid_lvl,.p_2{
			background-color:#ffef00;
		}
		.l_1 .wgid_lvl,.p_1{
			background-color:#22a200;
		}
		.l_0 .wgid_lvl,.p_0{
			background-color:#c1c1c1;
		}
		.sf li.wgid_win span{
			background-position:0 0;
		}
		.l_2 .sf li.wgid_win span,.l_0 .sf li.wgid_win span{
			background-position:-127px 0;
		}
		.nm li.wgid_win span{
			background-position:0 -67px;
		}
		.l_2 .nm li.wgid_win span,.l_0 .nm li.wgid_win span{
			background-position:-127px -67px;
		}
		img.impt,img.imho,img.imptwn{
			display:none;
			}

	.wind{
		width:110px;
		margin:0 0 0 -4px;
	}
	.wind ul{
		margin-left:4px;
	}
	.wind .wgid_win{
		background-position:0 -81px;
	}
	.wind h2{
		margin-left:4px;
	}
	.wind .wgid_lvl{
		border-radius:25px;
		-moz-border-radius:25px;
		-webkit-border-radius:25px;
		margin-left:6px;
	}
	.wind_arrow_tr{
		position:absolute;
		z-index:10;
		margin-top:16px;
		width:57px;
		height:58px;
	}
	.wind .wgid_win span{
		width:93px;
		background-image:url(img/icons_wind.png);
		background-position:0 0;
	}
	.l_2 .dn li.wgid_win span,.l_0 .dn li.wgid_win span{
		background-position:0 -53px;
	}
	.ds li.wgid_win span{
		background-position:-77px 0;
	}
	.l_2 .ds li.wgid_win span,.l_0 .ds li.wgid_win span{
		background-position:-77px -53px;
	}
	.de li.wgid_win span{
		background-position:-560px 0;
	}
	.l_2 .de li.wgid_win span,.l_0 .de li.wgid_win span{
		background-position:-560px -53px;
	}
	.dw li.wgid_win span{
		background-position:-657px 0;
	}
	.l_2 .dw li.wgid_win span,.l_0 .dw li.wgid_win span{
		background-position:-657px -53px;
	}
	.dne li.wgid_win span{
		background-position:-179px 0;
	}
	.l_2 .dne li.wgid_win span,.l_0 .dne li.wgid_win span{
		background-position:-179px -53px;
	}
	.dnw li.wgid_win span{
		background-position:-276px 0;
	}
	.l_2 .dnw li.wgid_win span,.l_0 .dnw li.wgid_win span{
		background-position:-276px -53px;
	}
	.dse li.wgid_win span{
		background-position:-373px 0;
	}
	.l_2 .dse li.wgid_win span,.l_0 .dse li.wgid_win span{
		background-position:-373px -53px;
	}
	.dsw li.wgid_win span{
		background-position:-470px 0;
	}
	.l_2 .dsw li.wgid_win span,.l_0 .dsw li.wgid_win span{
		background-position:-470px -53px;
	}
	.dnd li.wgid_win span{
		background-position:-470px -470px;
	}
.wgit{
	float:left;
	margin:8px 10px 0 0;
}
.wgit div{
	float:left;
	font-size:14px;
	font-family:"Arial Narrow Bold";
	color:#111;
	margin-top:7px;
}
.wigt_space{
	float:right !important;
}
.wigt_ds{
	width:auto !important;
}
.wgit div p{
	float:left;
	margin:1px 0 0 0;
	padding:0;
	font:normal 9px Arial;
	color:#777;
}
.wgit span{
	float:left;
}
.wigt_time{
	float:none;
	margin:1px 0 0 0;
	padding:0;
	font:normal 9px Arial;
	color:#777;
}
.wgit div span.wigt_dat{
	margin-left:5px;
	background:#6683b3;
	color:#fff;
	font-size:16px;
	font-family:"Arial Narrow Bold";
	padding:4px 6px;
	border:1px solid #587ab3; 
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*Predictions*/

.wgp_date{
	background:url(img/header_pred.png) no-repeat 0 0;
	width:351px;
	height:20px;
	margin-top:10px;
}
	.wgp_date span{
		float:left;
		padding-left:7px;
		width:110px;
		font-size:14px;
		color:#fff;
		line-height:20px;
	}
.wgp_pre{
	float:left;
	width:115px;
	height:129px;
	padding:4px 0 0 2px;
	background-color:#bdc9dc;
}
	.pre_to{
		background-color:#dae0ea;
	}
	.pre_dato{
		background-color:#e8ebf1;
	}

.wgp{
	float:left;
	background-image:url(img/bck_icon_pred.png);
	background-repeat:no-repeat;
	width:56px;
	height:67px;
}
	.bcksa{
		background-position:0px 0px;
	}
	.bcksb{
		background-position:0px -77px;
	}
	.bcksc{
		background-position:0px -154px;
	}
	.bckca{
		background-position:-76px 0px;
	}
	.bckcb{
		background-position:-76px -77px;
	}
	.bckcc{
		background-position:-76px -154px;
	}
	.imptPS,.imptPW,.imHoP{
		display:none;
	}
	.dcp{
		position:absolute;
		z-index:1;
		width:46px;
		height:62px;
		margin:5px 0 0 5px;
		padding:0;
		background:url(img/cover_pred.png) no-repeat;
	}
	.wincp{
		background-position:0 -74px;
	}
	.dcp li{
		font-size:12px;
		color:#fff;
		display:block;
		text-align:center;
		padding-top:47px;
		background-image:url(img/icon_alerts_pred.png);
		background-repeat:no-repeat;
		background-position:8px 14px;
	}
	.dcp li span span{
		font-size:12px;
		font-style:italic;
		color:#ffc100;
	}
	span.ast{
		padding-right:9px;
		background-image:url(img/ast.png) !important;
		background-repeat:no-repeat !important;
		background-position:right 3px !important;
	}
		.p_2 .dcp li,.p_0 .dcp li{background-position:8px -26px;}
	.wincp li{
		background-image:url(img/icons_wind.png);
	}
	.pn li{background-position:-1px -2px;}
		.p_2 .pn li,.p_0 .pn li{background-position:-1px -55px;}
	.ps li{background-position:-78px -2px;}
		.p_2 .ps li,.p_0 .ps li{background-position:-78px -55px;}
	.pe li{background-position:-562px -2px;}
		.p_2 .pe li,.p_0 .pe li{background-position:-562px -55px;}
	.pw li{background-position:-659px -2px;}
		.p_2 .pw li,.p_0 .pw li{background-position:-659px -55px;}
	.pne li{background-position:-180px -2px;}
		.p_2 .pne li,.p_0 .pne li{background-position:-180px -55px;}
	.pnw li{background-position:-277px -2px;}
		.p_2 .pnw li,.p_0 .pnw li{background-position:-277px -55px;}
	.pse li{background-position:-374px -2px;}
		.p_2 .pse li,.p_0 .pse li{background-position:-374px -55px;}
	.psw li{background-position:-472px -2px;}
		.p_2 .psw li,.p_0 .psw li{background-position:-472px -55px;}
	.wincp li img{
		width:51px;
		height:51px;
		position:relative;
	}
	.arrow_pred{
		position:absolute;
		z-index:10;
		width:54px;
		height:54px;
	}

	.wgp_pre p{
		float:left;
		color:#4e4e4e;
		font-size:12px;
		padding:3px 0 0 6px;
	}
	.p_high,.p_low{
		color:#111;
		font-weight:bold;
        padding-right: 3px;
        }
	.td_d{
		position:relative;
		display:block;
		float:right;
		padding-left:5px;
		min-height:22px;
	}

.wgp_inf{
	float:left;	
	font-size:9px;
	color:#4e4e4e;
}
.astg{
	background:url(img/astg.png) no-repeat 0 2px;
	padding-left:9px
}

/* Graphics */
.gph{
	width:505px;
	margin:0px 0 0 0;
}

#gph_1{
	height:130px;
}

#gph_2{
	height:130px;
}

#gph_3{
	height:175px;
}


/* Portus Info */
.portus_inf{
	float:left;
	text-align:right;
	width:100%;
	margin-top:3px;
	font-size:10px;
	color:#606060;
	min-height:36px;
}
.portus_inf div{
	float:right;
	margin-left:10px;
}
.portus_inf div img{
	margin-top:3px;
}
.portus_inf span{
	float:left;
	width:181px;
	display:block;
}
/*Legend*/
.win_info{
	position:absolute;
	z-index:999;
	margin:5px 0 0 5px;
	display:none;
}
.win_info_bck{
	background-color:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-indent:99999px;
}
.win_info_data{
	position:absolute;
	z-index:1;
	left:11px;
	top:11px;
	color:#fff;
	font-size:13px;
	font-family:"Arial Narrow";
}

.win_info_data h2{
	margin-top: 5px;
}

.win_info_data form{
	margin-top: 17px; margin-left: 10px;
}

.url_label{
	width: 26px; 
       float: left;    
       font-weight: bold;
       margin-bottom: 11px;
}

.url_input{
	width: 257px;   
       padding-left: 10px;   
       margin-left: 10px;   
       background-color: #eaeaea;
       border: 1px solid #848484;   
       color: #111 !important;
       margin-bottom: 10px;
}

.wdg_label{
	width: 36px;   
       float: left;   
       font-weight: bold;
}

.wdg_input{
	padding-left: 10px; 
       border: 1px solid rgb(132, 132, 132); 
       color: rgb(17, 17, 17) !important; 
       background-color: rgb(234, 234, 234);
}

.wgg .win_info_data{
		top:0;
}

.wgl .win_info_data{
		top:5px;
}

	ul.alert_range{margin:0;padding:10px 0 10px 10px;display:inline-block;}
	ul.alert_range li{list-style:none;margin-bottom:2px;float:left;width:150px;}
	ul.alert_range li span{float:left;width:22px;height:14px;margin-right:8px;border:1px solid #fff;}
	ul.alert_range li span.l_tp{background-color:#eb0000}
	ul.alert_range li span.l_hg{background-color:#ff7200}
	ul.alert_range li span.l_md{background-color:#ffef00}
	ul.alert_range li span.l_lw{background-color:#22a200}
	ul.alert_range li span.l_nd{background-color:#c1c1c1}
.lrb{
	width:361px;
	height:167px;
}
.lrt{
	width:341px;
	height:146px;
}
.lpb{
	width:361px;
	height:172px;
}
.lpt{
	width:341px;
	height:150px;
}
.lgb{
	width:513px;
	height:139px;
}
.lgbi{
	width:513px;
	height:431px;
}
.lgt{
	width:493px;
	height:401px;
}
.lge{
	margin-top:7px;
}
.wighp{
	height:144px;
	margin-bottom:16px;
	text-align:left;
}
.wighp p{
	margin-bottom:10px;
}
.wighp span{
	padding-left:22px;
	line-height:14px;
	height:14px;
	background:url('img/ghrplvl.png') no-repeat 0 0;
	margin-right:20px;
}
.wighp span.gn{
	background-position:0 0;
}
.wighp span.rd{
	background-position:0 -19px;
}
.wighp span.yl{
	background-position:0 -38px;
}
.wighp span.bl{
	background-position:0 -57px;
}
.wgmnb{
	width:361px;
	height:152px;
}
.wgmnt{
	width:341px;
	height:132px;
}
.inf_gd{
	overflow-x:hidden;
	overflow-y:auto;
	width:100%;;
	float:left;
}
.lrt .inf_gd{
	height:130px;
}
.lpt .inf_gd{
	height:135px
}
.lgt .inf_gd{
	height:385px
}
/* Tool Graphic Legend*/
.tool_info{
	position:absolute;
	z-index:999;
	padding:5px;
	background-color:#111;
	border:1px solid:#f00;
	top:0;left:0;
	display:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.tool_info ul{
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0;
}
.tool_info li{
	list-style:none;
	cursor:pointer;
	padding:3px 10px;
}
.tool_info li:hover{
	background:#ffc100;
	color:#111;
}
/* Gadget Content */
	.wgg .inf_gd div{
		float:left;
		width:99%;
		margin-bottom:10px;
	}
	.wgg h4{
		color:#ffc71e;
		font-family:"Arial Narrow Bold";
		font-size:14px;
		margin-bottom:9px;
	}
	.wgg h4.tittle_gen{
		color:#fff;
	}
	.wgg img{
		border:1px solid #fff;
		width:82px;
		height:82px;
	}
	.wgg img.img_place_lf{
		float:left;
		margin-right:10px;
	}
	.wgg img.img_place_rg{
		float:right;
		margin-left:10px;
	}
	.wgg img.google_place{
		border:1px solid #fff;
		width:auto;
		height:auto;
	}
	.wgg ul.pred_leg{
		float:right;
		width:150px;
	}
	.wgrh ul.pred_leg{
		width:100% !important;
		margin-top:15px;
		float:none;
		position:relative;
	}
	.wgg ul.pred_leg li{
		list-style:none;
		line-height:10px;
		float:left;
		padding-bottom:0;
	}
	.wgg ul.pred_leg li span{
		display:block;
		width:18px;
		height:8px;
		border:1px solid #fff;
		margin:0 5px 10px 0;
		float:left;
	}
	.wgg span.gd_data{
		float:right;
		color:#ffc71e;
	}
	.wgg p{
		float:left;
		width:100%;
		text-align:right;
		margin:5px 0;
		font-size:14px;
	}
	
/*Share link overlay*/
	.wgl .inf_gd div{
		float:left;
		width:99%;
		margin-bottom:10px;
	}
	.wgl h4{
		color:#ffc71e;
		font-family:"Arial Narrow Bold";
		font-size:14px;
		margin-bottom:9px;
	}
	.wgl h4.tittle_gen{
		color:#fff;
	}
	.wgl img{
		border:1px solid #fff;
		width:82px;
		height:82px;
	}
	.wgl img.img_place_lf{
		float:left;
		margin-right:10px;
	}
	.wgl img.img_place_rg{
		float:right;
		margin-left:10px;
	}
	.wgl img.google_place{
		border:1px solid #fff;
		width:auto;
		height:auto;
	}
	.wgl ul.pred_leg{
		float:right;
		width:150px;
	}
	.wgl ul.pred_leg{
		width:100% !important;
		margin-top:15px;
		float:none;
		position:relative;
	}
	.wgl ul.pred_leg li{
		list-style:none;
		line-height:10px;
		float:left;
		padding-bottom:0;
	}
	.wgl ul.pred_leg li span{
		display:block;
		width:18px;
		height:8px;
		border:1px solid #fff;
		margin:0 5px 10px 0;
		float:left;
	}
	.wgl span.gd_data{
		float:right;
		color:#ffc71e;
	}
	/*.wgl p{
		float:left;
		width:100%;
		text-align:right;
		margin:5px 0;
		font-size:14px;
	}*/
	
/*Other*/
	.win_info h3{
		font-size:15px;
		float:left;
		font-weight:bold;
		color:#fff;
	}
	h3.infotitle{
		font-size:12px;
	}
	h3.infotitle span{
		float:left;
		display:block;
		width:300px;
	}
	.win_info a{
		float:right;
		color:#fff;
	}
	.win_info a:hover{
		color:#ffc71e;
	}

.imgPlea {
    width: 10px;
    height: 10px;
    padding-top: 4px;
}
