
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url(/images-v2/back.gif);
	background-repeat: repeat-x;
}

body.popup{
	margin: 0px;
	padding: 20px;
	text-align: left;
	background-image: url();
}

#topWrapper {
	margin: 0px;
	padding: 0px;
	height: 156px;
	background-image: url(/images-v2/top01-back.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#top{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 899px;
	height: 156px;
}

#top #passRemind{
	position: absolute;
	width: 200px;
	height: 20px;
	top: 96px;
	right: 12px;
	text-align: right;
	font-family: tahoma;
}

#top #loginForm {
	position: absolute;
	width: 450px;
	height: 20px;
	top: 127px;
	right: 12px;
	text-align: right;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#top #loginForm input {
	width: 103px;
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #e9e9e9;
	border: 1px solid #cecece;
	padding: 2px;
}

#top #logo{
	position: absolute;
	width: 350px;
	height: 164px;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#bottom {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 899px;
	height: 129px;
	background-image: url(/images-v2/bottom-back.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#bottom #links{
	position: absolute;
	width: 899px;
	top: 35px;
	left: 0px;
	text-align: center;
}

#bottom #copyright{
	position: absolute;
	width: 899px;
	top: 68px;
	left: 0px;
	text-align: center;
	color: #ffffff;
	font-size: 9px;
}

#container {
	width: 899px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images-v2/wrap-back.gif);
	position: relative;
}

#liner01{
	margin: 0px;
	padding: 0px;
	background-image: url(/images-v2/liner01.gif);
	background-repeat: no-repeat;
	background-position: 216px 8px;
}

#liner02{
	margin: 0px;
	padding: 8px 0px 0px 0px;
	background-image: url(/images-v2/liner02.gif);
	background-repeat: no-repeat;
}

#leftnav {
	float: left;
	width: 193px;
	padding: 0px 0px 8px 7px;
	margin: 0px;
	text-align: center;
}

#rightnav {
	float: right;
	width: 105px;
	padding: 15px 26px 20px 0px;
	margin: 0px;
}

#innerContent{
	padding: 20px 15px 0px 20px;
}

#content {
	width: 646px;
	margin-left: 236px;
	padding: 20px 0px 0px 0px;
	line-height: 150%;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

#bottom #links{
	color: #596d7f;
}

#ndxFlash{
	position: absolute;
	top: 8px;
	left: 216px;
	width: 683px;
}

#ndxFlashButton{
	position: absolute;
	top: 129px;
	left: 703px;
	width: 178px;
}

#ndxSplash{
	position: absolute;
	top: 213px;
	left: 532px;
	width: 349px;
}

#ndxBlurb{
	position: absolute;
	top: 213px;
	left: 236px;
	width: 276px;
}

#antiSpam{
	position: absolute;
	top: 443px;
	left: 232px;
	width: 533px;
	padding: 6px 0px 0px 116px;
	background-image: url(/images-v2/anti-spam-back.gif);
	background-repeat: no-repeat;
	font-family: tahoma;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 16px;
	color: #391650;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	color: #391650;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #401d57;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #a37dbd;
}

#leftnav a {
	color: #68777d;
	text-decoration: none;
}

#leftnav a:hover {
	color: #68777d;
	text-decoration: underline;
}

#mainNav a, #trafficNav a, #revenueNav a, #earningsNav a {
	display: block;
	text-align: left;
	width: 169px;
	padding: 6px 10px 5px 14px;
	margin: 0px;
	font-family: arial;
	background-image: url(/images-v2/main-nav-back.gif);
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#mainNav a:hover, #trafficNav a:hover, #revenueNav a:hover, #earningsNav a:hover, #mainNav a.signup:hover {
	color: #fffccc;
	text-decoration: underline;
}

#mainNav a.first {
	padding: 37px 10px 5px 14px;
	background-image: url(/images-v2/main-nav-back-top.gif);
}

#trafficNav a.first {
	padding: 37px 10px 5px 14px;
	background-image: url(/images-v2/traffic-nav-back-top.gif);
}

#revenueNav a.first {
	padding: 37px 10px 5px 14px;
	background-image: url(/images-v2/revenue-nav-back-top.gif);
}

#earningsNav a.first {
	padding: 37px 10px 5px 14px;
	background-image: url(/images-v2/earnings-nav-back-top.gif);
}

#mainNav a.signup {
	color: #ffc800;
}

#bottom #links a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#bottom #links a.signup {
	color: #ffc800;
	font-weight: bold;
}

#bottom #links a:hover {
	color: #fffccc;
	text-decoration: underline;
}

