/* 
 
 [IRL Innovation - Originaly Adapted From:]
 
 wFORMS 2.0 Stylesheet -  Design Melt Down Theme v3 - Aug. 2006

 Adapted from Forms With Style -  Design Melt Down (www.designmeltdown.com)
 This notice MUST stay intact for legal use
 Visit Design Melt Down at http://www.designmeltdown.com/ 
 
 To be used along with wforms-jsonly.css - See http://www.formassembly.com/wForms
*/

body
{
	font-family: Arial;
	font-size: .7em;
	font-weight: bold;
	color: #3A3B0F;
	margin: 10px;
	background-color: #BAB989;
	line-height: 2em;
}

img {border:0;}
img a {border:0}
div.frontpageinstructions {
	line-height: 1.2em;
	width:90%;
	padding-left: 10px;
}
.pagebreak {
    display: none;
}
.screen_hide {
    display: none;
}
/* Navigator */
div.cssNavigationMain
{
	color: #ECE800;
	font-size: 2.3em;
	padding-left: 5px;
	margin-bottom:15px;
	width: 97%;
}

span.cssNavigationBar
{
	position: relative;
	top:15px;
	left:0px;
	background-color: #BAB989;
	padding: 2px;
}

.cssNavigationBar a
{
	text-decoration: none;
	color:  #075211;
	font-size: .5em;
	padding: 6px;
}

.cssNavigationBar span.cssNavigationBarInactiveLink 
{
	background-color: White;
	margin: 2px;
	width:30px;
}

.cssNavigationBar span.cssNavigationBarActiveLink
{
	background-color: #DBDABC;
	margin: 2px;
	width:30px;
}
/* End Navigator */


/* Sections */
div.cssPageSectionVisible, div.cssPageSectionHidden, div.cssPageSectionNotHideable, div.cssPageSectionAlert
{
	display:block;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.cssPageSectionHidden 
{
	display:none;
}

div .cssPageSectionContents, div .cssPageSectionHeader
{
	display:block;
	padding: 8px 0px 5px 11px;
	width: 100%;
}
/* End Sections */


/* Contents */

div .cssPageSectionContents 
{
	position:relative;
	background-color:#DBDABC;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#BAB989;
	overflow: visible;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:small;
}
/* End Contents */


/* Headers */
div .cssPageSectionHeader 
{
	background-color:#BAB989;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#BAB989;
	text-transform:uppercase;
	text-align:left;
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
} 

.cssLabel
{
	text-transform: uppercase;
	color: #075211;
}
/* End Headers */


/* CSS Popups */
.field-hint
{
	position: absolute;
	padding: 5px;
	margin:  2px;
	background-color: #fffbb8;
	border: 1px solid #ffc20d;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
	width: 50%;
	z-index: 1;
}

.field-hint-inactive {
	display:none;
}

.audiocue {
	font-weight: bold;
	font-style: oblique;
	color: #B67302;
}
/* End CSS Popups */

/* Specific CSS Popups */
#HelpControlPrivacyHelpArea {width: 400px; margin-top: -100px;}
#PageSectionControl10_pageSectionHelpHelpArea {width: 400px;}
#HelpControl11aHelpArea {width: 250px;}
#PageSectionControl22_pageSectionHelpHelpArea {width: 400px;}
#HelpControl11bHelpArea {width: 350px;}
#PageSectionControl24_pageSectionHelpHelpArea {width: 500px;}
/* End Specific CSS Popups */

/* Inputs */
textarea, input 
{
    margin:2px 5px 0 0;
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color:#BAB989;
    font-family:"Courier New", Courier, mono;
    padding:1px 2px;
}

textarea 
{
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;	
}

input.cssButton
{
	background-color:#e19f31;
	border:1px solid #809431;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:2px;
	margin:0px 15px 0px 0px
}

.cssMultipleChoiceOption, .cssYesNoRadio
{
	border-width: 0px;
}

/* End Inputs */


/* Table Control */
table.cssTableTable
{
	border-bottom: solid 1px #BAB989;
	border-right: solid 1px #BAB989;
	border-collapse:collapse;
	width:95%;	
}

td.cssTableCell
{
	border-top: solid 1px #BAB989;
	border-left: solid 1px #BAB989;
	margin: 0px;
	padding: 2px;
}
/* End Table */


/* Buttons */
.btnSubmit {
  background: url(../images/save_up.gif) no-repeat;
}
.btnSubmit:hover {
  background: url(../images/save_down.gif) no-repeat;
}

.btnPrint {
  background: url(../images/print_up.gif) no-repeat;
}
.btnPrint:hover {
  background: url(../images/print_down.gif) no-repeat;
}

.btnNext {
  background: url(../images/next_up.gif) no-repeat;
}
.btnNext:hover {
  background: url(../images/next_down.gif) no-repeat;
}

.btnPrev {
  background: url(../images/prev_up.gif) no-repeat;
}
.btnPrev:hover {
  background: url(../images/prev_down.gif) no-repeat;
}

.btnReset {
  background: url(../images/reset_up.gif) no-repeat;
}
.btnReset:hover {
  background: url(../images/reset_down.gif) no-repeat;
}
/* End Buttons */


/* Validation */

.cssValidatorHighlight
{
	background-color:white;
	border:dotted 1px black;
	margin:-1px;
	margin-right:10px;
	
}

.cssValidatorShow
{
}

.cssValidatorHidden
{
	display:none;
}



/* Calendar */

.calHeader, .calHeader a
{
	color:#ECE800;
	background-color: #075211; 
	font-weight: bold;
}

.calDOWHeader
{
	color:Black;
	background-color: #BAB989;
}

.calWeekDays, .calWeekDays a
{
	color:black;
	background-color:white;
}

.calWeekendDays, .calWeekendDays a
{
	color:black;
	background-color:#ECE800;
}

.calCurrentDay, .calCurrentDay a
{
	color:black;
	background-color:#DBDABC;
}

