@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main{
	top: 0px;
	position: relative;
	width:1000px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
}

#header{
	height: 204px;
}

#header h1{
	display:none;
	margin: 0px;
	padding: 0px;
}

#nav{
	background-image:url(images/crowd-background.jpg);
}

.link{
	float:left;
}












#content{
	/*padding-bottom: 5.5em;*/
	padding: 25px;
	background-color: f2f2f2;
}




#footer{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
}

#footer-left{
	float: left;
}

#footer-right{
	float: right;
}

#footer a:link{
	color: #333333;
	text-decoration: none;
}

#footer a:visited{
	color: #444444;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}




p{
	margin: 0em 0em 1.2em;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.6em;
}

p:last-of-type{
	margin-bottom: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #B31817;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #000000;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.6em;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.clear{
	clear:both;
}







.box{
	border: 3px solid #fca529;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	
	background-color: #000000;
	background-image: url(images/box-header-background.png);
	background-repeat: repeat-x;
	background-position: top;
}

.box-header{
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fca529;
}

.box-header h2{
	padding: 0px;
	margin: 0px;
}

.box-body{
	background-color: #FFFFFF;
	padding: 10px;
}

.box-body h3{
	background-image: url(images/h3-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.box-body p{
/*	padding: 0px;
	margin: 0px;*/
}

.box-body-no-pad{
	background-color: #FFFFFF;
}



.right{
	float: right;
}

.centre{
	text-align:center;
}

.error{
	color:#FF0000;
}

.full-width{
	width: 100%;
}














#league-table{
	margin-top: 25px;
	width: 300px;
}

#league-table-full{
	margin-top: 25px;
	width: 500px;
	float: left;
}

.box-body-no-pad table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.6em;

	border-spacing:0px;
	width: 100%;
}

.table-header{
	background-color:#fca529;
	background-image: url(images/table-header.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.team{
	background-color:#FFFFFF;
	background-image: url(images/team.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.mid{
	text-align:center;
}

.juventus{
	background-color:#fca529;
	background-image: url(images/juventus.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color:#FFFFFF;
	font-weight: bolder;
}















.iehack{
	font-size: 1px;	
	margin: 0px;
	padding: 0px;
}