html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background:#a9a9a9 url(../images/background.jpg) repeat-x; 
	color: #000;      /* color text */
	font: normal 75% sans-serif;
	line-height: 1.5; /* megstrochni interval */
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #9c0302;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a:focus,a:hover {color: #9c0302;}
a {
	color: #000;
	text-decoration: underline;
}
a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

/* More links  chitat dalee itd*/
a.more {
	color: #579;
	font-size:1em;
}
a.more:hover {color: #234;}


/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;} /* abriveatura acronim*/
address {margin-bottom: 1.5em;} 
blockquote {margin: 1.5em;} 
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
	DISPLAY: none;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}


/* Tables */

table {margin-bottom: 10px; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #ff0000;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	margin-bottom: 0;
	width: 98%;
	font-size: 0.9em;
}
table.data-table th {
	background: #F0F0F0;
	color: #555;
	text-align: left;
}
table.data-table tr {}
table.data-table td, table th {padding: 2px;}
table.data-table td {
	background: #F6F6F6;
}
table.data-table tr.salyut td {color:#c50000;}
table.data-table tr#prem td {background: #e2ffe8;}
table.data-table tr#exit td {background: #ffe2e2;}
table.data-table tr.gamers td{background:#eaeaea;}

#tablall {background:#fff; text-align:right; margin-right:10px; font-weight:bold;}
.turnir {margin:10px 0 10px 10px;}
.turnir li {list-style:none; font-size:0.9em; background:#ccc; height:15px; float:left; margin-bottom:10px;}
.turnir .text {float:left; padding:4px; width:70%;}
.turnir .specific{background:#2e2e2e; color:#fff; float:left; text-align:center; width:15px;}
.turnir a {text-decoration:none;}
.turnir a:hover{border-bottom:1px solid;}

/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px dashed #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}

input {
	padding: 1px;
	border:none;
}



/* 
   Alignment 
------------------------------------------------------------------- */
.seasontab  {margin:5px 0 5px 0; background:#fff; width:310px; float:left; list-style:none;}
.seasontab .up {margin-bottom:2px; background:#171717 url(../images/diagonals3.gif); height:25px;}
.seasontab .up span {font-size:1.2em; color:#e4e4e4; margin-left:10px; font-weight: bold;}
.seasontab .down {margin-bottom:1px; background:#eaeaea;}
.seasontab .down .home {font-size:0.9em; width:100px; height:20px; float:left; text-align:right;}
.seasontab .down .data{font-size:0.8em; background:#eaeaea; color:#000; padding:1px; text-align:left; width:308px; margin-bottom:2px;}
.seasontab .down .quest {font-size:0.9em;	width:110px; float:left; text-align:left;}
.seasontab .down a{margin-right:5px;  font-size:0.9em;}
.seasontab .down .vs{vertical-align:middle; font-size:1em; color:#9c0302; text-align:center; width:90px; height:20px; float:left; margin-bottom:2px;}
.seasontab .down .vs #home {vertical-align:middle; margin-right:7px;}
.seasontab .down .vs #quest{vertical-align:middle; margin-left:7px;}
.seasontab .salyut {font-size:0.8em; color:#fff; padding:1px; text-align:left; width:308px; margin-bottom:2px; background:#9c0302;}

.seasontabl  {margin:0 0 0 8px; background:#fff; width:313px; height:490px; float:left; list-style:none;}
.seasontabl .up {margin-bottom:5px; background:#171717 url(../images/diagonals3.gif); height:25px;}
.seasontabl .up span {font-size:1.2em; color:#e4e4e4; margin-left:10px; font-weight: bold;}
.seasontabl .down {margin-bottom:5px; background:#fff;}
.seasontabl .down .home {font-size:0.9em; width:110px; float:left; text-align:right;}
.seasontabl .down .data{font-size:0.8em; background:#eaeaea; color:#000; padding:1px; text-align:left; width:308px; margin-bottom:2px;}
.seasontabl .down .quest {font-size:0.9em;	width:110px; float:left; text-align:left;}
.seasontabl .down a{margin-right:5px;  font-size:1em; text-decoration:none;}
.seasontabl .down a:hover{margin-right:5px;  font-size:1em; border-bottom:1px solid;}
.seasontabl .down .vs{vertical-align:middle; font-size:1em; color:#9c0302; text-align:center; width:90px; height:20px; float:left;}
.seasontabl .down .vs .temhome{vertical-align:middle; margin-right:7px;}
.seasontabl .down .vs .temquest{vertical-align:middle; margin-left:7px;}
.seasontabl .salyut {font-size:0.8em; color:#fff; padding:1px; text-align:left; width:308px; margin-bottom:2px; background:#9c0302;}

.krugtabl  {margin:0 0 0 10px; background:#fff; width:475px; height:490px; float:left; list-style:none;}
.krugtabl .up {margin-bottom:5px; background:#171717 url(../images/diagonals3.gif); height:25px;}
.krugtabl .up span {font-size:1.2em; color:#e4e4e4; margin-left:10px; font-weight: bold;}
.krugtabl .down {margin-bottom:5px; background:#fff;}
.krugtabl .down .home {font-size:0.9em; width:110px; float:left; text-align:right;}
.krugtabl .down .data{font-size:0.8em; background:#eaeaea; color:#000; padding:1px; text-align:left; width:473px; margin-bottom:2px; }
.krugtabl .down .quest {font-size:0.9em;	width:110px; float:left; text-align:left;}
.krugtabl .down a{margin-right:5px;  font-size:1em; text-decoration:none;}
.krugtabl .down a:hover{margin-right:5px;  font-size:1em; border-bottom:1px solid;}
.krugtabl .down .vs{vertical-align:middle; font-size:1em; color:#9c0302; text-align:center; width:90px; height:20px; float:left;}
.krugtabl .down .vs #home {vertical-align:middle; margin-right:7px;}
.krugtabl .down .vs #quest{vertical-align:middle; margin-left:7px;}
.krugtabl .salyut {font-size:0.8em; color:#fff; padding:1px; text-align:left; width:473px; margin-bottom:2px; background:#9c0302;}

.salyutabl {background:#fff;}
.salyutabl .down {margin-bottom:5px; margin-left:10px; background:#fff;}
.salyutabl .down .home {font-size:1.5em; width:435px; float:left; text-align:right;}
.salyutabl .down .data{font-size:1em; background:#eaeaea; color:#000; padding:1px; text-align:center; width:960px; margin-bottom:2px;}
.salyutabl .down .quest {font-size:1.5em;	width:435px; float:left; text-align:left;}
.salyutabl .down a{margin-right:5px;  font-size:1em; text-decoration:none;}
.salyutabl .down a:hover{margin-right:5px;  font-size:1em; border-bottom:1px solid;}
.salyutabl .down .vs{vertical-align:middle; font-size:1em; color:#9c0302; text-align:center; width:90px; height:20px; float:left;}
.salyutabl .down .vs #home {vertical-align:middle; margin-right:7px;}
.salyutabl .down .vs #quest{vertical-align:middle; margin-left:7px;}

.tour {width:100%; float:left; background:#9c0302; margin-bottom:10px; margin-top:5px;}
.tour span { font-size:2em; margin-left:10px; color:#fff;}

.newseasontabl  {width:100%; background:#fff; float:left; margin-bottom:2px; list-style:none;}
.newseasontabl .up {margin-bottom:5px; background:#171717 url(../images/diagonals3.gif); height:25px;}
.newseasontabl .up span {font-size:1.2em; color:#e4e4e4; margin-left:10px; font-weight: bold;}
.newseasontabl .down {margin-bottom:5px; background:#fff; width:473px; float:left; margin:0 5px 5px 5px;}
.newseasontabl .down .home {font-size:0.9em; width:185px; float:left; text-align:right;}
.newseasontabl .down .data{font-size:0.8em; background:#eaeaea; padding:1px; text-align:center; width:470px; margin-bottom:2px;}
.newseasontabl .down .quest {font-size:0.9em;	width:185px; float:left; text-align:left;}
.newseasontabl .down a{margin-right:5px;  font-size:1em; text-decoration:none;}
.newseasontabl .down a:hover{margin-right:5px;  font-size:1em; border-bottom:1px solid;}
.newseasontabl .down .vs{vertical-align:middle; font-size:1em; color:#9c0302; text-align:center; width:90px; height:20px; float:left;}
.newseasontabl .down .vs #home {vertical-align:middle; margin-right:7px;}
.newseasontabl .down .vs #quest{vertical-align:middle; margin-left:7px;}
.newseasontabl .salyut {font-size:0.8em; color:#fff; padding:1px; text-align:left; width:470px; margin-bottom:2px; background:#9c0302;}

font-size:0.8em; background:#eaeaea; color:#000; padding:1px; text-align:center; width:313px; margin-bottom:2px;
/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #eee;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 5px 10px;}
.archive-separator {margin: 10px 4px;}


/* 
   Posts 
------------------------------------------------------------------- */
.post {padding:5px 15px 5px 15px;}
.post a {text-decoration: none;}
.post a:hover {text-decoration: none;}

.post img.left, .post img.right {margin:0;}

.post-date {
	font-size: 0.9em;
	color: #777;
	margin-bottom:3px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-top:10px;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1em; text-align:left; margin-top:10px;}
.post-body a {color: #039;}
.post-body a:hover {color: #039; border-bottom:1px solid;}
.post-img {margin-bottom:310px;}
.post-direct {background:#fff; float:right;}
.post-line  {background:#595858 url(../images/diagonals4.gif); width:100%; height:80px; margin-bottom:5px;}
.post-line .teamlogo {float:right; margin:5px 25px 0 0;}

.post-line .nameteam {margin-top:25px; float:right; font-size:1.5em; color:#000;}
.post-line .nameteamh {margin-top:25px; margin-left:10px; margin-right:5px; float:left; font-size:1.5em; color:#000;}
.logoh {float:left; margin-top:5px;}
.logog {float:left; margin-top:5px;}
.post-line .schet {text-align:center; width:100px; float:left; font-size:4em; color:#fff; margin-top:5px;}

.post .zametkah {background:#e2ffe8; border:3px solid #eaeaea; width:600px; padding:10px; margin-bottom:5px;}
.post .zametkag {background:#ffe2e2; border:3px solid #eaeaea; width:600px; padding:10px; margin-bottom:5px;}

.newslenta {margin:10px 10px 5px 0}
.newslenta .newstitle {margin-bottom:15px; border-bottom:1px solid #eaeaea;}
.newslenta .newsweek {padding:3px; background:#333; margin-bottom:5px;}
.newslenta .newsweek h4 {margin:1px 0 0 5px; color:#eaeaea;}
.newslenta .data {color:#999; font-size:0.8em; margin-left:5px; margin-top:3px; margin-right:5px; float:left;}
.newslenta .newstitle a {font-size:0.9em; margin-left:5px; color:#333;}

.lastarhiv {background:#eaeaea; border:1px solid #e6e6fa; padding:5px 0 5px 0; margin-right:10px;}
.lastarhiv a {text-decoration:none; font-size:1.4em;}

.rotanews {width:630px;}
.gonews {width:145px; border:1px solid #e6e6fa; padding:3px; margin-right:3px; margin-bottom:5px; float:left;}
.gonews .img a{text-decoration:none;}
.gonews .text {font-size:0.9em;}
.gonews .text a {color:#000; text-decoration:none;}
.gonews .text a:hover {border-bottom:1px solid;}

#gameblock {float:right; width:345px; height:230px; font-size:1.3em;}
#gameblock a {border-bottom:1px dotted;}
#example {font-size:0.9em; margin-bottom:10px;}

.tagnews {width:100%; border:1px dotted #eaeaea; margin-bottom:10px;}
.tagnews .data {background:#880706; padding:1px; color:#eaeaea; font-size:0.8em; margin-top:3px; float:left;}
.tagnews h6 {color:#000;}
.tagnews a {font-size: 1.4em; color:#3399CC; margin-left:5px;}
.tagnews a:hover {color:#880706; border-bottom:1px dotted #880706;}


.post-body img.left, .post-body img.right {margin-bottom: 1em; margin-right:10px;}

/* 
   Layout 
------------------------------------------------------------------- */
/* General */	
PRE { DISPLAY: none;}
		
.contents {
	margin: 0 auto;
	width: 980px;
}

/* top bar */
.bar {
	margin: 0 auto;
	width: 980px;
	height: 30px;
}

/* Nastroiki bara */

#barposition {
	margin: 0 auto;
	background:#000 url(../images/barline.jpg) repeat-x;
	border-bottom: 2px solid #303030;
	position:relative;
	top:0;
}
#barposition span.time {color:#79a0c1; margin:0 2px 0 2px;}
#barposition span.timesokr {font-size:0.9em; color:#999999;}
#barposition b {font-size:0.9em; color:#eaeaea; font-weight:normal;}
#barposition.left.text-separator span{color: #444;}
#barposition .left {
	padding: 6px 0;
	margin: 0 10px;
}
#barposition .tabbed  li {
	padding: 6px 5px;
	color: #ccc;
	vertical-align:middle;
}
#barposition .tabbed img {vertical-align:middle;}
#barposition .time {
	color:#fff;
}
#barposition .time b {font-size:0.8em; color:#aaa;}

#barposition a {font-size:0.9em; color: #ccc; text-decoration:none;}
#barposition a:hover {color: #ccc; border-bottom:1px solid #919191;}
/* shapka site */

#salyut {
	height: 150px;
	background: #9c0302 url('../images/salyut.jpg') no-repeat;
	margin:0;
}

#salyut .se  {
	float: right;
	position:relative;
	list-style:none;
	margin:120px 8px 0 0;
}
#salyut .se input {border:2px solid #303030; font-size:0.9em; background:#b5a5a5; color:#000; opacity:0.6; filter: alpha(opacity=60);}

 /* knopki */
#buttom {
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
}
#buttom li {
	background:#171717 url(../images/diagonals3.gif);
	padding:1px 5px 1px 5px;
	list-style:	none;
	margin-right:5px;
	float:left;
}
#buttom a {
	font-size: 0.9em;
	color:#fff;
	text-decoration: none;
}
#buttom li.add {background:#fff; float:right;}
#buttom li.active {background:#9c0302;}
#buttom li.select {background:#fff; float:left;}
#buttom select {background:#2e2e2e; color:#fff; width:150px; height:18px; font-size:1em;}

#teamsbut {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
#teamsbut li {
	background:#fff;
	padding:1px 5px 1px 5px;
	list-style:	none;
	margin-right:5px;
	float:left;
}
#teamsbut li.add {background:#fff; float:right;}
/* Menu */
#stmenu {width: 100%; background:#000 url(../images/barline.jpg) repeat-x; height:35px; margin:0;}

.sf-menu {
	float:			left;
	margin:3px 0 0 5px;
	list-style:		none;
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:		#000 url(../images/barline.jpg) repeat-x;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu a {
	border-right:	1px dotted #cccccc;
	padding: 		9px 17px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  {
	color:			#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:hover, .sf-menu a:active {
	background:		#2b2b2b;
	outline:		0;
}

.rigimg  {list-style:none;}
.rigimg li {float:right; margin:7px 5px 0 0;}
.rigimg  a  {
	border:none;
	padding:0;
}

/* Main */

.main {background:#fff;}

.main#main-two-columns #sidebar {
	width: 320px;
	background: #fff;
	float:right;
}

.main#main-two-columns #main-left {
	width: 649px; 
	background:#fff;
	float:left;
}
#sidebar a {text-decoration: none;}
#sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* listteam */
#listteam .teams  li{
	background:#fff;
	height: 180px;
	width:180px;
	float:left;
	margin-right:4px;
	margin-bottom:20px;
	list-style:		none;
}
.post .teams  li{
	background:#f2f0dc url(http://fc-salyut.ru/backup/team/down.jpg) no-repeat bottom;
	height: 340px;
	width:180px;
	float:left;
	margin-right:4px;
	margin-bottom:20px;
	list-style:		none;
}
.post .teams .coachname  {margin-left:5px; color:#000; margin-right:5px;}
.post .teams h2 {font-size:1.2em; margin-left:5px; margin-top:10px; margin-right:10px; color:#4f1f1f;}
#listteam .teams p{text-align:center; font-size:0.8em; color:#666;}

/* links */
#links  {margin-bottom:20px;}
#links li {
	float:left;
	width:300px;
	height:85px;
	list-style:		none;
	margin-top:10px;
	margin-right:5px;
}
#links a {font-size:1.5em; border-bottom:1px dotted #444; margin-left:10px;}
#links a.title {background:#eaeaea; padding:2px; border:none; color:#9c0302;}
#links li#ofis1  {background:url('../links/img/rfs.gif') no-repeat; }
#links li#ofis2  {background:url('../links/img/pfl.gif') no-repeat; }
#links li#ofis3  {background:url('../links/img/rfs.gif') no-repeat; }
#links li#ofis4  {background:url('../links/img/vob.gif') no-repeat; }
#links li#ofis5  {background:url('../links/img/rfpl.gif') no-repeat; }
#links li#ofis6  {background:url('../links/img/fifa.gif') no-repeat; }
#links li#ofis7  {background:url('../links/img/uefa.gif') no-repeat; }
#links2 li {
	float:left;
	width:300px;
	height:85px;
	list-style:		none;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
}
#links2 a {font-size:1.5em; border-bottom:1px dotted #444; margin-left:10px;}
#links2 a.title {background:#eaeaea; padding:2px; border:none; color:#9c0302;}
#links3 li {
	float:left;
	width:300px;
	height:85px;
	list-style:		none;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:10px;
}
#links3 li#back1  {}
#links3 li#back2  {}

#links3 li#back4  {}
#links3 li#back5  {}
#links3 li#back6  {}
#links3 a {font-size:1.5em; border-bottom:1px dotted #444; margin-left:10px;}
#links3 a.title {background:#eaeaea; padding:2px; border:none; color:#9c0302;}
#links a img  {
	border: none; margin-right:10px; float:left; width:16px; height:16px;
}

/* paging */

.paging span {margin:5px 0 15px 10px; font-size:1.2em; float:left; font-style: normal}
.paging a {background:#2e2e2e; text-decoration:none; color:#fff; padding:5px;}
.paging  a:hover {background:#9c0302; color:#fff;}
.paging span #activ {background:#9c0302; color:#fff;}


/* Rotator news */
#featured{ 
	margin: 0px;
	width:650px; 
	padding-right:320px; 
	position:relative; 
	border:5px solid #222; 
	height:295px; 
	background:#666 url(../images/diagonals.gif);
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:650px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:1px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; 
	line-height:15px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block;
	width: 315px;
	height:72px; 
	border-left: 4px solid #fff;
	color:#000;  background:#fff url(../images/rotli.gif) repeat-y; 
	line-height:1px;
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	width: 315px;
	border-left: 4px solid #9c0302;
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:650px; height:100%; 
	background:#666; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:190px; left:0; 
	height:80px; 
	width: 99%;
	background:#000;
	opacity:0.90;
	filter: alpha(opacity=90);
}
#featured .info h2{ 
	font-size:18px; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	border-bottom: 1px dotted;
	color:#c7e2ec; 
}
#featured .info a:hover{ 
	text-decoration:none; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

/* Next last game */
#games {margin-top:5px;}
#games  .title{
	width:320px;
	padding:2px 0 2px 0;
	text-align:center;
	font-size:0.9em;
	color:#fff;
	background:#222;
}
#games .account  h1 {
	margin-top:16px;
	text-align:center;
	color:#fff;
}
#games .team1  {
	position:absolute;
	margin: 8px 0 0 10px;
	width:120px;
}
#games .team1 img {margin-left:34px;}
#games .team2 {
	position:absolute;
	margin: 8px 0 0 190px;
	width:120px;
}
#games .team2 img {margin-left:33px;}
#games .team1t {
	font-size: 1em;
	font-weight:bolder;
	color:#fff;
	text-align:center;
}
#games .team2t {
	font-size: 1em;
	font-weight:bolder; 
	color:#fff;
	text-align:center;
}
#games .down-il {
	margin: 35px 5px 0 5px;
	border-top: 1px dotted #a7a7a7;
}
#games .downinfo {
	margin: 0 0 0 5px;
	font-size: 0.8em;
	color:#ccc;
	float:left;
}
#games .downlink  a{
	border:1px dotted #2e2e2e;
	background:#1f1f1f;
	color:#fff;
	margin: 4px 7px 0 0;
	padding:2px;
	font-size: 0.9em;
	float:right;
	text-decoration:none;
}
#games .downlinl a:hover {background:#ff0000;}

#nextgame {
	margin-bottom:2px;
	margin-right:5px;
	width: 320px;
	height: 150px;
	float: right;
	background:#880706 url(../images/fongames.gif);
}
#lastgame {
	margin-right:5px;
	margin-bottom:10px;
	width: 320px;
	height: 150px;
	float: right;
	background:#880706 url(../images/fongames.gif);
}

#twettban {
	margin-right:5px;
	margin-bottom:10px;
	width: 200px;
	height: 150px;
	background:#880706;
}

/* Rss table */
#feedrfs{
	background:#fff;
	margin:0 auto;
	width:100%;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}
.gohome {margin:5px 0 5px 0;}
.gohome a {padding:5px; background:#eaeaea; text-decoration:none;}

#feedWidget{
	background:#fff;
	margin:0 auto;
	width:305px;
	padding:5px;
	position:relative;
	
	/* Remains hidden if JS is not enabled: */
	display:none;
	z-index:20;
}


#activeTab.hover,.dropDownList{
	background:url(img/drop_arrow.png) no-repeat 95% 50% #ccc;
	border:1px solid #38434d;

	margin:-1px;
	
	cursor:pointer;

	
}

#activeTab,.dropDownList div{
	color:#000;
	cursor:pointer;
	font-size:18px;
	margin:0 2px 0 0;
	padding:5px;
}

.line{
	height:1px;
	overflow:hidden;
	background-color:#2b353d;
	border-bottom:1px solid #687581;
	margin:10px 0;
}

.dropDownList{
	background-image:none;
	position:absolute;

	border-top:none;
	padding:5px;
	
}

.dropDownList div:hover{
	background-color:#505e6b;
}
#feedrfs #tabContent div{
	/* The feed entry divs */
	
	background-color:#eaeaea;
	color:#000;
	font-size:1em;
	margin-bottom:10px;
	padding:5px;
	position:relative;

}
#tabContent div{
	/* The feed entry divs */
	
	background-color:#EEEEEE;
	color:#000;
	font-size:10px;
	margin-bottom:10px;
	padding:5px;
	position:relative;

}
#tabContent a {color:#0196e3;}

.tutInfo{
	/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:fixed;
	bottom:0px;
	border-bottom:none;
	font-size:1em;
	border-top:1px solid #BBBBBB;

	width:100%;
	z-index:100;
}


/* Sidebar */
#sidebar-wrapper {}
#sidebar {}

/* Sidebar sections */
.section {margin-bottom: 2px;}
.section-title {
	background-color: #9c0302;
	color: #ffffff;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 1px 8px 6px;
}
.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}

/* Dashboard */
#dashboard {
	background: #ffffff ;
	border-left: 1px solid #ff0000;
	display:none;
}
#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}

/* baners */
#bannertop {width: 980px; height: 90px; background: #ffffff; display:none;}
#bannerbot {width: 980px; height: 90px; background: #ffffff; display:none;}

.addthis {float:right; margin:10px 0 10px 0; width:960px;}
.addthis a {float:left; padding-right:700px;}

/* Footer */
#footer {height: 260px; padding: 4px 0; background: #9c0302 url(../images/footer.jpg);}

#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}

#footer .menu {
	background: ff0000;
}
#footer .selector {
	border-left: 
	1px dotted #969494; 
	height: 140px;
	margin-left: 0px;
	padding: 10px 0 0 25px;
}
#footer #colum1pad {padding: 10px 0 0 25px;}
#footer li {
	line-height: 30px;
	list-style-type: none;
}
#footer .column {width: 195px;}
#footer #column5 {border-right: none;}

#footer .column-content {
	padding: 10px 16px;
	margin-left: 4px;
}
#footer .column-title {
	color: #ffffff;
	font-size: 1.4em;
	padding-bottom: 5px;
	text-align: center;
}
#footer .cop {
	float: left;
	margin-left:10px;
	height:30px;
}
#footer p {
	margin-top:5px;
	font-size: 0.8em;
	line-height: 3px;
	color: #ccc;
}
#footer .copr {
	float: right;
	margin-right:10px;
}
#footer .copr a {color:#FF9900;}
#footer a {color: #ccc; text-decoration:none;}
#footer li a:hover {color: #ccc; border-bottom:1px solid;}
#footer .stats {float:left; margin-left:10px;}
/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single line IE fix */
* html #sub-nav, * html .section-title, * html .main {height: 0.01%; min-height: 0.01%;}
