body
{

	font-family: 'Trebuchet MS', Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #000 url('../images/10/body-bg-10.gif');
	background-repeat: no-repeat;
	background-position: top center; 
}

body.front_box
{

	font-family: 'Trebuchet MS', Arial, sans-serif;
	padding: 4px;
	background: #000;
}



@font-face
{
  font-family: Futurab;
  src: url(../include/Futurab.ttf);
}

 /* *  M E N U * */

#menu
{

	font-family: Arial, 'Trebuchet MS';
	font-weight: bold;
	color: #ffd700; 
	height: 36px;
    line-height: 36px;
 	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 0;
	text-transform: uppercase;
 	width: 940px;
 	padding: 0;
	margin: 0;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #202020;
}

/* 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: 11px;
font-weight: bold;
text-decoration: none;
text-align: center; 
/*letter-spacing: 1px;*/
color: #ffd700; 
width: 110px;
height: 36px;
border-right: 1px solid #202020;
text-transform: uppercase; 
/*padding-left: 10px;*/
line-height: 36px;
}




/* 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;}

#menu ul ul :hover > a.drop {background:#333333;}


/* 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: #333;
color: #ccc;
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: #ccc;
}


/* 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: #eee; 
	background-color: #333;
 	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -40px;

}



/* 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
{ 
	margin: 0 auto;
 	width: 940px;
	background-color: #181818;
	/*border-left: #303030 1px solid;
	border-right: #303030 1px solid;*/
}


#header
{

 	background-color: #fff;
	background: #000000 url('../images/10/header-bg-10.gif');
	background-repeat: no-repeat;
	background-position: top center; 	
	width: 940px;
	height: 140px;
 	padding: 0;
	margin: 0;

}

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

#leftcolumn
{ 
	width: 630px;
 	float: left;
	color: #333;
	text-align: left; 
	padding: 3px;
	margin: 10px 0 10px 5px;
	border: 1px solid #daa520;
	
}

#rightcolumn
{ 
	width: 280px;
 	float: right;
 	color: #333;
	display: inline;
	padding: 0 7px 0 5px;
	margin: 10px 0 0 0;
	min-height: 600px;
}

#footer
{
	font-family: 'Courier New', Courier, serif;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #222;
	text-align: center;
 	clear: both;
 	width: 940px;
	line-height: 50px;
 	margin: 0 0 10px 0;
 	padding-top: 11px;

}

#footer img
{

	vertical-align: middle;	
}


#page_title
{
	padding: 0;
	margin: 5px 0 20px 0;
}

#page_title2
{
	font-family: Destroy, Tahoma, serif;
    font-size: 17px;
    font-weight: bold;
    /*font-style: italic;*/
    color: #777;
	line-height: 24px;
	padding-left: 5px;
	margin: 5px 0 30px 0;
    letter-spacing: none;
    text-transform: uppercase;
	display: none;
}

.content_box
{
	background-color: #fff; /*#e8e8e8*/
	background-image: url('../images/10/contentbox-bg.gif');
 	background-repeat: repeat-x; 
	background-position: top left; 
    font-size: 13px;
	line-height: 18px;
 	padding: 10px 10px 10px 10px;
 	margin: 0;
	min-height: 500px;
}



.content_box_small
{
 	padding: 4px;
 	margin-bottom: 6px;
	background-color: #404040;

}


#game_info
{
	font-size: 14px; 
	color: #000;
	background-color: #e8e8e8;
	border: #999 1px dashed;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	
}

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

span.game_info_goals
{
	font-size: 16px; 
	color: #000;
    letter-spacing: 2px;
	font-weight: bold;
}

.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;
}

h3
{
    font-size: 16px;
    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 0 14px 0;
}

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
{
	font-size: 11px;
	text-align: left; 
 	color: #303030;
 	float: right;
	width: 202px;
	border: 1px solid #c0c0c0;
	-moz-border-radius: 3px;
	background-color: #c0c0c0;
	line-height: 14px;
 	margin-left: 6px;
	padding: 3px;
}


img.recap
{
 	margin-left: 6px;
	vertical-align: top;
}

.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: 48px 23px 0 0;
	/*padding: 2px;
	background-color: #999;
	border: 1px solid #000; */
}


img.recap
{
	vertical-align: middle
}

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


.front
{
    width: 100%;

}

.scoreboard
{
	font-family: Arial;
    width: 100%;
    empty-cells: show;
	background-color: #404040;

}

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

.scoreboard_date
{

	font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c0c0c0;
	background-color: #303030;
 	line-height: 26px;
	padding-left: 3px;
}

.scoreboard_period2
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
 	padding: 2px;
	height: 22px;
    background-color: #808080;
}

.scoreboard_period
{
    font-size: 12px;
	font-weight: bold;
	color: #333;
 	padding: 0 3px 0 3px;
	height: 22px;
	background-color: #808080;
	
}


.scoreboard_team
{
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 28px;
 	padding-left: 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 0; 
	border-top: 1px solid #eee;
}

.scoreboard_team_1
{
    font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 28px;
 	padding-left: 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 0; 
	border-top: 1px solid #eee;
}

.scoreboard_team_2
{
    font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 28px;
 	padding-left: 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 0; 
	border-top: 1px solid #eee;
}


.scoreboard_team_3
{
    font-size: 12px;
	font-weight: bold;
	color: #333;
	height: 28px;
 	padding-left: 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 -30px; 
	border-top: 1px solid #eee;
}

.scoreboard_stats
{
	
	font-size: 12px;
	font-weight: normal;
	color: #333;
 	padding: 0 3px 0 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 0; 
	height: 24px;
}

.scoreboard_result
{

    font-size: 12px;
	font-weight: bold;
	color: #000;
 	padding: 0 3px 0 3px;
	background: url('../images/10/row-bg.gif') repeat-x; 
	background-position: 0 -30px;
	height: 24px;
}


 /*
.scoreboard_link
{ color: #fff; background: transparent url(http://blackhawks.nhl.com/v2/images/mainButtonRightEdge.gif) 
no-repeat scroll top right;

padding: 4px; }

.scoreboard_link a
{ color: #fff; background: transparent url(http://blackhawks.nhl.com/v2/images/mainButtonLeft.gif) 
no-repeat; 
text-decoration: none;

}

.scoreboard_link a:hover
{ 
	background-position:left bottom;
	color:#d0d0d0;

 }
*/



.scoreboard_link a, .scoreboard_link a:active, .scoreboard_link a:visited
{

	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -6px;
	font-size: 10px;
	font-weight: bold;
	color: #c0c0c0;
 	display: block; 
	padding: 3px;
    text-align: center;
 	text-decoration: none;
	text-transform: uppercase;
	margin-top: 4px;
	width: 100px;
	-moz-border-radius: 3px;
	border: 1px solid #000;
	
}


.scoreboard_link a:hover
{

	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -10px;
	color: #e0e0e0;
 	display: block; 
    text-align: center;
 	text-decoration: none;
}


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


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

.calendar td.calendar_game, td.calendar_game_win, td.calendar_game_tie, td.calendar_game_lose, td.calendar_today, td.calendar_day
{
    height: 28px;
	font-size: 12px;
}

.calendar_headline
{
	
	font-size: 12px;
    font-weight: bold;
	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -10px;
	color: #ffd700;
	text-align: left;
	line-height: 24px;
    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: 26px;
	padding-left: 3px;
}

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

.calendar_date a:hover
{
	font-size: 20px;
	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: #333;
 	padding: 2px;
	height: 22px;
    background-color: #808080;
	width: 14%;
}

.calendar .calendar_result
{
	font-family: Arial;
    font-size: 10px;
	color: #fff;

}

.calendar .calendar_game_tie .calendar_result
{
    font-size: 10px;
	color: #000;

}

.calendar_game:hover, .calendar_game_win:hover, .calendar_game_tie:hover, .calendar_game_lose:hover
{
	border: 1px solid #000;
}

.calendar_game
{
	font-weight: bold;
	color: #eee;
	background-color: #606060;
	cursor: default;
}

.calendar_game_win
{
	font-weight: bold;
	color: #eee;
	background-color: #336633;
	cursor: default;
}

.calendar_game_tie
{
    font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #FFFF33;
	cursor: default;
}

.calendar_game_lose
{
	font-weight: bold;
	color: #eee;
	background-color: #CC3333;
	cursor: default;
}

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

.calendar_day
{
	font-weight: bold;
	color: #404040;
	background-color: #eee;
}

.calendar_today
{
	font-weight: bold;
	color: #d00000;
	background-color: #eee;
	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;
 
}




 /* *  L I S T S * */


.frontbox_list
{
   	font-size: 13px;
  	color: #000;
  	border: solid 1px #555;
  	empty-cells: show;
	width: 100%;
}


.frontbox_list td
{
	background: #c0c0c0;
	padding: 4px;
	border-bottom: solid 1px #909090;
}


.frontbox_list td.headline
{
   	font-size: 13px;
  	color: #000;
	font-weight: bold;
}



.list
{
   	font-size: 12px;
  	color: #000000;
  	 /*border: solid 2px #000; */
  	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
{
    font-size: 11px;
    font-weight: bold;
	background-image: url('../images/10/row-bg.gif');
 	background-repeat: repeat-x; 
	background-position: bottom left; 
  	color: #000;
  	padding: 2px;
	line-height: 20px;
  	text-transform: uppercase;
	 /*border-top: #666666 1px solid;
	 background-color: #ffd700;*/
 	border-bottom: #888 1px solid;

}

.list_headline_dark
{
    font-size: 12px;
    font-weight: bold;
	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: top left; 
	color: #ffd700;
    line-height: 24px;
  	padding: 0 4px 0 4px;
  	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_line_special
{
  	font-size: 10px;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #ffffff;
  	padding: 2px 5px;
  	background: #505050;
 	border-bottom: #404040 1px solid;
}


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

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


.serie
{
  	color: #555;
}


.odd_row
{
  	background-color: #f0f0f0;
}

.odd_row td
{
  	line-height: 22px;
  	padding: 0 3px 0 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.even_row
{
  	background-color: #e0e0e0;
	background: url('../images/10/row-bg.gif'); 
 	background-repeat: repeat-x; 
	background-position: 0 0;
}

.even_row td
{
  	line-height: 22px;
  	padding: 0 3px 0 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.list_line_1
{
  	background-color: #e8e8e8;
	line-height: 22px;
  	padding: 0 3px 0 3px;
  	border-bottom: solid 1px #d0d0d0;
}

.list_line_2_2
{
  	color: #555;
  	background-color: #e8e8e8;
	line-height: 22px;
  	padding: 0 3px 0 3px;
  	border-bottom: solid 1px #d0d0d0;
}


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

.list_line_1 i
{
  	color: #555;
}

.list_line_2 i
{
  	color: #555;
}


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


.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: 10px;
  	background: #009900;
  	border-bottom: solid 1px #d0d0d0;
}

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


.lose
{
	width: 10px;
  	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: Arial;
    	font-size: 11px;
    	font-weight: bold;
    	color: #666;
		text-align: right;
    	margin-top: 10px;
    	margin-bottom: 20px;
		padding: 5px;
		border-bottom: dashed 1px #cccccc;
}


.read_more a
{
		background-color: #eee;
		text-decoration: none;
		color: #444;
		border: solid 1px #555;
		padding: 2px;
		margin-bottom: 3px;
		-moz-border-radius: 5px;

}

.read_more a:hover
{
		color: #222;
		border: solid 1px #333;
		background-color: #e0e0e0;
}


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


.article_image_front
{
    	font-size: 11px;
    	font-weight: bold;
    	color: #333;
    	line-height: 16px;
    	margin-bottom: 10px;
}


.article_image_front img
{
		border: solid 1px #777;
		width: 608px;
}


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

/*#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: 19px;
    	font-weight: bold;
    	color: #333;
    	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: #000000;
}

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



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


.gb_headline
{
	font-size: 11px;
    font-weight: bold;
	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: top left; 
	color: #ffd700;
    line-height: 24px;
  	padding: 0 4px 0 4px;
  	text-transform: uppercase;

}

.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-size: 12px;
	font-weight: bold;
    color: #000000;
 	background-color: #e0e0e0;
   	padding: 10px 5px 10px 5px;
	margin-bottom: 10px;
  	border-bottom: solid 1px #777;
}

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

.gb_date
{

    font-size: 11px;
    font-weight: normal;
    color: #333333;
    margin-top: 5px;
}

.gb_answer
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	padding-top: 5px;
	margin-top: 5px;
	border-top: dashed 1px #999;
}




/*  I D T A B S */


/* Style for Usual tabs */
.usual {
  background: #181818;
  color: #111;
  width: 100%;
  border: 1px solid #222;
  
   /*  padding:15px 20px;
 margin:8px auto; */
}



.usual li { list-style: none; }
.usual ul li a {

    font-size: 12px;
	font-weight: bold;
	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -10px;
	color: #ffd700;
	text-align: left;
	line-height: 24px;
    padding-left: 4px;
	letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
}


.usual ul li a:hover {
  color: #eee;

  }
 
  
  
.usual ul a.selected {
  
  
    font-size: 12px;
	font-weight: bold;
	background-image: url('../images/10/bar-bg-dark-10.gif');
 	background-repeat: repeat-x; 
	background-position: 0 -10px;
	color: #eee;
	text-align: left;
	line-height: 24px;
    padding-left: 4px;
	letter-spacing: 1px;
    text-transform: uppercase;
	text-decoration: none;
	display: block;

  /* 
  margin-bottom: 0;
  cursor: default;*/
    
  }
  
  
  .usual ul a span {

	background-image: url('../images/arrowsInactive.png');
 	background-repeat: no-repeat; 
	background-position: -48px 2px;
	padding-left: 16px;
	width: 20px;
}


  .usual ul a:hover span {

  
	background-image: url('../images/arrowsActive.png');
 	background-repeat: no-repeat; 
	background-position: -48px 2px;
	padding-left: 16px;
	width: 20px;
}
  

  .usual ul a.selected span {
  
	background-image: url('../images/arrowsActive.png');
 	background-repeat: no-repeat; 
	background-position: -24px 2px;
	padding-left: 16px;
	width: 20px;
  
  }
  

    /* 
.usual div {
  /*  padding:10px 10px 8px 10px;
  *padding-top: 3px;
  *margin-top: -15px;
  clear: left;
}
.usual div a { color:#000; font-weight:bold; }

*/


#standings
{

margin-top: 10px;

}



#serie_select

{
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	background-color: #eee;
	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;

}









