@charset "UTF-8";
/* CSS Document */


body {
	background-color: #999999;
	font-family: Verdana, Tahoma, Arial;
	color: #CCCCCC;
}

a {
	color: #BBBBBB;
}

a:hover {
	color: #666666;
}

/* Additional Styles */
body {
	font-family:helvetica,verdana,arial;
	background-color:#CCCCCC;
	background-image:url(images/twss_bg.png);
	background-repeat:repeat;
}
#container{
	width: 900px;
	margin:auto;
	min-height:800px;
	height:auto;
	height:100%;
	overflow:auto;
}
#twitter {
	float: right;
	clear:none;
	padding-top:10px;
	padding-right:15px;
}

#header {
	color: #FFFFFF;
	opacity:0.85;
	filter:alpha(opacity=85);
	background-image:url(images/header-slice.png);
	background-repeat:repeat-x;
	height:50px;
	z-index:2;
}
#logo {
	background-image:url(images/twss_head_small.png);
	background-position:center left;
	background-repeat:no-repeat;
	float:left;
	clear:none;
	width:500px;
	z-index:1;
	height: 50px;
}
#menu {
	color: #999999;
	clear: both;
	background:url(/images/css-nav.png) #fff bottom left repeat-x; 
	height: 30px;
	color:#666666;
	width:880px;
	padding-left:10px;
	padding-top: 2px;
	padding-bottom:2px;
	padding-right:10px;

}
#menu ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	float: left;
	font-size:18px;
	padding: 4px;	
	border-right: 1px solid #CCCCCC;
}

#menu ul li a{
	text-decoration:none;
	color:#666666;
	padding: 4px;
}

#menu ul li a:hover{
	background:url(/images/css-nav.png) #CCCCCC bottom left repeat-x; 
	padding: 4px;
	color: #000000;
}
#content {
	width: 900px;
	background-color:#FFFFFF;
	color: #000000;
	opacity:0.95;
	filter:alpha(opacity=95);
	height:auto !important;
	height:100%;
	overflow:auto;
}
#footer {
	color: #FFFFFF;
	opacity:0.85;
	filter:alpha(opacity=85);
	background-image:url(images/header-slice.png);
	background-repeat:repeat-x;
	padding-top:12px;
	height:50px;
	z-index:2;
	clear:both;
	text-align:center;
}
#twssHome-container {
	width: 100%;
	min-height:1px;
	height: auto !important;
	clear:both;
	height:100%;
}
#leftPane {
	float:left;
	min-height:10px;
	padding:5px;
	width: 690px;
	/* 
	height:auto !important; 
	*/
}
#rightPane {
	float:right;
	width: 190px;
	padding: 1px;
	/*
	height: auto !important;
	*/
	clear: none;
}
#txtTWSS {
	width: 300px;
}
#push {
	clear:both;
	heigth:30px;
}
.form-head{
	padding:2px;
	color:#0099FF;
}
.form-arrow{
	vertical-align:top;
	width:16px;
	padding: 2px;
}
.form-row{
	padding: 2px;
}
.twss_story{
	height: 150px;
	padding:10px;
	//background-image:url(images/story_bg.png);
	background-color: #FFFFFF;
	border-bottom: 1px #999999 dotted;
	background-repeat:no-repeat;
	width:670px;
	height:65px;
	font-size:12px;	
	opacity:1.0;
	filter:alpha(opacity=100);
}
.twss_story_title{
	font-weight:bold;
	height:13px;
}
.twss_story_text{
	font-style:italic;
	height:32px;
	padding-top:3px;
}
.twss_story_date{
	float:right;
	padding-right: 20px;
	vertical-align:bottom;
	height:12px;
}

.twss_story_rate{
    float:left;
    cursor:pointer;
}

.rate {
    height: 15px;
    width: 15px;
    padding-left:2px;

}