﻿body {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Tahoma", "Lucida Sans Unicode", Verdana, Sans-Serif;
    font-size: 13px;
    color: #333;
    line-height: 130%;
}

body
{
	margin-bottom: 40px;
}

th
{
text-align: left !important;
}

a:link, a:visited
{
	color: #FF6437;
	text-decoration: none;
}
a:hover
{
	color: #CC2E00;
	text-decoration: underline;
}

a img
{
	border: none;
}

.login
{
    background: #4D7FD6 url(../img/bodybg.jpg) repeat-x left top;
}

.loginTable
{
    width: 350px;
    text-align: left !important;
}
.loginTable td, .loginTable th
{
    text-align: left !important;
}

.description
{

}
#loginExtras
{
padding-top:5px;
border-top: 1px solid #B9CBF1;
margin-top: 10px;
}
#loginExtras td
{
text-align: left !important;
font-size: 11px;
}
#wrapper
{
    text-align: left;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -185px;
	text-align: center;
	min-width: 900px; 
}



#loginBox {
	background: url(../img/loginBoxBg.gif) no-repeat left top;
/*	position: relative;*/
	text-align: center;
    width: 396px;
    height: 340px;
	margin: 0px auto;
}



.logoLoginPage
{
    margin:45px 40px 0 40px; 
}

#loginPanel
{
    margin: 10px 25px 0 25px;
}

#loginPanel table td
{
    padding: 5px;
    text-align: center;
}


#header
{
    height: 118px;
    background: #9ed7ff url(../img/bgHeader.jpg) repeat-x left top;
    
}


.timeOver a
{

background: none !important;
}