body {
	overflow-x : hidden;
	overflow: -moz-scrollbars-vertical;	
}
.body
{
	color: black;
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: url(../images/fadeBG.png) #e5e5e5 fixed repeat-y 50% 0%;
}

#logo {
	background: transparent url(../images/siteHeader.png) no-repeat top center;
	margin:0 auto;
	width: 100%;
	padding-top:145px;	
}
/* --- nav --- */
#menu
{
	position: relative;
	height: 33px;
	color: #E0E0E0;
	width: 900px;
	font-size: 12px;
	font-family: Tahoma,sans-serif;
}

#menu .menuc {
	margin: 0px;
	width: 900px;
	font-size: 12px;
	font-family: Tahoma,sans-serif;
}

#topnavi
{
	height: 33px;
	width: 900px;
	font-size: 12px;
	font-family: Tahoma,sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 0 0px;
	color: white;
	overflow: hidden;
	background-image: url(../images/menuBackground.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
}

#topnavi ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	color: tomato;
}

#topnavi ul li
{
	display: block;
	float: left;
	margin: 0 1px;
	color: tomato;
}

#topnavi ul li a
{
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 0 0 0 10px;
	height: 33px;
}

#topnavi ul li a span
{
	font-size: 12px;
	padding: 10px 10px 0 0;
	height: 21px;
	float: left;
	color: white;
}

#topnavi ul li a:hover
{
	font-size: 12px;
	color: white;
	height: 33px;
}

#topnavi ul li a:hover span
{
	font-size: 12px;
	cursor: pointer;
	color: white;
}

#topnavi ul li a.current
{
	line-height: 305%;
	background-position: left top;
	background-image: url(../images/menuLeftSelect.png);
	background-repeat: no-repeat;
	float:inherit;
	clear: both;
	display: block;
}

#topnavi ul li a.current span
{
	padding: 0 10px 0 0;
	width: auto;
	background: transparent url(../images/menuRightSelect.png) top right;
	height: 33px;
	color: red;
}
/* --- end nav --- */

/* --- sub nav --- */
#submenu
{
	margin: 0;
	padding: 4px 20px 0 20px;
	width: 100%;
	height: 22px;
	color: #fefefe;
	font-size: 20px;
	font-family: Tahoma,sans-serif;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#submenu li {
	margin: 0;
	padding: 0;
	float: left;
}
#submenu li {
	padding-right: 1em;
}

#submenu a:link,#submenu a:visited {
	color			: #fff;
	font-size		: 11px;
	font-family:Tahoma,sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	background: url(../images/subbullet.gif) no-repeat top left;		
}
#submenu a:hover {
	color			: #fff;
	text-decoration:none;
}
/* --- end sub nav --- */


/* /////////////////////////////////////////////////////////////////////////// */
form {
margin           : 0; 
padding          : 0;
}
hr
{
	color: #ffffcc;
	height: 1px;
	width: 100%;
}
.back_button {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
}
.button
{
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	margin: 3px;
	background-color: transparent;
	padding: 1px;
	cursor: pointer;
}

.inputbox {
 color        : #000000;
 background   : #ffffff;
 border       : 1px solid #cccccc;
 margin       : 3px;

}

table,td,div {
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
}

p {
  color            : #666666;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 16px;
  padding:4px 0px 4px 0px;
  margin:0;
}
strong {
  color            : #666666;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight:bold;
  line-height      : 16px;
  padding:4px 0px 4px 0px;
  margin:0;
}
i {
  color            : #666666;
  font-family      : Verdana,  Helvetica, sans-serif;
  font-size        : 10px;
  line-height      : 16px;
  padding:4px 0px 4px 0px;
  margin:0;
  font-style: normal;
}
em {
  color            : #666666;
  font-family      : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  line-height      : 16px;
  padding:4px 0px 4px 0px;
  margin:0;
  font-style: normal;  
}

/* /////////////////////////////////////////////////////////////////////////// */


.leftcol 
{
	width:150px;
	padding:10px 5px 10px 10px;
}
.maincol
{
	width: 560px;
	padding: 10px 5px 10px 5px;
}

.rightcol
{
	height: 550px;
	width: 170px;
	padding: 10px 10px 10px 10px;
	background: url(../images/columnBackground.png) white fixed repeat-x 50% 0px;
}


#container
{
	width: 900px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: transparent url(../images/bg_inside.gif) repeat-y left top;
}


/* -------------------------------------------------------------------------------------------------------------- */
table.moduletable
{
	margin: 0 0 20px 0;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

table.moduletable th
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	width: 138px;
	height: 25px;
	color: white;
	text-indent: 10px;
	background: url(../images/moduleHeader.gif) repeat-x center top;
	vertical-align: middle;
}

table.moduletable td {
    padding-top: 2px;
}


.sectiontableheader {
  font-size        : 10px;
  font-family        : Tahoma, Arial, Verdana,  Helvetica, sans-serif;  
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  color            : #333333;
  background       : #ffffff; 
  padding          : 1px;
}


.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  line-height      : 25px;
  color: Gray;

}
.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  line-height      : 25px;
  color: Gray;
}
a.mainlevel  {
  display           : block;
  width             : auto;
  margin            : 1px 0;
  padding           : 0;
  font-size         : 12px;
  background        : none;
  text-indent       : 10px;
  width				: 140px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 10px;
  border-bottom    : 1px solid #5ca6ce;
  background       : transparent url(../images/mainlevel.gif) no-repeat right bottom;
  font-weight      : normal;
  padding          : 2px 0 2px 0;
  color            : #666666;
  text-indent      : 10px;
}
a.mainlevel:hover {
  border-bottom    : 1px solid #ff6600;
  background       : transparent url(../images/mainlevel_h.gif) no-repeat right bottom;
  font-size        : 10px;
  font-weight      : normal;
  color            : #ff6600;
  text-decoration  : none;
  text-indent      : 10px;
}
#active_menu {
  color            : #ff6600;
  border-bottom    : 1px solid #ff6600;
  background       : transparent url(../images/mainlevel_h.gif) no-repeat right bottom;
}
a#active_menu:hover {
  color            : #333333;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}
a:hover {
  font-size        : 11px;
  color            : #5088a9;
  text-decoration  : none;
  font-weight      : bold;
}
a.category:link, a.category:visited {
  font-size        : 14px;
  font-weight      : bold;
}
a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : underline;
}
a.readon:hover {
  color            : #3333ff;
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : bold;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}
ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}
li
{
	line-height: 15px;
	padding-left: 5px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color: transparent;
	list-style-image: url(../images/bulletPoint.png);
	text-justify: distribute;
	letter-spacing: normal;
	text-align: justify;
}
table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #F1F1F1;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}
.pagenavcounter {
  font-size        : 10px;
  color            : #0066CC;
}
.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}
.pagenav {
  font-weight      : bold;
  }
a.pagenav:link, a.pagenav:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
}
a.pagenav:hover {
  font-size        : 11px;
  color            : #3333ff;
  text-decoration  : none;
}
.date {
  font-size        : 10px;
  font-weight      : bold;
  color            : #707070;
  padding-right    : 12px;
}
.small {
  font-size        : 10px;
  color            : #333333;
}
.smalldark {
  font-size        : 10px;
  color            : #333333;
}
.createdate, .modifydate {
  float            : right;
  font-size        : 10px;
  color            : #666666;
  font-weight      : bold;

  
}
.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}
.content_rating {
  font-size        : 10px;
  color            : #999999;
}
table.content
{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}
table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
.poll {
	color : #333333;
	line-height : 12px;
	font-weight: normal;
      
}

.pollstableborder{
  border-color     : #999999;
}
.contentheading, .componentheading
{
	width: 98%;
	height : 50px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10;
	color: white;
	padding: 1px;
	padding-left: 25px;
	margin: 0px;
	background-position: left center;
	background-image: url(../images/HeaderBar.png);
	background-repeat: no-repeat;
}


.ontab {
  border-left      : 1px solid #666666;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.offtab {
  border-left      : 1px solid #666666;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.tabpadding {
 border-left       : 1px solid #666666;
}
.col {
   vertical-align   : top;
   background       : #ffffff;
   padding-top: 5px;
   

}

.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        :  0;
  padding-top    : 5px;
  text-align     : left;
}

table.top2{
background : #ffffff; 
}

.searchbox {
  margin           : 0;
  padding          : 0;
  margin-top       : 13px;
  margin-left      : 10px;
  width            : 130px;
  font-size        : 11px;
  color            : #707070;
  border           : 1px solid #cccccc;
  padding          : 2px !important;
  padding          : 1px;
  background       : none;
     }

.sublevel {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   margin-top		: 10px;
}
a.sublevel:link, a.sublevel:visited {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   padding    	    : 5px 1px 3px 5px;
   text-decoration	: none;
}
a.sublevel:hover {
  color            : #666666;
  text-decoration  : none;
}
a.sublevel#active_menu  {
	background      : transparent;
	color           : #ff6600;
      
}
a.toclink:link, a.toclink:visited {
   font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size        : 10px;
   font-weight      : normal;
   color            : #999999;
   padding    	    : 5px 1px 3px 5px;
   text-decoration	: none;
}
a.toclink:hover {
  color            : #666666;
  text-decoration  : none;
}

 #mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  margin-left      : 1px;
 
}

#mainlevel-nav li {
  float            : right;
  display          : block;
  list-style       : none;
  background-image : none;
  padding-left     : 2px;
  padding-right    : 2px;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 28px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;

}
#mainlevel-nav li a {
  
  padding-left     : 10px;
  padding-right    : 10px;
  font-size        : 11px;
  color            : #000033;
  text-decoration  : none;
  
}

#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #999999;
    
}

.blog_more {
margin   : 10px 0 7px 7px;
}
.buttonheading
{
	padding: 0 2px;
	background-color: transparent;
}

.mosimage {
  border     : 1px solid #dedede;
  margin     : 5px;
  padding-top:  3px;

}

.mosimage_caption {
  margin-top: 3px;
  padding   :  2px;
  color     : #000066;
  font-size : 10px;
  background: #f1f1f1;
}

/* -------------------------- */
/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color			: #fff;
	font-size		: 11px;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}
a.sgfooter:hover {
	color			: #fff;
	font-family: Arial;
	font-weight: normal;
	text-decoration:none;
}
.sgf {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-decoration:none;
}
.sgf1 {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-align:left;
}

a.sglink:link, a.sglink:visited {
	color			: #333;
	font-size		: 10px;
	font-family: Arial;
	font-weight: normal;	
	text-decoration:none;
}
a.sglink:hover {
	color			: #333;
	font-family: Arial;
	font-weight: normal;	
	text-decoration:none;
}

.footer_bg {
	width:900px;
	margin: 0px auto;
	padding:0;
	height:25px;
	text-align:left;
	text-indent:10px;
	font-family:Times New Roman;
	font-size: 12px;
	font-weight:bold;
	color:White;
	background:transparent url(../images/footerBar.png) no-repeat left top;
}
.footer {
	color:#fff;
	padding:5px;
	margin:0;
}
.playerImage{
	table-layout: fixed;
	border:solid black 1px;
	width:85px;
	height:125px;
	vertical-align: top;
}
.playerDetailTable
{
	padding-left: 5px;
	margin-left: 5px;
	vertical-align: text-top;
	text-align: left;
}
.playerTable
{
	left: 25px;
	position: relative;
}
.playerItem
{
	vertical-align: top;
	font-weight: bold;
	text-indent: 5px;
	font-style: normal;
	text-align: left;
	width: 125px;
	color : Gray;
}
.playerValue
{
	vertical-align: top;
	text-align: left;
	width: 275px;
	color : Gray;
}
.calendarHeader
{
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	cursor:default;
	font-family:Verdana;
	color:Gray;
}
.calendarToday
{
	text-align:center;
	border: black solid 1px;
	cursor:default;
	color:Gray;
}
.calendar
{
	font-size: 12px;
	padding: 3px;
	cursor:default;
	color:Gray;
}
.com_calendar
{
	background-color: white;
	text-align: center;
	color:Gray;
}
.leagueTableModule
{
	width: 175px;
	font-family:Verdana;
}
.leagueHeaderModule
{
	vertical-align: middle;
	color: white;
	background-color: #cc6666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
}
.oddLeagueRowMod
{
	vertical-align: middle;
	color: gray;
	background-color: #ffcccc;
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	text-indent:2px;
}
.evenLeagueRowMod
{
	vertical-align: middle;
	color: gray;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	text-indent:2px;
}
.teamLeague
{
	text-align:left;
}
.leagueTable
{
	position:relative;
	width:100%;
	font-family:Verdana;
}
.leagueHeader
{
	vertical-align: middle;
	background-color: #cc6666;
	color:White;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	text-indent:2px;
	height:25px;
}
.oddLeagueRow
{
	vertical-align: middle;
	color: gray;
	background-color: #ffcccc;
	font-size: 12px;
	text-align: center;
	font-family: Verdana;
	text-indent: 2px;
	padding: 3px;
	line-height: 18px;
}
.evenLeagueRow
{
	vertical-align: middle;
	color: gray;
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
	font-family: Verdana;
	text-indent:2px;
	padding:3px;
	line-height: 18px;
}
.fixtureDateTable
{
	padding: 3px;
	width: 125px;
	font-weight: bold;
	font-size: 14px;
	color: gray;
	font-family: Verdana;
	background-color: #ffcc99;
}
.fixtureTable
{
	padding: 3px;
	width: 100%;
	font-size: 11px;
	color: gray;
	font-family: Verdana;
	background-color: #ffffcc;
}
.fixtureType
{
	padding:3px;
	width: 10%;
}
.fixtureHome
{
	padding:3px;
	width: 40%;
}
.fixtureAway
{
	padding:3px;
	width: 40%;
}
.fixtureV
{
	padding:3px;
	width: 10%;
}
.playerPointsTable
{
	width:175px;
	padding:3px;
	font-family:Verdana;
}
.playerPointsMonth
{
	width: 175px;
	background-color:#cc6666;
	font-weight: bolder;
	text-align: center;
	font-size: 14px;
	color:white;
}
.playerPointsHeader
{
	background-color:#cc6666;
	font-weight:bold;
	font-size: 12px;
	color:white;
}
.playerPointsName
{
	text-align:left;
	width:80%;
}
.evenPlayerRow
{
	vertical-align: middle;
	color: gray;
	background-color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding:3px;
	text-indent:2px;
}
.oddPlayerRow
{
	vertical-align: middle;
	color: gray;
	background-color: #ffcccc;
	font-size: 11px;
	text-align: center;
	padding:3px;
	text-indent:2px;
}
.leagueSeasonSelect
{
	width:150px
}
.tabSep
{
	table-layout: fixed;
	height: 20px;
}