body {background: #f6f6f6}
#contentWrapper #shadow {
	padding: 0px;
	width: 1024px;
	margin: 0px auto;
	background: #fff;
}

hr {
	border-left: none 0;
	border-right: none 0;
	border-bottom: none 0;
	border-top: 1px dotted #ccc;
	color: #fff;
}

form {
	margin: 0px;
}

h2 {
	font-size: 1.17em;
	margin-bottom: 1px;
	font-weight: bold;
	color: #386E44;
}

h3 {
	color: #386E44;
}

/*-----------------------------------------------------------------
  heading
  -----------------------------------------------------------------*/

div.heading {
	margin: 0px auto;
	height: 134px;
	left: 0px;
	top: 0px;
	background: #f6f6f6;
	padding: 0px 6px;
	border-bottom: 1px solid #eee;
}


/*-----------------------------------------------------------------
  sectionHeader
  -----------------------------------------------------------------*/
.sectionHeader {
	color: white;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: auto;
}

.sectionHeader a {
	color: #FFFFFF;
}

.sectionHeaderLeft {
	background-image: url("default/img/leftHeader.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.sectionHeaderCenter {
	background-image: url("default/img/headerbg.png");
	background-repeat: repeat-x;
	background-position: left top;
}

.sectionHeaderRight {
	background-image: url("default/img/rightHeader.png");
	background-repeat: no-repeat;
	background-position: right top;
}


/*-----------------------------------------------------------------
  menu
  -----------------------------------------------------------------*/

div.menu {
	width: 100%;
	padding: 0px;
	background: url(../agency/oe/img/mp2/headerbg.png) repeat-x;
	border-left: 1px solid #8cba73;
	border-right: 1px solid #8cba73;
	border-top: 0px solid #8cba73;
	margin-bottom: 0px;
}

div.mp2menu {
	width: 100%;
	padding: 0px;
	background: url(../agency/oe/img/mp2/headerbg.png) repeat-x;
	border-left: 1px solid #8cba73;
	border-right: 1px solid #8cba73;
	border-top: 0px solid #8cba73;
	margin-bottom: 0px;
}


div.menu_bottom {
	width: 100%;
	height: 5px;
	background: url(../agency/oe/img/mp2/diag.gif) repeat-x;
	border-left: 1px solid #8cba73;
	border-right: 1px solid #8cba73;
	margin: 0px;
}

div.menu table {
	border-collapse: collapse;
}

div.menu table td {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 35px;
	text-align: center;
}

div.menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.sep {
	background: url(../agency/oe/img/mp2/sep.gif) center no-repeat;
	vertical-align: middle;
	width: 2px;
	padding: 0px;
}

div.continue {
	width: 200px;
	background-color: #E5FFE5;;
	border: 0px solid darkgreen;
	padding: 2px;
	font-weight: bold;
}

/*-----------------------------------------------------------------
  tabular
  -----------------------------------------------------------------*/

table.tabular {
	border-collapse: collapse;
	padding: 2px;
	width: 100%;
}

table.tabular tr.heading {
	font-weight: bold;
	background-color: #ccc;
	padding: 1px;
}

table.tabular td {
	padding: 1px;
}

table.tabular td.group {
	font-size: 17px;
	font-family: Georgia;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding-top: 1px;
	padding-bottom: 1px;
}



#info {
	text-align: left;
	padding: 2px;
	background-color: #fff;
	height: 500px;
}

div#HelpMenu {
	position: fixed;
	background-color: #fff;
	top: 100px;
	right: 5px;
	width: 150px;
	height: 328px;
	clear: left;
}

#polInterview {
	margin: 0px auto;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	color:#333333;
	text-align: left;
}

.unitEditHi {
	padding-bottom:5px;
	border:3px #386E44 outset;
}
.unitEditHi .unitHdr{
	background-color:#EEEEEE;
}
.unitHdrHi{
	background-color:#EEEEEE;
	border-bottom: 1px #CCCCCC dotted;
}
.unitDetailsHi {
	background-color:#FFFFFF;
}
.section_bgcolor {
background-color: #F6F6F6;
border: 1px #CCCCCC solid;
}

#tableheader {
	margin-top: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: url(../agency/oe/img/mp2/headerbg.png) repeat-x;
	color: #FFFFFF;
	height: 20px;
	font: bold 13px tahoma,verdana,sans-serif;
}

/*-----------------------------------------------------------------
  section
  -----------------------------------------------------------------*/

div.section {
	background: url(../agency/oe/img/mp2/section_heading.jpg) repeat-x;
	border-left: 1px solid #8cba73;
	border-right: 1px solid #8cba73;
	border-top: 0px solid #8cba73;
	margin-bottom: 0px;
	font-weight: bold;
	color: white;
	height: 24px;
	width: auto;
	padding: 1px 6px 0px 6px;
}

div.subsection {
	background: #ccc;
	margin-bottom: 0px;
	font-weight: bold;
	height: 18px;
	width: auto;
	padding: 1px 6px 1px 6px;
}

div.sectionContent {
	background: #eee;
	/* background: url("/mars/agency/oe/img/mp2/panel.jpg") repeat-x; */
	margin-top: -2px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 2px;
}

div.minor {
	padding: 1px 6px 1px 0px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #999;
	width: 100%;
}

/*-----------------------------------------------------------------
  progress
  -----------------------------------------------------------------*/
#progress {
	width: auto;
	height: auto;
	text-align: center;
	font-size: 17px;
	font-family: Arial;
	padding-top: 24px;
}

/*-----------------------------------------------------------------
  history
  -----------------------------------------------------------------*/
div.history {
	border-top: 1px solid #ccc;
	/*
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	visibility: visible;
	*/
}

div.detailRecords {
	color: #999;
	font-size: 11px;
}

/*-----------------------------------------------------------------
  instructions
  -----------------------------------------------------------------*/

div.instructions {
	border: 1px solid #ccc;
	margin-bottom: 12px;
	background-color: #ffffee;
	padding: 2px;
}

/*-----------------------------------------------------------------
  notice
  -----------------------------------------------------------------*/

#notice {
	color: #999;
}

/*-----------------------------------------------------------------
  error
  -----------------------------------------------------------------*/

div.error {
	font-weight: bold;
	background: #FFE5E5;
	border-top: 1px solid darkred;
	border-bottom: 1px solid darkred;
	padding: 3px;
	width: auto;
}

.errorField {
	background: #FFE5E5;
}

span.errorLabel {
	color: darkred;
	font-weight: bold;
}

/*-----------------------------------------------------------------
  flash
  -----------------------------------------------------------------*/

div.flash {
	font-weight: bold;
	background: #E5FFE5;
	border-top: 1px solid darkgreen;
	border-bottom: 1px solid darkgreen;
	padding: 3px;
	width: auto;
}

/*-----------------------------------------------------------------
  copyright
  -----------------------------------------------------------------*/

#copyright {
/*	background: #f6f6f6; */
	color: #999;
	font-style: italic;
	font-size: 10px;
	float: left;
}

/*-----------------------------------------------------------------
  dot
  -----------------------------------------------------------------*/
img.dot {
	width: 5px;
	height: 5px;
	padding-right: 3px;
	vertical-align: middle;
	border: 0px solid #fff;
}



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.notice_text2 {
	color: darkRed;
}

/*-----------------------------------------------------------------
  button
  -----------------------------------------------------------------*/
div.button {
	background-color: #E08523;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
	color: #FFFFFF !important;
	display: inline;
	font-weight: bold;
	padding: .3em .5em;
	text-shadow: none;
	white-space: nowrap;
}

div.button div {
	clear: both;
	float: none;
}

div.button a {
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
}

div.button input {
	color: #FFFFFF !important;
	border: none;
	background: transparent;
	cursor: pointer;
	font-weight: bold;
	text-shadow: none;
	white-space: nowrap;
}

div.buttonSpacer {
	display: inline;
}

.fdp {
	color: #999999;
	font-size: 10px;
	padding-right: 1px;
}


@media all and (max-width: 700px) , all and (min-device-width: 768px) and (orientation: portrait) {
	div.buttonSpacer {
		display: block;
	}
}

/*-----------------------------------------------------------------
  sectionContent
  -----------------------------------------------------------------*/
div.sectionPaddingFull {
	padding: 1em;
}

div.sectionPaddingSides {
	padding-left: 1em;
	padding-right: 1em;
}

.sectionPadLeft div {
	padding-left: 1em;
}

.sectionFloat div {
	float: left;
}

@media all and (max-width: 700px) , all and (min-device-width: 768px) and (orientation: portrait) {
	.sectionFloat>div {
		clear: both !important;
		float: left !important;
		padding: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}
}
