/* 
////////////////////////////////////////////////
WM2010 TIPPSPIEL
BY BEAT MING AND AARON MEDER
good to see you here, have a pleasant stay!
////////////////////////////////////////////////
*/

/* --- basic settings --- */

html{
	margin: 0;
	padding: 0;
}

/* --- basic formatting and layout --- */

body{
	text-align: center;
	color: #5c5c5c;
	font-family: "Arial", Tahoma, Verdana, sans-serif;
	background: #92CA17 repeat-x url("../img/site/body_bg.gif") top;
}

p, em, h1, h2, h3, h4, h5, ul, ol, li, a, img{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

a img{
	border: 0;
}

ul, li{
	list-style:  none;
	list-style-type:  none;
}

h1, h2, h3, h4, h5{
	color:  #000;
}

sup{
	display: inline;
}

a:link, a:visited{
	color:  #15546d; 
	outline:  none;
	border-bottom: 1px #15546d dotted;
}

a:hover, a:active{
	border-bottom:  none;
}

/* messages */

.error, .success{
	margin-bottom: 10px;
	padding: 5px;
	background-color: #EF595F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.error{
	color: #fff;
	background-color: #EF595F;
}

.error a:link, .error a:visited{
	color: #fff;
	border-color:  #fff;
}

.success{
	color: #4B8F00;
	background-color: #C4EF95;
}

.success a:link, .success a:visited{
	color: #4B8F00;
	border-color:#4B8F00;
}

.important{
	font-weight: bold;
}

.new{
	color: #ff0000;
}

/* --- header --- */

#header{
	height:  125px;
}

#header h1{
	text-indent: -5000px;
}

#header h1 a{
	display:  block;
	float:  left;
	margin-left:  50px;
	height:  105px;
	width: 505px;
	border:  none;
	background:  transparent url("../img/site/header_h1_bg.png") no-repeat;
}

#header h1 a:hover{
	background-position: 0 -105px;
}

#nav{
	float:  left;
	margin-left:  25px;
	font-size: 90%;
}

#nav ul{
	margin-top:  0;
}

#nav li{
	line-height:  135%;
}



/* --- content --- */

#content{
	overflow:  hidden;
	padding: 15px;
	background-color:  #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px; 
}


#container{
	clear: both;
	margin: 0 auto;
	width:  860px;
	text-align: left;
	
}


#userbox{
	position: absolute;
	top: 0;
	right: 25px;
	padding: 10px;
	font-size:  90%;
	background-color: #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px; 
	border: 1px #A2DEFC	 solid;
	border-top:  none;
}

h2, h3, h4, h5{
	margin: 5px 0 10px 0;
}

#content input.submit{
	width: 120px;
}

.desc{
	display: block;
	margin-top:  10px;
	font-weight:  normal;
}

/* ranking */



#rankinglist{
	float:  left;
}

#rankinglist p{
	margin-bottom: 10px;
}


#rankinglist .rank{
	text-align: left;
}

#rankinglist .name{
	width: 200px;
}

#rankinglist .points{
	text-align: right;
}


#ranking{
	float:  right; 
	padding:  0 10px;	
	border-left: 1px #ccc dotted;
}

#ranlking ol, #ranking li{
	list-style: decimal;
	list-style-type:  decimal;
}

#ranking ol{
	margin-left:  20px;
}

#ranking p{
	margin-bottom:  10px;
}

#ranking em{
	float:  left;
	display: block;
	width:  70px;
	font-style: normal;
}

/* tipp list */

table{
	font-size: 80%;
	border-collapse: collapse;
}

table td{
	padding: 3px 5px;
	border-bottom: 1px #E6E6DC solid;
}

table th{
	padding: 2px 5px;
	font-size:  120%;
	font-weight: bold;
	border-bottom: 2px #E6E6DC solid;
}

table a:link, table a:visited{
	border: none;
}

table .alt{
	background-color: #F4F4EE;
}

.tipplist .group{
	font-weight:  bold;
	padding-top: 15px; 
}

.tipplist .datetime{
	width:  130px;
}

.tipplist .location{
	width: 150px;
}
 
.tipplist .team1, .tipplist .team2{
	width:  150px;
}

.tipplist .team2, .tipplist .t2{
	text-align: right;
}

.tipplist .scores {
	width: 100px;
}

.tipplist .scores, .tipplist .sc{
	text-align: center;
}

.tipplist input{
	width:  30px;
}



/* countdown */

#defaultCountdown{
	text-align: center;
}

.countdown_section br{
	display:  none;
}

.countdown_amount{
	display:  normal;
	margin-left: 15px;
	font-size:  250%;
}


/* login */

#login p, #register p{
	margin-bottom: 10px;
}

label{
	display:  block;
	font-weight: bold;
}

form .userdata{
	width:  200px;
}

/* my user */

#myuser p{
	margin-bottom: 10px;
}

/* stats */


#stats td{
	margin-bottom: 10px;
	padding: 5px 20px;
}

#stats .bar{
	width: 350px;
	height: 25px;
	background-color: #eee;
}

#stats #bartotal, #stats #barcomplete, #stats #barpointswinnerfalse, #stats #barpointsdrawnfalse, #stats #barpointsfalse{
	display: block;
	height: 25px;
	
}

#stats #bartotal{
	width:  350px;
	background-color: #ccc;
}

#stats #barcomplete{
	background-color: #577F00;
}

#stats #barpointswinnerfalse{
	background-color: #769F1D;
}

#stats #barpointsdrawnfalse{
	background-color: #A6DF29;
}

#stats #barpointsfalse{
	background-color: #FF8C2F;
}


/* --- footer --- */

#footer{
	clear:  both;
	margin-top:  15px;
	color: #465F00;
	font-size: 80%;
	text-align: center;
}

#footer a:link, #footer a:visited{
	color:  #465F00;
}

/* --- admin --- */

#formactions{
	padding-top:  5px;
	border-top: 2px #eee solid;
}

/* admin nav */

#adminnav{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px #E6E6DC solid;
	color: #9F9F8B;
}

#adminnav ul li{
	display:  inline; 
}

#adminnav a:link, #adminnav a:visited{
	color: #9F9F8B;
	border-color: #E6E6DC;
}

.admin{
	font-weight: bold;
}

/* new game */

#newgame label{
	display: block; 
	float: left;
	width: 150px;
}

#newgame input, #newgame select{
	float:  left;
}

#newgame p{
	clear:  both;
	line-height:  175%;
}

#newgame #teams select{
	float:  none;
}

#newgame #gamenumber{ 
	width:  50px; 
}

#blind {
	margin-bottom:12px;
}

/* users */

.inactive{
	color:  #ccc;
}

#emaillist h2{
	margin-top: 20px;
}

#emaillist textarea{
	width: 90%;
	height:  150px;
}









