﻿object {
	display: block;
}
body {
	font: normal 12px/1.5em "Verdana", sans-serif;
	color: #FFFFFF;
	background: #161616	url('../Images/waterbackground.gif') repeat-x fixed;
	text-align: center;
	margin: 0 0 0 0;
	background-color:#161616;
}
#mainTable
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}
#logo {
                position: relative;
                float: left;
                top:-60px;
}
#TopText {
	font-size: x-small;
	color: #969696;
	padding-top:20px;
}



#centerContent {
	margin: 50px 30px 0px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	line-height: 30px;
}
.TVText {
	width: 350px;
	height: 150px;
	float: left;
	font-variant: small-caps;
	margin: 0 30px;
	padding: 30px 10px;
	color: #666666;
}
#tv {
	vertical-align:middle
}
#comingsoon {
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 1000px;
	font-size: 50%;
	color: #962c2e;
}
#signup,#signin{
    width: 75px;
    font-size:small;
	float:left;
	padding-top:20px;
	margin-left:50px;
	color: rgb(175, 66, 62);
	font-weight:bold;
	cursor:pointer;
}

#signin
{
	color:White;
	margin-left:5px;

}

#maincontent {
	margin: 0 0 0 0px;
	padding-top: 0px;
}

#uprgradecontent {
	border-style: solid;
	border-color: #877D6C;
	border-width: 1px;
}
#footer {
	font-size: 80%;
	color: #969696;
	text-align: center;
}
#innerFooter {
	padding-top: 10px;
}
.largerText {
	font-size: 175%;
	line-height: 75px;
	color: white;
}
#copyright {
	font-size: 75%;
	color: #969696;
	text-align: center;
	padding-bottom: 5px;
}
.Clear {
	clear:both;
}

a {
	text-align: left;
	color: #C8C8C8;
}
a:hover {
	text-align: left;
	color: #6ebae2;
}
#footer a, #TopText a {
	text-align: left;
	color: #969696;
	text-decoration: none;
}
#footer a:hover, #TopText a:hover {
	color: #AF423E;
}

br {
	clear: left;
}
       
        .textbox
        {
        	background-color:#616161;
        	border:solid 2px #808080;
        	width:175px;
        	height:16px;
        	font-family:Verdana;
        	font-size:14px;
        	color:White;
        }
        .checkbox
        {
        	background-color:#616161;
        	border:solid 2px #808080;
        	width:12px;
        	height:12px;
        }
        .checked
        {
        	background-color:#616161;
        	background-image:url('../Images/checked.gif');
        	border:solid 2px #808080;
        	width:12px;
        	height:12px;
        }      
        #rememberme 
        {
        	float:left;
        	font-size:14px;
        }  
        #signinTable, #signupTable
        {
        	width:100%;
        	padding-left:10px;
        }
        #signinTable td,#signupTable td
        {
        	text-align:left;
        	font-size:10px;
        	padding-top:5px;
        }
        .logo 
        {
        	border: 0; 
        	vertical-align:top; 
        	position:relative; 
        	top:-15px;}
        .go
        {
        	background-color:#AF423E;
        	text-align:center;
        	width:38px;
        	height:20px;
        	font-size:12px;
        	padding-top:2px;
        	margin-right:10px;
        	float:right;
        	cursor:pointer;
        }
#divSignIn,#divSignup
{
	background-color:#222;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
}
#divSignup
{
	width:400px;
	height:275px;
}
#GoSignup
{
	margin-right:16px;
}