/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }

A:link      { text-decoration:none; }
A:visited 	{ text-decoration:none; }
A:active 	{ cursor:hand; text-decoration:none; }
A:hover 	{ cursor:hand; text-decoration:none; }
		

p
{

}
 
.title
{

 }
 
 .subtitle
 {
    font-size:small;
 }

hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}


.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
	font-family: verdana;
}

#divHeader .header
{
	  background-color:White;
}

#divHeader .bar 
{
	background-image: url(Images/bar.gif);
	text-align: left;
	height: 24px;
    border-color:Silver;
    border-top-style:solid;
    border-bottom-style:solid;
    border-width:1px;	
}

#divHeader .account
{
    padding-left: 8px;
    color: #ff9900;
    font-weight:bold;
    font-style:italic;
}

td.menu
{
}

td.menu A      
{
}

td.footer
{
}



.theme_header 
{
    background-color:#507CD1;
    color:White;
    font-weight:bold;
}

.theme_footer 
{
}

.theme_highlighted {
}

.theme_fadeblue {
}

.theme_table
{
    color:#333333;
    border-color:Silver;
    padding:4px;
    
}

.theme_table_normal
{
    background-color:#EFF3FB;
}

.theme_table_alternate
{
    background-color:White;
}

.theme_table_header
{
}

div #divLeagueInfo
{

}

.standings
{
    font-size:x-small ;
}


.SiteLink {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #10509e;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
	text-align:center;
}

A.SiteLink:link {
	COLOR: #10509e;
	TEXT-DECORATION: none;
	text-align:center;
}

.Accent {
	FONT-WEIGHT: normal;
	COLOR: #ff9900;
	text-align: center;
}


.notheme {}

.GroupingHeader
{
    color:white;
    background-image:url(Images/panel.gif);
    font-size:inherit ;
    font-style:italic ;
    vertical-align:middle;
}


/* start:css for playbyplay */
div.content	{ 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
	}
div#gamegrid	{ 
	position:absolute; 
	left:20px; top:280px; 
	width:1200px; height:100px; 
	clip:rect(0px, 1200px, 100px, 0px); 
	overflow:hidden;	
	z-index:2; 
	}
div#gamegridcontrols { 
  position:absolute; left:0px; top:300;
  width:14px; height:80px; z-index:4;
  }
div#up { position:absolute; left:0; top:0; z-index:1; }  
div#down { position:absolute; left:0; bottom:0; z-index:2; }  
/* end:css for playbyplay */

/* start:css for turns */
.slot_enabled 
{
    width:50px;     
}
.slot_disabled 
{
    width:50px;
    background-color:silver;
}
#rules
{
    padding:20px;
    font-size:smaller;
    font-style:italic;
}
/* end:css for turns */

#GamePreview .ItemHigher
{
    font-weight:bold;
    color:Orange;
    padding: 4px;
    font-style:italic;
}
.ItemLower
{
}

.comboBoxList {
	padding: 0px;
	border: 1px solid #000;
	background-color: #ddeeff;
	overflow: auto;
	max-height: 300px;
	z-index: 100;
}
.comboBoxItem {
	margin: 1px;
	padding: 2px 5px;
	background-color: inherit;
	cursor: default;
	white-space: nowrap;
	color: #00f;
}
.comboBoxSelectedItem {
	background-color: #a9d1ff;
}

.boxTop {
background:transparent url(./images/corners_new.gif) no-repeat scroll -918px top;
cursor:move;
margin:0;
padding:9px 30px;
font-size:1.5em;
color:#494949;
border-style:solid;
font-family:verdana,helvetica,arial,sans-serif;
}

.boxBottom 
{
background:#FFFFFF url(./images/corners_new.gif) no-repeat scroll left bottom;
float:left;
height:auto;
position:relative;
width:306px;
}