div#content_0, 
ol li,
p,
h2,
h3,
input {
	/* problems in IE6 and IE7 */
	position: relative;
}

a,
a p {
	color: #006;
	text-decoration: underline;
}
#lnkBg {
	position: fixed;
	right: -1px;
	top: -1px;
	font-size: 9px;
	background: #EEE;
	border: 1px solid #CCC;
	padding: 2px;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
#lnkBg:hover {
	opacity: .9;
	filter: Alpha(Opacity=90);
}
.icon {
	color: #F7F7F7;
	font-size: 0pt;
	overflow: hidden;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	display: -moz-inline-box; /* Mozilla */
	display: inline-block; /* IE, Opera and Safari */
}
.copy {
	background: URL(../Image/icons/pencil_go.gif) no-repeat;
}
.update {
	background: URL(../Image/icons/cog_edit.gif) no-repeat;
}
.delete {
	background: URL(../Image/icons/delete.gif) no-repeat;
}
.manage {
	background: URL(../Image/icons/bullet_wrench.gif) no-repeat -2px;
	width: 12px;
	height: 12px;
}
a:hover {
	color: #00C;
}

.ajax table {
	border: 1px inset #EEE;
}
#ajax_iframe,
.ajax .ah,
.ajax .pageNav {
	display: none;
}

#ajax_frm {
	position: absolute;
	background: #FFF;
	display: block;
	width: 50%;
	z-index: 10;
	border: 1px inset #CCC;
	padding: 10px;
}

.alt1 {
	background: #F3F8FE;
}
body {
	background: #333 URL(../Image/bg_body.jpg) fixed left top;
	color: #000;
	margin: 0pt 25pt;
	padding: 0;
}
body, td, p, div, li, select, input, textarea {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

#breadCrumbs,
#breadcrumbs {
	text-transform: capitalize;
	font-size: 11px;
	margin-bottom: 15px;
	color: #999;
	width: 100%;
	position: static;
	clear: both;
}
#breadCrumbs a,
#breadcrumbs a {
	color:  #66C;
	white-space: nowrap;
}

.button,
input.button,
a.button {
	border: 3px double #DDD;
	background: url(../Image/fade_reversebar.gif) #EEE 0 -4px;
	color: #666;
	cursor: pointer;
	display: block;
	float: left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 3px 0 0;
	padding: 2px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
.button:hover,
input.button:hover,
a.button:hover {
	color: #33C;
	background: url(../Image/fade_reversebar.gif) #FFF;
}


/*POP-UP CALENDAR STYLES*/
#calHolder {
	position: absolute; 
	background-color: white;
	z-index: 100;
}
#calHolder * {
	font: 8pt Arial, Helvetica, sans-serif;
}
#calHolder .cpBorder {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
#calHolder .cpCurrentMonthDate,
#calHolder .cpOtherMonthDate,
#calHolder .cpCurrentDate {
	text-align: right;
	text-decoration: none;
}
#calHolder .cpCurrentMonthDate a,
#calHolder .cpOtherMonthDate a,
#calHolder .cpCurrentDate a {
	display: block;
}
#calHolder td {
	padding: 0;
}
#calHolder td.cpDayColumnHeader {
	text-align: right;
	border-bottom: 1px solid #CCC;
}
#calHolder .cpCurrentMonthDate,
#calHolder .cpCurrentDate {
	color: #000;
}
#calHolder .cpOtherMonthDate {
	color: #999;
}
#calHolder td.cpCurrentMonthDate,
#calHolder td.cpOtherMonthDate,
#calHolder td.cpCurrentDate {
	border: thin solid #FFF;
}
#calHolder td.cpCurrentDate {
	background: #EEE;
	border: thin solid #C00;
}
#calHolder td.cpTodayText, 
#calHolder td.cpTodayTextDisabled {
	border-top: 1px solid #CCC;
	text-align: center;
}
#calHolder .cpMonthNavigation {
	text-align: center;
	background: #EEE;
}
/*END POP-UP CALENDAR STYLES*/

caption {
	/*background: URL(../Image/fade_reversebar.gif) #DDD 0 -5px;*/
	background: #F7F7F7;
	padding: 3px;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	cursor: default;
}
.directions {
	font-style: italic;
}
.filter {
	padding: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #EEE;
	overflow: hidden;
	clear: both;
}
.filter div {
	display: block;
	width: auto;
	float: left;
	margin: 4px 0px 0px 4px;
	padding: 2px;
	height: 38px;
	vertical-align: bottom;
	white-space: nowrap;
	position: static
}
*>.filter div {
	height: 36px;
}
.filter div label {
	display: block;
	text-transform: capitalize;
	font-size: 11px;
}
.filter div.actionButtons {
	padding: 0px;
	margin: 15px 0px 0px 3px;
	border: 0px;
	height: auto;
}
.filter div.actionButtons input {
	margin: 0px 3px 0px 0px;
}
#flashcontent {
	height: 500px;
	border: 1px solid #EEE;
}
form {
	padding: 0 5px 5px 0;
}

/* top most element - main heading */
#header {
	/*background: #333; #8FB0CD  URL(../Image/bg_header.jpg) repeat-x 0px 0px*/
	padding: 0px 20px;
	margin: 0;
	height: 70px;
	cursor: default;
}
#header h3 {
	font: bold 18pt Georgia, "Times New Roman", Times, serif;
	color: #EEE;
	padding: 10px 0 0 0;
	margin: 0;
	height: 31px;
	float: left;
	position: absolute;
	text-shadow: .1em .1em 0.25em #000;
}

h2 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #060;
	border-bottom: 1px solid #DDD;
}
h3 {
	font-size: 14px;
	color: #363;
}

img {
	border: none;
	vertical-align: middle;
}

input, textarea, select {
	background: #FFF url(../Image/input_bg.jpg) top left repeat-x;
	border: 1px solid #999;
	color: #666;
	padding: 2px;
}
/* no border */
input.nb,
input.borderless,
input.chk,
.inline input {
	border: none;
	background: none;
	position: static;
}
select {
	padding: 1px;
}
input:focus, textarea:focus, select:focus {
	background: #FFF;
	color: #000;
}
.loading{
	display: block;
	padding: 5px;
	background: #DBEAF5;
	border: 1px solid #CCC;
	color: #369;
	font-weight: bold;
	height: auto;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	position: absolute;
	opacity: .9;
	filter: Alpha(Opacity=90);
	z-index: 1000;
	overflow: hidden;
}
.loading img {
	border: 1px inset #CCC;
	width: 70px !important;
	height: 3px;
}

.mainPane {
	width: 66%;
	float: left;
}
.monthHolder {
	text-align: center;
	margin: 10px 0 -10px 0;
}
.monthHolder a.button {
	display: inline;
	margin: 5px 5px 0 5px;
	float: none;
	width: 18px;
}
.monthHolder span {
	display: inline;
	margin: 5px 25px 0 25px;
	width: 200px;
}
/*  top navigation bar  */
.nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: left;
	height: 29px;
	position: absolute;
	top: 41px;
}
.nav ul {	
	margin: 0;
}
.nav li {
	float: left;
	list-style-type: none;
	margin: 3px 0 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.nav li a {
	background: #FFF url(../Image/bg_tab.jpg) repeat-x 0 -1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	border-right: 1px solid #666;
	color: #669;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: capitalize;
	opacity: .7;
	filter: Alpha(Opacity=70);
}
.nav li a:hover {
	color: #33C;
	text-decoration: underline;
	opacity: .9;
	filter: Alpha(Opacity=90);
}

.nav li a.selected,
.nav li a.selected:hover {
	background: #FFF url(../Image/bg_tab.jpg) repeat-x scroll 0 -10px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #393;
	cursor: default;
	text-decoration: none;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.required {
	font-weight: bold;
	color: #600;
	padding-right: 16px;
	background: URL(../Image/icons/bullet_star.gif) top right no-repeat;
}
#footer,
#sitefooter {
	background: #FFF;
	font: 11px Verdana, Arial, Helvetica, sans;
	height: 30px;
	padding-top: 20px;
	text-align: center;
	clear: both;
}
#sitefooter {
	background: #EEE;
	border-top: 1px dotted #CCC;
	color: #999;
	xborder-top: 1px solid #DDD;
	padding: 20px 10px 10px 10px;
}
#footer #nav2 , 
#footer #nav2 * {
	background: none;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#footer #nav2 li a {
	border-top: 1px solid #EEE;
	padding: 3px 0 0 15px;
	text-decoration: underline;
}
.gray {
	color: #666;
	font-size: 11px;
}
h1#pageTitle {
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #363;
	border-bottom: 1px solid #EEE;
}
h1#pageTitle .revised {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #DDD;
	display: block;
	float: right;
}
/* secondary navigation */
#nav2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	height: 21px; /*firefox*/
	/*background: url(../Image/bg_tab.jpg) 0 -21px;*/
	border-bottom: 1px solid #999;
}
#nav2 li {
	float: left;
	list-style: none;
}
#nav2 a {
	background: #F7F7F7 url(../Image/bg_tab.jpg) repeat 0 -1px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #666;
	color: #669;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0;
}
#nav2 a:hover {
	background-position: 0 6px;
}
#nav2 a.selected {
	background: #FFF url(../Image/bg_tab.jpg) repeat-x 0 -20px;
	color: #070;
	height: 16px;
	margin-top: -1px;
}

.numeric {
	text-align: right;
}

p {
	margin: 0 0 10pt 0;
}

/*
	Used for page first, previous, next, last table
*/
.pageNav {
	border-collapse: collapse;
	cursor: default;
	padding: 0px;
	float: left;
	margin: 5px 0 0 0;
}
.pageNav td {
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}
.percentBar {
	display: block;
	background: #0C0 url(../Image/bg_tab.jpg) 0pt 22px;
	color: #0C0;
	height: 12px;
	border: 1px solid #666;
	float: left;
	margin-right: 3px;
	font-size: 0;
	overflow: hidden;
}

table.report {
	border: 1px solid #EEE;
	border-collapse: collapse;
	background: #FFF;
	clear: both;
	width: 100%;
}
table.report table.report {
	border: none;
}
table.report td,
table.report th,
table.report caption {
	font-size: 11px;
}
table.report td {
	border-top: 1px solid #EEE;
	padding: 4px;
}
table.report th {
	border: 1px solid #EEE;
	color: #669;
}
table.report th.act {
	width: 40px;
}
table.report tfoot td {
	background: #F7F7F7;
	color: #666;
	font-weight: bold;
}
table.report .colGrouping {
	background: #EEE;
	font-weight: bold;
	color: #666;
}
td {
	vertical-align: top;
	padding: 5px;
}
th {
	background: #8FB0CD url(../Image/blue_gradient.gif) 0 9px;
	text-transform: capitalize;
	vertical-align: bottom;
	padding: 3px;
	text-align: left;
}

.main {
	background: #FFF;
	padding: 20px;
	display: block;
}

/* for ajax stuff */
.previewPane {
	float: right;
	width: 40%;
	margin: 0;
	padding: 10px;
	border: 1px inset #EEE;
	/*height: 400px;*/
	overflow: auto;
	display: block;
	background: url(../Image/bg_top_left_inner_shadow.jpg) top left no-repeat;
}
.previewPane .report,
.previewPane .userInput,
.previewPane #userMessage {
	width: 99%;
}
.previewPane .pageNav, 
.previewPane .notInPreview {
	display: none;
}
.previewSurvey {
	padding: 10px;
	border: 1px inset #EEE;
}
#frmSurvey .survey li {
	margin-bottom: 25px;
}
#frmSurvey label.cb {
	display: block;
	float: left;
	padding-right: 10px;
	cursor: pointer;
	/* for IE7/Firefox */
	min-width: 120px;
	/* for IE6
	white-space: nowrap;
	width: 120px; */
}
#frmSurvey label.short {
	min-width: 10px;
}
#frmSurvey img {
	width: 8px;
	vertical-align: middle;
}

.selected {
	background: #FF9;
}

.userInput {
	border-collapse: collapse;
	/*clear: both;*/
	width: 50%;
}
.userInput td {
	border-top: 1px dotted #CCC;
}
.userInput td label {
	text-align: right;
	display: block;
	text-transform: capitalize;
}

.userInput td label.inline {
	text-align: left;
	text-transform: none;
}

#userMessage {
	font-weight: bold;
	font-size: 11px;
	position: fixed;
	width: 60%;
	left: 20%;
	top: 5%;
	opacity: .85;
	filter: Alpha(Opacity=85);
	z-index: 10;
}
div.noMessage,
div.none {
	display: none;
}
#userMessage .button {
	float: none;
}
#userMessage li {
	font-size: 11px;
	margin-left: 18px;
	text-transform: capitalize;
}
div.error {
	color: #C00;
	padding: 10px;
	border: 1px solid #C99;
	margin-bottom: 10px;
	background: center url(../Image/bg_error.gif) #FEE;
}
div.success {
	color: #090;
	padding: 10px;
	border: 1px solid #9C9;
	margin-bottom: 10px;
	background: center url(../Image/bg_success.gif) #EFE;
}
div#welcome {
	font-size: 11px;
	color: #EEE;
	right: 5px;
	float: right;
	padding: 5px 10px;
	height: 60px;
	text-shadow: .1em .1em 0.25em #000;
}
div#welcome a {
	color: #EEE;
}
div#welcome #frmLogin table {
	width: auto;
}
div#welcome #frmLogin * {
	font-size: 10px;
	color: #333;
	padding: 0;
	margin: 0;
}
div#welcome #frmLogin table,
div#welcome #frmLogin td {
	border: none;
	white-space: nowrap;
	padding: 1px;
	vertical-align: middle !important;
}
div#welcome #frmLogin label,
div#welcome #frmLogin a {
	background: none;
	color: #EEE;
}
div#welcome #frmLogin .button {
	border: 1px outset #EEE;
	color: #333;
	font-weight: normal;
	margin: 0 1px 0 0;
}
div#welcome #frmLogin input {
	color: #333;
}
div#welcome #frmLogin #email {
	width: 80px;
}
.wide {
	width: 98%;
	font-size: inherit;
}
@media print {
	.nav,
	#nav2,
	#header,
	#menu,
	#footer,
	#sitefooter,
	#breadcrumbs,
	#frmSurvey a /* hide admin links in survey */
	{	
		display: none;
	}
	.main {
		padding: 0;
	}
	body {
		margin: 0;
	}
}