html{
	_height: 100%;
	min-height:100%;
}
.appbody{
	_height:				100%;
	min-height:	100%;
	margin-top: 		0px; 
	margin-right: 		0px; 
	margin-bottom: 		0px; 
	margin-left: 		0px; 
	/* background: #F4F4F4 url("/images/back.gif");
	background-repeat: repeat-x;
	 background:url('images/backassistant.gif');background-repeat:no-repeat;background-position:bottom right;
	*/
}
.prebody{
	_height:				100%;
	min-height:	100%;
	margin-top: 		15px; 
	margin-right: 		0px; 
	margin-bottom: 		25px; 
	margin-left: 		0px;
}

.prenone{
	_height:				100%;
	min-height: 100%;
	margin-top: 		0px; 
	margin-right: 		0px; 
	margin-bottom: 		25px; 
	margin-left: 		0px;
	background-color: #ededed;
}
.newwindow{
	_height:				100%;
	min-height:	100%;
	margin: 			0px; 
}

.noformat{
	_height:				100%;
	min-height: 100%;
	margin: 			0 20px 0 20px; 
}

a:link			{    color: #3366cc;    text-decoration: none; }
a:visited		{    color: #3366cc;    text-decoration: none; }
a:hover			{    color: #333399;    text-decoration: underline; }
a:active		{    color: #3366cc;    text-decoration: none; }

body {
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	list-style-type: 	none;
	color: 				#333333;
	padding:			0px 0px 0px 0px;
	line-height:		16px;
}

/* ************ APP STYLES - REQUIRED ************ */

/* FORM AND ROWS */
.divform { /* wraped around all forms */
	width: 		100%;
}
.formrow{ /* each rows within a form */
	width: 100%;
	vertical-align: middle;
	clear:both;
}
.formsection { /* section headings/titles */
	font-weight: bold;
}
.formlabel{ /* each form field label */
	width:			25%;
	float: 			left;
	padding-top:	5px;
}
.formtext{ /* each form text field */
	width: 		44%;
	float: 		left;
	padding:	2px 2px 2px 0px;
}
.formfile{ /* each form file field */
	width: 44%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formarea{ /* each form textarea field */
	width: 44%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formareafull{ /* each form text field - full screen */
	width: 99%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formselect{/* each form select field */
	width: 44%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formradio{ /* each form radio field */
	width: 44%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formcheckbox{ /* each form checkbox field */
	width: 44%;
	float: left;
	padding:	2px 2px 2px 0px;
}
.formbutton{ /* each form button field */
	width: 75%;
	float: right;
	padding: 2px 2px 2px 0px;
	margin-top: 10px;
}
.formspacer{ /* each form spacer field */
	width:100%;
	border-bottom: #CECECE 1px dashed; 
	margin-bottom: 3px;
	_height: 2px;
	min-height: 2px;
	vertical-align:top;
	line-height:5px;
	clear:both;
}
.formdesc { /* each form description (under field) */
	width:		28%;
	float: 		left;
	font-size: 	11px; 
	color: 		#666;
	padding-left: 10px;
}

/* FORMS INPUT & BUTTONS */
.input {
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			11px; 
	padding:			3px 0px 0px 3px;
	color: 				#333333;
	border: 			1px solid #999999;
	border-bottom:		1px solid #666666;
	border-right:		1px solid #666666;
	_height:				18px;
	min-height: 18px;
}
.textarea {
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	background-color:	#ffffff;
	padding:			2px 0px 0px 4px;
	color: 				#333333;
	border: 			1px solid #999999;
	_height:35px;
	min-height: 35px;
	width: 95%;
}
.select {
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			11px; 
	font-weight: 		300; 
	background-color:	#ffffff;
}
.radio	{
	background-color:	#ededed;
	border-style:		none;
	padding:			0px 0px 0px 0px;
	vertical-align:		middle;
	vertical-align: middle;
}
.radiorow	{
	background-color:	#ffffff;
	border-style:		none;
	padding:			0px 0px 0px 0px;
	vertical-align:		middle;
}
.checkbox {
	background-color:	#ededed;
	border-style:		none;
	vertical-align: middle;
}
.checkboxrow {
	background-color:	#ffffff;
	border-style:		none;
	vertical-align: middle;
}
.button {
	border-right: #acb5b5 3px double; 
	border-top: #c4cccc 3px double; 
	background-color:#f6f6f6;
	border-left: #acb5b5 3px double; 
	border-bottom: #6f7777 3px double;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	padding:			0px 0px 0px 0px;
}
.file {
	font-family: 		tahoma, helvetica, sans-serif; 
	font-size: 			11px; 
	padding:			3px 0px 0px 3px;
	color: 				#333333;	
	width:280px;
	_height:				18px;
	min-height: 18px;
}
.image{
	padding:			0px;
	border: 			0px;
	_height:				auto;
	min-height: auto;
	margin: 			0px;
}


/* PAGENAV - RECORDS GO TO FIELD */
.inputpagenav{
	font-size: 			10px; 
	padding:			3px 0px 0px 3px;
	color: 				#333333;
	border: 			1px solid #999999;
	_height:				12px;
	min-height: 12px;
	margin: 0px 0 2px 0;
}

/* DISPLAY TABLES */
.divdisplay {
	width:100%;
	border: 1px solid #CECECE;
}
.divselect{
	_height: 			20px;
	min-height: 20px;
	background-color: 	#fff;
	padding: 			5px 5px 5px 5px;
	font-weight: 		bold;
	text-align:			right;	
}
.divlabel{/* column labels - headings */
	_height: 			20px;
	min-height: 20px;
	width:				100%;
	background-color: #ccc;
	border-bottom: 		1px cccccc solid;
	font-weight: 		bold; 
	padding-top:		4px;
}
.spanlabel{
	float: left;
}
.divrow{/*  rows */ 
	width:100%;
	min-height: 30px;
	_height:30px;
	border-bottom: 1px #cccccc solid;
	background-color: 	#ffffff;
	clear:both;
}
.divrowalt{/* alternating rows */ 
	width:100%;
	_height:30px;
	min-height: 30px;
	border-bottom: 1px #cccccc solid;
	background-color: 	#ffffff;
}
.divrowextra{/*  rows -0 extra data below as with broadcast display */ 
	width:100%;
	_height:30px;
	min-height: 30px;
	background-color: 	#ffffff;
}
.divrowempty {
	_height:				30px;
	min-height: 30px;
	border-bottom: 		1px #ededed dotted;
	background-color: 	#fff;
	vertical-align: 	middle;
	line-height:		30px;
	padding: 			0px 4px 0px 4px;
}
.spanrow{
	float: left;	
	padding: 7px 0px 0px 0px;
}
.spanrowselect {
	float: left;
	padding: 3px 0px 0px 0px;
}

/* HELP TEXT FORMATTING */
.divhelptitle{
	font-weight: bold;
	margin-bottom: 10px;
}
.helprow{
	clear:both;
	_height: 22px;
	min-height: 22px;
}
.helpquestion{

}
.helpanswer{

}

.divhelprelated{
	margin: 20px 0 0 0 ;
	
}
.divhelprelatedtitle{
	font-weight: bold;
	margin-bottom: 5px;
}
/* ************ SKIN ************ */

/* PAGE WRAPPERS */
.divmain {
	width:700px;
	background-color: #ededed;
	padding:2px 10px 0px 10px;
}

/* FOOTER */
.footer{
	font-family: tahoma,tahoma,helvetica;
	font-size:10px;
	color: #666;
	
}

.footer :link			{color: #5D91DD;    text-decoration: none; }
.footer :visited		{color: #5D91DD;    text-decoration: none; }
.footer :hover			{color: #333;    text-decoration: underline; }
.footer :active			{color: #5D91DD;    text-decoration: none; }

/* Pre App Text*/
.texttitle {
	font-family: tahoma,tahoma,helvetica;
	font-size:14px;
	font-weight: bold;
	line-height:22px;
	color: #3366cc;
}


/* LOGIN HOME PAGE */
.inputlogin{
	font-family: 	verdana,tahoma;
	font-size:		9px;
	_height:			14px;
	min-height: 14px;
	width:			90%;
	color: 			#666;
	border:			1px solid #cccccc;
	padding:		2px 0 0 4px;
	line-height:	10px;
}
.imagelogin{
	vertical-align:middle;
}

/* FORMS TABLES - TD FORMATTING */
form{
	display: inline;
	margin:0px;
}

/* ERROR */
.errortitle{
	font-size: 			11px;
	font-weight: 		600; 
	color: 				#ffffff;
	_height:				20px;	
	min-height: 20px;
}
.errormessage{
	font-size: 			11px;
	font-weight: 		300; 
	color: 				#ffffff;
	padding:			0px 0px 3px 0px;
}
.errorext:link			{    color: #000000;   text-decoration: none; }
.errorext:visited		{    color: #ffffff;   text-decoration: none; }
.errorext:hover			{    color: #ffffff;   text-decoration: underline; }
.errorext:active		{    color: #ffffff;  text-decoration: none; }



/* WARNING */
.warningtitle{
	font-size: 			11px;
	font-weight: 		600; 
	color: 				#ffffff;
	_height:				20px;	
	min-height: 20px;
}
.warningmessage{
	font-size: 			11px;
	font-weight: 		300; 
	color: 				#ffffff;
	padding:			0px 0px 3px 0px;
}

/* SHIFR KEY MESSAGE */
.displaytext{
	font-size: 	11px; 
	color: 		#666;
}

/* PROCESS DONE*/
.processMessage{
	font-size: 			11px;
	font-weight: 		600; 
	color: 				#fff;
	background:			#fff url('/images/smenu_message.gif') no-repeat bottom left;
}


/*  CORNERS */
.qvmcrn{ 
display:block
} 
.qvmcrn *{ 
display:block;
height:1px;
overflow:hidden;
background:#ededed
} 
.qvmcrn1{ 
border-right:1px solid #f7f7f7;
padding-right:1px;
margin-right:3px;
border-left:1px solid #f7f7f7;
padding-left:1px;
margin-left:3px;
background:#f1f1f1;
} 
.qvmcrn2{ 
border-right:1px solid #fdfdfd;
border-left:1px solid #fdfdfd;
padding:0px 1px;
background:#f0f0f0;
margin:0px 1px;
} 
.qvmcrn3{ 
border-right:1px solid #f0f0f0;
border-left:1px solid #f0f0f0;
margin:0px 1px;
} 
.qvmcrn4{ 
border-right:1px solid #f7f7f7;
border-left:1px solid #f7f7f7;
} 
.qvmcrn5{ 
border-right:1px solid #f1f1f1;
border-left:1px solid #f1f1f1;
} 
.qvmcrn_content{ 
	background:#ededed;
	width:100%;
} 

div:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}