@import url('wscraft_default.css');
@import url('wysiwyg_style.css');


/** BASIC */


body {
	margin: 0px;
	padding: 0px;
}



a:hover{
  text-decoration: underline;
}




/** INDEX PAGE */

.background-brown{
   background-color: #7F745D;
  background-image: url(../wsj_images/background_brown.gif);
  background-position: left top;
  background-repeat: repeat-x;
}



.header-left{
   width: 164px;
   height: 122px;
   float: left;
}

.header-left-top{
   width: 100%;
   padding-top: 27px;
   height:61px;
   background-image: url(../wsj_images/header_border_right.gif);
   background-position: bottom;
   background-repeat: repeat-x;
   font-size: 0px;
}

.header-left-bottom{
   width: 100%;
}

.header-left-top img{
   text-align: left;
   margin-bottom: 0px;
}


.header-center{
   width: 404px;
   height:105px;
   float: left;
   margin-top: 2px;
}

.header-right{
   width: 170px;
   height:103px;
   float: right;
}

.header-right-top{
   width: 100%;
   padding-top: 6px;
   height:82px;
   background-image: url(../wsj_images/header_border_right.gif);
   background-position: left bottom;
   background-repeat: repeat-x;
   font-size:11px;
   text-align: center;
}

.header-right-bottom{
   width: 100%;
   color: #333333;
   text-align: left;
   text-transform: uppercase;
   margin-top: 6px;
   font-size:10px;
}





.index-conteiner-left{
   height: 395px;
   width:201px;
   float: left;
}

.index-conteiner-left-shaddow{
   height: 395px;
   width:10px;
   background-image: url(../wsj_images/index_background_left.gif);
   background-position: left;
   background-repeat: repeat-y;
   float: left;
}

.index-conteiner-right-shaddow{
   height: 395px;
   width:9px;
   background-image: url(../wsj_images/index_background_right.gif);
   background-position: top left;
   background-repeat: repeat-y;
   float: left;
}

.index-conteiner-right{
   height: 395px;
   width:526px;
   float: left;
}




.index-conteiner-bottom{
   height:9px;
   width:747px;
   background-image: url(../wsj_images/index_background_bottom.gif);
   background-position: top left;
   background-repeat: no-repeat;
   clear: both;
}








.footer-menu{
   /*width: 70%;*/
   text-align: left;
   float: left;
   font-size:9px;
   color: #B9B1A1;
   height: 21px;
   margin-top: 2px;
   font-family:Times;
   width: 503px;
}

.footer-menu a{
   font-size:10px;
   font-family:Helvetica,Arial,Verdana,sans-serif;
   text-transform: uppercase;
   color: #B9B1A1;
   text-decoration: none;
   font-weight: normal;
}

.footer-menu a:hover{
   text-decoration: underline;
}

.footer-menu span{
  margin-left: 8px;
  margin-right: 6px;
  font-family:Times;
}


.footer-copyrights{
   /*width: 30%;*/
   text-align: right;
   float: right;
   height: 20px;
   margin-top: 2px;
   font-size:10px;
   width: 233px;
}

.footer-copyrights a{
   font-size:10px;
   font-family: Helvetica,Arial,Verdana,sans-serif;
   color: #B9B1A1;
   text-decoration: none;
}

.footer-copyrights a:hover{
   text-decoration: underline;
}

.footer-copyrights span{
  color: #B9B1A1;
  font-family:Times;
  margin-left: 1px;
  margin-right: 3px;
  font-size:9px;
}


.index-left-div{
  float: left;
}

.index-right-div{
  float: right;
}














/* /////////////////////// Weather Styles \\\\\\\\\\\\\\\\\\\ */



.weather-main-div{
  background-image:url(../../Weather/images/loading.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 170px;
  height:76px;
  position: relative;
  text-align: left;
}




.weather-main-div img{
 margin-left: 15px;
}

.weather-input-out{
  width: 161px;
  height:76px;
  position: absolute;
  text-align: left;
  display: none;
  margin-left: 7px;
}


.weather-inputs{
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 4;
  margin-top: 28px;
  top: 0px;
  left: 0px;
}


.weather-opacity{
  z-index: 1;
  width: 161px;
  height:71px;
  background-color: #6D6656;
  margin: 0px;
  padding: 0px;
  border: 1px solid #6D6656;
  cursor: pointer;

  filter: alpha(opacity=80); /* explorer */
  -moz-opacity:0.8;          /* netscape */
  opacity:0.8;               /* safari,firefox*/
}

#weather_pic_out{
  padding-top: 2px;
  height: 75px;
}





.weather-city{
  height: 21px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  margin-left: 12px;
  margin-top: 10px;
}

.weather-error{
  height: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  margin-left: 12px;
  margin-top: 18px;
  font-family: Helvetica; 
}


#weather_form{
  margin: 0px;
  padding: 0px;
}


.weather-input-out .input-text{
  width: 97px;
  height:15px;
  margin: 0px;
  padding: 0px;
  float:left;
  border-top: 1px solid #040404;
  border-left: 1px solid #040404;
  border-bottom: 1px solid #040404;
  border-right: none;
  padding-left: 3px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 11px;
  color: #69604C;
  font-family: Helvetica;  
}

.weather-input-out .input-button{
  cursor: pointer;
  float:left;

}

