/* --------------------------------------------------- */
/* --	FILE:		skin.css (001.ARES) 			-- */
/* --	AUTHOR(s):	Annika Gustafson				-- */ 
/* --	VERSION:	1.00							-- */ 
/* --	DATE:		12.03.2008						-- */ 
/* --	PURPOSE:	Site skin css					-- */ 
/* --   RENAME TO:  skin.stressfreecashtoday.com.css-- */
/* --------------------------------------------------- */

/* ----------------------------------------------- */
/* SKIN CLASSES: PER SITE CSS                      */
/* This file should only define colors and         */
/* backgrounds, everything else is defined in      */
/* wireframe.css or in shared css                  */
/* ----------------------------------------------- */

body {
	/* set page background */
	background-color: #333;
}

/* STATUS PAGE DEFINITIONS */

/* END LOCAL DEFINED CLASSES - SITE LEVEL*/

img {
	/* prevent images inside links from having borders */
	border: 0px;
}

.flo {
	float:left;
	display:inline;
	_margin-left:-3px;
}

a img {
	/* prevent images inside links from having borders */
	border: 0px;
}

div.page {

}

#wf-trunk-EDS-response {
	width: auto; 	
	height: auto;
	margin:auto;
}

div.trunk-EDS-response {

}

.wf-section {
	width:auto;
}

div.wf-section {
     width: auto;
     padding: 0px;
     margin: 0px auto;
}

#wf-trunk-formhead {
	display: none;
}

#wf-trunk-formhead-paperless {
	display: none;
}	

#wf-trunk-formheadsub {
	display: none;
}

#wf-trunk-formheadsub-paperless {
	display: none;
}

#esig-table {
	width: 650px;
}

/* --------------------------- */
/* BASE/SUB TEMPLATES
/* --------------------------- */


div.main-header {
	color: inherit;
}

div.main-title {
	color: #052155;
	background-color: inherit;
}

div.main-nav-top {
	background-color: inherit;
}

div.main-table {
	color: inherit;
	border-color: inherit;
}	

.main-copy {
	color: inherit;
}



/* --------------------------- */
/* SIDEBAR TEMPLATES
/* --------------------------- */

div.sidebar-copy {
	color: inherit;
}

div.sidebar-title {
	color: inherit;
	border-top: 1px solid inherit;
	border-bottom: 1px solid inherit;
}

/* --------------------------- */
/* SEO RELATED
/* --------------------------- */

div.seo-header {
	color: inherit;
}

div.seo-content {

}

div.seo-footer {
	color: #fff;
}

/* link to hallway page, non-obvious */
#seo-footer a, #seo-footer a:active, #seo-footer a:visited, #seo-footer a:hover {
	color: #cccccc;
	text-decoration: none !important;
	cursor: default;
}
/* ------------------------------------------------ */
/* CLASSES FROM SHARED FORM CSS
/* ------------------------------------------------ */


div.form-errors {		
	background-color: inherit;
	color: inherit;
}

div.endcap-errors {
	background-color: inherit;
	color: inherit;
}

div.section-head-errors {
	color: inherit;
	background-color: inherit;
}

div.section-foot-errors {
	background-color: inherit;
	color: inherit;
}

div.error-body {
	background-color: inherit;
}

/* --------------------------- */
/* TSS FORM ELEMENTS
/* --------------------------- */

.trunk-section-header {
	color: #ffffff;
	background-color: #000000;
}

/* page 2 section colors */
div.form-section-default {
	/*set the color the same as tr.form-section-default */
    background-color: #ccc;
}

tr.form-section-default {
	/*set the color the same as div.form-section-default */
    background-color: #ccc;
}

div.form-section-alternate {
	/*set the color the same as tr.form-section-alternate */
    background-color: #e5e5e5;
}

tr.form-section-alternate {
	/*set the color the same as div.form-section-alternate */
    background-color: #e5e5e5;
}

div.section-head img {

}

div.section-foot {
	color: inherit;
	background-color: inherit;
}

.section-endcap, .completed-endcap {
    background-color: #000;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.section-submitcap {
	background-color: #000000;
}

span.completed {
	color: #C2D4E5;
}

.boilerplate-bg {
	background-color: inherit;
}

.denied-bg {
	background-color: inherit;
}

.notice {

}

.strong {
	font-weight: bold;
}


/* --------------------------- */
/* BASE HTML TAGS
/* --------------------------- */


/* default links */
a { 
	text-decoration: none; 
	color: #06c;
}

a:visited { 
	text-decoration: none; 
	color: #06c;
}

a:active { 
	text-decoration: underline; 
	color: #06c;
}	

a:hover { 
	text-decoration: underline; 
	color: #06c;
}	

h1, h2, h3, h4, h5, h6  {

}

hr {
	color: inherit;
	background-color: inherit;
}



/* --------------------------- */
/* TOP NAVIGATION LINKS
/* --------------------------- */
div.nav_links {
	/* Sets the distance of the FAQs text block on main page from the left, the color of the font, and size */
	text-align:right;
	margin:14px 22px 0px 0px;
	color:#dcdee1; 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Sets link color for FAQs on main page */
#nav_links a { 
	text-decoration: none; 
	color: #fff;
}

#nav_links a:visited { 
	text-decoration: none; 
	color: #fff;
}

#nav_links a:active { 
	text-decoration: none; 
	color: #fff;
}

#nav_links a:hover { 
	text-decoration: underline; 
	color: #fff;
}
/* --------------------------- */
/* DESCRIPTION
/* --------------------------- */
p.description {
	font-size:11px;
	line-height:1.5em;
	color:#fff;
	margin:0px 10px 75px 32px;
	width:270px;
}

/* --------------------------- */
/* BULLETS
/* --------------------------- */
p.bullets {
	font-size:11px;
	color:#fff;
	margin:0px 10px 75px 32px;
	width:270px;
}
strong.bullets {
	font-size:12px;
}
/* --------------------------- */
/* FAQ LINKS
/* --------------------------- */
div.faq {
	/* Sets the distance of the FAQs text block on main page from the left, the color of the font, and size */
	margin: 0px 0px 75px 32px;
	text-align:left; 
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#wf-faq {
	width:250px;
}
#wf-faq li {
	list-style-type:none;
	line-height:1.75em;
}

/* Sets link color for FAQs on main page */
#wf-faq a { 
	text-decoration: none; 
	color: #fff;
}

#wf-faq a:visited { 
	text-decoration: none; 
	color: #fff;
}

#wf-faq a:active { 
	text-decoration: none; 
	color: #fff;
}

#wf-faq a:hover { 
	text-decoration: underline; 
	color: #fff;
}
/* --------------------------- */
/* TESTIMONIALS
/* --------------------------- */
p.testimonial {
	text-align:left;
	font-size:11px;
	line-height:1.5em;
	color:#fff;
	margin:0px 10px 10px 32px;
	width:270px;
}
p.testimonial_name {
	text-align:right;
	font-size:11px;
	line-height:1.5em;
	color:#fff;
	margin:0px 10px 25px 32px;
	width:270px;
}
/* --------------------------- */
/* BASIC FORM ELEMENTS
/* --------------------------- */

textarea, select, input.text {
	color: inherit;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

input.button {
	color: #FFFFFF;
	background-color:#AA0000;
	border: solid 1px #AA0000;
}
#button_place {
	text-align:center;
}
small {
	color:#999;
}
/* --------------------------- */
/* FOOTER
/* --------------------------- */

div.footer {
	/* Sets color of text in footer */
	color: #fff;
}

#wf-footer {
	width: 750px;
}
/* Sets color of links in footer */	
#wf-footer a { 
	text-decoration: none; 
	color: #fff;
}

#wf-footer a:visited { 
	text-decoration: none; 
	color: #fff;
}

#wf-footer a:active { 
	text-decoration: none; 
	color: #fff;
}

#wf-footer a:hover { 
	text-decoration: underline; 
	color: #fff;
}

/* --------------------------- */
/* POP-UP TEMPLATES
/* --------------------------- */

div.pops-page {
	/* set page background for pop-up */
	color: inherit;
	background-color: #ffffff;
}

div.pops-title {
	/* set page title color */
	color:#333;
	background-color: inherit;
}

div.pops-copy {
	color: inherit;
	background-color: inherit;
}

div.pops-close {
	/* sets text color and background color for footer of pop-up */
	color: #fff;
	background-color: #333;
}

div.pops-close a {
	/* sets link color for footer of pop-up */
	text-decoration: none;
	color: #fff;	
}

div.pops-close a:active {
	text-decoration: none;
	color: #fff;	
}

div.pops-close a:visited {
	text-decoration: none;
	color: #fff;	
}

div.pops-close a:hover {
	text-decoration: underline;
	color: #fff;	
}

.pops-close a {
/* sets link color for footer of pop-up */
	text-decoration: none;
	color: #fff;	
}

.pops-close a:active {
	text-decoration: none;
	color: #fff;	
}

.pops-close a:visited {
	text-decoration: none;
	color: #fff;	
}

.pops-close a:hover {
	text-decoration: underline;
	color: #fff;	
}

.pops-copy a {
	/* sets link color in pop-up (body) */
	text-decoration: none;
	color: #06c;	
}

.pops-copy a:active {
	text-decoration: underline;
	color: #06c;	
}

.pops-copy a:visited {
	text-decoration: none;
	color: #06c;	
}

.pops-copy a:hover {
	text-decoration: underline;
	color: #06c;	
}

.pops-top {
	font-size: 8pt;
	text-align: right;
	text-decoration: none;
	color: pops-top;
}

.pops-small {
	font-size: 8pt;
}

div.main-copy {
	color: inherit;
}

div.main-title {

}

div.main-top {

}

