/* Expressen */
body {
    background: #ffffff;    
    margin: 0;
    font: 12px Verdana, Arial, sans-serif;
}


select
{
	font-family: verdana,arial;
	font-size: 10px;
}

td
{
	font-family: verdana,arial;
	font-size: 10px;
}

a:link
{
 font-family:Verdana,Tahoma,Arial;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

a:visited
{
 font-family:Verdana,Tahoma,Arial;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

a:active
{
 font-family:Verdana,Tahoma,Arial;
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

a:hover
{
 font-family:Verdana,Tahoma,Arial;
font-size: 10px;
color: #ffffff;
text-decoration: underline;
}


#tabcontainer{
 	position:relative;
}

#teamcontainer{
 	position:relative;
 	top:-1px;
 	border:1px solid;
 	border-color:#c2c0b2; 	
 /*	background-color:#e7e6e1; */
}

#ttContainer{
	position:absolute;
	left:-100;
	top:-100;
	padding:7px;
	background-color:#d9f1ff;
	border:1px solid;
	border-color:#c2c0b2;
	filter:alpha(opacity=95);
	opacity:1.0;
}

.AT_LeagueName {
	font-weight:bolder;
	color:#ffffff;
	background-color:#0366a0;
	
}


.AT_AdditionalInfoText {
	background-color:#d9f1ff;
	color:black;
	border:1px solid #c2c0b2;
	
}


ul.tabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
    position: absolute;
}

ul.tabs li {
    float: left;
    display: block;
    height: 30px;
    padding-right: 15px;
    margin-left: 0px;
    position: relative;
    background: url(images/right_off.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bcbcbc;
    white-space: nowrap;
}

ul.tabs span {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background: url(images/left_off.gif) no-repeat;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

html>body ul.tabs span {
    display: block;
}

ul.tabs li#current {
    font-weight: bolder;
    border-bottom: 1px solid #dfdfdf;
    height: 30px;
    background-image: url(images/right_on.gif);
}

ul.tabs li#current span {
    background-image: url(images/left_on.gif);
    font-weight:bold;
    text-align:center;
    cursor:pointer;
}

ul.tabs a {
    color: #000000;
	text-decoration:none;
}

ul.tabs a.new {
    color: #000000;
	text-decoration:none;
}

ul.tabs a:hover {
    color: #000000;
	text-decoration:none;
}

a.topTabs {
	color: #000000;
	text-decoration:none;
}

a.topTabsOn {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a.tabOn {
    color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a.tabOff {
    color: #000000;
	text-decoration:none;
	font-weight:bold;
}

.buttonBorder
{	
	background-color:#0366a0;
}

.buttonBackgroundOff
{
	background-color:#0366a0;
	border:1px solid #0366a0;
	font-size:10px;
	font-weight:bold;
	padding-left:2px;
	padding-right:3px;
}

.buttonBackgroundOn{
	background-color:#eb2924;
	border:1px solid #eb2924;
	font-size:10px;
	font-weight:bold;
	padding-left:2px;
	padding-right:3px;
}

.sport_button {
	border: 1px solid #0366a0;
}