/* Widget stylesheet by Jaana Gilbert */
body {
	font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;	 
	color: #ffffff;
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	/*background-color:#f0f0f0;*/
	background: url(../graphics/bg_blue1.gif) no-repeat;
	/*line-height:1.0em;*/
	}
	
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
a {
	/*color: maroon;*/
	color:#ffC40C;
	font-weight:bold;
}
a:hover {
	color:#fff;
}
	
table,
td,
li {
	color: #fff;
	font: 1em Lucida Grande, Verdana, Arial, sans-serif;
	}

input,
textarea,
select {
	color: #000;
	font: 1em Lucida Grande, Verdana, Arial, sans-serif;
	}	
	
div.fixed-position {
	/*background-color: #F0F0F0 ;
	border: 1px solid #000 ;*/
	height: 25px ;
	line-height: 12px ;
	position: fixed ;
	text-align: center ;
	width: 50px ;
	z-index: 1000 ;
	
	padding-bottom:10px;
	}
	
div.fixed-position_ff {
	/*background-color: #F0F0F0 ;
	border: 1px solid #000 ;*/
	height: 15px ;
	line-height: 12px ;
	position: fixed ;
	text-align: center ;
	width: 50px ;
	z-index: 1000 ;
	
	padding-bottom:10px;
	}
 
div.fixed-n {
	left: 50% ;
	margin-left: -75px ;
	top: 0px ;
	}
 
div.fixed-n-e {
	right: 0px ;
	top: 0px ;
	}
 
div.fixed-e {
	margin-top: -25px ;
	right: 0px ;
	top: 50% ;
	}
 
div.fixed-s-e {
	bottom: 0px ;
	right: 0px ;
	}
 
div.fixed-s {
	bottom: 0px ;
	width:100%;
	/*left: 50% ;
	margin-left: -35px ;
	left: 25px;*/
	}
 
div.fixed-s-w {
	bottom: 0px ;
	left: 0px ;
	}
 
div.fixed-w {
	margin-top: -25px ;
	left: 0px ;
	top: 50% ;
	}
 
div.fixed-n-w {
	left: 0px ;
	top: 0px ;
	}
#outer_wrapper {
  width:320px;
  height:265px;
  border:1px solid #999;
  background-color:#fff
}
div.fixed-position {
	_position: absolute ;
	}
 
div.fixed-n-w,
div.fixed-n,
div.fixed-n-e {
	_top: expression( ie6 = (document.documentElement.scrollTop + "px") ) ;
	}
 
div.fixed-e,
div.fixed-w {
	_top: expression( ie6 = (document.documentElement.scrollTop + (document.documentElement.clientHeight / 2) + "px") ) ;
	}
 
div.fixed-s-w,
div.fixed-s,
div.fixed-s-e {
	_bottom: auto ;
	_top: expression( ie6 = (document.documentElement.scrollTop + document.documentElement.clientHeight - 52 + "px") ) ;
	}
