﻿*{margin:0; padding:0;}
abbr{text-decoration: none;}
#timer-container {
    position: relative;
}
#timeline	
{
	position: absolute;
	/*margin: 4px 0 0 3px;*/
	width: 100px;
	height: 20px;
	background: lightgreen;
	z-index: 0;
}
#time  
{
    position: relative;
    left: 45px;
    top: 2px;
}

#scores-container  
{
	color: #990000;
	font-size: 20px;
	font-weight: bolder;
	border: 0px;
	text-align: center;
    position: absolute;
    left: 250px;
    top: 10px; 
    width: 100px;  
    height: 50px; 
    vertical-align: middle;
    background: transparent url("trans.png") repeat scroll center center;
    z-index: -1;
}

#level
{		
    padding: 2px 5px 0 5px; 
}

/* Registration Form */
.form-control   
{
    margin: 2px 4px;
    position: relative;
}

.header
{	
	text-align: center;
	color: White;
	background-color: #3F5E91;
	padding: 2px 4px 2px 4px;
}

.table
{
	border:  1px solid black;
}

.table td
{
	padding: 2px 2px 2px 2px;
}

.table caption
{	
	font-weight: bolder;
	text-align: center;
	color: White;
	background-color: #3F5E91;
	padding: 2px 4px 2px 4px;
}

.fcontrol  
{
    position:absolute;
    left: 70px;
    top: 2px;
}

.form-control .age  
{
    width: 30px;
}

.form-control .submit   
{
    top: 7px;
}

.city{}
.reguired   
{
    color: red;
}

/* Score Window */
#score-window   {
    position: absolute;
    font-family: Verdana;
    background: #f6f6f6;
    width: 200px;
    height: 100px;
    border: 1px solid #66f;
    border-left-color: #99f;
    border-top-color: #99f;
    padding: 10px;
    cursor: move;
}

#score-total    {
    font-size: 120%;
    text-align: center;
    margin: 10px auto;
}

#score-time    {
    float: right;
    margin-right: 10px;
}

#score-precision    {
    margin-left: 10px;
}

#score-window .buttons  {
    margin-top: 4px;
}

#score-window img   {
    vertical-align: middle;
}

#score-pause    {
    width: 80px;
}

/*!Score Window!*/

.button {
    display: block;
    cursor: pointer;
	float: left;
	height: 20px;
	margin-left: 10px;
	padding: 2px;
	vertical-align: top;
	line-height: 20px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #dfdfdf url('') no-repeat scroll 3px 2px;
	border: 1px solid #666;
}

#score-next {
    float: right;
    border: 2px solid black;
}

#partners img   {
    margin: 5px 10px;
}
