@CHARSET "ISO-8859-1";

html,body {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 768px;
	margin: 0;
	padding: 0;
	font-size: 70%;
	min-width: 800px;
	font-family: Verdana, "Trebuchet MS", "Bookman", "Garamond", Arial, "Times New Roman", Times, serif;
	//color: #6D6C6C;
	color: white;
	text-align: justify;	
	//background-image: url('http://www.trackorama.com/sitedata/images/bg.png'); 
	//background-repeat: repeat-y;
	background: white url('http://www.trackorama.com/sitedata/images/bg.png') repeat-x 0 0;
}

a {
	color: darkorange;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

#password-clear {
    display: none;
}

.hidden {
	display: none;
}

.loaded {
	display: block;
}

div#header {
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	font-size: 1.8em;
	text-align: center;
	padding-top: 10px;
	height: 100px;
	//background-image: url('http://www.trackorama.com/sitedata/images/topbg.png'); 
	//background-repeat: repeat-x;
	//background-color: #444444;
	color: #d0cfcf;
}

div#container {
	text-align: center;
	min-height: 600px;
	height: 95%;	
}

div#accountLinks {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}

div#accountLinks a{
	color: #d0cfcf;
}

div#accountLinks a:hover{
	color: white;
}

div#main {
	width: 90%;	
	min-width: 545px;
	text-align: center;
	min-height: 500px;
	height: 95%;
	font-size: 1.5em;
	margin: 0 auto;
}

div#accountLinks {
	position: absolute;
	top: 0;
	right:0;
}

form#login {
	font-size: 1.5em;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}

div#mapResults {
	border: 2px solid black;
	min-width: 450px;
	min-height: 450px;
	text-align: justify;
	max-width: 1000px;
	max-height: 1000px;
	margin: 0 auto;
	background: black;
}

span.beta {
	color: red;
	font-style: italic;	
	font-weight: bold;	
	vertical-align: top;
	padding-right: 2px;
	margin-left: -5px;	
}

img.beta {
	vertical-align: top;
	padding-right: 2px;
	padding-left: 2px;
	height: 2.5em;
	max-width: 72px;
	max-height: 35px;
	margin: 0 0 0 -20px
}

iframe.horizads {
	width: 95%;
	height: 100px;
	overflow: hidden;
	border: 0px solid transparent;
	text-align: center;	
	frameborder: 0;
}

div#menu-front {	
    min-width:400px;
	width: 98%; 
    padding: 1.2em;
    text-align: center;
    background-image: url('http://www.trackorama.com/sitedata/images/menugradient.gif');
      
}

div#menu-front li {
	margin-top: -10px;
    padding: 0;
    float: right;
    display: block;
    width: 90%;
    text-decoration: none;
    width: 8em;
    margin-right: 1em;
    text-align: center;
    //background: #e97900 none;
    background-image: url('http://www.trackorama.com/sitedata/images/buttonbg.png');
    border: 1px solid #e97900;
    color: white;
   
}

div#menu-front ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

div#menu-front a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
}
div#menu-front a:hover {
	background: #e94d00 none;
}

div#footer {
	position: relative;
	text-align: center;	
	width: 100%;
	height: 105px;
	display: block;
	
}

div#loading {
	font-size: 3em;
	position: relative;
	top: 20%;
	width:500px;
	margin:0px auto;
	border: 1px solid darkgray;
	z-index: 100;
	background: black;
}
    
input {
	font-family: Verdana, "Trebuchet MS", "Bookman", "Garamond", Arial, "Times New Roman", Times, serif;	
	font-size: 0.8em;
	margin-bottom: 3px;
	border: 1px solid gray;
	font-size: 1.2em;
}

input {
	font-family: Verdana, "Trebuchet MS", "Bookman", "Garamond", Arial, "Times New Roman", Times, serif;	
	font-size: 0.8em;
	margin-bottom: 3px;
	border: 1px solid gray;
	font-size: 1.2em;
}

input.box {
	color: dimgray;
	padding: 2px 2px 2px 2px; 
	text-align: center;
}

input.incorrect {
	color: dimgray;
	padding: 2px 2px 2px 2px; 
	text-align: center;
	border: 2px solid red;
}

input.correct {
	color: dimgray;
	padding: 2px 2px 2px 2px; 
	text-align: center;
	border: 2px solid darkgreen;
}

input.button {
	color: white;
	background: #ff6000;
	border: 0px solid #e97900;
	//background-image: url('http://www.trackorama.com/sitedata/images/buttonbg.png');
	text-transform: lowercase;
}

input.button:active {
	color: white;
	background: #ff6000;
	font-weight: bold;
	border: 0px solid #e94d00;
	text-transform: lowercase;
}


textarea {
	font-family: "Trebuchet MS", "Bookman", "Verdana", "Garamond", Arial, "Times New Roman", Times, serif;	
	font-size: 0.88em;
	margin-bottom: 3px;
	border: 1px solid gray;
	color: #6D6C6C;
}

.roundcont {
	width: 250px;
	background-color: #ff9900;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(http://www.trackorama.com/sitedata/images/tr.png) no-repeat top right; 
}

.roundbottom {
	background: url(http://www.trackorama.com/sitedata/images/br.png) no-repeat top right; 
}

img.corner {
   width: 30px;
   height: 30px;
   border: none;
   display: block !important;
}

table.trackEvents {
	border: 1px solid gray;
	border-collapse: collapse;
	text-align: left;
}

table.trackEvents td.heading{
	border: 1px solid gray;
	font-weight: bold;
	text-align: center;
	background: dimgray;
	color: white;
}

table.trackEvents td{
	border: 1px solid gray;
	padding: 3px 5px 3px 5px;
}

div#infoBody {
	color: black;
	font-size: 0.9em;
	text-align: left;
	width: 200px;
	height: 175px;
	margin-right: 20px;
	margin-top: -15px;
	overflow: none;
}

div#infoBody h2{
	color: black;
	text-align: center;
}

div#modalMessage{
	font-size: 1.4em;
	display: none;
	text-align: left;
}

div#modalError{
	font-size: 1.4em;
	color: black;
	display: none;
	text-align: left;
}

div#modalConfirm{
	font-size: 1.4em;
	display: none;
	text-align: left;
}

span#signup {
	font-size: 1.5em;
	text-align: justify;	
}

div#sellingPoints {
	float: right;
	max-width: 350px;
	border: 1px dotted gray;
	padding-right: 10px;
	margin-right: 7px;
	font-size: 0.8em;
	border: 1px solid black;
	background-color: #292929;
}

div#form {
	float: left;
	min-width: 400px;
	width: 45%;	
	border: 1px solid black;
	background-color: #292929;
	margin-left: 10px;
}

fieldset p {
	font-size: 1.1em;
}

span.note {
	font-size: 0.7em;
	font-style: italic;	
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	width:100%;	
}

div.errors {
	position: relative;
	top:100px;
	right: 10px;
	text-align: justify;	
	display: none;
	font-size: 1em;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: darkred;
	color: white;
}

