/* 
 
 [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: 1em;
	font-weight: bold;
	line-height: 2em;
	width: 40px;
}
.pagebreak {
    page-break-after: always;
}
.print_hide {
	display: none;
}

/*
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
img { page-break-inside:avoid; page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
*/

img
{
	display: none;
}


/* Navigator */
div.cssNavigationMain
{
	display:none;
	
}
/* End Navigator */


/* Sections */
div.cssPageSectionVisible, div.cssPageSectionHidden
{
	position: relative;
	display:block;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 20px;
	/* page-break-after: always; */
}

div.cssPageSectionNotHideable, div.cssPageSectionAlert
{
	display: none;
}

div .cssPageSectionContents, div .cssPageSectionHeader
{
	position: relative;
	display:block;
	padding: 8px 0px 5px 11px;
	width: 100%;
}
/* End Sections */


/* Contents */
div .cssPageSectionContents 
{	
	position:relative;
	overflow: visible;
}
/* End Contents */


/* Headers */
div .cssPageSectionHeader 
{
	border-bottom: solid 2px black;
	text-transform:uppercase;
	text-align:left;
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
} 

.cssLabel
{
	border-width:0px 0px 0px 10px;
	border-style:solid;
	border-color:black;
	padding-left: 3px;
	text-transform: uppercase;
}
/* End Headers */


/* CSS Popups */
.field-hint
{
	display: none;
}

.field-hint-inactive {
	display:none;
}
/* End CSS Popups */


/* Inputs */
.printDiv
{
	margin:0 0 0 5px;
	border-width:  0 0 0 0;
	border-style: solid;
	border-color: black;
	font-family:"Courier New", Courier, mono;
	padding:3px;
	height:auto; 	
	font-weight: normal;	
}

input
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;
}

.cssMultipleChoiceOption {
    border-width: 2px;
    border-style: solid;
    border-color: black;
}

textarea
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: black;

}

/*
.cssQuestionText, .cssDateTextbox
{
    float: right;
    text-align: left;
}
*/
.cssMultipleChoiceOption, .cssYesNoRadio
{		
	border-width: 0px;
}



.cssButton
{
	display: none;
}
/* End Inputs */


.cssValidatorHidden
{
	display:none;
}
