
body {
	font-family: helvetica, arial, verdana, trebuchet ms, trebuchet;
	font-size: 15px; /* 13px */
	color: #555;
	margin: 10px 10px; /* 200px */
}

#header {
	
	margin-bottom: 5px;
	padding-bottom: 20px;	
}

#footer {    
	margin-top: 15px;
	padding-top: 5px;
}

@media print {
	
	body {
		font-family: helvetica, arial, verdana, trebuchet ms, trebuchet;
		font-size: 14px; /* 13px */
		color: #555;
		margin: 10px 25px; /* 200px */
	}

	.hide-on-print {
	
		display: none;
	}
	
	.plainResultTable, .plainResultTable td, .plainTable td, th {
	

		line-height: 16px;
		padding: 3px;
		font-size: 12px;
	}
	
}

/*
-----------------------------------------------
Links
-----------------------------------------------
*/

a {
	color: #08C; text-decoration:none;
}

a:hover {
	color: #0AE;
}

#nav {
	/* display: inline-block; */
	clear: both;
	/* height: 27px; */
	line-height: 26px;
	font-size: 15px; 
	font-weight: 100;
	padding: 4px; 
	margin-top: 10px; 
	border: 1px solid #0063b8; 
	/* background-color: #24C; */ 
	background: -webkit-linear-gradient(#0066cc, #329dd5); 
  	background: -o-linear-gradient(#0066cc, #329dd5); 
	background: -moz-linear-gradient(#0066cc, #329dd5); 
	background: linear-gradient(#0066cc, #329dd5);
	border-radius:4px;
	color: #6B3;
}

#nav a {
	color: #FFF;
	text-decoration: none;	
	padding-right: 15px;
	padding-left: 15px;
}



/*
-----------------------------------------------
Header Text
-----------------------------------------------
*/

h2 {
	color: #3f8dd9;
	font-family: helvetica, arial, verdana;
	font-size: 20px;
	padding: 10px 0;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: 500;
}

/*
-----------------------------------------------
Errors, Messages and Call Out Text
-----------------------------------------------
*/

ul.errorMessage {
	
	color: #A00;
	font-size: 13px;
	line-height: 14px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
	
}


ul.actionMessage, ul.actionError {
	
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	font-weight: bold;
	border-radius:2px;
}

ul.actionMessage {

	color: #030;
	border: 1px solid #7cc245;
	background-color: #c9ecae;
}

ul.actionError {

	border: 1px solid #990000;
	color: #300;
	background-color:#f8dbd9;
}

.smallNote {
	
	line-height: 12px; 
	font-size: 11px;
}

/* 
-----------------------------------------------
Element / Text Alignment  
-----------------------------------------------
*/

.textAlignRight, table td.textAlignRight, table tr.textAlignRight {
	
	text-align: right;
}

.textAlignLeft, table td.textAlignLeft, table tr.textAlignLeft {
	
	text-align: left;
}

.textAlignCenter, table td.textAlignCenter, table tr.textAlignCenter {
	
	text-align: center;
}

.textAlignTop, table td.textAlignTop, table tr.textAlignTop {
	
	vertical-align: text-top;
}

.textAlignBottom, table td.textAlignBottom, table tr.textAlignTop {
	
	vertical-align: text-bottom;
}

.floatRight {
	
	float: right;
}

.floatLeft {
	
	float: left;
}

/*
-----------------------------------------------
Forms and Buttons
-----------------------------------------------
*/

.copyInputOnClick {
	
	cursor: copy;
}


/*
input, select, textarea,  button {
	
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 14px;
	color: #333;
	border: 1px solid #A1A9C2;
}
*/



/*
button, submit, input[type=submit], input[type=button], input[type=reset] 
{
display: inline-block;
padding: 6px 12px;
font-family: verdana;
font-size: 13px;
font-weight: 700;
color: #555555;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: -webkit-linear-gradient(#cdcdd6, #DFDFDF);
background: -o-linear-gradient(#cdcdd6, #DFDFDF); 
background: -moz-linear-gradient(#cdcdd6, #DFDFDF); 
background: linear-gradient(#cdcdd6, #DFDFDF); 
border: 0px solid transparent;
border-radius: 4px;
}
*/
/*
.blueButton,
input[type=button].blueButton, 
input[type=submit].blueButton, 
input[type=reset].blueButton {
	
	border: 0px solid #0063b8; 
	color: #FFF; 
	background: -webkit-linear-gradient(#5891ca, #329dd5); 
  	background: -o-linear-gradient(#5891ca, #329dd5); 
	background: -moz-linear-gradient(#5891ca, #329dd5); 
	background: linear-gradient(#5891ca, #329dd5);
}
*/
/*
.greenButton,
input[type=button].greenButton, 
input[type=submit].greenButton, 
input[type=reset].greenButton {
	
	border: 0px solid #33b800; 
	color: #FFF; 
	background: -webkit-linear-gradient(#7cc245, #8dcf59); 
  	background: -o-linear-gradient(#7cc245, #8dcf59); 
	background: -moz-linear-gradient(#7cc245, #8dcf59); 
	background: linear-gradient(#7cc245, #8dcf59);
}
*/
/*
.yellowButton,
input[type=button].yellowButton,
input[type=submit].yellowButton, 
input[type=reset].yellowButton {
	
	border: 0px solid #DDBB00; 
	color: #000; 
	background: -webkit-linear-gradient(#EEDD00, #FFEE99); 
  	background: -o-linear-gradient(#EEDD00, #FFEE99); 
	background: -moz-linear-gradient(#EEDD00, #FFEE99); 
	background: linear-gradient(#EEDD00, #FFEE99);
}

.redButton,
input[type=button].redButton,
input[type=submit].redButton, 
input[type=reset].redButton {
	
	border: 0px solid #770000; 
	color: #FFF; 
	background: -webkit-linear-gradient(#c84040, #d55e5e); 
  	background: -o-linear-gradient(#c84040, #d55e5e); 
	background: -moz-linear-gradient(#c84040, #d55e5e); 
	background: linear-gradient(#c84040, #d55e5e);
}
*/

/*
button.small, 
submit.small, 
input[type=submit].small, 
input[type=button].small, 
input[type=reset].small {

	padding: 4px 8px;
	font-family: verdana;
	font-size: 11px;
	line-height: 1.22857143;
	border-radius: 3px;
}
*/


button.ui-datepicker-trigger {padding: 4px;}

/* 
-----------------------------------------------
Tables 
-----------------------------------------------
*/

.plainResultTable {
	
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
}

.plainResultTable td, .plainResultTable th {
	
	border: 1px solid #d4dbe8;
	padding: 8px;
}

.plainResultTable th {
	
	background-color: #f2f1fa;
}

.plainResultTable th a, .plainResultTable td a {
	
	text-decoration: none;
}

.plainTable {
	
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 14px;
}


.plainTable td {padding: 5px 15px 5px 0;}

.plainResultTable td, .plainTable td, th {
	
	
	text-align: left;
	vertical-align: text-top;
	line-height: 23px;

}

.plainTable td input, 
.plainTable td select,
.plainTable td textarea,
.plainTable td button {
	
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 14px;
	color: #807E7E;
	border: 1px solid #A1A9C2;
}

.smallTableFont {
	line-height: 22px;
	font-size: 13px;
}

.smallestTableFont {
	line-height: 21px;
	font-size: 12px;
}

table.innerDisplayTable thead {
	
	display: none;
}

table.innerDisplayTable {
	
	border-collapse: collapse;
	padding: 8px;
}

table.innerDisplayTable td {
	
border: 0px solid #FFF;
padding: 0px;
font-size: 12px;
border-bottom: 1px solid #f2f1fa;
padding: 0px 5px;
}

table.innerDisplayTable tr:hover {background-color: #f2f1fa;}

/*
table.innerDisplayTable td:nth-child(even) {
	
	border-left: 1px solid #467;
	border-right: 1px solid #467;
}

table.innerDisplayTable tr:nth-child(even) {
	
	border-top: 1px solid #467;
	border-bottom: 1px solid #467;
}
*/

/* 
-----------------------------------------------
Margins, Padding & Spacing 
-----------------------------------------------
*/

.pad5 {
	
	padding: 5px;
} 

td.noPad {
	
	padding: 0px;
} 

.pagebanner, .pagelinks {font-size: 12px;color: #8A8A8A;}


/*
-----------------------------------------------
Containers and Such
-----------------------------------------------
*/

div.width50 {
	
	width: 50%;	
}

div.width100 {
	
	width: 100%;	
}