/* Control appearance of images */
a img 
{
	border: none;
}	

/* Control appearance of link */
a:link, a:visited, a:active
{
	color: #f5aa15;
	text-decoration: none;
}      

a:hover
{
	color: #f5aa15;
	text-decoration: underline;
}

body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: #242526;
	background-color: #F5F3F0;
}

input
{
	font-family: Tahoma,Arial;
	font-size: 11px;
	color: #242526;
	margin: 1px 0px;
}

table
{
	font-family: Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	border-collapse: collapse;
	border-spacing: none;
	border: none;
}

table td, table th
{
    padding: 0;
}

.trackTable td {

	padding: 3px 2px 0px 2px;
}

#login_background
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #f5f3f0;
}

#content_container
{
	position: relative;
	margin: auto;
	top: 120px;
	width: 515px;
	height: auto;
}

#globe
{
	position: absolute;
	top: 30px;
	left: -110px;
	width: 170px;
	height: 202px;
	background: url(../images/grey_globe.png) no-repeat 0px 0px;
}

#login_frame
{
	position: absolute;
	top: 0px;
	width: 515px;
	height: 270px;
	width:500px; 
	margin:0 auto;
	background: #ffffff;
	box-shadow: 0px 0px 10px 10px #bbbbbb;
}

#title
{
	position: absolute;
	left: 20px;
	top: 30px;
	font-family: Myriad Pro, Arial, Helvetica;
	font-size: 30px;
}

#version
{
	position: absolute;
	left: 20px;
	top: 68px;
	font-family: Myriad Pro, Arial, Helvetica;
	font-size: 18px;
	color: #f5aa15;
}

#error_area
{
	position: absolute;
	top: 85px;
	right: 30px;
	text-align: right;
	color: #FF0000;
}

.input_area
{
	position: absolute;
	top: 123px;
	right: 30px;	
}

/* Style for field labels in tables */
.td_label
{
	font-family: Tahoma,Arial;
	font-size:11px;
	text-align:left;
	white-space: nowrap;
	padding: 0 20px 0 0;
	height: 20px;
}

.button_wide
{  
	padding:1px 19px;
	margin: 0 0 2px 0;
	font-family: Tahoma, Arial;
	font-size:11px;
}

.button_row
{  
	text-align:center;
	white-space:nowrap;
}

#onroad_logo
{
	position: absolute;
	bottom: 25px;
	left: 6px;
	width: 120px;
	height: 30px;
}

#copyright
{
	position: absolute;
	top: 235px;
	right: 25px;
	font-size: 10px;
	color: #555555;
}