/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
#page {
	width: 100%;
	height: 100%;
	/*border: 1px solid black;*/
}
#hd {
	width: 100%;
/*	border: 1px solid black;*/
}
.img_header {
	left: auto;
	padding-left: 5em;
/*	border: 1px solid black;*/
}
#top_nav {
	width: 100%;
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	/*padding: .5em;*/
	margin: 0;
	border: 1px solid #00397e;
/*	border: 1px solid black;*/
}
#hd_text {
	font-weight: bold;
	text-align: center;
	top: 0;
	left: 0;
}
.logo {
	top: 0;
	left: 0;
	float: left;
	width: 25%;
	height: auto;
}
#bd {
	width: 100%
	border: 3px solid black;
}
#left {
	top: auto;
	left: 0;
	float: left;
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #00397e;
	border: 1px solid #00397e;
}
#right {
	position: relative;
	float: right;
	left: 0;
	top: 0;
	padding: .5em;
	margin: 0;
	width: 70%;
	background-color: #00397e;
	color: #ffffff;
}
#right_full {
	position: relative;
	float: right;
	/*left: 0;
	top: 0;*/
	padding: .5em;
	margin: 0;
	width: 99%;
	background-color: #00397e;
	color: #ffffff;
}
#news {
	position: relative;
	clear: both;
	padding: 0 .5em 1em;
	margin-top: 1em;
	top: 1em;
	left: 0;
	background-color: #f4a00d;
	color: #00397e;
}
#ft {
	position: relative;
	clear: both;
	padding: .5em;
	margin-top: 1em;
	top: 1em;
	left: 0;
	background-color: #00397e;
	color: #ffffff;
}
#valid {
	text-align: center;
	border: none;
	clear: both;
	margin-top: 3em;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
a {
	font-weight: bold; text-decoration: none;
}
a:hover {
	font-weight: bold; text-decoration: none;
}
a:active {
	font-weight: bold; text-decoration: none;
}
a:visited {
	font-weight: bold; text-decoration: none;
}

.profile {
	font-color: white; font-weight: bold; text-decoration: none;
}
.profile a {
	color: white; font-weight: bold; text-decoration: none;
}
.profile a:hover {
	font-weight: bold; text-decoration: none;
}
.profile a:active {
	font-weight: bold; text-decoration: none;
}
.profile a:visited {
	font-weight: bold; text-decoration: none;
}
.profile_editable {
	font-color: #f4a00d; font-weight: bold; text-decoration: none;
}
.profile_editable a {
	color: #f4a00d; font-weight: bold; text-decoration: none;
}
.profile_editable a:hover {
	font-weight: bold; text-decoration: none;
}
.profile_editable a:active {
	font-weight: bold; text-decoration: none;
}
.profile_editable a:visited {
	font-weight: bold; text-decoration: none;
}

.navbar_right a {
	color: white; font-weight: bold; text-decoration: none;
}
.navbar_right a:hover {
	color: white; font-weight: bold; text-decoration: none;
}
.navbar_right a:active {
	color: white; font-weight: bold; text-decoration: none;
}
.navbar_right a:visited {
	color: white; font-weight: bold; text-decoration: none;
}



li {
	font-weight: bold; text-decoration: none;
}
li:hover {
	font-weight: bold; border-bottom: 1px dotted;
}
ul.ballon {
	top: 0;
	left: 0;
	list-style-image: url(index_files/soccer-20.gif);
	text-align: left;
}

ul.horizon {
	top: 0;
	left: 0;
	display: inline;
	text-align: left;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
/*ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}*/
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
table {
	/*borders and padding to make the table readable*/
	width: 100%;
	margin-bottom:.5em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000000;
	padding:.1em;
	text-align:center;
}

th {
	/*distinguishing table headers from data cells*/
	border:1px solid #ffffff;
	font-weight:bold;
	text-align:center;
}

th.yellow {
	/*distinguishing table headers from data cells*/
	border:1px solid #f4a00d;
	font-weight:bold;
	text-align:center;
}
td.yellow_comments {
	/*distinguishing table headers from data cells*/
	border: none #f4a00d;
	color: #f4a00d;
	font-weight: bold;
	text-align: center;
}
th.yellow_comments {
	/*distinguishing table headers from data cells*/
	border: none;
	font-weight: bold;
	text-align: center;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

.title_right {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.player_stats {
	text-align: left;
	font-weight:  bold;
}
.player_answer{
	text-align: left;
	font-weight:  normal;
	font-style: italic;
}
img.player_stats {
	text-align: left;
	max-width: 50px;
	height: auto;
}
.white {
	color: #ffffff;
}
.yellow {
	color: #f4a00d;
}

.jouees {
	color: #f4a00d;
}
.thumbs {
	/*distinguishing table headers from data cells*/
	border: none;
	margin: 1em;
	padding: 1em;
	font-weight:bold;
	text-align:center;
}

/* Photo captions & Directory titles */
            div.caption { font-family: Arial,Helvetica,sans-serif;
                          font-size: 100%; font-weight: bold; margin: 1em; border: none; }

            /* Overall fonts on the index and details page */
            /*div.index { font-family: Arial,Helvetica,sans-serif;
                        font-size: 80%; }
            div.detail { font-family: Arial,Helvetica,sans-serif;
                         font-size: 80%; }
            div.credits { font-family: Arial,Helvetica,sans-serif;
                          font-size: 80%; text-align: right; margin: 10px }*/

            /* Table attributes */
            /*table.index { border: none; border-spacing: 8px; }
            td.index { border: none; padding: 3px }
            table.frame { border: none }
            td.frame { border: none; padding: 0px }*/

            /* Image attributes */
            img.index { border: none; }
            img.slide { border: none; }
            img.frame { border: none; }

a.maplink:link {color: #f4a00d; text-decoration: none;}
a.maplink:visited {color: #f4a00d; text-decoration: none;}
a.maplink:hover {color: #f4a00d; text-decoration: none;}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}*/

