/**
 * GLOBAL STYLES
 */

html, body {
  font: normal 12px/180% Arial;
  color: #444;
}

body {
  width: 100%;
}

#Container {
  width: 800px;
  margin: auto;
}


/**
 * HEADER STYLES
 */

#Header {
  position: relative;
}

#HeaderLinks {
  position: absolute;
  right: 1px;
  top: 4px;
  font-size: 11px;
  color: #999;
}

#HeaderLinks a {
  color: #999;
  text-decoration: none;
}

#HeaderLinks a:hover {
  text-decoration: underline;
}

#Photo {
  margin: 8px 0 5px 0;
}


/**
 * MENU STYLES
 */

#Menu {
  font-size: 13px;
  width: 800px;
  height: 28px;
  background: url(../images/m_background.jpg) no-repeat;
}

#Menu a {
  color: #fff;
  text-decoration: none;
}

#Menu li {
  height: 28px;
  display: block;
  float: left;
  color: #fff;
  background: url(../images/m_separator.gif) top left no-repeat;
}

#Menu li span {
  display: block;
  margin: 3px 12px 0 12px;
}

#Menu li.first {
  background: none;
}

#Menu li.first.current,
#Menu li.first.hover {
  background: url(../images/m_active_background.jpg) -1px 0 repeat-x;
  background-position: 0 0;
}

#Menu li.current,
#Menu li.hover {
  background: url(../images/m_active_background.jpg) repeat-x;
  background-position: -1px 0;
}


/**
 * MAIN STYLES
 */
 
#Main {
  overflow: hidden;
}
 
#Left {
  width: 525px;
  margin-right: 20px;
  float: left;
} 

#Right {
  width: 255px;
  float: right;
}

#Right .sidebar {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#Right h2 {
  border: solid #ccc;
  border-width: 0 0 1px 0;
  color: #609;
  font-size: 14px;
  padding: 4px;
}

#Right p {
  font: normal 11px/150% Arial;
  margin: 4px;
}


/**
 * PARTNER STYLES
 */
 
#PartnerContainer {
  position: relative;
  width:252px;
  height:220px
} 

#Kbc {
  position: absolute;  
  left: 1px;
  top: 2px;
  width: 105px;
  height: 105px;
  background-image: url(../images/p_kbc_105x105.gif);
}

#Kbc:hover {
  background-position: -106px 0;  
}

#Reuters {
  position: absolute;
  left: 101px;
  top: 3px; 
  width: 147px;
  height: 50px;
  background-image: url(../images/p_reuters_147x50.gif);
}

#Reuters:hover {
  background-position: -145px 0;  
}

#Verizon {
  position: absolute;
  left: 18px;
  top: 115px; 
  width: 145px;
  height: 50px;
  background-image: url(../images/p_verizon_145x50.gif);
}

#Verizon:hover {
  background-position: -145px 0;  
}

#Russ {
  position: absolute;
  left: 121px;
  top: 51px; 
  width: 120px;
  height: 90px;
  background-image: url(../images/p_russ_120x90.gif);
}

#Russ:hover {
  background-position: -120px 0;  
}

#Solid {
  position: absolute;
  right: 11px;
  top: 180px; 
  width: 151px;
  height: 26px;
  background-image: url(../images/p_solid_302x26.gif);
  background-position: 0 0;  
}

#Solid:hover {
  background-position: -151px 0;  
}


/**
 * MARKETS STYLES
 */
 
#MarketsContainer {
  position: relative;
  width:252px;
  height:208px
} 

#London {
  position: absolute;  
  left: 1px;
  top: 2px;
  width: 79px;
  height: 75px;
  background-image: url(../images/p_londonse_158x75.gif);
  background-position: -79px 0;  
}

#London:hover {
  background-position: 0 0;  
}

#ChiX {
  position: absolute;
  left: 93px;
  top: 9px; 
  width: 148px;
  height: 70px;
  background-image: url(../images/p_chi-x_296x70.gif);
  background-position: -148px 0;  
}

#ChiX:hover {
  background-position: 0 0;  
}

#OMX {
  position: absolute;
  left: 13px;
  top: 98px; 
  width: 223px;
  height: 49px;
  background-image: url(../images/p_omx_446x49.gif);
  background-position: -223px 0;  
}

#OMX:hover {
  background-position: 0 0;  
}

#NYSE {
  position: absolute;
  left: 14px;
  top: 148px; 
  width: 238px;
  height: 49px;
  background-image: url(../images/p_nyse_476x49.gif);
  background-position: -238px 0;  
}

#NYSE:hover {
  background-position: 0 0;  
}


/**
 * FOOTER STYLES
 */

#Footer {
  border: solid #ccc;
  border-width: 1px 0 0 0;
  position: relative;
  clear: both;
  font-size: 11px;
  margin: 8px 0 0 0;
  height: 70px;
  color: #999;
  line-height: 175%;
}

#FooterLinks {
  margin-top: 5px;
}

#FooterLinks .separator1 {
  margin: 0 5px;
}

#FooterLinks .separator1.last {
  display: none;
}

#FooterLinks .separator2 {
  margin: 0 5px;
}

#Footer .logo {
  position: absolute;
  right: 63px;
  top: 5px;
}

#Footer a {
  color: #999;
  text-decoration: none;
}

#Footer a:hover {
  text-decoration: underline;
}
 
 
/**
 * GREENFAN STYLES
 */

#GreenFan {
  position:absolute;
  top:0;
  right:0;
  width:147px;
  height:52px;
  display:block;
  background:url(../images/h_greenfan.png) no-repeat;
}

#GreenFan:hover {
  background:url(../images/h_greenfan.png) 0 -52px no-repeat;
}


/**
 * SECURITY LOGIN STYLES
 */

#MemberLoginForm_LoginForm {
  margin: 30px;
}

#MemberLoginForm_LoginForm_action_dologin {
  margin: 0 10px 0 0;
  float: left;
}

#ForgotPassword {
  font-size: 10px;
}

.message.bad {
  color: red;
  margin-bottom: 10px;
}