/*TABLE { border-collapse:separate;}
#node-50 TABLE {width:100%;}
#loggedtablecontainer TABLE{width:auto; padding:1px;}
#loggedtablecontainer TD{padding:1px;}
#loggedtablecontainer A, A:hover{background-color:#fff;}
#loggedtablecontainer  DIV A:hover{background-color:#000;}*/
#headertitle, A.headlink:hover { text-decoration:none;-moz-background-clip:border;-moz-background-inline-policy:continuous;-moz-background-origin:padding;background: transparent url(../images/skin/headertitle_bg.gif) no-repeat scroll 0 100%; padding-left:17px}


.reporttable {
	margin: 0px !important;
}
.reportinner {
	background-color: #ccc;
}
.homeBoxes {
	padding-top: 14px;
	padding-right: 5px;
	padding-left: 16px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.rowText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1D2E43;
}
.HotNewRowText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #1D2E43;
	padding-left: 6px;
}
.homeBoxes_casestudies {

	padding-top: 14px;
	padding-right: 16px;
	padding-left: 16px;
}
.l1subnav {

	padding-top: 14px;
	padding-left: 34px;
}
.l1bodytext {
	padding-top: 19px;
	padding-right: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.casestudiesImgbuffer {
	margin-right: 10px;
	margin-bottom: 10px;
}
.catTxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #1D2E43;
	padding-right: 16px;
	padding-left: 16px;
}
.subnavTxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D2E43;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 10px;
}
.footerCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
	padding-top: 5px;
	padding-left: 20px;
}
.footerlink A:link {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.footerlink A:visited {
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.footerlink A:active {
	color: #5CBBEB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.footerlink A:hover {
	color: #5CBBEB;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.snapshotRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	padding-left: 6px;
	font-weight: normal;
	text-align: right;
}
.snapshotDollars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: green;
	padding-left: 6px;
	font-weight: bold;
	text-align: right;
}

/*Application Button Styles*/

a.app_squarebutton{
background: transparent url('/images/app_btn_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width:150px;
}

a:link.app_squarebutton, a:visited.app_squarebutton, a:active.app_squarebutton{
color: #494949; /*button text color*/
margin:1px;

}

a.app_squarebutton span{
background: transparent url('/images/app_btn_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.app_squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.app_squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.app_buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*Navigation Styles*/

a.squarebutton{
background: transparent url('/images/nav_left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
width:150px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
margin:1px;

}

a.squarebutton span{
background: transparent url('/images/nav_right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

#downloadlink {
color:red;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
padding-left:6px;
text-align:right;
text-decoration:underline;
}

#lcontainer {
	width: 140px;
}
#lcontainer ul {
	margin: 0px;
	padding: 6px 0px 0px;
}



/* affiliate apply/profile styles */

h3#righttitle.containerHeader {
	margin: 15px 0px 5px;
	padding: 0px 0px 0px 15px;
	background: #666;
	text-transform: uppercase;
	height: 33px;
	line-height: 33px;
}
#appform {
    padding-top: 40px;
}
a.anchor {
	background-image:url(/images/skin/affiliateApplicationStepsBG.gif) !important;
	background-repeat:repeat-x !important;
	background-color: #FFFFFF !important; 
	border:1px solid #522D03 !important; 
	font-family: Arial,Tahoma!important;
	font-size: 12px !important;
	color: #fff !important;
	margin:2px !important;
	font-weight:bold !important;
	-moz-border-radius-topright:3px !important;
	-moz-border-radius-topleft:3px !important;
	-moz-border-radius-bottomright:3px !important;
	-moz-border-radius-bottomleft:3px !important;
	padding:2px !important;
	text-decoration: none !important;
	padding:5px !important;
	display:block !important;
	text-indent: !important;
	width:200px !important;
	}
a.readthisBtn {
	background-image:url(/images/skin/affiliateApplicationStepsBG.gif) !important;
	background-repeat:repeat-x !important;
	background-color: #FFFFFF;
	border:1px solid #522D03;
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #fff;
	font-weight:bold;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	padding:2px 2px 2px 2px;
	text-decoration: none;
	width:20px;
	white-space:nowrap;
	text-indent:0px;
	text-align: center;
}
a.nextBtn {
	background-image:url(/images/skin/affiliateApplicationStepsBG.gif) !important;
	background-repeat:repeat-x !important;
	background-color: #FFFFFF;
	border:1px solid #522D03;
	font-family: Arial,Tahoma !important;
	font-size: 12px !important;
	color: #fff;
	margin:2px;
	font-weight:bold;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	padding:2px;
	text-decoration: none;
	padding:5px;
	display:block;
	text-indent:0px;
	width:50px;
	text-align: center;
}
a.w9downloadBtn
{
	background-image:url(/images/skin/affiliateApplicationStepsBG.gif) !important;
	background-repeat:repeat-x !important;
	background-color: #FFFFFF;
	border:1px solid #522D03;
	font-family: Arial,Tahoma !important;
	font-size: 12px !important;
	color: #fff;
	margin:2px;
	font-weight:bold;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	padding:2px;
	text-decoration: none;
	padding:5px;
	display:block;
	text-indent:0px;
	text-align: center;
}
a.nextBtn:hover, a.w9downloadBtn:hover, a.submitBtn:hover, a.previousBtn:hover, a.anchor:hover, a.readthisBtn:hover{
	background-image:url(/images/skin/affiliateApplicationStepsBG_over.gif) !important;
	background-repeat:repeat-x !important;
	color: #fff !important;
	font-family: Arial,Tahoma !important;
	}
a.previousBtn {
	background-image:url(/images/skin/affiliateApplicationStepsBG.gif) !important;
	background-repeat:repeat-x !important;
	background-color: #FFFFFF;
	border:1px solid #522D03;
	font-family: Arial,Tahoma !important;
	font-size: 12px !important;
	color: #fff;
	margin:2px;
	font-weight:bold;
	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	padding:2px;
	text-decoration: none;
	padding:5px;
	display:block;
	text-indent:0px;
	width:50px;
	text-align: center;
}
.applicationheader {
 text-align:center;
 padding-bottom:40px;
 border-bottom:1px solid #ccc;
 display:block;
}
.activestep, .activestepID, .inactivestep, .inactivestepID {
	padding: 1px 5px;
	background: none;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.activestep {
	padding: 1px 10px 1px 5px;
	background-color: #e02722;
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #fff;
	margin: 1px 5px 1px 0px;
	font-weight:bold;
	font-family: Arial,Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	display:block;
	float:left;
}
.activestepID {
	background-color: #e02722;
	font-family: Arial,Tahoma;
	font-size: 12px;  
	font-weight:bold;
	color: #FFFFFF;
	width: 12px;
	display:block;
	margin:1px 0px 1px 1px;
	float:left;
}
.inactivestep {
	padding: 1px 10px 1px 5px;
	background-color: #000;
	font-family: Arial,Tahoma;
	font-size: 12px;
	color: #fff;
	margin: 1px 5px 1px 0px;
	font-weight:normal;
	font-family: Arial,Tahoma;
	font-size: 12px;
	font-weight:bold;
	display:block;
	float:left;
}
.inactivestepID {
	background-color: #000;
	font-family: Arial,Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	width: 12px;
	display:block;
	margin:1px 0px 1px 1px;
	float:left;
}
#header0 {
    /* border-left: none; */
}
#header6 {
    /* border-right: none; */
}
.warning {
	font-size: 11px !important;
	font-weight:bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #F00 !important;
}
.notifyInvalid {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	position:relative;
    width:18px;
    color: #c00;
	border:1px solid #c00;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomright:20px;
	/* use this if wanting to go from text to image markers
	background-image:url(/images/invalid.gif);
	background-repeat: no-repeat;
	text-indent:-10000px; */
}
.notifyValid {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	position:relative;
    width:18px;
    color: #0a0;
	border:1px solid #0a0;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomright:20px;
	/* use this if wanting to go from text to image markers
	background-image:url(/images/ok.gif);
	background-repeat: no-repeat;
	text-indent:-10000px; */
}
.imNotifyWrapper{
	position:relative;
	white-space:nowrap;
	width:80px;
	vertical-align:middle;
	margin: -10px 0px 0px 0px;
}

#improtoNotify  {margin-left:25px;} /*This pushes this so the two divs that hold the notifications don't overlapp*/

#passNotify, #unameNotify{width:60px} /*This adjust the size of the notification container so it clears the bigger message when using text mode*/

.notifyEmpty{
	position:relative;
	width:18px;
}
.requiredField {
    color: #f00;
}
#fnameinitial, #lnameinitial {
    color: #f00;
}
#completedfname, #completedlname {
    color: #000;
}

#affForm div#sigBox ul li {
	list-style: none;
	padding: 0px;
}

