/* $Id: yfs_popup.css,v 1.17 2006/06/19 23:59:47 joyd Exp $ */

.yfs_wthis_popup {
  width:300px;
  height:160px;
  background:url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_popup-300x160.png) no-repeat top left;
  *1background-image:none;
  1filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_popup-300x160.png', sizingMethod='image');
  /* links indive div wont work if bg is set by alphaimageloader  */
}

.yfs_wthis_popup p {
  font:75% Verdana;
  text-align: left;
  padding:0;
  background:#fff;
  margin: 26px 17px 0 15px;
}

.yfs_wthis_popup p strong {
  display:block;
  margin-bottom:3px;
}

.yfs_wthis_popup  a.close {
  display:block;
  position:absolute;
  top:5px;
  right:8px;
  width:30px;
  height:10px;
  /*cursor:hand;*/
  cursor:pointer;
}

.yfs_wthis_popup {
  display:none;
  position:absolute;
}

.snoozemodule {
  display:none;
  position:absolute;
}

.snoozemodule {
  /*display:block;*/
  border:0px;
  width:600px;
  height:100px;
  border:1px solid black;
  background:url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_snooze_tile.png) repeat bottom left transparent;
  *background-image:none; /* for IE */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_snooze_tile.png', sizingMethod='scale'); /* for IE */
}

.snoozemodule p {
  font:77% Arial;
  color: white;
  text-align:center;
  border-width:0 1px;
}

.snoozemodule h3 {
  color:#fedb64;
  text-align:center;
  border-width:0 1px;
  margin:0px 0 0px 0;
}

.snoozemodule a.btn {
  display:block;
  width:165px;
  height:33px;
  margin:0px auto 7px auto;
  font:bold 136% Arial;
  line-height:220%;
  color:#000;
  text-align: middle; vertical-align: middle;
  background:url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_btn_2state.gif) no-repeat top center;
  *background-image:none; /* for IE */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/yfs_btn_bg.gif', sizingMethod='scale'); /* for IE */
}

.snoozemodule a.close {
  color:white;
  font:70% Arial;
  text-decoration:underline;
  position:absolute;
  top:5px;
  right:8px;
  width:30px;
  height:10px;
  cursor:pointer;
}

.snoozemodule a.btn:link, .snoozemodule a.btn:visited, .snoozemodule a.btn:active {
  text-decoration:none;
}

.snoozemodule a.btn:hover {
  background-position: 0px -33px;
  /*text-decoration:underline;*/
}

#yfs_pref_menu {
  display: none;
  position: absolute;
}
#yfs_pref_menu table {
  font-size: 12px;
  border: thin solid #7b0099;
  background: #e2dfeb;
}
#yfs_pref_menu th {
  text-align: center;
  background: #7b0099 repeat-x top left;
  color: white;
  font-weight: bold;
}
#yfs_pref_menu table .cb {
}

#yfs_onoff_menu {
  display: none;
  position: absolute;
  background: white;
  z-index:10;
}
#yfs_onoff_menu table {
  font: 11px Arial;
  text-align: center;
}
#yfs_onoff_menu table td.item {
  border: 1px solid #aaa;
  border-bottom: none;
  h: expression(onmouseover=new Function("this.style.border='1px solid #10569d';"), onmouseout=new Function("this.style.border='1px solid #aaa'; this.style.borderBottom='none';")); /* IE hack */
  cursor: pointer;
}
#yfs_onoff_menu table td.lastitem {
  border-bottom: 1px solid #aaa;
  h: expression(onmouseout=new Function("this.style.borderBottom='1px solid #aaa';")); /* IE hack */
}
#yfs_onoff_menu table td.item:hover {
  border: 1px solid #10569d;
}
#yfs_onoff_menu .selected_item {
  background:#10569d;
}
#yfs_onoff_menu .selector {
  border: 1px solid #aaa;
  border-left:none;
  border-bottom: none;
}
#yfs_onoff a.on {
  text-decoration: none;
  background: url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/stream_btn_on.jpg) no-repeat top center;
  width: 50px;
  padding-right: 40px;
  padding-bottom: 3px;
}
#yfs_onoff a.on:hover {
  background: url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/stream_btn_hover.jpg) no-repeat top center;
}
#yfs_onoff a.off {
  text-decoration: none;
  background: url(http://us.i1.yimg.com/us.yimg.com/i/us/fi/yfs/img/stream_btn_off.jpg) no-repeat top center;
  width: 50px;
  padding-right: 40px;
  padding-bottom: 3px;
}

