/*
-----------------------------------------------
$Id em.css 1201701457, 2008-01-30 14:01:37 msslovi0 $
softball-em.de
Stylesheet:	em.css
Author:		Matt Slovig
Version:	27 February 2008
Revision:	27 February 2008
Colors:
	Red: #7D202D
	Grey: #5D5D5F
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 72.5%;
	font-family: Arial, Helvetica, sans-serif;
}


/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/

.c, .clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-table;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#wrap {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(/i/bg.nav.png) repeat-y right;
}
/* ---------->>> /WRAPPER <<<---------*/

/* ---------->>> BRANDING <<<---------*/
#branding {
	background: url(/i/bg.head.png) repeat-x center bottom;
	height: 72px;
}

	#branding h1 {
		width: 660px;
		float: left;
		padding-top: 10px;
	}
		
		#branding h1 a {
			color: #000;
			text-decoration: none;
		}
	
		#branding h1 span {
			display: block;
			font-size: 50%;
			color: #5D5D5F;
		}
	
	#branding img {
		float: right;
		display: block;
	}

/* ---------->>> /BRANDING <<<--------*/

/* ---------->>> MAINNAV <<<----------*/
#nav {
	width: 150px;
	margin-left: 750px;
	padding-top: 45px;
	list-style: none;
}

	#nav li {
		height: 30px;
	}
	
		#nav li a {
			color: #FFF;
			display: block;
			height: 30px;
			background: #7D202D url(/i/bg.li.png) repeat-y;
			padding-left: 10px;
			font-weight: bold;
			text-decoration: none;
			line-height: 30px;
			text-shadow: #000 3px 3px 5px;
		}
		#nav li a:hover {
			background: #5D5D5F url(/i/bg.li.hover.png) repeat-y;
		}
		
	#nav li#english a {
		background: #7D202D url(/i/bg.li.en.png) no-repeat;
		padding-left: 30px;
		margin-top: 10px;
	}
		#nav li#english a:hover {
			background: #7D202D url(/i/bg.li.en.hover.png) no-repeat;
		}

	#nav li#german a {
		background: #7D202D url(/i/bg.li.de.png) no-repeat;
		padding-left: 30px;
		margin-top: 10px;
	}
		#nav li#german a:hover {
			background: #7D202D url(/i/bg.li.de.hover.png) no-repeat;
		}

/* ---------->>> /MAINNAV <<<---------*/

/* ----------->>> MAIN <<<------------*/
#main {
	background: url(/i/bg.main.png) no-repeat right top;
	float: left;
}
/* ----------->>> /MAIN <<<-----------*/

/* ---------->>> CONTENT <<<----------*/
#content, #error {
	float: left;
	width: 710px;
	padding-right: 40px;
	margin-top: 20px;
}

/* ---------->>> /CONTENT <<<---------*/

/* ----------->>> META <<<------------*/
#meta {
	clear: both;
	background: url(/i/bg.foot.png) no-repeat right top;
	height: 60px;
	font-size: 90%;
	color: #5D5D5F;
}

	#meta ul {
		list-style: none;
	}

		#meta li {
			float: left;
			padding-left: 20px;
			line-height: 16px;
			margin-right: 5px;
		}
		
			#meta li.dbv {
				background: url(/i/icon.dbv.png) no-repeat;
			}
			#meta li.bbsv {
				background: url(/i/icon.bbsv.png) no-repeat;
			}
			#meta li.deg {
				background: url(/i/icon.deg.png) no-repeat;
			}
			#meta li.town {
				background: url(/i/icon.town.png) no-repeat;
			}
/* ----------->>> /META <<<-----------*/

/* ----------->>> TEAMS <<<-----------*/
#teams {
	list-style: none;
}

	#teams li, h2.team {
		line-height: 55px;
		padding-left: 55px;
		background-position: left center;
		background-repeat: no-repeat;
	}
	
		#teams li.germany, h2.germany {
			background-image: url(/i/flags/48/de.png);
		}
		#teams li.austria, h2.austria {
			background-image: url(/i/flags/48/at.png);
		}
		#teams li.greece, h2.greece {
			background-image: url(/i/flags/48/gr.png);
		}
		#teams li.israel, h2.israel {
			background-image: url(/i/flags/48/il.png);
		}
		#teams li.ukraine, h2.ukraine {
			background-image: url(/i/flags/48/ua.png);
		}
		#teams li.russia, h2.russia {
			background-image: url(/i/flags/48/ru.png);
		}
		#teams li.spain, h2.spain {
			background-image: url(/i/flags/48/es.png);
		}
		#teams li.france, h2.france {
			background-image: url(/i/flags/48/fr.png);
		}
		#teams li.italy, h2.italy {
			background-image: url(/i/flags/48/it.png);
		}
		#teams li.great-britain, h2.great-britain {
			background-image: url(/i/flags/48/gb.png);
		}
		#teams li.czech-republic, h2.czech-republic {
			background-image: url(/i/flags/48/cz.png);
		}
		#teams li.netherlands, h2.netherlands {
			background-image: url(/i/flags/48/nl.png);
		}
		#teams li.belgium, h2.belgium {
			background-image: url(/i/flags/48/be.png);
		}
		#teams li.croatia, h2.croatia {
			background-image: url(/i/flags/48/hr.png);
		}
		#teams li.denmark, h2.denmark {
			background-image: url(/i/flags/48/dk.png);
		}
		#teams li.romania, h2.romania {
			background-image: url(/i/flags/48/ro.png);
		}
		#teams li.slovakia, h2.slovakia {
			background-image: url(/i/flags/48/sk.png);
		}
/* ---------->>> /TEAMS <<<-----------*/
/* -----------------------------------*/
/* --------->>> FORMATTING <<<--------*/
/* -----------------------------------*/

/* ------------>>> TAGS <<<-----------*/
h2 {
	color: #7D202D;
	font-family: "Trebuchet MS";
	font-size: 180%;
	clear: both;
}

h3 {
	color: #7D202D;
	font-family: "Trebuchet MS";
	font-size: 140%;
	margin-top: 20px;
}

h4 {
	margin-top: 20px;
	font-family: "Trebuchet MS";
	color: #7D202D;
	font-size: 120%;
}

/* ------------>>> /TAGS <<<----------*/

/* ------------>>> IDS <<<------------*/
/* ------------>>> /IDS <<<-----------*/

/* ---------->>> CLASSES <<<----------*/
.volunteer-form {
	width: 100%;
	height: 50px;
	background: #7D202D;
	text-align: center;
	line-height: 50px;
	font-size: 400%;
	font-weight: bold;
	margin: .5em 0;
}

	.volunteer-form a {
		color: #FFF;
	}
	
.portrait {
	margin-top: 20px;
	float: right;
	padding: 5px;
	border: 1px solid #7D202D;
}

.nowrap {
	white-space: nowrap;
}

.links {
	list-style: none;
}

.bold, .mandatory {
	font-weight: bold;
}

.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}

.important {
	color: #CF0000;
	font-weight: bold;
}
/* ---------->>> /CLASSES <<<----------*/

/* -----------------------------------*/
/* ---------->>> LINKS <<<------------*/
/* -----------------------------------*/
a {
	color: #7D202D;
}

	a:hover {
		text-decoration: none;
	}
	a:active {
		position: relative;
		top: 1px;
	}
	
p {
	padding: 0.5em 0;
	line-height: 1.4em;
}

dl {
	padding-top: 1em;
	clear: both;
}

	.player dl, .player dt {
		clear: none;
	}
	dt {
		width: 200px;
		float: left;
		font-weight: bold;
		clear: both;
	}

		dl.download dt {
			width: 210px;
		}

	dd {
		margin-left: 200px;
	}
	
	dl#twitter {
		padding: 10px;
		padding-top: 50px;
		border: 1px solid #7D202D;
		background: url(/i/twitter.png) top right no-repeat #EEE;
	}
	
/* -----------------------------------*/
/* ---------->>> FORMS <<<------------*/
/* -----------------------------------*/

form {}

	form p {
		clear: both;
	}
	
fieldset {
	border: none;
}

legend {
	padding-top: 20px;
	font-family: "Trebuchet MS";
	color: #7D202D;
	font-size: 120%;
	font-weight: bold;
}

label {}

	label.cell, span.cell {
		width: 150px;
		display: block;
		float: left;
	}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #7D202D;
}

span {}

	span.field, p.field {
		display: block;
		margin-left: 150px;
	}

	span.small {
		font-size: 90%;
	}

	span.list {
		padding-top: 10px;
	}

button {
	border: 1px solid #7D202D;
	background: #CCC;
	padding: 5px;
}

/* -----------------------------------*/
/* ---------->>> TABLE <<<------------*/
/* -----------------------------------*/
table {
	border-collapse: collapse;
	margin-top: 10px;
}

	td, th {
		border: 1px solid #7D202D;
		font-size: 80%;
		padding: 2px;
	}
	
	th {
		background: #7D202D;
		color: #FFF;
	}
	
	td {
		background: #EEE;
	}
	
	tr.odd td {
		background: #DDD;
	}
	
	tfoot td {
		text-align: center;
		background: #CCC;
	}
	
table.schedule {}

	table.schedule .home, table.schedule .away {
		width: 100px;
	}
	
	table.schedule .no {
		text-align: center;
	}
	
	table.schedule .home {
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	table.schedule .away {
		padding-right: 20px;
		text-align: right;
		background-repeat: no-repeat;
		background-position: right center;
	}
	
	table.schedule .field {
		width: 200px;
	}
	
	table.schedule .time {
		width: 50px;
		text-align: center;
	}
	
	table.schedule .no {
		width: 74px;
	}
	
	table.schedule .result {
		width: 50px;
		text-align: center;
	}
	
	table.schedule td {
		padding: 2px;
		margin: 2px;
	}
	
	td.austria {
		background-image: url(/i/flags/16/at.png);
	}
	td.belgium {
		background-image: url(/i/flags/16/be.png);
	}
	td.czech-republic {
		background-image: url(/i/flags/16/cz.png);
	}
	td.france {
		background-image: url(/i/flags/16/fr.png);
	}
	td.germany {
		background-image: url(/i/flags/16/de.png);
	}
	td.great-britain {
		background-image: url(/i/flags/16/gb.png);
	}
	td.greece {
		background-image: url(/i/flags/16/gr.png);
	}
	td.israel {
		background-image: url(/i/flags/16/il.png);
	}
	td.italy {
		background-image: url(/i/flags/16/it.png);
	}
	td.netherlands {
		background-image: url(/i/flags/16/nl.png);
	}
	td.russia {
		background-image: url(/i/flags/16/ru.png);
	}
	td.romania {
		background-image: url(/i/flags/16/ro.png);
	}
	td.slovakia {
		background-image: url(/i/flags/16/sk.png);
	}
	td.spain {
		background-image: url(/i/flags/16/es.png);
	}
	td.ukraine {
		background-image: url(/i/flags/16/ua.png);
	}
