body
{

	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
  	background-color: #1b1b1b;
}


#standings
{
	margin-top: 20px;
	 /*background: url('../images/standings_select-bg.gif') no-repeat;
	 background-position: top right; */ 	
	border-top: solid 1px #eee; 
}



#serie_select
{
	border: solid 1px #ccc; 
	margin-bottom: 1px;
	width: 163px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	background-color: #eee;
	padding: 0;
	float: right;
	border: solid 1px #909090;
}

#serie_select option
{
	padding-left: 1px;
	height: 16px;
}


#serie_select option[selected]
{
	font-size: 13px;
    background-color: #c0c0c0;\
	color: #000;
}

 /*
select#serie_select option:hover {
    background-color: #999;
    color: #000;
}
*/



.changer
{
	font-size: 11px;
	color: #404040;
	font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 2px;
}



.changer a
{
	text-decoration: underline;
	cursor: pointer;

}


.changer a:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #000;

}


 /* *  M E N U * */

#menu
{
	font-weight: bold;
	color: #ffd700; 
	height: 45px;
    line-height: 35px;
 	background-image: url('../images/menu-bg.gif');
 	background-repeat: repeat-x; 
	text-transform: uppercase;
 	float: left;
 	width: 880px;
 	padding: 0;
	margin: 0 0 0 30px;
	border-top: 1px solid #303030;
}

/* hack to correct IE5.5 faulty box model */
* html #menu {width:880px; w\idth:879px;}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:139px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li
{
float: left;
width: 111px;
position: relative;
}


/* style the links for the top level */
#menu a, #menu a:visited

{
display: block;
font-size: 10px;
font-weight: bold;
text-decoration: none;
text-align: center; 
letter-spacing: 1px;
color: #ffd700; 
width: 110px;
height: 35px;
border-right: 1px solid #303030;
text-transform: uppercase; 
/*padding-left: 10px;*/
line-height: 35px;
}




/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited
{
	width:149px;
	w\idth:138px;
}

/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited
{
	background:#eeeeee;
}



/* style the second level hover */
#menu ul ul a.drop:hover{background:#333333 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}

#menu ul ul :hover > a.drop {background:#333333 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}


/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background:#e2dfa8;}

/* style the third level hover */
#menu ul ul ul a:hover {background:#333333;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:149px;
}


/* another hack for IE5.5 */
* html #menu ul ul {top:33px;t\op:34px;}

/* position the third level flyout menu */
#menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}


/* style the second level links */
#menu ul ul a, #menu ul ul a:visited
{
font-size: 11px;
font-weight: bold;
text-align: left; 
background-color: #333333;
color: #cccccc;
height: auto;
line-height: 14px;
padding: 5px 10px;
width: 118px;
border-bottom: 1px solid #000000;
border-left: 1px solid #333333;
text-transform: none; 
}


#menu ul ul a:a:hover
{
background-color: #cccccc;
}




/* yet another hack for IE5.5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:117px;w\idth:118px;}


/* style the top level hover 
#menu a:hover, #menu ul ul a:hover
{
color: #ffd700;
background-color: #666666;
}
*/


#menu :hover > a, #menu ul ul :hover > a
{
	color: #ffffff; 
	background-color: #333333;
 	background-image: url('../images/menu-bg-hover.gif');
 	background-repeat: repeat-x; 
	background-position: top left; 

}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ visibility:visible;}



/* * * B A S I C S * * */

#wrapper
{ 
	background-image: url('../images/content-bg-09.gif');
 	background-repeat: repeat-y; 
 	/*width: 922px;*/
	margin: 0 auto;
 	width: 940px;
}

#topbar
{
	font-size: 11px;
	font-weight: bold;
	text-align: left; 
 	color: #999999;
 	width: 880px;
 	float: left;
 	height: 15px;
	text-transform: uppercase;
	word-spacing: 1px;
 	padding: 0px 0px 0px 5px;
 	margin: 0px 0px 0px 30px;
}

#header
{
	font-size: 11px;
	font-weight: bold;
	text-align: left; 
 	color: #999999;
 	background-image: url('../images/header-bg-09.gif');
 	background-repeat: no-repeat; 
 	background-position: top center; 
	width: 940px;
 	float: left;
 	padding: 0;
	margin: 0;
 	height: 176px;
}


#header span.date
{
	font-size: 11px;
	font-weight: bold;
	text-align: left; 
 	color: #303030;
 	padding: 0 0 0 5px;
}



#leftcolumn
{ 
	width: 616px;
 	float: left;
	color: #333333;
	text-align: left; 
	/*padding: 10px;*/
	padding: 5px 5px 0 7px;
	margin: 0px 0px 0px 30px;
	
}

#rightcolumn
{ 
	width: 240px;
 	float: right;
 	color: #333333;
	display: inline;
 	/*padding: 10px;*/
	padding: 5px 7px 0 5px;
	margin: 0px 30px 0px 0px;
}

#footer
{
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background-image: url('../images/footer-bg-09.gif');
 	background-repeat: no-repeat;
 	clear: both;
 	width: 940px;
 	padding: 0;
 	line-height: 38px;
	/*height: 40px;*/
 	margin: 0;
 	padding: 0;	
}

.content_box
{
    font-size: 13px;
	line-height: 18px;
	background-color: #eeeeee;
	background-image: url('../images/box-bg.gif');
 	background-repeat: repeat-x; 
	background-position: bottom left; 
 	padding: 10px 15px 10px 15px;
	min-height: 400px;
 	margin: 0;
	border: 2px solid #c0c0c0;
	-moz-border-radius: 4px;
}

#game_info
{
	font-size: 14px; 
	color: #000000;
	background-color: #e0e0e0;
	border: #cccccc 1px dashed;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	/*
	background-image: url('../images/box-bg_2.gif');
 	background-repeat: repeat-x; 
	background-position: bottom left;
	*/
	
}

span.game_info_date
{
	font-size: 12px; 
	color: #333333;
    letter-spacing: 2px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
}


.game_stats
{
	float: right;
	font-size: 12px; 
	color: #000000;
	background-color: #e0e0e0;
	border: #cccccc 1px dashed;
	line-height: 15px;
	padding: 0 5px 5px 5px;
	margin: 4px 0 4px 4px;
	white-space: pre;
}


#page_title
{
    font-size: 20px;
    font-weight: bold;
    /*font-style: italic;*/
    color: #909090;
	/*background-color: #f0f0f0;
   	border: #e0e0e0 1px solid;*/
	line-height: 20px;
	padding-top: 5px;
	margin: 0 0 30px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}


h3
{
    font-size: 15px;
    font-weight: bold;
    color: #404040;
	margin: 30px 0 0 0;
    letter-spacing: 1px;
}


p.lite
{
	line-height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #404040;
	/*margin: 8px 0 8px -2px;*/
	padding: 4px;
}

span.special
{
    font-size: 12px;
    font-weight: bold;
    color: #ffd700;
	text-transform: none;
}

.small
{
    font-size: 9px;
    font-weight: bold;
    color: #cccccc;
}

#page_headline
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    line-height: 12px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.player_description
{
    font-size: 13px;
    font-style: italic;
    color: #404040;
	text-align: justify;
    line-height: 14px;
    padding: 5px;
}

.form
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
    font-weight: bold;
 	color: #000000; 
 	background-color: #eeeeee; 
    width: 80px;
    height: 20px;
}

option
{
 	background-color: #eeeeee; 
}

textarea
{
	font-family: Verdana;
	font-size: 11px;
 	color: #000000; 
 	border: #cccccc 1px solid;
 	background-color: #ffffff;
}

input
{
	font-family: Verdana;
	font-size: 11px;
 	color: #000000; 
 	border: #cccccc 1px solid;
 	background-color: #ffffff;
	height: 16px;
}

textarea:hover, input:hover          
{
	border: solid 1px #999999; 
}

textarea:focus, input:focus          
{
	border: solid 1px #999999; 
}

input.button
{
	font-size: 11px;
 	color: #eeeeee; 
 	font-weight: bold;
 	border-top: #cccccc 1px solid;
 	border-left: #cccccc 1px solid;
 	border-right: #000000 1px solid;
 	border-bottom: #000000 1px solid;
 	background-color: #707070;
	width: 80px;
	height: 22px;
}

fieldset
{
	background-color: #ffffff;
	background-image: url('box-bg.gif');
 	background-repeat: repeat-x; 
	background-position: bottom left; 
	border: 1px solid #999999;
 	padding: 27px 7px 7px 7px;
 	margin: 0px 0px 0px 0px;
}

legend
{
	font-size: 14px; 
	color: #666666;
	background: none;
	/*background-color: #eeeeee;
	border: 1px solid #999999;*/
    letter-spacing: 1px;
	font-weight: bold;
 	padding: 2px 10px 2px 3px;
	text-align: left;
    text-transform: uppercase;
}

a:link, a:active, a:visited
{
	color: #505050;
	text-decoration: underline;
} 

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



 /* *  I M A G E S * */
 
 .img_right
{
 	float: right;
	width: 202px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	background-color: #c0c0c0;
 	margin-left: 6px;
	padding: 3px;
}

.img_right img
{
	border: 1px solid #606060;

}
 
#right
{

 	float: right;
 	padding: 0;
 	margin: 3px 0px 3px 6px;
	border: 1px solid #999999;
}


img.raporttiKuva
{
	border: 1px solid #606060;
	padding: 1px;
}

img.player
{
	float: right;
	border: 1px solid #404040;
	padding: 1px;
	margin: 3px;
	background-color: #eeeeee;
	width: 140px;
	height: 190px;
}

div.raporttikuvaOikea
{
 	font-size: 10px;
    font-weight: bold;
    color: #333333; 
    float: right;
	padding: 2px;
	margin-left: 10px;
    margin-bottom: 5px;
}


div.kuvaTeksti
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
 	padding-top: 2px;
 	line-height: 16px;
 	margin-bottom: 20px;
}

div.kuvaajanNimi
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
    padding-right: 1px;
	text-align: right;
    text-transform: uppercase;
	width: 444px;
}


div.nimi
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
    color: #333333;
	margin-top: 5px;
}

div.date
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
    padding-right: 1px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

#random
{
	width: 220px;
    height: 80px;
	margin: 80px 40px 0 0;
	padding: 1px;
	background-color: #eee;
	border: 1px solid #000;
}


img.recap
{
	vertical-align: middle
}

 
/* * * S C O R E B O A R D * * */

.scoreboard
{
    width: 100%;
    empty-cells: show;
 	/*padding: 4px;*/
	margin-bottom: 10px;
	 /*background-color: #404040 #505050*/;
	border: 2px solid #5a5a5a;
	-moz-border-radius: 4px;
}


.scoreboard_headline
{
    font-size: 12px;
    font-weight: bold;
 	background-image: url('../images/bar-bg-dark.gif');
 	background-repeat: repeat-x; 
	background-color: #000000;
	color: #ffd700;
	text-align: left;
	height: 25px;
    padding-left: 4px;
	letter-spacing: 1px;
    text-transform: uppercase;
}

.scoreboard_date
{
	font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	color: #c0c0c0;
 	padding: 0 0 0 4px;
	background-color: #303030;
 	line-height: 22px;
}

.scoreboard_period
{
	font-size: 11px;
	font-weight: bold;
	color: #303030;
 	padding: 2px;
    background-color: #808080;
}


.scoreboard_team
{
    font-size: 12px;
	font-weight: bold;
	color: #333333;
 	padding: 3px 3px 3px 3px;
	background-color: #eee;
	height: 26px;
	border: 1px solid #808080;
}

.scoreboard_team_1
{
    font-size: 12px;
	font-weight: bold;
	color: #333333;
 	padding: 3px 3px 3px 3px;
	background-color: #eee;
	border: 1px solid #808080;
}

.scoreboard_team_2
{
    font-size: 12px;
	font-weight: bold;
	color: #333333;
 	padding: 3px 3px 3px 3px;
	background-color: #eee;
	border: 1px solid #808080;
}


.scoreboard_team_3
{
    font-size: 12px;
	font-weight: bold;
	color: #000000;
 	padding: 3px 3px 3px 3px;
	background-color: #ffffcc;
	border: 1px solid #808080;
}



.scoreboard_stats
{
    font-size: 12px;
	font-weight: normal;
	color: #404040;
 	padding: 3px 3px 3px 3px;
	background-color: #eee;
	height: 26px;
	border: 1px solid #808080;
}

.scoreboard_result
{

    font-size: 12px;
	font-weight: bold;
	color: #000;
 	padding: 2px 2px 2px 2px;
	background-color: #e0e0e0;
	height: 26px;
	border: 1px solid #808080;
}



.scoreboard_link a, .scoreboard_link a:active, .scoreboard_link a:visited
{
	background-color: #e0e0e0;
	font-size: 10px;
	color: #404040;
	font-weight: bold;
 	display: block; 
	width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
}


.scoreboard_link a:hover
{
	background-color: #eeeeee;
	font-size: 10px;
	color: #303030;
	font-weight: bold;
 	display: block; 
	width: 100%;
    letter-spacing: 1px;
    text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
}


 /* *  L I S T S * */

.list
{
   	font-size: 12px;
  	color: #000000;
  	border: solid 1px #909090;
  	empty-cells: show;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}


.small_list
{
   	font-size: 12px;
  	color: #000000;
  	border: solid 1px #909090;
  	empty-cells: show;
	margin-top: 10px;
    width: 98%;
}

.list a, .list a:visited
{
  	color: #333333;
	font-weight: bold;
}

.list a:hover
{
  	color: #000000;
	font-weight: bold;
}

.small_list a, .small_list a:visited
{
  	color: #333333;
	font-weight: bold;
}

.small_list a:hover
{
  	color: #000000;
	font-weight: bold;
}

.list_headline_dark
{
    font-size: 11px;
    font-weight: bold;
	background-color: #303030;
	color: #ffd700;
    line-height: 18px;
  	padding: 2px;
  	text-transform: uppercase;
}

.list_headline_dark_big
{
    font-size: 13px;
    font-weight: bold;
	background-color: #303030;
	color: #ffd700;
    line-height: 18px;
  	padding: 2px;
  	text-transform: uppercase;
}

.list_headline
{
    font-size: 10px;
    font-weight: bold;
	background-color: #ffd700;
  	color: #000000;
  	padding: 2px;
  	text-transform: uppercase;
	 /*border-top: #666666 1px solid;*/
 	border-bottom: #666666 1px solid;
}

.list_headline a, .list_headline a:visited
{
  	color: #000000;
}

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

.odd_row
{
  	background-color: #f0f0f0;
}


.odd_row td
{
  	line-height: 20px;
  	padding: 2px 4px 2px 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.even_row
{
  	background-color: #e0e0e0;
}

.even_row td
{
  	line-height: 20px;
  	padding: 2px 4px 2px 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.list_line_1
{
  	background-color: #f0f0f0;
	line-height: 20px;
  	padding: 2px 4px 2px 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.list_line_2
{
  	background-color: #f0f0f0;
	line-height: 20px;
  	padding: 2px 4px 2px 3px;
  	border-bottom: solid 1px #d0d0d0;
}


.list_line_3
{
  	height: 25px;
	width: 28px;
  	padding: 2px 2px 2px 2px;
  	background: #eeeeee;
  	border-bottom: solid 1px #cccccc;
}


.list_line_special
{
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #ffffff;
  	padding: 2px 5px;
  	background: #505050;
 	border-bottom: #404040 1px solid;
}

.record_summary
{
  	font-size: 11px;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #ffffff;
  	padding: 2px 5px;
  	background: #707070;
 	border-top: #404040 1px solid;
}


.win
{
	width: 4px;
  	padding: 1px;
  	background: #009900;
  	border-bottom: solid 1px #d0d0d0;
}

.tie
{
	width: 4px;
  	padding: 1px;
  	background: #ffff00;
  	border-bottom: solid 1px #d0d0d0;
}


.lose
{
	width: 4px;
  	padding: 1px;
  	background: #ff0000;
  	border-bottom: solid 1px #d0d0d0;
}


.win_s
{
    width: 130px;
  	height: 25px;
	line-height: 20px;
  	padding: 2px 2px 2px 2px;
  	background-color: #f0f0f0;
  	border-bottom: solid 1px #d0d0d0;
	border-right: 10px solid #009900;
}

.tie_s
{
    width: 130px;
  	height: 25px;
	line-height: 20px;
  	padding: 2px 2px 2px 2px;
  	background-color: #f0f0f0;
  	border-bottom: solid 1px #d0d0d0;
	border-right: 10px solid #ffff00;
}


.lose_s
{
    width: 130px;
  	height: 25px;
	line-height: 20px;
  	padding: 2px 2px 2px 2px;
  	background-color: #f0f0f0;
  	border-bottom: solid 1px #d0d0d0;
	border-right: 10px solid #ff0000;
}



 /* *  A R T I C L E S * */

.article_teasers
{
    	padding: 0;
}

.read_more
{
    	font-family: 'Trebuchet MS';
    	font-size: 10px;
    	font-weight: bold;
    	color: #666666;
		text-align: right;
    	margin-top: 10px;
    	margin-bottom: 20px;
		padding-bottom: 5px;
		border-bottom: dashed 1px #c0c0c0;
}



.read_more a
{
	background-color: #e0e0e0;
	font-size: 10px;
	color: #303030;
	font-weight: bold;
	width: 80px;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
	padding: 2px;
}


.read_more a:hover
{
	background-color: #ccc;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	width: 80px;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
	margin-top: 2px;
	padding: 2px;
}




.article
{
    	font-family: 'Verdana';
    	font-size: 12px;
		line-height: 16px;
}


 .article h4
{
	font-size: 11px;
	text-align: left; 
 	color: #303030;
 	float: right;
	background-color: #c0c0c0;
	line-height: 14px;
 	margin-left: 6px;
	padding: 3px;
}



.article_teaser_headline
{
    	font-family: 'Trebuchet MS';
    	font-size: 14px;
    	font-weight: bold;
    	color: #333333;
    	line-height: 14px;
    	letter-spacing: 1px;
    	text-transform: uppercase;
    	margin-bottom: 10px;
}


/*#article_headline
{
    	font-family: 'Trebuchet MS';
    	font-size: 17px;
    	font-weight: bold;
    	color: #333333;
    	line-height: 14px;
    	margin-bottom: 10px;
}
*/


.article_headline
{
    	font-family: 'Trebuchet MS';
    	font-size: 17px;
    	font-weight: bold;
    	color: #333333;
    	line-height: 14px;
    	margin-bottom: 5px;
}


.article_teaser_date
{
    	font-family: 'Trebuchet MS';
    	font-size: 11px;
    	font-weight: bold;
    	color: #666666;
    	margin-bottom: 5px;
}

.article_date
{
    	font-family: 'Trebuchet MS';
    	font-size: 11px;
    	font-weight: bold;
    	color: #666666;
    	margin-bottom: 5px;
}


.article_teaser_ingress
{
    	font-family: 'Verdana';
    	font-size: 12px;
    	color: #000;
}

p.article_ingress
{
    	font-family: 'Verdana';
    	font-size: 12px;
		font-weight: bold;
    	color: #000000;
}



/* * G U E S T B O O K * */



input.n
{
     display: none;
}




.gb_headline
{
    	font-family: 'Trebuchet MS';
    	font-size: 11px;
	font-weight: bold;
    	color: #eeeeee;
 	background-color: #404040;
    	letter-spacing: 1px;
    	text-transform: uppercase;
	padding: 3px;

}


.gb_headline a, .gb_headline a:visited
{
	color: #eeeeee;
	font-weight: bold;
 	text-decoration: none;
}

.gb_headline a:hover
{
	color: #ffd700;
	font-weight: bold;
 	text-decoration: none;
}

.gb_cell_1
{
    	font-family: 'Trebuchet MS';
    	font-size: 12px;
	font-weight: bold;
    	color: #000000;
 	background-color: #e0e0e0;
   	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
  	border-bottom: solid 1px #d0d0d0;
}

.gb_cell_2
{
    	font-family: 'Trebuchet MS';
    	font-size: 11px;
    	color: #000000;
 	background-color: #f0f0f0;
   	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
  	border-bottom: solid 1px #d0d0d0;
}



.gb_date
{
    	font-family: 'Trebuchet MS';
    	font-size: 11px;
    	font-weight: normal;
    	color: #333333;
    	margin-top: 5px;
}

.gb_answer
{
	font-family: 'Trebuchet MS';
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	padding-top: 5px;
	margin-top: 5px;
}




/* * C A L E N D A R * */


.calendar
{
    width: 100%;
    empty-cells: show;
 	padding: 0;
	margin-bottom: 10px;
	background-color: #808080;
	 /*background-color: #a0a0a0;*/
	border: 2px solid #5a5a5a;
	-moz-border-radius: 4px;
}

.calendar_headline
{
    font-size: 12px;
    font-weight: bold;
 	background-image: url('../images/bar-bg-dark.gif');
 	background-repeat: repeat-x; 
	background-color: #000000;
	color: #ffd700;
	text-align: left;
	height: 25px;
    padding-left: 4px;
	letter-spacing: 1px;
    text-transform: uppercase;
}

.calendar_date
{
	font-family: Arial;
    font-size: 11px;
	font-weight: bold;
    text-transform: uppercase;
	color: #c0c0c0;
	background-color: #303030;
 	line-height: 22px;
}


.calendar_date a
{
	font-size: 18px;
	color: #909090;
	font-weight: bold;
 	display: block; 
    text-align: center;
 	text-decoration: none;
}

.calendar_date a:hover
{
	font-size: 18px;
	color: #eee;
	background-color: #606060;
	font-weight: bold;
 	display: block; 
    text-align: center;
 	text-decoration: none;
}

.calendar_weekday
{
	font-size: 11px;
	font-weight: bold;
	color: #303030;
 	padding: 2px;
    background-color: #808080;
}

.calendar_game
{
    font-size: 12px;
	font-weight: bold;
	color: #eee;
 	padding: 1px;
	background-color: #606060;
	cursor: default;
	height: 26px;
	border: 1px solid #808080;
}

.calendar_game:hover
{
	border: 1px solid #fff;
}


.calendar_game_win
{
    font-size: 12px;
	font-weight: bold;
	color: #fff;
 	padding: 1px;
	background-color: #336633;
	cursor: default;
	height: 26px;
	border: 1px solid #808080;
}

.calendar_game_win:hover
{
	border: 1px solid #fff;
}

.calendar_game_tie
{
    font-size: 12px;
	font-weight: bold;
	color: #000;
 	padding: 1px;
	background-color: #FFFF33;
	cursor: default;
	height: 26px;
	border: 1px solid #808080;
}

.calendar_game_tie:hover
{
	border: 1px solid #fff;
}

.calendar_game_lose
{
    font-size: 12px;
	font-weight: bold;
	color: #fff;
 	padding: 1px;
	background-color: #CC3333;
	cursor: default;
	height: 26px;
	border: 1px solid #808080;
}

.calendar_game_lose:hover
{
	border: 1px solid #fff;
}

.calendar_todaygame
{
    font-size: 12px;
	font-weight: bold;
	color: #000;
 	padding: 1px;
	background-color: #ccc;
	cursor: default;
	height: 26px;
	border: 1px solid #cc0000;
}

.calendar_day
{
    font-size: 12px;
	font-weight: bold;
	color: #404040;
 	padding: 1px;
	background-color: #eee;
	height: 26px;
	border: 1px solid #808080;
}

.calendar_today
{
    font-size: 12px;
	font-weight: bold;
	color: #d00000;
 	padding: 1px;
	background-color: #eee;
	height: 26px;
	border: 1px solid #cc0000;
}

#toolTip
{
	border:1px solid #cccccc;
	background-color: #F9F9F9;
	width: 150px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333;
}

#toolTip h1
{
	display: block;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	background-color: #F1F1F1;
	border-bottom:1px solid #CCCCCC;  
	margin: 0px;
	padding: 0px 2px;
 
}

#toolTip p 
{
	font-family: 'Trebuchet MS';
	font-size: 12px;
	margin: 0px;
	padding: 2px;
 
}

