﻿@import url(/Themes/AffiliateWalla/css/reset.css);
/*----------------------------------------------------------
 The base color for this template is #5c87b2. If you'd like
 to use a different color start by replacing all instances of
 #5c87b2 with your new color.
 ----------------------------------------------------------*/
html{
	
	background: #dbb2f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbb2f1 0%, #9c89bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbb2f1), color-stop(100%,#9c89bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbb2f1 0%,#9c89bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbb2f1 0%,#9c89bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbb2f1 0%,#9c89bc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbb2f1 0%,#9c89bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb2f1', endColorstr='#9c89bc',GradientType=0 ); /* IE6-9 */
	height:100%;
}
body {
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}
strong{
	font-weight:700;
}
.manager_bg {
	background: #84c4d0;
}
* {
	padding: 0;
	margin: 0;
}
a:link {
	color: #6b409f;
	text-decoration: underline;
}
a:visited {
	color: #6b409f;
}
a:hover {
	color: #1a4569;
	text-decoration: underline;
}
a:active {
	color: #6b409f;
}
p, ul {
	margin: 0 0 10px 0;
	line-height: 1.6em;
	list-style: inside;
	color: #333;
}
/* HEADINGS
 ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #004057;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}
/* this rule styles <h2> tags that are the
 first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}
/* PRIMARY LAYOUT ELEMENTS
 ----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
 page width. Or, you can specify an exact pixel width. */
#header {
	/*background: #fff url(/Themes/Affiliatewalla/images/new/money-banner-head.jpg) bottom left no-repeat;*/
	background: url(/Themes/Affiliatewalla/images/new/header-bg.png) bottom left no-repeat;
	margin: 0 auto;
	color: #000;
	padding: 0;
	width: 980px;
	height: 153px;
	position:relative;
	margin:0 auto;
}
#header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}
#title {
	display: block;
	float: left;
	text-align: left;
	position: absolute;
	top: 40px;
	left: -2px;
}
ul#menu {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 300px;
	display: block;
	text-align: right;
}
ul#menu li {
	display: inline;
	line-height: 3em;
	padding: 0 10px 0 10px;
	font-size: 14px;
}
ul#menu li a {
	text-decoration: none;
}
/* HOMEPAGE STYLES
 ----------------------------------------------------------*/
#main_home {
	/*background: url(/Themes/Affiliatewalla/images/new/money-banner.jpg) top left no-repeat;*/
	background: url(/Themes/Affiliatewalla/images/new/main-bg.png) top left no-repeat;
	padding: 0;
	/*background-color: #fff;*/
	height: 352px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#main_home h1 {
	display: block;
	position: absolute;
	width: 350px;
	top: 25px;
	left: 600px;
	font-weight: 400;
	font-size: 32px;
	color: #ffd76e;
	font-family: 'Libre Baskerville', serif;
	font-style:italic;
	text-shadow: 2px 2px 2px #000;
	text-align:center;
	line-height: 1.4em;
}
#main_home h1 span {
	font-style:normal;
	font-size:38px;	
}
#main_home h2 {
	margin: 0 50px 0 450px;
	color: #517f00;
}
#main_home .slogan {
	position:absolute;
	display:block;
	width:600px;
	color: #fff;
	left:25px;
	top:130px;
	text-align:center;
	font-family: 'Alegreya', serif;
	font-size:30px;
	line-height:1.1em;
}
#main_home ul {
	list-style: outside;
	margin: 0 50px 15px 460px;
	font-size: 1em;
	color: #333;
	line-height: 1.75em;
}
#main_home li {
	list-style-type: square;
}
#sub_home {
	background: #e0cd9b;
	width: 980px;
	padding: 20px 0 20px 0;
	margin: 0 auto 15px auto;
	color:#000;
}
#sub_home p {
	margin: 0;
	font-size: 18px;
	margin:10px 0 0 20px;
	width: 400px;
	line-height: 1.2em;
}
#sub_home p:last-child{
	padding-bottom:15px;
}
#sub_home p.leadin {
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 10px 20px;
	/*text-shadow: 1px 1px 1px #999;*/
}
.purple{
	color:#79357b;
}
.why-join {
	float: right;
	width: 475px;
	margin: 0 20px 0 0;
	background: #efe4c7;
	overflow:auto;
}
.why-join h2 {
	margin: 20px 0 5px 20px;
	padding: 0;
	color:#470241;
	font-size:22px;
	text-transform:uppercase;
	color:#000;
}
.why-join ul {
	margin: 0 20px 20px 20px;
	font-size: 12px;
	color:#000;
}
/* FOOTER
 ----------------------------------------------------------*/
#footer {
	/*background: url(/Themes/Affiliatewalla/images/new/footer_bg.jpg) top left;*/
	width: 980px;
	height: 200px;
	color: #000;
	padding: 25px 0;
	text-align: center;
	line-height: normal;
	margin: 0 auto;
	font-size: .9em;
	clear: both;
	line-height: 2em;
	border-top: 1px solid #f5e1ae;
}
/* BUTTON
 ----------------------------------------------------------*/
#main_home h2.button {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 2.3em;
	font-weight: normal;
	display: block;
	font-size: 19px;
	z-index: 99;
	width: 228px;
	height: 55px;
	position: absolute;
	right: -8px;
	top: 220px;
	text-shadow: 1px 1px 1px #333;
}
#main_home h2.button a {
	display: block;
	text-decoration: none;
	width: 228px;
	height: 55px;
	margin: 0;
	background: url(/Themes/Affiliatewalla/images/new/sign-up-btn.png) top left no-repeat;
	color: #fff;
}
#main_home h2.button a:hover {
	display: block;
	width: 228px;
	height: 55px;
	background: url(/Themes/Affiliatewalla/images/new/sign-up-btn-hover.png) top left no-repeat;
	color: #fff;
	margin: 0;
}

/* MISC
 ----------------------------------------------------------*/


#logindisplay {
	font-size: 11px;
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	color: #004057;
	position: relative;
	width: 340px;
	float: right;
	height: 23px;
}
#logindisplay input[type="text"], #logindisplay input[type="password"] {
	display: block;
	float: left;
	width: 120px;
	padding: 5px 4px;
	margin: 0 4px 5px 0;
	color: #999;
}
#logindisplay label {
	display: block;
	float: left;
	font-size: 12px;
}
#logindisplay a:link {
	color: #3e90c0;
	text-decoration: none;
}
#logindisplay a:visited {
	color: #3e90c0;
	text-decoration: none;
}
#logindisplay a:hover {
	color: #3e90c0;
	text-decoration: underline;
}
#logindisplay p {
	margin: 0 0 0 0;
	font-size: 10px;
	clear: both;
}input#btnOk {
	position: absolute;
	top: 1px;
	right: 0;
}

.clear {
	clear: both;
}
.error {
	color: Red;
}
#menucontainer {
	margin-top: 40px;
}
.field-validation-error {
	color: #ff0000;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}