/* CSS Document */

#match { width: 410px }
#match .gameweek { 
	border:1px solid #eeeeee; 
	background:#f7f7f7; 
	margin-bottom:7px; 
	padding:3px 0px 3px 0px; 
	padding-right: 8px;
	text-align:right; 
	color: #808080;
	font-weight:bold; }
#match table.result_table { width:100%; } 
#match table.player_detail_table { width:100%; } 
#match div.team_header { height:35px; width:100%; background-color:#d7d7d7; border-bottom: solid 3px #999999;  }
#match td.team_name    { height:35px; padding-left:8px; text-align:left; font-size:10pt; font-weight:bold; color:#005B88; font-family:Arial, Helvetica, sans-serif; width:100%; }
#match td.team_score { width:10%; text-align:right; padding-right:15px; font-size:12pt; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#009900}
#match div.team_player { width:100%; background-color:#E9E9E9; border-bottom: solid 1px #E1E1E1; padding-top: 3px; padding-bottom: 3px }
#match td.player_name { text-align:left; vertical-align:middle; padding-left:15px }
#match td.player_result { text-align:right; vertical-align:middle; padding-right: 8px }
#match .warning { color:#008040; margin-top: 20px; font-size: 8pt; border-top:1px solid #CCCCCC }

select.player_select { font-size:8pt; font-family:Verdana, Arial, Helvetica, sans-serif; width:130px;}
#team_form { width: 450px; margin-left: 10px}
#team_form .title { margin-top: 15px; border-bottom: 1px dashed #CCCCCC; color:#666666; font-weight:bold; margin-bottom:5px }
#team_form .info { margin-bottom: 5px; font-size:7pt}
#team_form .info .time { color:#004A95; font-weight:bold}
#team_form .save {margin-top: 8px}
#player_selection {background:url(img/match_form.jpg) no-repeat; padding-top: 5px; padding-left: 10px; padding-right:10px; padding-bottom:10px; }
#player_selection .arq {  }
#player_selection .def { margin-top:2px; }
#player_selection .med { margin-top:1px; }
#player_selection .del_m { margin-top:1px; }

.submit input, .button, .button-secondary, .button-highlighted {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1.5em;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	border-color:#999999;
	color:#333333;	
}

div.error { background:#FFCECE; border: #FFB3B3 1px solid; padding:3px 3px 3px 3px; text-align:left; font-weight:bold; color:#DF0000; margin-bottom: 10px; margin-top: 10px }

.playoff_match_result { font-weight:bold }
.phase_group_match_result { font-weight: bold; color: #808080;}

#coach_info { margin-top: 7px }
#coach_info #league_info { margin-left: 15px; margin-right: 15px; margin-bottom: 10px }

.ed-poll { 
	border: 2px solid #ededed; 
	padding: 7px; 
	background-color: #f7f7f7; 
	text-align: center;
	width: 300px; }
	
.moroso {
	background-color: #fdd4cd;
}

/* Widgets */
#list { padding-left: 15px; padding-top: 2px; padding-bottom: 3px; }
#list .list_element { margin-bottom: 1px; }
