/* GLOBAL */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
	background-color:#dddddd;
}

a {
	color:#0000cc;
	text-decoration:none;
}

a:hover {
	color:#0000cc;
	text-decoration:underline;
}

a:visited { 
	color:#551a8b;
}

div#bodyWrapper {
	margin:0px auto;
	width:999px;
	background:#fff url(../img/common/bodyBg.gif) repeat-y 0 0;
}

#contentWrapper{
	width:973px;
	margin:0 auto;
}


/* BUTTON STYLES */

input.activeBtn, input.activeBtnSml, input.activeBtnLrg {
	cursor:pointer;
	border:1px;
	border-left:1px solid #fac87e;
	border-top:1px solid #fac87e;
	border-right:1px solid #f6ac43; 
	border-bottom:1px solid #f6ac43;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}

input.activeBtn {
	background:url('../img/common/buttonBg.gif') #fabe68 repeat-x;	
	font-size:10pt;
}

input.activeBtnSml {
	font-size:8pt;
	background:url('../img/common/buttonBgSml.gif') #fabe68 repeat-x;
}

input.activeBtnLrg {
	height:28px;
	font-size:12pt;
	background:url('../img/common/buttonBgLrg.gif') #fabe68 repeat-x;
}

input.inactiveBtn, input.inactiveBtnSml, input.inactiveBtnLrg {
	background-color:#f3f3f3; 
	border:1px solid #ccc; 
	font-weight:bold;
	color:#ccc;
	text-align:center;
}

input.inactiveBtnSml {
	font-size:8pt;
}

input.inactiveBtnLrg {
	height:28px;
	font-size:12pt;
}


/* ALERT */

div#alert {
	margin: 0px;
	padding: 6px 15px;
}

div#alert img.alertImg{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.alertError {
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background-color: #f4b6b7;
	margin:0px;
}
div.alertPositive {
	background-color:#BDE1B5;
	border-top:1px solid #008800;
	border-bottom:1px solid #008800;
	margin:0px;
}

span#alertTxt {
	font-size:0.9em;
}

div.alertInfo {
	border-top: 1px solid #fcc829;
	border-bottom: 1px solid #fcc829;
	background-color: #fdeab4;
	margin:0px;
}

div#alertOptions {
	font-size:8pt;
	float:right;
	margin-left:50px;
	margin-bottom:50px;
}

span.alertHeader{
	font-size:1.1em;
	font-weight:bold;
}

span.alertErrorHeader{
	font-size:1.1em;
	margin-left:35px;
	font-weight:bold;
}
span.alertErrorHeader2{
	font-size:1.1em;
	font-weight:bold;
}

/* FOOTER */

div#footer {
	width:973px; 
	margin:70px 0 0 0;
	border-top:1px solid #e7e7e7;
}

div#footerTop{
	width:973px; 
	background:#fff url(../img/common/footerBg.gif) repeat-x 0 bottom;
	border-bottom:2px solid #fbb657;
}

div.footerCol {
	width:137px;
	float:left; 
	font-size:10pt;
	color:#666;
}

div.footerColpad {
	padding:15px 0px 40px 15px;
}

div.footerCol p {
	font-size:8pt; 
	line-height:1.5em;
	margin-top:5px;
	margin-bottom: 0px;
}

a.footerColTitle {
	font-weight:bold;
}

div#footer a  {
	color:#666;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

div#footerEnd {
	clear:both;
	font-size:8pt;
	color:#666;
	line-height:2em;
	padding:10px 15px 10px 15px;
	border-top:2px solid #faa126;
}
.footerLinks{
	float:left;
}
.companyInfo{
	float:right;
}

div#footerEnd a {
	color:#666;
	text-decoration:none;
}

div#footerEnd a:hover {
	text-decoration:underline;
}

span.footerSep {
	margin:0 4px;
}
span.copyright{
	margin:0 18px 0 0;
}


/* BREADCRUMBS */

div#bcWrap {
	background:url(../img/common/breadcrumbSep.gif) repeat-x 0 bottom;
	font-size:8pt;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
	color:#666666;
	width:943px;
}

#bcWrap ul{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}

#bcWrap li{
	padding:0 5px 0 0;
	margin:0 8px 0 0;
	float:left;
	background:url(../img/common/orangeArrow.gif) no-repeat right 6px;
}

#bcWrap li.last{
	background:none;
	line-height:21px;
}

#bcWrap li a{
	color:#666666;
	display:block;
	padding:3px 10px 0px 0;
}

#bcWrap li a:hover {
	color:#666666;
	text-decoration:underline;
}

#bcWrap li a:visited {
	color:#666666;
}

div#pageHelpWrap {
	float:right; 
}

div#pageHelpIcon, div#pageHelpLink {
	float:left; 
}

div#pageHelpIcon a {
	display:block;
	padding:3px 5px 0px 10px;
}

div#pageHelpLink a {
	color:#555;
	display:block; 
	padding:3px 0 0px 0px;
}

div#yellowLine0{
	width:973px; 
	border-bottom:2px solid #FBB657;
}

div#yellowLine{
	width:973px; 
	border-top:2px solid #FAA126;
}


/* CONTENT */

div#content {
	width:943px;
	padding:12px 15px;
}

h1 {
	font-size:22pt;
	font-weight:bold;
	margin:0px 0px 25px 0px;
}

div.h2Wrap {
	width:100%;
}

h2 {
	font-size:14pt;
	margin:0px 0px 20px 0px;
	background-color: #666666;
	padding:3px 5px 7px 5px ;
	color:#FFFFFF;
}

h2 img {
	margin-right:5px;
}

h3 {
	font-size: 12pt;
	margin: 0px 0px 5px 0px;
	/*background-color: #e6e6e6;*/
	background-color: #666;
	color:#FFFFFF;
	padding: 2px 5px;
}

h3.tableTitle {
	font-size: 12pt;
	margin: 25px 0px 0px 0px;
	background:none;
}

h4 {
	font-size:14pt;
	margin:0px 0px 5px 0px;
}

h5 {
	font-size:12pt;
	margin:0px;
	padding:0px;
}

textarea {
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

div#content p {
	margin-top:0px;
	margin-bottom: 15px;
}

div#content th, div#content td {
	font-family:Arial;
	font-size: 13px;
}

div.contentBox {
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
	margin-top:5px;
	padding:15px 20px 20px 20px;
}
div.contentBox h5{	
	color:#cc0000;
	font-size:12pt;
	font-weight:bold;
	margin:0;
	padding:0 0 10px 0;
}

div.contentBox h2 {
	margin-top:0px;
	margin-bottom:0px;
}

div.contextHelp {
	float: right;
	padding: 0px 0px;
}

div#contextHelp img{
	vertical-align: middle;
}

img.arrowSpacing {
	margin-right:10px;
}


/* FORMS */

span.formLabel {
	font-size:9pt;
}

span.formLabelSml {
	font-size:8pt;
	margin-top:3px;
}

span.requiredFieldTxt,span.optionalFieldTxt {
	color:#000;
	font-size:8pt;
	font-style:italic;
	font-weight:normal;
}


/* FEEDBACK */

div.feedbackPosWrap, div.feedbackNegWrap {
	padding:5px;
	line-height:1.2em; /* IE Bug correction */
	margin-bottom:15px;
}

div.feedbackPosWrap {
	background-color:#bde1b5;
	border:1px solid #008800;
}

div.feedbackNegWrap {
	background-color:#f0c6c8;
	border:1px solid #f00;
}

div.feedbackPosImg, div.feedbackNegImg {
	margin-right:5px;
	float:left;
}

div.feedbackText {
	margin-left:30px;
}

div.warningWrap, div.notEnoughWrap {
	border:1px solid #e6e6e6; 
	background-color:#f3f3f3;
	margin-bottom:15px;
}

div.warningImg {
	float:left; 
	margin:5px; 
	width:15px;
	display:inline;
}

div.warningImgLrg {
	float:left; 
	margin:5px; 
	width:25px;
	display:inline;
}

div.signInImg, div.notEnoughImg {
	float:left; 
	margin:5px 5px 0px 0px; 
	width:25px;
	display:inline;
}

div.signInImgLrg {
	float:left; 
	margin:5px 0px 10px 10px; 
}
div.warningTxt {
	margin:5px 5px 5px 25px;
}

div.signInTxt, div.notEnoughTxt {
	margin:5px 5px 5px 27px;
}

div.warningTxtOnly, div.upgradeTxtOnly {
	margin:5px;
}

div.feedbackInstWrap, div.signInWrap, div.upgradeWrap {
	border:1px solid #fcc829; 
	background-color:#fdeab4; 
	margin-bottom:20px;
}

div.feedbackInstTxtOnly {
	padding:10px;
}


/*	Login Drop Box */

a.loginToggle, a.joinToggle {
		height: 20px;
		padding: 4px 25px 5px 10px;
		/**/
		background-image: url('/img/homepage/toggleStateArrow.gif');
		background-repeat: no-repeat;
		background-position: bottom right;
		/**/
		font-weight: bold;
		line-height: 20px;
	}
		a.joinToggle { width: 270px; padding: 4px 25px 5px 0; }
		
		a.loginToggle:hover {
			text-decoration: underline;
		}
		
		a.activeArrow { 
			background-position: top right;
		}
		
		
div#loginDropBox {
	height: 80px;
	margin: 0 3px 0 0;
	background-image: url('/img/header/signinBg.gif');
	background-repeat: repeat-x;
	/**/
	overflow: hidden;
}

#loginDropBox h2 {
	display: block;
	width: 100px;
	height: 80px;
	margin: 0;
	float: left;
	/**/
	font-size: 16pt;
	background-color: transparent;
	text-align: center;
	line-height: 55px;
}
	
#loginDropBox label.block {
	width: 350px;
	height: 30px;
	padding: 0 10px 0 0;
	/**/
	font-weight: bold;
	text-align: right;
}

#loginDropBox .inputBlock {
	display: block;
	padding: 15px 0 0 0;
}

#loginDropBox label.rememberMe {
	display: block;
	width: 190px;
	float: left;
}

div#emailUses { padding: 0 0 0 100px; }

input.bgImage {
	width: 200px;
	height: 20px;
	margin: 0 0 2px 0;
	padding: 5px 0 0 20px;
	border: 1px solid #7F9DB9;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 12px;
}
	
input.userName { background-image: url('../img/homepage/username.jpg'); }
input.userPass { background-image: url('../img/homepage/password.jpg'); }

/* SITE MAP */
ul.navLvl1 {
	list-style-image:url('../img/common/sitemapCorner.gif'); 
	margin-top:5px;
}


li.navLvl1, li.navLvl2, li.navLvl3 {
	margin-left:-10px;
}

/* SIGN IN PROMPT */

div#promptJoinWrap {
	width:312px;	
	float:left;
}

div#promptSignInWrap {
	float:left;
	margin-right:20px;
	width:468px;
}

div#promptJoin {
	padding:10px 10px 10px 0px;
}

div.promptSignIn {
	background-color:#f8f8f8;
	border:1px solid #dfdfdf;
	padding:10px;
}


/* COLUMNS */

/*------ 50% Left Col 50% Right Col ------*/
div#fiftyLeftCol,div.fiftyLeftCol {
	width:464px;
	float:left;
}

div#fiftyRightCol,div.fiftyRightCol {
	width:464px;
	float:right;
}

/*------ 70% Left Col 30% Right Col ------*/
div#seventyLeftCol,div.seventyLeftCol {
	width:648px;
	float:left;
}
div#thirtyRightCol,div.thirtyRightCol {
	width:280px;
	float:right;
}
/*------ 60% Left Col 40% Right Col ------*/
div#sixtyLeftCol,div.sixtyLeftCol {
	width:594px;
	float:left;
}

div#fortyRightCol,div.fortyRightCol {
	width:334px;
	float:right;
}
/*------ 30% Left Col 70% Right Col ------*/
div#thirtyLeftCol,div.thirtyLeftCol {
	width:280px;
	float:left;
}
div#seventyRightCol,div.seventyRightCol {
	width:648px;
	float:right;
}

/*------ 40% Left Col 60% Right Col ------*/
div#fortyLeftCol,div.fortyLeftCol {
	width:384px;
	float:left;
}

div#sixtyRightCol,div.sixtyRightCol {
	width:544px;
	float:right;
}




/* STANDARD TABLE */

div.stdTable table {
	border:1px solid #ccc;
	border-collapse:collapse;
}

div.stdTable th {
	background-color:#e6e6e6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
	padding: 4px;
	border-collapse:collapse;
}

div.stdTable td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 4px;
	border-collapse:collapse;
}

div.stdTable tr.alt1 {
	background-color:#fff;
}

div.stdTable tr.alt2 {
	background-color:#fff;
}

div.stdTable tr.footer {
	background-color:#e6e6e6;
}


/* STANDARD TABS */

div#stdTabs div.active, div#stdTabs div.inactive {
	width:120px;
	margin-right:2px;
	font-weight:bold;
	text-align:center;
	float:left;
}


div#stdTabs div.active a, div#stdTabs div.inactive a{
	color:#000;
}

div#stdTabs div.active a:hover, div#stdTabs div.inactive a:hover {
	color:#0000ff;
}

div#stdTabs div.active {
	padding:10px 5px 5px 5px;
	background-color:#ccc; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	border-right:1px solid #ccc;
}

div#stdTabs div.inactive {
	margin-top:5px;
	padding:5px;
	background-color:#f1f1f1; 
	border-left:1px solid #ccc; 
	border-top:1px solid #ccc; 
	border-right:1px solid #ccc;
}

div#stdTabs div.greyDivLine {
	clear:both; 
	height:3px; 
	padding:0px; 
	margin:0px; 
}

div#stdTabs div.greyDivLine {
	background-color:#ccc;
}


/* HORIZONTAL LINES */

div.solidLine {
	clear:both;
	border-bottom:1px solid #CCC;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

div.dashedLine {
	clear:both;
	border-bottom:1px dashed #CCC; 
	border-collapse:collapse; 
	margin-top: 5px;
	margin-bottom:5px;
}


/* BROWSE TOGGLE MENU */

div#browseMenu {
	padding:5px;
}

div.treeList {
	margin-left:30px;
	font-size:8pt;
}

div.treeList2 {
	display:none; 
	margin-left:30px; 
	font-size:8pt;
}

a.treeTitle {
	font-weight:bold;
}

a.treeToggle {
	float:left;
	height:9px;
	margin:3px 3px 1px 0px;
	width:9px;
	cursor:pointer;
}

div.treeNonToggle {
	float:left;
	height:9px;
	margin:3px 3px 1px 0px;
	width:9px;
}

div.treeClosed, div.treeOpen {
	text-align:left;
	float:left;
	margin-bottom:3px;
}

div.treeOpen a.treeToggle {
	background:transparent url(../img/common/collapse.gif) no-repeat scroll 0%;
}

div.treeClosed a.treeToggle {
	background:transparent url(../img/common/expand.gif) no-repeat scroll 0%;
}

div.treeOpen div.treeList {
	display:block !important;
}

div.treeClosed div.treeList {
	display:none;
}


/* FORM STYLES */
div#formOutline {
	border:1px solid #e6e6e6;
}


/* USERNAME PROMPT */

div#upForm {
	padding:10px;
}

div#upForm div.formLeft {
	float:left; 
	width:130px; 
	margin-right:5px; 
	margin-top:3px; 
	text-align:right;
}

div#upForm div.formRight {
	float:left; 
	width:435px;
}

div.formRight li {
	margin-left:-25px; 
	margin-bottom:5px;
}

div#upForm div.clear {
	clear:both; 
	height:12px;
}


/* DROPSHADOWS */

/* usage:
<div class="shadowFour">
	<div class="shadowThree">
		<div class="shadowTwo">
			<div class="shadowOne">
				...content here...
			</div>
		</div>
	</div>
</div>
*/
.shadowOne{
	float:left;border-left:1px solid #f5f5f5; border-top:1px solid #f5f5f5; border-right:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;
}
.shadowTwo{
	float:left;border:solid #ececec; border-width:0px 1px 1px 0px;
}
.shadowThree{
	float:left;border:solid #f5f5f5; border-width:0px 1px 1px 0px;
}
.shadowFour{
	float:left;border:solid #fcfcfc; border-width:0px 1px 1px 0px;
}

/* LIST STYLES */
.spaced li {
	margin-bottom: 10px;
}
.clear{clear:both;}

.marginTop16{
	margin-top:16px;
}
* html .marginTop16{
	margin-top:18px;
}
*:first-child+html .marginTop16{
	margin-top:17px;
}

input.width68{
	width:68px;
}
input.width148{
	width:148px;
}

/* QUICK HELP */

div.quickHelpOutline {
	border:1px solid #e6e6e6;
	background-color:#fff;
}

div.quickHelpTitle {
	font-weight:bold;
	border-bottom:1px dashed #CCCCCC;
	margin:0px;	
	padding-top:5px;
	padding-bottom:3px;
}

div.quickHelpTitle img, div.quickHelpAll img{
	margin-right:15px;
}

div.quickHelpTitle ul{
	font-weight:normal;
	margin:10px 0 10px 18px;
	padding:0;
}
div.quickHelpTitle li{
	padding-bottom:5px;
}

div.quickHelpLinks {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;	
}

div.quickHelpLinks ul{
	margin-top:0px;
	margin-bottom:0px;
}

div.quickHelpLinks li{
	margin-left:-15px;
}

div.quickHelpPad {
	padding:10px;
}

div.quickHelpAll {
	font-weight:bold;
	border-top:1px dashed #CCCCCC;
	margin:0px;		
	padding-top:5px;
	padding-bottom:3px;
}


/*warning msg*/
.warningWrap, .notEnoughWrap {
	border:1px solid #ff0000;
	margin-bottom:15px;
	background:#ffffff;
}

.warningWrap img{
	padding-right:7px;
	float:left;
}
.warningWrap .textWrap{
	float:left;
	width:92%;
}


div.signInImg, div.notEnoughImg {
	float:left; 
	margin:5px 5px 0px 0px; 
	width:25px;
	display:inline;
}



/*div.warningTxt {
	margin:5px 5px 5px 25px;
}

*/
/*terms and conditions*/
.termsStopBox{
	border:1px solid #ee0000; 
	padding:8px; 
	margin-bottom:15px;
	margin-left:15px;
	float:right; 
	width:45%;
}

.footnote {
	font-size:7pt;
	padding:20px 0 0 0;
}

/* ANNOUNCEMENT HEADER STYLE */

div#anncHeaderWrap {
	margin:0px; 
	padding:5px 0px; 
	width:100%; 
	text-align:center; 
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

span.anncTxt {
	font-weight:bold; 
	color:#cc0000;
}
.alertErrTxtWrap
{
	float:left;
	width:650px;
}
.alertErrTxtWrapFull
{
	float:right;
	width:905px;
}

.alertInfoFull
{
	width:70%;
}

@media print {
	.noPrint {
		display:none;
	}
}


.floatL{
	float:left;
}

.floatR{
	float:right;
}
