

img#throbber
{
	float: right; 
	padding-right: 12px; 
	padding-top: 12px; 
}

form label
{
	display: -moz-inline-box;
	display: inline-block;
	width: 100px;
}

ul#widgets li
{
	list-style: none;
	padding: 5px;
	margin: 10px;
}

#widget_1 {
	background-color: #ccffcc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 7px 2px 0;
	padding: 5px;
        font-weight: bold;
	font-size: 2em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        line-height: 30px;
	color: #003300;
	}

#widget_2 {
	background-color: #ffcccc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 7px 2px 0;
	padding: 5px;
        font-weight: bold;
	font-size: 2em;
        line-height: 30px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #330000;
	}

#widget_3 {
	background-color: #ffff99;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 7px 2px 0;
	padding: 5px;
        font-weight: bold;
	font-size: 2em;
        line-height: 30px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #663300;
	}

#widget_4 {
	background-color: #99ccff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 7px 2px 0;
	padding: 5px;
        font-weight: bold;
	font-size: 2em;
        line-height: 30px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000066;
	}

div.chat div.chat_window {
	/*border: #0066CC solid thin;*/
	padding:10px 7px 7px 7px;
	background-color: #ffffff;
}

div.chat div.chat_window div.reply {
	background: #ffffdd;
	margin: 0 7px 2px 0;
	padding: 5px;
	height: 60px;
}

div.chat div.chat_window div.odd {
	background-color: #eef;
	margin: 0 7px 2px 0;
	padding: 5px;
	height: 60px;
}

div.chat div.chat_window div.orig {
	background-color: #99ccff;
	margin: 0 7px 2px 0;
	padding: 5px;
	min-height: 75px;
}

div.chat div.chat_window div.orig p.fir {
	background-color: #99ccff;
	margin-top: 0px;
    	font-size: 130%;
    	font-weight: bold;
	min-height: 40px;
}

div.chat div.chat_window div.orig p.meta {
	background: #99ccff;
    	font-size: 0.8em;
    	font-weight: none;
    	color: #eeeeee;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window div.orig p.meta a {
	background-color: #99ccff;
	color: #eef;
}

div.chat div.chat_window div.orig p.fir a {
	background-color: #99ccff;
	color: #eef;
}

div.chat div.chat_window div.orig p.fir a:hover {
	background-color: #ffffff;
}

div.chat div.chat_window div.orig p.meta a:hover {
	background-color: #ffffff;
}

div.chat div.chat_window div.even p.meta {
	background: #ffffff;
    	font-size: 0.8em;
    	color: #999;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window div.reply p.meta {
	background: #ffffdd;
    	font-size: 0.8em;
    	color: #999;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window div.odd p.meta {
	background-color: #eef;
    	font-size: 0.8em;
    	color: #999;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window div.odd p.meta a {
	background-color: #eef;
}

div.chat div.chat_window div.odd p.meta a:hover {
	background-color: #ffffff;
}

div.chat div.chat_window div.reply p.meta a {
	background-color: #ffffdd;
}

div.chat div.chat_window div.even p {
	background: #ffffff;
	height: 37px;
	margin-top: 0px;
}

div.chat div.chat_window div.odd p {
	background-color: #eef;
	height: 37px;
	margin-top: 0px;
}

div.chat div.chat_window div.reply p {
	background-color: #ffffdd;
	height: 37px;
	margin-top: 0px;
}


div.chat div.chat_window a {
	color: #0066CC;
}

div.chat div.chat_window a:hover {
	color: #0000FF;
}

div.chat div.chat_window div.even {
	background: #ffffff;
	margin: 0 7px 2px 0;
	padding: 5px;
	height: 60px;
}

div.chat div.chat_window div.reply-even {
	background: #ffffff;
	margin: 0 7px 2px 0;
	margin-left: 15px;
	padding: 5px;
}

div.chat div.chat_window div.reply-reply {
	background: #eef;
	margin: 0 7px 2px 0;
	margin-left: 15px;
	padding: 5px;
}

div.chat div.chat_window div.reply-reply p.meta {
	background-color: #eef;
    	font-size: 0.8em;
    	color: #999;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window div.reply-even p.meta {
	background-color: #ffffff;
    	font-size: 0.8em;
    	color: #999;
	text-align: right;
	height: 7px;
}

div.chat div.chat_window img {
	float: left; 
	border:1px solid; 
	border-color: #cccccc; 
	margin-right: 5px;
}

div.chat div.chat_window img.none {
	border:none;  
	float: none; 
}

#sidecontent .large {
	font-size: 1.5em;
	margin-left: 5px;
        font-weight: none;
}


div.chat .chars {
	font-size: 0.8em;
	float:right;
	font-weight: bold;
}

div.chat .user {
	font-size: 0.8em;
	float:left;
	margin-left:20px;

}


div.chat .chars input
{
	background:#E6ECFF;
	border: none;
}

#sidecontent div.watchlist div.chat div.chat_window {
	font-size: 1.3em;
	margin-left: 15px;
	background: #eef;
	width: 120px;
	border:1px solid; 
	border-color: #cccccc;
}

#sidecontent div.chat div.chat_window span.others_del a {
	color: red;
}

#sidecontent div.chat div.chat_window {
	font-size: 1.3em;
	margin-left: 15px;
	background: #eef;
	width: 130px;
	border:1px solid; 
	border-color: #cccccc;
}


#sidecontent div.chat div.chat_window div.stocks {
	margin: 0 7px 1px 0;
	padding: 0;
	height: 15px;
	background: #E6ECFF;
}

#sidecontent div.chat div.chat_window span {
	color: #999;
	font-size: 0.6em;
	text-align:right;
}

.roundedcornr_box_602950 {
   background: #ffffff;
}
.roundedcornr_top_602950 div {
   background: url(/img/roundedcornr_602950_tl.png) no-repeat top left;
}
.roundedcornr_top_602950 {
   background: url(/img/roundedcornr_602950_tr.png) no-repeat top right;
}
.roundedcornr_bottom_602950 div {
   background: url(/img/roundedcornr_602950_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_602950 {
   background: url(/img/roundedcornr_602950_br.png) no-repeat bottom right;
}

.roundedcornr_top_602950 div, .roundedcornr_top_602950, 
.roundedcornr_bottom_602950 div, .roundedcornr_bottom_602950 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_602950 { margin: 0 5px; }

.Pages { text-align: center; margin-bottom: 20px; margin-top: 20px; }
.Paginator { font-size: 12px; padding-top: 10px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(/images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.Paginator .AtEnd { margin-left: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #000000; }
.Paginator a:hover {color: #fff; background: #0063DC; border-color: #036; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: 11px/15px Arial, Helvetica; color: #aaa; margin-top: 8px; }

#poll {
	border:thin solid #999999;
	float:right;
	left:275px;
	position:absolute;
	top:200px;
	width:550px;
	background-color:#FFFFFF;
	visibility: hidden;
	z-index:1000;
}

#shadow {
  background:black none repeat scroll 0%;
  display:none;
  left:0px;
  position:absolute;
  top:0px;
  width:100%;
  height:100%;
}

#poll a {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
}

#poll a.close {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	left:530px;
	position:absolute;
	text-decoration:none;
	top:3px;
}
