/* Begin global elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* IE  does not deal well with repainting fixed bg image on scroll*/
	/*background: url(/v/images/global/bg.gif) center top no-repeat fixed;*/
	background: url(../images/global/bg.gif) center top no-repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #20385B;
	font-weight: normal;
}
a {
	color: #20385B;
}
ul.poll {
	list-style:none;
	margin:0 auto;
	padding:0;
	border: 1px solid #c7c7c7;
	background: url(../images/global/bgstripe.gif);
	width: 90%;
}
ul.poll li {
	padding: 5px;
	border-bottom: 1px dotted #c7c7c7;
}
/* Header elements*/
#wrapper {
	width: 677px;
	margin: 0 auto;
}
#header {
	margin-bottom: 30px;
}
#navigation {
	float: right;
	width: 290px;
}
#navigation a {
	color: #a0a0a0;
	text-transform: lowercase;
	text-decoration: none;
}
#navigation ul {
	list-style: url(../images/global/greenarrow.gif) inside square;
	line-height: 20px;
	text-align: left;
	margin: -5px 0 0 0px;
	padding-left: 10px;
}
#navigation li {
	white-space: nowrap;
}
#navigation li.line {
	background: url(../images/global/dotted-line.gif) bottom repeat-x;
}
#navigation td.spacer {
	width: 10px;
}
#navigation li#active {
	background: url(../images/global/bgstripe.gif);
}
#navigation li#active a {
	color: black;
}
#copyright {
	color: gray;
	padding-top: 70px;
	clear: both;
	font-size: 10px;
	text-align: center;
}
#copyright a {
	color: gray;
	margin: 0 6px;
}
/* Common part styles */
table.striped {
	border: 1px solid #c7c7c7;
	margin: 0 auto;
}
table.striped thead th {
	background: #c7c7c7;
	color: white;
	font-weight: bold;
	text-align: left;
}
table.striped tfoot td {
	background: white;
	border: white;
	font-weight:bold;
}
table.striped td {
	border-bottom: 1px solid #c7c7c7;
	background: url(../images/global/bgstripe.gif);
}
div.statusicons dl.key dd, div.statusicons dl.key dt {
	padding-left: 18px;
}
dl.key dt {
	font-weight: bold;
	padding-bottom: 3px;
}
dl.key dd {
	margin-bottom: 20px;
	margin-left: 0px;
}
.alert, .warning, .error, .ok {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000;
	text-align: left;
}
.warning, .error, .ok {
	padding-left: 50px;
	min-height: 50px;
}
.warning {
	background: url(../images/icons/warningIcon.gif) left center no-repeat;
}
.error {
	background: url(../images/icons/errorIcon.gif) left center no-repeat;
}
.ok {
	background: url(../images/icons/checkmarkIcon.gif) left center no-repeat;
}
.alert {
	background: url(../images/global/bgstripe.gif);
}
.tooltip {
	font-size: 10px;
	background: #c7c7c7;
	border: 1px solid black;
}
.disclaimer {
	font-size: 10px;
	color: gray;
}
.optInHeadline {
	font-weight: bold;
}
.optInBody {
	font-weight: normal;
}
#forgotPassword {
	color: white;
	font-size: 9px;
	text-align: center;
}
.welcome {
	font-size: 10px;
	float: right;
}
/* Confirmation styles*/
.step1, .step2, .step3 {
	display: block;
	height: 35px;
	padding: 10px 0 5px 60px;
}
.step1 {
	 background: url(../images/signup/iconEmail.gif) left center no-repeat;
 }
.step2 { 
	background: url(../images/signup/iconClick.gif) left center no-repeat;
}
.step3 { 
	background: url(../images/signup/iconEarn.gif) left center no-repeat;
}
#d1 {
	background: url(../images/global/bgstripe.gif);
	font-size: 11px;
	padding: 5px;
	border: 1px solid #c7c7c7;
}#d1 ul {
	margin: 0;
	padding: 0;
}
#d1 li {
	margin-bottom: 30px;
}
/* Blog styles*/
#blogMain {
	width: 436px;
	padding-right: 10px;
	background: url(../images/global/dotted-line-v.gif) right repeat-y;
}#blogSidebar {
	float: right;
	width: 199px;
	padding-right: 14px;
}
#blogSidebar ul {
	list-style:none;
	padding-left:0;
}
#blogSidebar ul li {
	padding-bottom: 5px;
}
p.date {
	color: gray;
	margin:0;
	padding:0;
}
div.blogItem div.divider {
	background:url(../images/global/dotted-line.gif) bottom repeat-x;
	padding: 5px 0;
	width: 75%;
	margin: 0 auto;
	height: 1px;
}
.helpBox {
	width: 238px;
}
/*.striped a span{*/
	/*position: absolute;*/
	/*left: -400px;*/
	/*top: -400px;*/
	/*font-size: 10px;*/
/*}*/
/*.striped a:hover, .striped a:focus, .striped a:hover {*/
	/*position:relative;*/
/*}*/
/*.striped a:hover span, .striped a:focus span, .striped a:hover span {*/
	/*left: -58px;*/
	/*top: -35px;*/
	/*width: 200px;*/
	/*background: white;*/
	/*text-decoration:none;*/
	/*padding: 3px;*/
	/*border: 1px solid #c7c7c7;*/
/*}*/
span.faqQuestion {
	font-weight: bold;
}
ul.draggableList {
	list-style:none;
	padding-left:0;
	margin-left:0;
}
ul.draggableList li {
	display:block;
	padding:3px;
	border: 1px solid #dedede;
	background-image: url(../images/global/bgstripe.gif);
}
ul.draggableList span.pollDate {
	color:gray;
	font-size:10px;
}
ul.draggableList label {
	float:right;
}
ul.quickList {
	text-align:right;
	float:right;
	list-style:none;
	background: #efefef;
	width: 180px;
}
ul.tabs {
	border-bottom:2px solid #dedede;
}
ul.tabs li{
	display: inline;
}
ul.tabs a {
	width: 150px;
	margin: 0 5px;
	padding:5px;
	text-decoration:none;
	position:relative;
	top: -5px;
}
a.activeTab {
	background-color:#dedede;
	border-bottom:white;
	color:black;
}
a.inactiveTab {
	background-color:#efefef;
	color:gray;
}
ul.membershipBenefits {
	list-style-position: outside;
}
ul.membershipBenefits li {
	margin-bottom: 10px;
}
span.membershipType {
	font-size: 16px;
	font-weight:bold;
}
.featureName {
	font-size: 14px;
	font-weight:bold;
}
.paymentAccepted {
	font-size: 12px;
	padding: 2px 2px 2px 65px;
	background: url(../images/icons/checkmarkIcon.gif) left center no-repeat;
	border: 1px solid #c7c7c7;
}
.receipt {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.disclaimer {
    margin-top: 70px;
    margin-bottom: -30px;
    text-align: center;
    font-size: 10px;
    color: gray;
}
/* tooltip-styled image preview */
a.preview { position:relative; z-index:24; }
a.preview:hover { z-index:25; text-decoration:none; background:;} /* background:; is an IE hack, do not remove! */
a.preview span { display:none; }
a.preview:hover span { width: 200px; border: 1px solid #e8e07f; display:block; position:absolute; top:2em; left:2em; vertical-align: middle; background: #fff799; font-weight: normal; color: black; text-align: left; padding: 3px; text-decoration:none; }
a.preview:hover span.short { width: 125px; }
a.preview:hover span.long { width: 350px; }
a.white:hover span { background-color: white; border: 1px solid gray; text-align:center;}
a.white { color: black; text-decoration: none; }
