@import "/universal.css";

/* Table of contents:
- default
- universal addons
- layout & header
- content
- tables
- advertising
*/

/* default */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 62.5%;
}

h2 {
	font-size: 2.0em;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.2em;
	}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	}

h5 {
	background-color: #ff6600;
	border-bottom: 3px solid #000;
	color: #000;
	font-size: 0.9em;
	padding: 0.3em 10px 0.3em 10px;
	}
	h5.width600, h6.width600 { width: 595px !important; }	/* because of specific width600 width & 20px padding */

h6.hr {
	border-bottom: 1px solid #cfcfcf;
	font-size: 0.9em;
	line-height: 1px;
	padding: 0px 10px;
	}
	
p {
	font-size: 1.0em;
	margin-bottom: 10px;
	}
	

small, .small { font-size: 0.8em; }

a:link, a:visited, a:hover { text-decoration: underline; color: #ff6600; }
a:visited { color: #993300; }
a:hover { color: #ff0000; }
a:focus	{ outline: none; }

a.noneUnderline { text-decoration: none; }

a.ajax {
	border-bottom: 1px dashed #ff6600;
	text-decoration: none;
	}
	a.ajax:hover {
		border-bottom-color: #ff6600;
		color: #ff6600;
		}
	th a.ajax { color: #ABABAB; border-color: #ABABAB; }
	span.ajax {
		background: #ff6600;
		color: #000;
		padding: 2px 6px;
		}
		th span.ajax { background-color: #cfcfcf; }

a.linkToOpen, a.linkToClose {
	background: url('/img/arrowRight.gif') no-repeat right center;
	padding-right: 10px;
	}
	a.linkToClose {
		background-image: url('/img/arrowDown.gif');
		}

a.redHover:hover {
	background-color: #FF6600;
	color: #fff !important;
	}

		
img.png { behavior: url('/include/iepngfix.htc') }


/* Layout & header */

#wrap {
    width: 900px;
    margin: 10px auto;
	font-size: 1.2em;
	}

img.spacer {
	width: 1px;
	height: 12px;
	border-width: 0;
	}
	
#top {
	width: 900px;
	clear: both;
	margin-bottom: 10px;
	}
	#top div {
		width: 900px;
		}
	
	#sitename {
		background-color: black;
		color: #fff;
		line-height: 1.6em;
		}	
		#sitename span {
			padding: 0 10px;
			}

	#header {
		background-color: #ff6600;
		color: #000;
		overflow: hidden;
		}
		#header h1 {
			font-size: 2.4em;
			font-weight: bold;
			padding: 5px 10px 0 10px;
			}
		#header a:link, #header a:visited, #header a:hover {
			color: #000;
			text-decoration: none;
			}
			#header a:hover {
				color: #fff;
				}

	.breadcrumbs {
		font-size: 0.9em;
		padding-left: 10px;
		}
			
	#menu {
		list-style-type: none;
		margin: 5px 0 0 10px;
		}
		#menu li {
			background-color: #ff6600;
			float: left;
			font-size: 1.0em;
			margin-right: 3px;
			overflow: hidden;
			position: relative;
			}
		#menu li a, #menu li span {
			border: 1px solid #993300;
			border-bottom-width: 0;
			display: block;
			font-weight: bold;
			padding: 5px 10px;
			white-space: nowrap;
			}
			#menu a:visited {
				color: #000;
				}
			#menu li a:hover {
				background-color: #993300;
				color: #fff;
				}
		#menu li .current {
			background-color: #fff;
			border-color: #fff;
			color: #000;
			}

#bottom {
	border-top: solid 2px #ff6600;
	clear: both;
	margin-bottom: 10px;
	}

#left { width: 200px; }

#main {	padding-left: 210px; }

#left h1 {
	margin-bottom: 2.4em;
	}
	#left ul {
		color: #000;
		/* list-style: inside url('/img/li.gif'); */
		margin: 1em 0;
		padding: 0 10px;
		}
		#left ul li {
			padding: 0 0 0.5em 0;
			}
	#left p {
		padding: 0.8em 10px;
		}


/* Content */

.content {
	margin-bottom: 10px;
	position: relative;
	}

#map, #map2 {
	background: url('/img/icon_loader.gif') no-repeat center;
	border: 1px solid #cfcfcf;
	width: 273px;
	height: 373px;
	}
	#map2 {
		height: 142px;
		}

.country, .club {
	width: 200px; height: 80px;
	display: block;
	float: left;
	margin: 3px 0;
	overflow: auto;
	}
	.country img, .club img {
		border-width: 0;
		float: left;
		margin-right: 8px;
		}
	.country h3 {
		margin-top: 8px;
		}
.club {
	height: 48px;
	}
	.club h4 {
		margin: 4px 0 2px 0;
		}
	
.profile {
	position: relative;
	overflow: auto;
	}
	.profile p {
		border-bottom: 1px solid #ababab;
		color: #ababab;
		padding-bottom: 0.5em;
		}
		.profile span {
			color: #000;
			}
			.profile span.favicon {
				background-position: left bottom;
				background-repeat: no-repeat;
				padding: 2px 20px;
				}
		.profile .logo {
			padding: 0 8px 8px 0;
			background-color: #fff;
			}
			.profile .logo img.emblem {
				width: 60px;
				height: 80px;
				}

.stadiumProfile p {
	width: 400px;
	}

.news {
	padding: 0.3em 10px;
	border-bottom: 1px solid #ababab;
	}
	.news.first {
		border-bottom-width: 0;
		background-color: #efefef;
		}

.links {
	width: 280px;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0.5em 10px;
	overflow: auto;
	}

.copyright {
	font-size: 0.8em;
	margin: 0.5em 0 0 0;
	padding-left: 10px;
	}

.bottomLinks {
	margin-left: 200px;
	}

.leftmenu li {
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
	}
	.leftmenu a {
		font-weight: normal !important;
		}
	.leftmenu .notes {
		font-size: 0.9em;
		margin: 10px 0 0 10px;
		}

img.flag {
	position: relative;
	top: 2px;
	width: 18px; height: 12px;
	border-width: 0;
	margin-right: 4px;
	}

img.bigflag {
	width: 60px; height: 80px;
	border-width: 0;
	}

img.infrastructure {
	width: 14px; heght: 14px;
	border-width: 0px;
	vertical-align: bottom;
	}

	
/* Tweets */

#tweet {
	}
	#tweet li {
		list-style-type: none;
		margin: 1em 0;
		}
	#tweet .tweetTime, #tweet .tweetSignature {
		font-size: 0.8em;
		}
		#tweet .tweetTime {
			color: #ccc;
			text-decoration: none;
			}

img.favicon {
	border-width: 0;
	width: 16px; height: 16px;
	}

/* Tables */

table.typical {
	}
	table.typical td, table.typical th {
		font-size: 0.8em;
		padding: 0.3em 8px 0.4em 8px;
		vertical-align: bottom;
		}
	table.typical th {
		border-bottom: 1px solid #000;
		color: #ababab;
		font-weight: normal;
		text-align: left;
		}
	table.typical b {
		font-size: 1.2em;
		}
.even {
	background-color: #efefef;
	}

.orangeSpan, .blackSpan, .greenSpan, .redSpan {
	background-color: #ff6600;
	color: #000;
	font-weight: bold;
	margin-top: 2px;
	padding: 0 4px;
	}
	.blackSpan {
		background-color: #000;
		color: #fff;
		}
	.redSpan {
		background-color: #DF171F;
		color: #fff;
		}
	.greenSpan {
		background-color: #0B7500;
		color: #fff;
		}
	
.clubHistory {
	}
	.clubHistory td {
		border-bottom: solid 1px #ababab;
		font-weight: bold;
		padding: 0.5em;
		}
		.clubHistory td.date {
			font-size: 0.9em;
			text-align: center;
			width: 80px;
			}
	.clubHistory .silver {
		font-size: 0.9em;
		font-weight: normal;
		}
	.clubHistory .bronse {
		font-size: 0.8em;
		font-style: italic;
		font-weight: normal;
		}


/* advertising */

.advert {
	text-align: center;
	}
	.advert h5 {
		background-color: #fff;
		border-bottom-color: #cfcfcf;
		border-bottom-width: 1px;
		color: #999;
		font-weight: normal;
		text-align: left;
		}
