
/* Reset Style
---------------------------------------------------------------------*/
/* reseting containers */
div, span, applet, object, iframe, 
/* reseting typo */
p, h1, h2, h3, h4, h5, h6, blockquote, pre, 
a, abbr, acronym, address, big, cite, code,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
/* reseting tables */
table, caption, tbody, tfoot, thead, tr, th, td 
/* reseting forms */
fieldset, form, label, legend, 
/* reseting lists */
dl, dt, dd, ol, ul, li, 
/* resetind the rest */
del, dfn, em, font, img, ins, kbd, q, s, samp {
  margin:0;padding:0;border:0;outline:0;
	font-size:100%;vertical-align: baseline;background: transparent;}
:focus {outline:0;}

/* Global Style
---------------------------------------------------------------------*/
body {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 62.5%;
  line-height: 1.8em;
  color: black;
	background: #e9f1fc url(/main/images/body_bg.jpg) repeat-x top left;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  }
h1, h2, h3, h4, h5, h6 {font-family:inherit; margin:0 0 5em 0;}
h1 {font-size: 2.4em;}
h2 {font-size: 2.2em;}
h3 {font-size: 2em;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.6em;}
h6 {font-size: 1.4em;}
p  {font-family:inherit; font-size:1.2em;}
ul, ol {
  font-family:inherit; 
  list-style-position:outside; 
  margin:0 0 0 1.5em;
  }
a, a:active, a:visited  {
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  color: #555;
  }
a:hover {text-decoration: underline;}
table {
	border-collapse: collapse;
	border-spacing: 0;
  }
table th, table td {
  }
form p select {
  cursor: pointer;
  }
  
/* BAsic Containers*/
#wrapper {width:900px;margin:10px auto 0 auto;border:1px solid #05326b;background:#fff;}
#header {width:900px;height:85px;overflow:hidden;background:#000 url(/main/images/header_bg.jpg) no-repeat top left;border-bottom:1px solid #05326b;}
#content {width:900px;overflow:hidden;clear:both;margin:17px 0 15px 0;}
#sidebar_left {width:150px;margin:0 15px 0 0;float:left;display:inline;}
#main {width:470px;margin:0 15px 0 0;float:left;display:inline;overflow:hidden;}
#sidebar_right {width:250px;margin:0;float:left;display:inline;overflow:hidden;}
#footer {width:900px;height:80px;overflow:hidden;clear:both;border-top:1px solid #97aecb;}

/* header*/
#header #header_side {
  float: right;
  width: 350px;
  }
#header #search {
  float: right;
  width: 230px;
  margin: 6px 0 5px 0;
  }
#header #search form p#city {
  width: 40px;
  float: left;
  color: #4077b1;
  font-weight: bold;
  margin: 3px 0 0 0;
  }
#header #search form p input.text {
  width: 150px;
  border: 1px solid #4077b1;
  background: #fff;
  }
#header #search form p input.button,
#header #user_panel form#login  p input.button {
  width: 25px;
  height: 22px;
  background: url(/main/images/search_button.png) no-repeat center center;
  border: none;
  cursor: pointer;
  }
#header #search form p input.button:hover,
#header #user_panel form#login  p input.button:hover {
  background: url(/main/images/search_button_hover.png) no-repeat center center;
  }
#header #user_panel {
  clear: right;
  margin: 0 0 0 25px;
  width: 320px;
  height: 40px;
  }
#header #user_panel form#login {
  border-top: 1px solid #a2bee2;
  padding: 3px 0 0 0;
  width: 320px;
  }
#header #user_panel form#login  p {
  padding: 0;
  float: left;
  margin: 0;
  }
#header #user_panel form#login  p label {  
  font-size: 11px;
  }
#header #user_panel form#login  p input {
  padding: 0;
  font-size: 11px;
  width: 85px;
  }
#header #user_panel form#login ul {
  float: right;
  list-style-type: none;
  }
#header #user_panel form#login ul li {
  display: inline;
  }
#header #logo {
  width: 230px;
  height: 50px;
  margin: 20px 0 0 20px;
  }
#header #logo a#wol_logo {
  margin: 0;
  }
#header #logo #flags ul#flags {
  list-style-type:none;
  margin: 0;
  }
#header #logo #flags ul#flags li {
  float: left;
  margin: 0 6px 0 0;
  }
  
/* content -- sidebar left */
#content #sidebar_left {
  }

#content #sidebar_left #news,
#content #sidebar_left #favorite_weather,
#content #sidebar_left #prognostic_maps {
  background: #c9e1fc;
  border-bottom: 1px solid #0d3a71;
  padding: 15px 10px;
  }
#content #sidebar_left h5 {
  color: #0d3a71;
  font-size: 12px;
  margin: 0 0 5px 0;
  line-height: 15px;
  }
#content #sidebar_left #news ul,
#content #sidebar_left #prognostic_maps ul  {
  list-style-type:none;
  margin: 0;
  }
#content #sidebar_left #news ul li {
  margin: 0 0 8px 0;
  padding: 0 0 0 18px;
  line-height: 14px; 
  list-style-position: outside;
  background: url(/main/images/article.png) no-repeat top left;
  }
#content #sidebar_left #news ul li a,
#content #sidebar_left #news ul li a:active,
#content #sidebar_left #news ul li a:visited {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  }
#content #sidebar_left #news ul li a:hover {
  }
#content #sidebar_left #favorite_weather form p select {
  width: 125px;
  margin: 0 0 5px 0;
  border: 1px solid #6b9bcc;
  font-size: 11px;
  }
#content #sidebar_left #favorite_weather form p input.button {
  width: 125px;
  cursor: pointer;
  background: #6b9bcc url(/main/images/arrow_white.png) no-repeat center center;
  border: none;
  }
#content #sidebar_left #favorite_weather form p input.button:hover {
  background: #fff url(/main/images/arrow_blue.png) no-repeat center center;
  }
#content #sidebar_left #prognostic_maps h5 a,
#content #sidebar_left #prognostic_maps h5 a:active,
#content #sidebar_left #prognostic_maps h5 a:visited {
  color: #0d3a71;
  font-size: 12px;
  margin: 0 0 5px 0;
  line-height: 15px;
  }
#content #sidebar_left #prognostic_maps h5 a:hover {
  }
#content #sidebar_left #prognostic_maps h5 span a {
  font-weight: normal;
  }
#content #sidebar_left #prognostic_maps p.img {
  text-align: center;
  }
#content #sidebar_left #prognostic_maps ul li {
  line-height: 14px;
  }
#content #sidebar_left #prognostic_maps ul li a,
#content #sidebar_left #prognostic_maps ul li a:active,
#content #sidebar_left #prognostic_maps ul li a:visited {
  color: #505050;
  font-size: 12px;
  font-weight: normal;
  }
  
/* content -- main */
#content #main #forecast {
  background: #579cd5 url(/main/images/forecast_bg.jpg) repeat-x center left;
  overflow: hidden;
  border: 1px solid #1d4e84;
  padding: 3px 0;
  }
#content #main #forecast p#city {
  width: 40px;
  float: left;
  color: #fff;
  margin: 3px 0 0 30px;
  }
#content #main #forecast p input.text  {
  padding: 2px 5px;
  margin: 0 5px 0 0;
  border: 1px solid #1d4e84;
  }
#content #main #forecast p select {  
  border: 1px solid #1d4e84;
  width: 100px;
  font-size: 11px;
  padding: 2px;
  }
#content #main #forecast p input.button {
  width: 25px;
  height: 22px;
  background: url(/main/images/forecast_button.png) no-repeat center center;
  border: none;
  cursor: pointer;
  }
#content #main #forecast p input.button:hover {
  background: url(/main/images/forecast_button_hover.png) no-repeat center center;
  }
#content #main #forecast_world {
  margin: 15px 0;
  height: 75px;
  }
#content #main #forecast_world p img {
  float: left;
  margin: 0 15px 0 0;
  }
#content #main #forecast_world h4 {
  margin: 0 0 5px 0;
  }
#content #main #forecast_world h4 a,
#content #main #forecast_world h4 a:active,
#content #main #forecast_world h4 a:visited {
  color: #327bc6;
  font-size: 14px;
  }
#content #main #forecast_world ul.countries {
  width: 70px;
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
  }
#content #main #forecast_world ul.countries li a,
#content #main #forecast_world ul.countries li a:active,
#content #main #forecast_world ul.countries li a:visited {
  color: #797979;
  font-size: 12px;
  font-weight: normal;
  }
#content #main #forecast_world ul.countries li a span {
  color: #327bc6;
  font-weight: bold;
  }
  
/* content -- main -- tabs style */
#content #main .widget a {
	color: #222;
	text-decoration: none;
	}
#content #main .widget a:hover {
  color: #009;
  text-decoration: underline;
  }
#content #main ul.tabnav li {
  display: inline;
  list-style: none;
  padding-right: 5px;
  }
#content #main ul.tabnav li a {
  text-decoration: none;
  color: #646464;
  font-weight: bold;
  font-size: 13px;
  padding: 4px 6px;
  outline: none;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  }
#content #main ul.tabnav li a:hover, 
#content #main ul.tabnav li a:active, 
#content #main ul.tabnav li.ui-tabs-selected a {
  background: #fff;
  color: #327bc6;
  text-decoration: none;
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  border-bottom: 1px solid #fff;
  }
#content #main .tabdiv {
  margin-top: 1px !important;
  margin-top: 3px;
  background: #fff;
  border: 1px solid #646464;
  padding: 10px 0 10px 10px;
  height: 170px;
  }
#content #main .tabdiv li {
  list-style-image: url("star.png");
  margin-left: 20px;
  }
#content #main .ui-tabs-hide {
  display: none;
  }
#content #main .tabdiv .big_box {
  width: 142px;
  height: 170px;
  float: left;
  margin: 0 6px 0 2px;
  }
#content #main .tabdiv .big_box  h6,
#content #main .tabdiv .small_box  h6 {
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 14px;
  }
#content #main .tabdiv .big_box  h6 a,
#content #main .tabdiv .big_box  h6 a:active,
#content #main .tabdiv .big_box  h6 a:visited,
#content #main .tabdiv .small_box  h6 a,
#content #main .tabdiv .small_box  h6 a:active,
#content #main .tabdiv .small_box  h6 a:visited {
  font-weight: normal;
  font-size: 11px;
  }
#content #main .tabdiv .big_box  h6 a:hover,
#content #main .tabdiv .small_box  h6 a:hover {
  color: #327bc6;
  }
#content #main .tabdiv .big_box p {
  text-align: center;
  margin: 0;
  }
#content #main .tabdiv .big_box p img {
  display: block;
  width: 140px;
  height: 140px;
  background: #cdcdcd;
  }
#content #main .tabdiv .small_box {
  width: 105px;
  height: 170px;
  float: left;
  margin: 0 6px 0 1px;
  }
#content #main .tabdiv .small_box  h6 {
  height: 30px;
  }
#content #main .tabdiv .small_box p img {
  display: block;
  width: 105px;
  height: 105px;
  background: #cdcdcd;
  }
  
/* content -- main -- ranking_searching */
#content #main #ranking_searching {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  }
#content #main #ranking_searching h4 {
  margin: 0 0 5px 0;
  color: #327bc6;
  font-size: 14px;
  }
#content #main #ranking_searching #rank {
  margin: 0 0 15px 0;
  }
#content #main #ranking_searching #rank form p select {
  width: 170px;
  font-size: 11px;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #bddbfb;
  }
#content #main #ranking_searching form p input.button {
  width: 25px;
  height: 22px;
  background: url(/main/images/search_button_light.png) no-repeat center center;
  border: none;
  cursor: pointer;
  }
#content #main #ranking_searching form p input.button:hover {
  background: url(/main/images/search_button.png) no-repeat center center;
  }
#content #main #ranking_searching #search form p select {
  width: 100px;
  font-size: 11px;
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #bddbfb;
  }

/* content -- main -- special_forcast */
#content #main #special_forcast {
  background: #f1f7fe;
  padding: 15px 0 15px 10px;
  overflow: hidden;
  height: 350px;
  }
#content #main #special_forcast .special_cont {
  float: left;
  width: 217px;
  height: 80px;
  margin: 0 10px 10px 0;
  }
#content #main #special_forcast .special_cont h5 {
  margin: 0;
  padding: 5px 0 0 0;
  height: 30px;
  }
#content #main #special_forcast .special_cont h5 a,
#content #main #special_forcast .special_cont h5 a:active,
#content #main #special_forcast .special_cont h5 a:visited {
  font-size: 13px;
  color: #113c73;
  }
#content #main #special_forcast .special_cont p a.img img {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  }
#content #main #special_forcast .special_cont ul {
  list-style-type: none;
  margin: 0;
  }
#content #main #special_forcast .special_cont ul li a,
#content #main #special_forcast .special_cont ul li a:active,
#content #main #special_forcast .special_cont ul li a:visited {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
  }
  
/* content -- sidebar_right */
#content #sidebar_right {
  width:233px;
  }
#content #sidebar_right .right_box {
  background: #fff url(/main/images/right_box_top_bg.png) no-repeat top left;
  padding: 12px 10px 0 10px;
  margin: 0;
  }
#content #sidebar_right .right_box_bottom {
  background: #fff url(/main/images/right_box_bottom_bg.png) no-repeat top left;
  margin: 0 0 10px 0;
  }
#content #sidebar_right .right_box h5 {
  font-size: 12px;
  color: #000;
  background: #bcdafb;
  padding: 0 5px;
  margin: 0 0 5px 0;
  }
#content #sidebar_right .right_box h6 {
  color: #727272;
  margin: 0 0 5px 0;
  font-size: 12px;
  }
#content #sidebar_right .right_box h4 {
  margin: 0 0 5px 0;
  padding: 0 0 0 20px;
  background: url(/main/images/article.png) no-repeat 0 2px;
  }
#content #sidebar_right .right_box h4 a,
#content #sidebar_right .right_box h4 a:active,
#content #sidebar_right .right_box h4 a:visited {
  color: #113c73;
  font-size: 15px;
  
  }
#content #sidebar_right .right_box p.top_article {
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #113c73;
  }
#content #sidebar_right .right_box ul.star,
#content #sidebar_right .right_box ul.arrow {
  list-style-type: none;
  margin: 10px 0 0 0;
  }
#content #sidebar_right .right_box ul.star li {
  background: url(/main/images/star.png) no-repeat top left;
  padding: 0 0 0 20px;
  }
#content #sidebar_right .right_box ul.star li a,
#content #sidebar_right .right_box ul.star li a:active,
#content #sidebar_right .right_box ul.star li a:visited,
#content #sidebar_right .right_box ul.arrow li a,
#content #sidebar_right .right_box ul.arrow li a:active,
#content #sidebar_right .right_box ul.arrow li a:visited {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  }
#content #sidebar_right .right_box ul.arrow li {
  background: url(/main/images/arrow.png) no-repeat 0 5px;
  padding: 0 0 0 20px;
  }
  
/* footer */
#footer {
  text-align: center;
  padding: 10px 0 0 0;
  }
#footer ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  }
#footer ul li {
  display: inline;
  }
#footer ul li  a,
#footer ul li  a:active,
#footer ul li  a:visited {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  padding: 0 10px;
  }
#footer ul li  a img {
  margin: 0 5px 0 0;
  }
#footer p {
  color: #808080;
  font-size: 10px;
  }


  
#content #sidebar_left #sections {
  background: #0d3a71;
  }
#content #sidebar_left #sections ul {
  list-style-type:none;
  margin: 0;
  padding: 0; 
  position: relative;
  z-index: 5001;
  }
#content #sidebar_left #sections ul li {
  width: auto;
  margin: 0 0.2em 0 0;
  position:relative;
  }
#content #sidebar_left #sections ul li a,
#content #sidebar_left #sections ul li a:active,
#content #sidebar_left #sections ul li a:visited{
  font-size: 12px;
  padding: 3px 0 3px 10px;
  display: block;
  width: 140px;
  text-decoration: none;
  color: #d7d7d7;
  }
#content #sidebar_left #sections ul li a:hover,
#content #sidebar_left #sections a:hover,
#content #sidebar_left #sections ul li a.active{
  background: #bcdafb url(/main/images/sections_bg_hover.jpg) repeat-y top left;
  color: #fff;
  }
#content #sidebar_left #sections li:hover { position:relative; }
* html #content #sidebar_left #sections a:hover { 
  position: relative;
  }
#content #sidebar_left #sections li:hover > a, 
#content #sidebar_left #sections li:hover > a:visited { 
  background: #bcdafb url(/main/images/sections_bg_hover.jpg) repeat-y top left;
  color: #fff;
  } 

#content #sidebar_left #sections table {
  position: absolute; 
  border-collapse: collapse; 
  top:0; 
  left:0px; 
  z-index:9000000; 
  font-size:10px;
  }

#content #sidebar_left #sections li ul {
  text-align: left;
  visibility: hidden;
  position: absolute;
  background: #fff url(/main/images/subsections_bg.jpg) repeat-x top left;
  top:0;
  left:150px;
  padding: 0; 
  border: 1px solid #b7deff;
  }
#content #sidebar_left #sections li ul li {
  margin: 0;
  padding: 0;
  }
#content #sidebar_left #sections li ul a,
#content #sidebar_left #sections li ul a:active,
#content #sidebar_left #sections li ul a:visited {
  width: 120px;
  padding: 3px 0 3px 10px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  }
#content #sidebar_left #sections ul li ul li a:hover {
  color: white; 
  text-decoration: none;
  background: #bcdafb url(/main/images/sections_bg_hover.jpg) repeat-y top left;
  }

#content #sidebar_left #sections li:hover > ul { visibility: visible; }
#content #sidebar_left #sections ul a:hover ul ul{ visibility: hidden; }
/* keep the fourth level+ hidden when you hover on second level link */
#content #sidebar_left #sections ul a:hover ul a:hover ul ul{ visibility: hidden; }
/* keep the fifth level hidden when you hover on third level link */
#content #sidebar_left #sections ul a:hover ul a:hover ul a:hover ul ul{ visibility: hidden; }

/* make the second level visible when hover on first level link */
#content #sidebar_left #sections ul a:hover ul { visibility: visible; }
/* make the third level visible when you hover over second level link */
#content #sidebar_left #sections ul a:hover ul a:hover ul{ visibility: visible; }
/* make the fourth level visible when you hover over third level link */
#content #sidebar_left #sections ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
/* make the fifth level visible when you hover over fourth level link */
#content #sidebar_left #sections ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }











