/* global classes */
html { min-height:100%; margin-bottom:1px; }

body {
	background:#fff url('/images/body_bg.gif') repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; color:#555;
	margin:0; padding:0;
}

body#popup {
	/*background:none; background-color:transparent;*/
}

#pageFrame {
	width:992px;
	margin:0 auto;
}
#pageFrame {
	background:url('/images/border.png');
}

#contentContainer {
	margin:0 10px; padding:10px 20px;
	width:932px;
	position:relative;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#home #contentContainer {
	background:url('/images/home_bg.jpg') no-repeat;
	padding-bottom:0;
}

#pageFooter {
	width:992px;
	margin:0 auto 20px auto; padding-top:30px;
	font-size:.9em; text-align:center;
}
#pageFooter {
	background:url('/images/borderBottom.png') no-repeat;
}

#popup #pageFooter {
	background:none;
	width:auto;
	margin:10px 0;
}

#pageFooter li {
	display:inline;
	font-size:1em; color:#555;
}

#pageFooter a {
	text-decoration:underline;
	color:#555;
}

#pageFooter a:hover {
	text-decoration:none;
}

h1 {
	font-size:1em; font-weight:bold;
	margin:5px 0 15px 0; padding:0;
	clear:both;
}

h2 {
	font-size:.85em; font-weight:bold;
	margin:0 0 5px 0;
}

p {
	font-size:.75em;
	margin:0 0 10px 0;
}

ul, ol {
	font-size:.75em;
	margin:0 0 10px 0; padding-left:30px;
}

a {
	color:#387ab9;
	cursor:pointer;
	outline:none;
}

a:hover {
	text-decoration:none;
}

.small {
	font-size:10px;
}

.clear {
	clear:both; line-height:0pt; font-size:0px;
}

.printOnly {
	display:none;
}
.noprint {
	display:block;
}

p.footnote {
	font-size:.65em;
}

img {
	border:0;
}

hr {
	width:100%; height:1px;
	background:#4A529D;
	color:#4A529D;
	margin:15px 0 15px 0; padding:0; border:0; 
}

#headerWrapper {
	margin:0 10px;
	height:90px;
}

#headerWrapper .logo {
	float:left;
	padding:8px 15px;
}


/* Global Nav */
#globalNav {
	margin:0 10px; height:29px;
	position:relative; z-index:99;
}
#globalNav ul {
	padding:0; margin:0; 
	list-style:none;
	width:972px;
	float:left;
	font-size:.85em;
	background:url('/images/globalnav.gif') repeat-x;
}
#globalNav li {
	padding:0; margin:0;
	border-right:1px solid #999; 
	float:left; 
}
#globalNav li a	{
	float:left; display:block;
	font-family:Verdana; font-size:.8em; color:#6f85d1; font-weight:bold; text-transform:uppercase; text-decoration:none; text-align:center;
	background:url('/images/globalnav.gif') no-repeat;
	height:29px; line-height:28px;
	padding:0 26px;
}
#globalNav li a:hover {
	color:#039;
}

#home li#homeNav a,
#subhome li#homeNav a,
#features li#featuresNav a,
#pricing li#pricingNav a,
#signup li#signupNav a,
#faq li#faqNav a,
#contact li#contactNav a,
#account li#membersNav a,
#home li#homeNav a:hover,
#subhome li#homeNav a:hover,
#features li#featuresNav a:hover,
#pricing li#pricingNav a:hover,
#signup li#signupNav a:hover,
#faq li#faqNav a:hover,
#contact li#contactNav a:hover,
#account li#membersNav a:hover	{color:#039;}

/* breadcrumbs */
.breadcrumb {
	font-size:.7em;
}
.breadcrumb a {
	text-decoration:underline;
	background:url('/images/breadcrumb.gif') no-repeat center right;
	padding-right:14px;
}
.breadcrumb a:hover {
	text-decoration:none;
}

.logout {
	float:right; margin-top:-17px;
	font-size:.7em;
}


.left {
	text-align:left !important;
}

.center {
	text-align:center !important;
}

.fleft {
	float:left;
}


/* global form */
form {
	margin:0; padding:0;
}

fieldset {
	margin:0; padding:0; border:0;
}

input {
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
}

input.checkbox, input.radio {
	vertical-align:middle;
	margin:0 5px 0 0; padding:0;
}

textarea {
	background-color:#fff;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	width:200px; height:140px;
}

textarea.small {
	width:450px; height:50px;
}

select {
	width:206px;
	background-color:#fff;
	font-size:11px; color:#555;
	border:1px solid #ccc;
}
select.mini {
	width:81px;
	background-color:#fff;
	font-size:11px; color:#555;
	border:1px solid #ccc;
}

input.button {
	margin:0; padding:0;
	vertical-align:middle;
}

input.inputbox {
	width:200px;
	border:1px solid #ccc;
	color:#555;
}

input.inputPrompt {
	width:200px;
	border:1px solid #ccc;
	margin-bottom:5px;
	color: #999;
}
input.inputboxDisabled {
	width:200px;
	color:#999;
	background-color:#eee;
	border:1px solid #ccc;
}

input.mini { 
	width:75px;
	border:1px solid #ccc;
	color:#555;
	background-image:none !important; background-color:#fff !important; /*IE fix because appModule uses the mini class and this would show the bg */
}

input.disabled {
	color:#666;
	background-color:#e2e2c9;
}

.disabledText {
	color:#666;
}


/* messaging rules */
.msgError {
	font-weight:bold; color:#c00;
	background:url('/images/icons/error.gif') no-repeat;
	margin:0 0 10px 0; padding:3px 0 3px 24px;
}
.msgError a {
	color:#c00;
}

.msgInfo {
	font-weight:bold; color:#387ab9;
	background:url('/images/icons/info.gif') no-repeat;
	margin:0 0 10px 0; padding:3px 0 3px 24px;
}
.msgInfo a {
	color:#387ab9;
}

.msgAlert {
	font-weight:bold; color:#c00;
	border:1px solid #c00;
	background:#fae6e6 url('/images/icons/error.gif') no-repeat 12px 7px;
	margin:0 0 10px 0; padding:10px 10px 10px 40px;
}
.msgAlert a {
	color:#c00;
}

.msgConfirm {
	font-weight:bold; color:#060;
	border:1px solid #060;
	background:#e6f8de url('/images/icons/confirm.gif') no-repeat 12px 7px;
	margin:0 0 10px 0; padding:10px 10px 10px 40px;
}
.msgConfirm a {
	color:#060;
}


.noerror {
	font-weight:normal; color:#555;
}

.success {
	font-weight:bold; color:#039;
	margin:5px 0;
}


/* buttons */
a.button		{height:22px; display:block; margin-left:5px; position:relative; z-index:1;}
a.button span	{display:none;}
button			{text-indent:-999em; height:22px; margin:0; padding:0; border:0; position:relative; z-index:1; cursor:pointer;}

.btnBack {
	width:70px;
	background:url('/images/buttons/back.png') no-repeat;
}
.btnClose {
	width:76px;
	background:url('/images/buttons/close.png') no-repeat;
}
.btnContinue {
	width:98px;
	background:url('/images/buttons/continue.png') no-repeat;
}
.btnLogin {
	width:73px;
	background:url('/images/buttons/login.png') no-repeat;
}
.btnLogout {
	width:86px;
	background:url('/images/buttons/logout.png') no-repeat;
}
.btnPaymentVouch {
	width:157px;
	background:url('/images/buttons/payment_voucher.png') no-repeat;
}
.btnRedeem {
	width:87px;
	background:url('/images/buttons/redeem.png') no-repeat;
}
.btnRedeemDis {
	width:87px;
	background:url('/images/buttons/redeem_disabled.png') no-repeat;
	cursor:default;
}
.btnReferCommun {
	width:166px;
	background:url('/images/buttons/refer_community.png') no-repeat;
}
.btnSignup {
	width:85px;
	background:url('/images/buttons/sign_up.png') no-repeat;
}
.btnSubmit {
	width:82px;
	background:url('/images/buttons/submit.png') no-repeat;
}
.btnSend {
	width:70px;
	background:url('/images/buttons/send.png') no-repeat;
}
.btnViewRefer {
	width:142px;
	background:url('/images/buttons/view_referrals.png') no-repeat;
}


/* modal lightbox styles */
#modal_overlay {
	background-color:#eee;
}
#modal_container {
	padding:5px; border:0;
	background:transparent;
	overflow:hidden;
}
#modal_container iframe {
	background:transparent; background-image:none;
	overflow:hidden;
	border:0;
}
*:first-child+html #modal_container iframe {
	width:780px !important;  /* IE7 horizontal scroll fix */
}

/* lightboxes */
#lightbox {
	width:808px; height:526px;
	border:2px solid #ccc;
}
#lightbox .bottom {
	height:60px;
}
#lightbox .bottom .button {
	float:right; display:inline;
	margin:20px 20px 0 0;
}
#lightbox .inner {
	padding:0 20px;
}
#lightbox .inner .content {
	height:400px;
	overflow:auto; overflow-x:hidden; overflow-y:auto;
	padding:0 10px 0 0;
	position:relative; z-index:990;
}
#lightbox h4 {
	font-size:14px; color:#369;
	margin:0; padding:20px;
}
#lightbox p {
	margin:0; padding:10px 0;
	font-size:11px; text-indent:1px;
}
#lightbox a {
	position:relative; z-index:999;
}
#lightbox #utils {
	float:right; display:inline;
	margin:-40px 20px 0 0;
}
#lightbox #utils a.print {
	float:left;
	margin-right:20px; padding:4px 0 0 19px;
	font-size:11px; text-decoration:none; font-weight:bold;
	background:url('/images/icons/print.gif') 0px 5px no-repeat;
}
#lightbox #utils a.close {
	float:left;
	width:17px; height:17px;
	margin:4px 0 0 0;
	background:url('/images/icons/close.gif') no-repeat;
}
#lightbox #utils a span {
	display:none;
}