/* Main Layout */

html {overflow-x: hidden;}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

img { border: none; }

hr {
  color: #666666;
  background-color: #666666;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

hr.gossip {
	color: #c2c2c2;
    background-color: #c2c2c2;
    border-top: 1px solid #949494;
	height: 1px;
	margin: 0;
	display: block;
	clear: both;
}

hr.headlines {
	color: #fff;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
	height: 1px;
	margin: 0;
	display: block;
	clear: both;
}

hr.partners {
	color: #fff;
    background-color: #fff;
    border-top: 1px solid #d6d6d6;
	height: 1px;
	margin: 0;
	display: block;
	clear: both;
}

hr.forum {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

/* Links */
a, a:visited, a:active {
  color: #a74140;
  text-decoration: none;
  font-weight: normal;
  border: none;
}

a:hover {
  color: #111111;
  text-decoration: none;
  font-weight: normal;
}

a[class="stv"], a[class="stv"]:visited, a[class="stv"]:active {
  color: #a74140;
  text-decoration: none;
  font-weight: normal;
  border: none;
}
a[class="stv"]:hover {
  text-decoration: underline;
  font-weight: normal;
}

a[class="trl"], a[class="trl"]:visited, a[class="trl"]:active {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  border: none;
}
a[class="trl"]:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #373737;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  border: none;
}

a.titlelink:hover {
  color: #373737;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
  border: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

.titlelink2 {
  color: #111111;
  background: #ffffff;
  font-size: 14px;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 3px 5px;
  font-weight:normal;
}
.titlelink2:hover { text-decoration:underline; }
.titlelink3 {
  color: #111111;
  background: #ffffff;
  font-size: 18px;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 3px 10px;
  font-weight:normal;
}
.titlelink3:hover { text-decoration:underline; }
.titlelink4 { 
  color: #111111;
  background: #ffffff;
  font-size: 18px;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 3px 10px;
  font-weight:normal;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #373737;
  text-transform: uppercase;
  font-weight: bold;
}

small {
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #a5a5a5;
}

.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #373737;
  font-weight: bold;
  background-color: #f5f3f5;
}
.title2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #373737;
  font-weight: bold;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #373737;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #373737;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #989898;
  background-color: #F0F0F0;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  color: #2C2C2C;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  	color: #000;
	background-color: #FAFAFA;
	background-image: url("images/bg_button.gif");
	cursor: pointer;
	padding: 2px 5px;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	border: 1px solid #111111;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #a50000;
  padding: 4px 10px;
  z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

/* BBCode Tags */
.quote {
  color: #606060;
  text-align: left;
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 5px 10px;
  border: dashed 1px #e4e4e4;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

#main_container {
	position: absolute;
	left: 50%;
	margin-left: -796px;
	width: 1592px;
}
#left_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	height: 420px;
	background: url(pictures/left_classes2.png) no-repeat;
}
#middle_container {
	position: absolute;
	top: 0;
	left: 282px;
	width: 1030px;
}
#right_container {
	position: absolute;
	top: 0;
	left: 1312px;
	width: 282px;
	height: 420px;
	background: url(pictures/right_classes2.png) no-repeat;
}

#white_top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 62px;
	background: url(pictures/white_top_left2.png) no-repeat;
}
#white_top_middle {
	position: absolute;
	top: 0px;
	left: 31px;
	padding-top: 8px;
	width: 968px;
	height: 62px;
	background: url(pictures/white_top_middle2.png) repeat-x;
}
#white_top_right {
	position: absolute;
	top: 0;
	left: 999px;
	width: 31px;
	height: 62px;
	background: url(pictures/white_top_right2.png) no-repeat;
}

li#replace-irc {
/*
	width: 303px; height: 31px;
	background: url(pictures/replace-irc2.png);
	text-indent: -9999px;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 16px 0 0 10px;
	color: #3e3e3e;
}

#white_top_middle ul {
	margin: 0;
	padding: 0;
}
#white_top_middle ul li {
	float: left;
	list-style: none;
}
li#steam-group {
	margin: 5px 1px 0 356px;
	width: 138px;
	height: 25px;
	background: url(pictures/button-steam2.png) bottom left;
	text-indent: -9999px;
	cursor: pointer;
}
li#steam-group:hover {
	background: url(pictures/button-steam2.png) top left;
}

li#rss-feed {
	margin: 5px 0 0 0;
	width: 148px;
	height: 25px;
	background: url(pictures/button-rss2.png) bottom left;
	text-indent: -9999px;
	cursor: pointer;
}
li#rss-feed:hover {
	background: url(pictures/button-rss2.png) top left;
}

li#twitter {
	margin: 5px 0 0 1px;
	width: 159px;
	height: 25px;
	background: url(pictures/button-twitter2.png) bottom left;
	text-indent: -9999px;
	cursor: pointer;
}
li#twitter:hover {
	background: url(pictures/button-twitter2.png) top left;
}

#main_table {
	position: absolute;
	top: 62px;
	left: 0;
	height: 850px;
}

#white_bottom {
	width: 1030px;
	height: 62px;
}
#white_bottom ul {
	margin: 0;
	padding: 0;
}
#white_bottom ul li {
	float: left;
	list-style: none;
}
li#white_bottom_left{
	width: 31px;
	height: 31px;
	background: url(pictures/white-bottom-left2.png) no-repeat;
}
li#white_bottom_middle{
	width: 968px;
	height: 31px;
	background: url(pictures/white-bottom-middle2.png) repeat-x;
}
li#white_bottom_right{
	width: 31px;
	height: 31px;
	background: url(pictures/white-bottom-right2.png) no-repeat;
}

#white_left {
	background: url(pictures/white_left_gradient2.png) repeat-y;
}
h1#white_left_gradient {
	margin: 0;
	width: 31px;
	height: 757px;
	background: url(pictures/white_leftn.png) no-repeat;
}
#white_right {
	background: url(pictures/white_right_gradient2.png) repeat-y;
}
h1#white_right_gradient {
	margin: 0;
	width: 31px;
	height: 757px;
	background: url(pictures/white_right2.png) no-repeat;
}

#logo {
	width: 342px;
	height: 131px;
}
#logo_right {
	width: 596px;
	height: 101px;
	background: url(pictures/logo-right2.png) no-repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:15px 30px 0 0; 
}

#qsearch {
	background: #111111 url(pictures/menu-back.png) repeat-x;
	color: #bbb;
}
#userPanel {
	background: #111111 url(pictures/content-back.png) repeat-x;
	padding: 7px 0 7px 0;
	font: 12px Verdana;
	color: #bbb;
}
#userPanel ul{
z-index:100;
margin: 0;
padding: 0 0 0 18px;
list-style-type: none;
}

/*Top level list items*/
#userPanel ul li{
position: relative;
display: inline;
float: left;
/*border-left: 1px solid #161617;*/
}

#userPanel ul li img{
position: relative;
display: inline;
float: right;
padding: 0;
}

/*Top level menu link items style*/
#userPanel ul li a{
display: block;
color: #5f5e5d;
padding: 5px 8px;
text-decoration: none;
}

#userPanel ul li a:link, .ddsmoothmenu ul li a:visited{
color: #5f5e5d;
}

#userPanel ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #000; */
color: #bbbbbb;
}

#userPanel ul li a:hover{
/*background: #000; /*background of menu items during onmouseover (hover state)*/
color: #bbbbbb;
}

.zoom {
	margin: 0;
	/*cursor: pointer;*/
}

#search_zoom {
font: 12px Verdana;
width: 255px;
}

#search_zoom ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
#search_zoom ul li{
position: relative;
display: inline;
float: left;
}

#main_content {
	margin: 0;
	padding: 5px;
	width: 659px;
}
#main_content2 {
	margin: 0;
	padding: 0;
}

h1#totop {
	margin: 0 auto;
	width: 32px;
	height: 12px;
	background: url(pictures/totop.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
h1#totop:hover {
	background: url(pictures/totopn.png) no-repeat;
}

.search_slide {
	position: relative;
	left: 23px;
	padding: 5px 10px;
}
#include_search {
	margin: 0;
	padding: 0 0 0 13px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #dad9d9;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url(pictures/bg_button.gif);
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #11A3EA;
}

.inputbox:focus {
	border-color: #11A3EA;
	color: #0F4987;
}

#slider-back {
	/*background: #090909 url(pictures/slide_back2.png) no-repeat;*/
	background:#111111;
	padding: 7px 5px;
}
#slider-back2 {
	text-align: right;
	background: #111111 url(pictures/content-back.png) repeat-x;
	padding: 10px 160px 0 23px;
	color: #3e3e3e;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}
#slider-back2 span { padding-right: 144px; }

/* ---------------------- NEWS CONTENT SLIDER STYLES BEGIN ---------------------- */
#featured{ 
	width:400px;
	padding-right:230px; 
	position:relative; 
	margin:0 5px 5px 15px; 
	height:250px; 
	float: left;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:230px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:3px 5px; 
	background:#3e3e3e; 
	padding:2px; 
	border:1px solid #161617;
}
#featured ul.ui-tabs-nav li img:hover{ 
	border:1px solid #161617;
}
#featured ul.ui-tabs-nav li span{
	font-size:10px; font-family:Verdana;
	line-height:16px;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:48px; 
	color:#5f5e5d;  background:#111111; 
	line-height:20px;
	font-style: italic;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#161617;
	color: #bbbbbb;
	font-style: normal;
}
#featured li.ui-tabs-selected{ 
	/*background:url('pictures/images/selected-item.gif') top left no-repeat;*/
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#161617;
	color: #bbbbbb;
	font-style: normal;
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#161617; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('pictures/images/transparent-bg.png'); 
}
#featured .info {
	width: 100%;
}
#featured .info h2{
	font-size:14px; font-family: Georgia, "Times New Roman", Times, serif; 
	color:#fff; padding:5px; margin:0 7px;
	overflow:hidden;
	font-weight: bold;
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:10px; 
	line-height:15px; color:#fff;
	font-style: italic;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* ---------------------- NEWS TICKER SLIDE STYLES BEGIN ---------------------- */
#ticker { float:right; width:240px; height:228px; background: #111111; border: 10px solid #111111; overflow:auto; margin: 1px 13px 5px 0; }
#ticker dt { background:#161617; font:normal 13px Arial, Helvetica, sans-serif; padding:0 5px 5px 5px; padding-top:5px; }
#ticker dt.heading { color:#bbbbbb; text-decoration: none; }
#ticker dt a { color:#bbbbbb; text-decoration: none; }
#ticker dt a:hover { text-decoration: underline; }
#ticker dd { margin-left:0; font:normal 9px Verdana; color:#5f5e5d; padding:5px; border-bottom:1px solid #000000; border-left:none; cursor: default; }
#ticker dd.last { border-bottom:1px solid #242424; }
#ticker div { margin-top:0; }

/* ---------------------- FOOTER STYLES BEGIN ---------------------- */
#footer { width: 915px; padding: 20px 25px 10px 25px; margin: 0; background:#161617; }
#footer ul {
	width: 217px;
	list-style:none; 
	padding:0; margin:0 15px 0 0;
	position: relative;
	display: inline;
	float: left;
}
#footer ul#last {
	width: 218px;
	list-style:none; 
	padding:0; margin:0;
	position: relative;
	display: inline;
	float: left;
}
#footer ul li {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif; padding: 5px 7px;
}
#footer ul li:hover {
	background: #000;
}
#footer ul li.title {
	font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #8d8d8d; text-transform: uppercase; background: #111111; padding: 5px 7px; font-weight: normal;
}
#footer ul li span {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #5f5e5d; font-weight: normal; cursor: default;
}
#footer ul li a {
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #b0b0b0; font-weight: normal; text-decoration: none;
}
#footer ul li a:hover { text-decoration: underline; }

/* ---------------------- COPY STYLES BEGIN ---------------------- */
#copy { background: #111111 url(pictures/copy2.png) repeat-x; width: 915px; padding: 20px 25px; margin: 0; }
#copy ul { 
	list-style:none; 
	padding:0; margin:0; 
	}
#copy ul li {
	position: relative;
	display: inline;
	float: left;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #fff;
}
#copy ul li#ser { float: right; }
#copy a { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #8d8d8d; text-decoration: none; }
#copy a:hover { text-decoration: underline; }
#copy span { color: #363635; }
#copy ul li a.ser { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; }
#copy ul li a.ser:hover { text-decoration: underline; }
hr.copy {
	background: #540808;
	/*border-top: 1px solid #b95c28;*/
	margin: 30px 0 5px 0;
}

/* ---------------------- NEWS CATEGORIES STYLES BEGIN ---------------------- */
#ncselect {
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-weight:bold;
	padding: 13px 9px 13px 20px;
	cursor: default;
}
.newscat a {
	color:#1c1c1c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc url(pictures/newscat.png) repeat-x;
	padding: 3px 100px 3px 10px;
	text-transform:uppercase;
	margin: 0 5px;
	font-weight:bold;
}
.newscat a:hover { background:#fff; }
.newscat a#news {
	color:#1c1c1c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc url(pictures/newscat.png) repeat-x;
	padding: 3px 100px 3px 10px;
	text-transform:uppercase;
	margin: 0 5px;
	font-weight:bold;
}
.newscat a#news:hover { background:#fff; color:#da6922; }
.newscat a#coverage {
	color:#1c1c1c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc url(pictures/newscat.png) repeat-x;
	padding: 3px 100px 3px 10px;
	text-transform:uppercase;
	margin: 0 5px;
	font-weight:bold;
}
.newscat a#coverage:hover { background:#fff; color:#d93e65; }
.newscat a#articles {
	color:#1c1c1c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc url(pictures/newscat.png) repeat-x;
	padding: 3px 100px 3px 10px;
	text-transform:uppercase;
	margin: 0 5px;
	font-weight:bold;
}
.newscat a#articles:hover { background:#fff; color:#3d729e; }
#ncall a {
	color:#1c1c1c;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcdc url(pictures/newscat.png) repeat-x;
	padding: 3px 15px;
	text-transform:uppercase;
	margin: 0 20px 0 5px;
	font-weight:bold;
}
#ncall a:hover { background:#fff; }

/* ---------------------- NEWS GOSSIP STYLES BEGIN ---------------------- */
#gossip {
	background: #9c2b2b url(pictures/gossip_title.png) no-repeat;
	padding: 40px 15px 10px 15px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.goss {
	padding: 5px 10px; font-family: Arial, Helvetica, sans-serif; background: #802020 url(pictures/gossip-arrow.png) right center no-repeat;
}
.goss:hover {
	background:#6a1919 url(pictures/gossip-arrow.png) right center no-repeat;
}
.gossip a {
	color:#fff; text-decoration:none; font-weight:bold;
}

/* ---------------------- NEWS GOSSIP STYLES BEGIN ---------------------- */
#files {
	background: #3d729e url(pictures/downloads_title.png) no-repeat;
	padding: 40px 15px 10px 15px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}
.fil {
	padding: 5px 10px; font-family: Arial, Helvetica, sans-serif; background: #37658a url(pictures/downloads-arrow.png) right center no-repeat;
}
.fil:hover {
	background:#2c506f url(pictures/downloads-arrow.png) right center no-repeat;
}
.files a {
	color:#fff; text-decoration:none; font-weight:bold;
}

/* ---------------------- NEWS HEADLINES STYLES BEGIN ---------------------- */
#headlines {
	background: url(pictures/headlines_title.png) no-repeat;
	padding: 40px 15px 10px 15px;
}
.head {
	padding: 5px 10px; font-family: Arial, Helvetica, sans-serif; background: url(pictures/headlines-arrow.png) right center no-repeat;
}
.head:hover {
	background:#ffffff url(pictures/headlines-arrow.png) right center no-repeat;
}
.headlines a {
	color:#111111; text-decoration:none; font-weight:bold;
}

/* ---------------------- NEWS GOSSIP STYLES BEGIN ---------------------- */
#poll {
	background: url(pictures/poll_title.png) no-repeat;
	padding: 45px 25px 5px 25px;
}

/* ---------------------- PARTNERS STYLES BEGIN ---------------------- */
#sc_partners {
	background: url(pictures/partners_title.png) no-repeat;
	padding: 40px 14px 0 15px;
}
#sc_affiliates {
	background: url(pictures/affiliates_title.png) no-repeat;
	padding: 40px 14px 0 15px;
}

/* ---------------------- NTICKER STYLES BEGIN ---------------------- */
#ticke { float:right; width:275px; height:248px; background: #111111; overflow:hidden; margin: 1px 13px 0 0; }
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background: #111111 url(pictures/ticker-up.png) no-repeat;
  font-size: 0px;
  top:2px;
  cursor:pointer;
}
.Scrollbar-Track {
  width: 10px; height: 210px;
  position: absolute;
  top: 20px;
  background-color: #161617;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 30px;
  background: #111111 url(pictures/ticker-handle.png) no-repeat;
  cursor:pointer;
}
.Scrollbar-Down {
  position: absolute;
  top: 238px;
  width: 10px; height: 10px;
  background: #111111 url(pictures/ticker-down.png) no-repeat;
  font-size: 0px;
  cursor:pointer;
}
#Scrollbar-Container {
  position: relative;
  top: -248px; left: 260px;
}

#Container {
  position: relative;
  top: 0px; left: 0px;
  width: 240px;
  height: 248px;
}
#News, #About, #Extra { 
  position: absolute;
  top: 0px; 
  overflow: hidden;
  width: 240px;
  height: 248px;
  display: none;
}
#News {display: block;}
#Scrollbar-Container p {
  margin: 0; padding: 0px 20px 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #777;
}
#Navigation {
  position: relative; 
  top: 0px;
  left: 0px;
  visibility: hidden;
}
#Navigation a {
  margin: 5px 2px 0 0;
  padding: 0 5px;
  height: 20px;
  background-color: #E4E4E4;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #AAA;
  text-decoration: none;
  display: block;
  float: left;
  letter-spacing: 1px;
}
#Navigation a:hover {
  margin-top: 0px;
  height: 25px;
}
#Navigation a.current {
  margin-top: 0px;
  height: 25px;
  background-color: #EEE;
  color: #777;
}

.Scroller-Container dt { background:#161617; font:normal 13px Arial, Helvetica, sans-serif; padding:0 5px 5px 10px; padding-top:5px; }
.Scroller-Container dt.heading { color:#bbbbbb; text-decoration: none; width: 230px; }
.Scroller-Container dt a { color:#bbbbbb; text-decoration: none; }
.Scroller-Container dt a:hover { text-decoration: underline; }
.Scroller-Container dd { margin-left:7px; font:normal 9px Verdana; color:#5f5e5d; padding:0 5px 5px 5px; border-left:none; cursor: default; }
.Scroller-Container dd.last { border-bottom:1px solid #161617; }

#login { padding: 3px 0 2px 0; list-style:none; }
#login_top { width:220px; padding: 4px 10px 3px 10px; border:1px solid #565656; line-height: 13px; list-style:none; text-align:left; float:right; background:#111111 url(pictures/slide_back3.png) no-repeat; color:#bbbbbb; }
#login_top2 { width:250px; padding: 5px 10px; border:1px solid #565656; list-style:none; text-align:left; float:right; background:#111111 url(pictures/slide_back3.png) no-repeat; color:#bbbbbb; }
#login input.inputbox { width: 100px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding:1px; margin:0; background: #111111 url(pictures/menu-back.png) left bottom repeat-x; color: #bbb; }
#login input.checkbox { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; padding:1px; margin:0; vertical-align:middle; background: #111111 url(pictures/menu-back.png) left bottom repeat-x; color: #bbb; }
#login label { color:#5f5e5d; padding:0 0 0 10px; margin:0; }
#login_top2 img { margin:5px 0; border:2px solid #5f5e5d; float:left; }