/* ----------------------------------------------- */
/* --	FILE:		shared.css  				-- */
/* --	AUTHOR(s):	Doug Daulton				-- */ 
/* --	VERSION:	1.00						-- */ 
/* --	DATE:		2004/02/20					-- */ 
/* --	PURPOSE:	Define Global Classes		-- */ 
/* ----------------------------------------------- */

/* "Under The Hood" hides content from display */
.underthehood {
	display: none;
}

form {
    margin: 0px;
}

input.reactivate {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
}

/* --------------------------- */
/* DEBUG BLOCK
/* --------------------------- */
#debug-block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 270px; 
	padding: 0;
	z-index: 100;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	background: #000000;
	color: #FFFFCC;
}

#debug-block-bottom {
	height: 270px; 
	padding: 0;
	z-index: 100;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	background: #000000;
	color: #FFFFCC;
}

#debug-menu {
	width: 130px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;	
	padding-left: 5px;
	background: #000000;
	background-image: url(../../../media/image/debug_menu.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#debug-menu a {
	color: #CC0000;
}

#debug-submenu {
	width: auto;
	color: #FFFFCC;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-top: 1px dashed #CC0000;	
	margin-top: 10px;
	padding-top: 5px;
	line-height: 10pt; 
}

#debug-submenu a {
	color: #FFFFCC;
	text-decoration: none;
}

#debug-main * {	
	background: transparent;
	clear: both;
}

#debug-main {
	height: 270px;
	overflow: auto;
	padding-left: 5px;
	background: transparent;
	background-image: url(../../../media/image/debug_main.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

h4.debug-header-FEC {
	text-align: left;	
	width: auto;
	max-width: 534px;
	border-bottom: 3px outset #6600FF;					
	color: #6600FF;
	padding: 0 0 0 5px;
	margin: 0px;
}

h4.debug-header-EDS {
	text-align:left;
	width: auto;
	max-width: 534px;
	border-bottom: 3px outset #00CC00;					
	color: #00CC00;
	padding: 0 0 0 5px;
	margin: 0px;
}

h4.debug-header-LEGEND {
	text-align:left;
	border-bottom: 3px outset #FFFFCC;					
	color: #FFFFCC;
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}

.debug-code-FEC {
	white-space: pre;	
	color: #0099FF;
}

.debug-code-EDS {
	white-space: pre;
	color: #CAFF7A;
}

.debug-code-LEGEND {
	width: auto;
	padding-right: 92px;
	color: #FFFFCC;
}


/* --------------------------- */
/* LEGAL BLOCK
/* --------------------------- */
#wf-legal-section {
	margin: 0 15px 0 15px; 
	padding-top: 10px;
}

.wf-legal-block {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}	
	
.wf-legal-title {
	background-color: #000000;
	color:#FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: auto;
	padding: 10px 0 10px 15px;
}

.wf-legal-table {
	padding: 0px;
	margin: auto;
	width: auto;
}	
		
.wf-legal-table-cell, .wf-legal-table-cell h2, .wf-legal-table-cell h3  {
	padding: 3px;
	margin: 0;
}	

.wf-legal-table-cell-terms {
	background-color: #FFFFFF;
	width: 50%;
	padding: 4px;
	margin: 0;
	text-align: center;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

.wf-legal-table-cell-schedule {
	background-color: #FFFFFF;
	width: 50%;
	padding: 6px 8px  6px 10px;
	margin: 0;
	text-align: left;
	font-size: 10px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}

.wf-legal-copy {
	font-size: 11px;
	text-align: left;
	padding: 0 15px 0 15px;
}

.wf-legal-copy li {
	font-size: 12px;
	list-style: none;
	margin: 3px;
}	
		
.wf-legal-link {
	font-size: 10px;
	color: blue;
}

/*  DEBUG CODE
#wf-legal-section * div, #wf-legal-section * table {
	border: 1px solid blue;
}
*/


/* --------------------------- */
/* CONFIRMATION BLOCK
/* --------------------------- */
#wf-trunk-confirm-header {
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px;
	margin: 0px;		
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DB0000;
}	

#wf-trunk-confirm-body {	
	padding: 10px;
	margin: 0px;
	text-align: left;
	font-size: 10pt;	
	background-color: #FFFFCC;
}

#wf-trunk-confirm-footer {
	left: 0px;
	top: 0px;
	padding: 3px;
	margin: 0px;
	text-align: right;
	font-size: 10pt;	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DB0000;
}

/* --------------------------- */
/* ERROR BLOCK
/* --------------------------- */
#wf-trunk-errors-container {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;	
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	text-align: left;	
	color: #FFFFFF;
	background-color: #E60000;	
}

#wf-trunk-errors-header {
	left: 0px;
	top: 0px;
	width: auto;
	padding: 5px;
	margin: 0px;		
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}	

#wf-trunk-error-body {	
	padding: 10px;
	margin: 0px;
	text-align: left;
	font-size: 10pt;	
	font-weight: bold;
}

#wf-trunk-errors-footer {
	left: 0px;
	top: 0px;
	padding: 3px;
	margin: 0px;
	text-align: right;
	font-size: 10pt;	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}


/* --------------------------- */
/* PAYDATE WIDGET CLASSES
/* --------------------------- */
	.center {
		text-align:	center;
	}
	.vc { /* vertically centered */
		vertical-align:middle;
	}
	.b {
		font-weight:bold;
	}
	.tbl {
		width:auto;
		padding:0px;
		margin:0px;
		border:0px;
	}
	.col {
		width:50%;
	}
	.suboption {
		margin:	5px;
		padding:10px;
	}
	.r {
		text-align:right;
	}
	.example {
		font-style:italic;
	}
	.bgl {
		background-color:#dddddd;
	}
	.bgd {
		background-color:#cccccc;
	}
	.bl {
		display:list-item;
	}
	.hide {
		display:none;
	}
	.or {
		font-style:italic;
	}

/* --------------------------- */
/* ALL BLOCKS
/* --------------------------- */
div.wf-section table {
}

#wf-thankyou {
	height:280px;
	width: 582px;
	padding:0px;
	margin:3px 0px 0px 0px;
	background-image: url(../../../media/image/paperless.overview_b.gif);
background-repeat: no-repeat;
	text-align: left;
}
#wf-thankyou-text {
	width:420px;
	text-align:left;
	padding:10px 12px;
	font-size:16px;
	font-weight:bold;
	line-height:120%;
	color:#223B5F;
}
#wf-thankyou-subtext {
	font-size:12px;
}
#wf-thankyou-title {
	font-size:22px;
}
#wf-phone-support {
	width:420px;
	text-align:center;
	margin:5px 0px 0px 20px;
	font-size:30px;
	font-weight:bold;
	color: #ffffff;
}
#wf-phone-support-num {
	font-size:40px;
	font-weight:bold;
	color: #ffff00;
}

.sh-align-left {
	text-align: left !important;
    padding-left: 2px !important;
}
.sh-align-right {
	text-align: right !important;
    padding-right: 2px !important;
}
.sh-align-center {
	text-align: center !important;
    padding: 2px !important;
}
.sh-nobr {
	white-space: nowrap;
}
.sh-bold {
    font-weight: bold;
}
label {
    text-align: inherit;
}
input.sh-form-checkbox {

}
input.sh-form-label {

}
input.sh-form-label-required {

}
input.sh-form-radio {

}
input.sh-form-select {

}
select.sh-form-select-date {
	width: 55px;
}
select.sh-form-select-year {
	width: 70px;
}
input.sh-form-text {

}
input.sh-form-text-bank-name {
	width: 200px;
}
input.sh-form-text-income {
	width: 60px;
}
input.sh-form-text-long {
	width: 155px;
}
input.sh-form-text-mi {
	width: 15px;
}
input.sh-form-text-name-first {
	width: 80px;
}
input.sh-form-text-phone {
	width: 95px;
}
input.sh-form-text-short {
	width: 50px;
}
input.sh-form-text-ssn1 {
	width: 34px;
}
input.sh-form-text-ssn2 {
	width: 24px;
}
input.sh-form-text-ssn3 {
	width: 44px;
}
input.sh-form-text-stateid {
	width: 100px;
}
input.sh-form-text-street {
	width: 260px;
}
.sh-form-hint {
    font-size:7pt;
}
textarea, select, input.text {
    margin: 2px !important;
    padding: 0px 2px;
}
td {
	padding: 0px;
    vertical-align: top;
}
form * td {
	vertical-align: middle;
}
select {
    font-size: 10px;
    padding: 1px;
    border: 1px solid #000000;
}

p.notice {
    font-weight: bold;
}

.help 
{
	cursor: help;
}

img.help 
{
	width: 10px;
	height: 10px;
}
#wf-footer-tsslinks {
	background-image: url(../../../media/image/footer.logo.tss.left.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	text-align: center;
}

#wf-footer-tsslinks img {
	border-width: 0px;
}

#wf-seo-copy {	
	width: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
}

.row-header-base {
	padding: 5px 0 5px 5px;
	background-color: #CCCCCC;	
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

.row-header-default {
	padding: 5px 0 5px 5px;
	background-color: #CCCCCC;	
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.row-header-alternate {
	padding: 5px 0 5px 5px;
	background-color: #D9D9D9;		
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.row-header-inset {
	padding: 5px 10px 5px 15px;
	background-color: #FFFFFF;	
	font-size: 10pt;
	text-align:left;
}

.row-default {
	padding: 5px 0 5px 15px;
	background-color: #E6E6E6;	
}

.row-alternate{
	padding: 5px 0 5px 15px;
	background-color: #FFFFFF;		
}

/* Javascript Error Code */
#olperrors {
    display: none;
    padding: 0px;
    margin: 0px;
    color: #FF0000;
}
*.olperroron {
    color: #FF0000;
}

/* --------------------------- */
/* CLK Military Disclaimer
/* --------------------------- */

td.disclaimer {
	font-size:8pt;
	padding:3px 20px;
}

/* --------------------------- */
/* loan info amount question   */
/* --------------------------- */
#loan_info
{
	display: none;
	width:275px;
	background-color:#fff;
	border:1px solid #000;
	padding:10px;
	text-align:left;
	color:#D50E2F;	
}

