
div, form, dl, dt, dd, ul, ol, li, p, h1, h2 {
	margin: 0;
	padding: 0;
}
h1 { font-size: 18px; margin-bottom: 10px; font-weight: bold; }
h2 { font-size: 16px; margin-bottom: 5px; font-weight: bold; }
ul, ol {
	padding: 5px 0 10px 0;
	list-style: disc;
	list-style-position: outside;
}
ol { list-style: decimal; }
li {
	padding: 0 0 2px 0;
	margin: 0 0 0 60px;
}
img { border: none; }
table { text-align: left; }

p {
	margin: 0 auto;
	margin-bottom: 15px;
	line-height: 12pt;
	text-align: justify;
}
.podForm p.instructions {
	margin: 4px 0 0 0;
	font-style: italic;
}
.floatLeft {
	float: left;
	display: inline;
}
.floatRight {
	float: right;
	display: inline;
	text-align: right;
}
.notice {
	font-size: 9px;
	font-style: italic;
	text-align: justify;
	line-height: 8pt;
}
div.clear {
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	float: none;
}
.red { color: #c00; }
.green { color: #0c0; }
.bold { font-weight: bold; }
.marginTop10 { margin-top: 10px; }

input, select, textarea {
	margin: 0;
	padding: 2px;
	color: #444;
	border: 1px solid #999;
	font: 11px Verdana, sans-serif;
	background-color: #fff;
	cursor: pointer;
}
input { width: 85px; }
select { padding: 1px; }
textarea { overflow: auto; }

.podForm input.hidden { border: none; background-color: transparent; float: none; cursor: default; padding: 0px; }
.podForm input.radio, .podForm input.radioRight,
.podForm input.radioEditor, .podForm input.removeBox { width: 24px; height:16px; margin-top:2px; border: none; background-color: transparent; }
.podForm input.radioRight { margin-left: 25px; }

.staticSideBox {
    display:none;
	position:fixed;
	top: 200px;
	left: 0px;
	z-index: 1000;
}

#nav_function_queue {
	list-style-type: none;
}

#nav_function_queue li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #FFBB44;
	border-left: 10px solid #FFBB44;
	background: #24739C;
	width: 225px;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
}

#nav_function_queue .ui-state-highlight {
	background: #8DB0C2;
	border: 1px solid #24739C;
	padding-right: 10px;
}

#disclaimer_popup {
	margin-top: 10px;
	text-align: right;
}

.disclaimer_list li {
	margin-left: 25px;
}
.v3_cue {
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	padding: 2px;
}

