@charset "utf-8";
/* CSS Document */

/* General */

#simple_tweeter {
	background: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 5px;
}

#simple_tweeter h1 {
	font-size: 14px;

}

#simple_tweeter h2 {
	color: #666;
	margin-bottom: 5px;
}

#simple_tweeter a {
	color: #3366bb;
	text-decoration: none;
}

#simple_tweeter a:hover {
	text-decoration: underline;
}

.st_clear {
	clear: both;
}

/* End General */

/* Header */

#st_header {
	margin-bottom: 10px;
}

/* End Header */

/* Navigation */

#st_nav {
	margin-bottom: 10px;
	border-bottom: 4px solid #666666;
	float: left;
	width: 100%;
}

#st_nav ul {
	float: left;
}

#st_nav ul li {
	display: inline;
	float: left;
}

#st_nav ul li a {
	padding: 5px 5px;
	margin-right: 3px;
	background: #cccccc;
	float: left;
}

#st_nav .st_active, #st_nav ul li a:hover {
	background: #666666;
	color: #FFF;
}

/* End Navigation */

/* Tweets */

#st_tweets li {
	margin-bottom: 5px;
	width: 300px;
}

#st_tweets .st_loader {
	text-align: center;
	margin-top: 30px;
	display: none;
}

#st_tweets .st_twit {
	width: 25px;
	height: 25px;
	float: left;
	background: #FFF;
	position: relative;
}

#st_tweets img {
	width: 25px;
	height: 25px;
}

#st_tweets .st_tweet_single {
	position: relative;
	float: left;
	background: #cccccc url(../img/arrow.gif) no-repeat top left;
	padding: 10px 10px 10px 35px;
	width: 220px;
}

#st_tweets p{
	color: #333;
}

#st_tweets .st_time {
	font-size: 10px;
		color: #666;
}

/* End Tweets */

/* Admin */

#st_login {
	background: #CCC;
	border: 1px solid #999;
	margin-top: 200px;
}

#st_login form {
	padding: 10px;
}

#st_login label {
	display: block;
}

#st_login input {
	display: block;
	margin-bottom: 10px;
}

#st_username, #st_password {
	width: 100%;
}

.st_box {
	background: #CCC;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 20px;
}

.st_box h2 {
	font-size: 16px;
	padding-bottom: 10px;
}

.st_box th {
	text-align: left;
}

.st_box td {
	width: 230px;
	padding: 5px;
}

.st_box form {
	margin-top: 20px;
}

.st_box .st_groupname {
	width: 200px;
}

.st_box .st_twittername {
	width: 100px;
}

.st_logout {
	margin-left: 10px;
}


#simple_tweeter ol, #simple_tweeter ul {
	list-style: none;
}
/* End Admin */

#snow{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 86px;
	background: url(../img/snow.png) repeat-x left top;
}

.race {
	position: relative;
	border: 1px solid #999;
	width: 605px;
	padding: 0;
	cursor: pointer;
}

.race #date {
	width: 65px;
	padding: 5px;
	text-align: center;	
	font-weight: bold;
	background-color: #ccc;	
	display: table-cell;
	vertical-align: middle;	
	position: relative;
}

.race #title {
	width: 350px;
	padding: 5px;
	display: block;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.race #title #region {	
	font-weight: normal;
	font-size: 10px;	
}

.race #omilos {
	text-align: center;
	width: 120px;	
	display: block;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}

.race #country {
	text-align: center;
	width: 50px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.race #race-details {
	border-top: 1px solid #999;
	padding: 5px;
	display: none;
}

#titles {
	background-color: #f6f6f6;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: bold;
}

#titles td{
	padding: 5px;
}

#race-categories{
	
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 15px;
	padding: 5px;
	font-size: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #f6f6f6;
}

#race-categories img {
	margin-left: 2px;
	margin-right: 2px;
}


#overlay{
	display: block;
	position: fixed;
	background: transparent url('../images/black60.png') repeat left top;
	text-align: center;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
}

#overscreen{
	display: block;
	position: fixed;
	background: transparent url('../images/black60.png') repeat left top;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}