@import url(undohtml.css);


/* Base Layout Grid
---------------------------------------------------- */

body {
	background: #fff;
	font-size: 12px;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

div.section {
	position: relative;
	width: 962px;
	margin: 0 auto;
	min-height: 50px;
	background: #d9dadb; /* check */
}

div#siteBanner.section {
	height: 55px;
	background: #f0f0f0 url("../images/bg_siteBanner.png") no-repeat left top;	
}

div#header.section { /* see @ie_lt8_fixes.css */
	height: 105px;
	background: #f0f0f0 url("../images/bg_header.png") no-repeat left top;
}

div#page.section { /* see @ie_lt8_fixes.css */
	width: 960px;
	min-height: 600px;
	border-left: 1px #f7f7f7 solid;
	border-right: 1px #f7f7f7 solid;
	background: #d9dadb url("../images/bg_page.png") no-repeat left top;
}

div#page.section div#content { /* see @ie_lt8_fixes.css */
	width: 492px;
	min-height: 900px;
	margin-left: 192px;
	padding: 36px 24px 24px;
	color: #666;
	background: #fff url("../images/bg_content.png") no-repeat right top;
	z-index: 1;
}

div#page.section div#content .wide {
	margin: 0 -12px;
}

div#page.section div#content .dialog {
	margin-bottom: 1em;
	padding: 1em 1em 0;
	border: 3px solid #c9a862;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


div#page.section div#toolsNav {
	position: absolute;
	top: 79px;
	left: 18px;
	width: 174px;
	padding-bottom: 22px;
	z-index: 2;
	background: url("../images/bg_toolsNav.png") no-repeat right bottom; /* endcap */
}

div#page.section div#sidebar {
	position: absolute;
	top: 30px;
	right: 21px;
	padding-bottom: 165px;
	width: 207px;
	z-index: 2;
	background: url("../images/bg_sidebar.png") no-repeat left bottom; /* endcap */
}


div#footer.section {
	width: 720px;
	padding-top: 10px;
	padding-right: 140px;
	padding-left: 100px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	background: #d9dadb url("../images/bg_footer.png") no-repeat 88px 0;
}


/* Generic Typography
---------------------------------------------------- */



h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	margin-bottom: 1em;
}

h1,
h2 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.1em;
}
h5,
h6 {
	color: #666;
}


p,
blockquote,
dl,
table,
pre,
address {
	margin-bottom: 1em;
	line-height: 1.4em;
}

ul,
ol {
	margin-left: 2.5em;
	margin-bottom: 1em;
	line-height: 1.4em;
}

li {
	margin-bottom: 0.25em;
}

ul li {
/*	list-style: none;*/
}

#content ul li {
/*	list-style: disc;*/
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
	color: #333;
}

dd {
	margin-left: 2.5em;
	font-style: italic;
}

blockquote {
	margin-left: 2.5em;
	margin-right: 2.5em;
	font-style: italic;
}
blockquote * {
	line-height: 1.6em;
}

hr {
	color: #ddd;
	background: #ddd;
	height: 2px;
	border: 0;
}

strong {
	color: #333;
}

a:link,
a:visited {
	color: #a37d40;
}
a:hover,
a:active {
	color: #C9A862;
}

.blurb6 a, .blurb6 a:visited{
	color: #FFF;
}

/* table layout */
table {
	border-collapse: collapse
}
th,
td {
	padding: 1px 2px;
	background: #fff;
	border: 1px #999 solid;
}
th {
	text-align: left;
	color: #333;
	background: #eee;
}
caption {
	font-weight: bold;
	color: #333;
}

.note {
	color: #000;
}


/* form styling */

input.text,
input.password,
input.file,
textarea {
	font-size: 0.9em;
	padding: 3px 2px 2px;
	background: #fff;
	color: #000;
	border: 1px #aaa solid;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}


input.checkbox {
	color: #a02222;
}

select {
	font-size: 1em;
	padding: 1px;
	color: #000;
	background-color: #fff;
	border: 1px #aaa solid;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

select option {
	padding: 0 4px;
}

select option:active {
	padding: 0 4px;
}

.disabled,
input.disabled, input:disabled,
textarea.disabled, textarea:disabled,
select:disabled, select.disabled {
	color: #999;
	background-color: #eee;
	border-color: #aaa;
}

input.text.error,
input.password.error,
input.file.error,
textarea.error,
select.error {
	border-color: #ED1F24;
}
label.error {
	color: #ED1F24;
}


a.btn,
input.btn { /* see @ie_lt8_fixes.css */
	color: #fff;
	border: 1px solid #746d55;
	background: #c8a661 url("../images/bg_btn.png") no-repeat left center;
	padding: 1px 3px;
	font-size: 10px;
	font-family: "Arial Narrow", Helvetica, 'Helvetica Neue', Arial, sans-serif;;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.btn.disabled, input.disabled{
	background: #9C9C9C url("../images/bg_btn_disabled.png") no-repeat left center;
	
}

a.btn:hover, a.btn:active,
input.btn:hover, input.btn:active, input.btn:focus {
	background-color: #a37d40;
	background-position: right center;
	cursor: pointer;
}
a.btn.disabled:hover, a.btn.disabled:active, input.disabled:hover, input.disabled:active, input.disabled:focus{
	background-position: left center;
	background-color: #9C9C9C;
}

a.btn2,
input.btn2 {
	color: #fff;
	background: #717c8e;
	border-color: #717c8e;
}

a.btn2:hover, a.btn2:active,
input.btn2:hover, input.btn2:active, input.btn2:focus {
	background: #4e5c76;
	border-color: #4e5c76;
}


fieldset.actions {
	margin-top: 2em;
	margin-left: 3px;
}

fieldset p {
	padding: 0 10px;
}

h3.legend,
h4.legend,
legend {
	margin-bottom: 1em;
	padding: 3px;
	color: #000;
	border-bottom: 1px solid #eee;
	font-size: 1.1em;
	font-weight: normal;
}

h4.legend {

	font-size: 1em;
	margin-top: 1.5em;
}

h4.legend a {
	color: #999;
	padding-left: 5px;
	font-size: 0.85em;
	text-decoration: none;
	text-transform: uppercase;
}

h4.legend img.mandatory{
   vertical-align: bottom;
 padding: 0px;
}

.fieldWrap {
	float: left;
	margin-left: 3px;
	margin-bottom: 1.25em;
}

.fieldWrap_half {
	width: 49%;
	float: left;
	margin-left: 3px;
	margin-bottom: 1.25em;
}

.fieldWrap_full {
	margin-left: 3px;
	margin-bottom: 1.25em;
}

.fieldWrap_radio {
	float: left;
	margin-bottom: 1em;
	padding: 0 10px;
}

.fieldWrap label,
.fieldWrap_half label,
.fieldWrap_fullblock label {
	display: block;
	margin-bottom: 3px;
}

.fieldWrap_half input.text {
	width: 97%;
}


.instrWrap {
	clear: both;
	margin: 1.5em 0;
	padding: 12px 12px 1px;
	background: #f9f9f9 url("../images/bg_instrWrap.png") repeat-x left bottom;
	border-radius: 0 9px 0 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius: 0 9px 0 9px;
	
}

div#dashboard div.sub {
	clear: both;
	margin: 1.5em 0;
	
	background: #f9f9f9 url("../images/bg_instrWrap.png") repeat-x left bottom;
	border-radius: 0 9px 0 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius: 0 9px 0 9px;
	
}


.instrWrap .instruction {
	padding-left: 28px;
	background: url("../images/icon_alert.png") no-repeat left top;
}

.instrWrap .mandatory {
	padding-left: 28px;
	background: url("../images/icon_mandatory.png") no-repeat left top;
}

.instrWrap .mandatory p{
	padding-bottom: 7px;
	background: url("../images/mandatory_bottom.gif") no-repeat left bottom;
}

.file_txt {
	display: block;
	margin: 1em auto;
	width: 200px;
	min-height: 18px;
	padding-top: 6px;
	padding-left: 22px;
	background: url("../images/icon_file_txt.png") no-repeat left top;
}
* html .file_txt {
	height: 24px;
}



/* Misc reused parts */

.horznav li {
	list-style: none;
	display: inline;
}


/* Header Content
---------------------------------------------------- */

div#siteBanner #dodproj {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 598px;
	height: 34px;
	color: #d0b379;
}

div#siteBanner #dodproj span {
	background-image: url("../images/hdr_dodproject.png");
}
	
div#header #coalogo {
	position: absolute;
	top: 15px;
	left: 12px;
	width: 186px;
	height: 130px;
	z-index: 3;
}

div#header #coalogo span {
	background-image: url("../images/logo_coa.png");
}


div#siteBanner #userNav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 10px 0;
	height: 35px;
	border-left: 1px #2b2b2b solid;
}

div#siteBanner #userNav li {
	padding: 0 6px 0 7px;
	border-left: #fff 1px solid;
}

div#siteBanner #userNav li.first-child {
	border-left: none;
}

div#siteBanner #userNav li a {
	color: #fff;
}

div#siteBanner #userNav li a:hover, div#siteBanner #userNav li a:active {
	color: #C9A862;
}

div#header #siteNav {
	position: absolute;
	top: 65px;
	left: 221px;
	height: 36px;
	width: 615px;
	margin: 0;
}

div#header #siteNav li { /* see @ie_lt8_fixes.css */
	float: left;
	display: inline;
	height: 36px;
	padding: 0 0 0 2px;
	margin-left: -3px;
	background: url("../images/bg_siteNavItem.png") no-repeat left top;
	z-index: 1;
}

div#header #siteNav li a {
	display: block;
	float: left;
	height: 23px;
	padding: 13px 10px 0 8px;
	color: #333;
	background: url("../images/bg_siteNavItem.png") no-repeat right top;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#header #siteNav li a:hover, div#header #siteNav li a:active {
	color: #4e7999;
}

div#header #siteNav li.current {
	background: #4e7999 url("../images/bg_siteNavItem_current.png") no-repeat left top;
	z-index: 2;
	margin-right:3px;
}
div#header #siteNav li.current a {
	color: #fff;
	background: #4e7999 url("../images/bg_siteNavItem_current.png") no-repeat right top;
}

div#header #siteNav li.current a:hover, div#header #siteNav li.current a:active {
	color: #c9a862;
}


/* Sidebar Content
---------------------------------------------------- */

.blurbWrap {
	width: 166px;
	margin-bottom: 20px;
	padding: 6px 8px 28px 8px;
	padding-bottom: 28px;
	background: url("../images/bg_blurbWrap.png") no-repeat right bottom;
}

div#page.section div#toolsNav .blurbWrap {
	padding-right: 0;
	margin-bottom: 0;
	padding-bottom: 6px;
	background: #fff;
}

div#page.section div#sidebar .blurbWrap {
	width: 199px;
	padding-left: 0;
}

.blurb {
	color: #000;
	background: #ededed;
	padding: 6px;
	border-radius: 0 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius: 0 6px 0 0;
	font-size: 0.9em;
}

.blurb h3 { /* see @ie_lt8_fixes.css */
	height: 21px;
	width: 196px;
	overflow: none;
	color: #000;
	background: #fff;
	margin: -1px -3px 6px -6px;
	padding: 0;
	font-family: "Arial Narrow", Helvetica, 'Helvetica Neue', Arial, sans-serif;;
	white-space: nowrap;
}

.blurb h4 {
	padding-left: 5px;
	color: #AAC7DE;
	font-weight: normal;
	text-transform: uppercase;
}

.blurb p {
	padding-left: 5px;
}

.blurb ul {
	margin: 0 0 0 1.4em;
}

.blurb a {
	color: #fff;
	text-decoration: underline;
}

.blurb a:hover, .blurb:active {
	color: #C9A862;
}

.blurb hr {
	color: #333;
	background: #333;
	height: 1px;
	border: 0;
}


.blurb label {
	display: block;
	margin-top: 6px;
}

.blurb input.text,
.blurb input.password {
	width: 170px;
}

.blurb .actions {
	width: 176px;
	margin-top: 6px;
	text-align: right;
}

.blurb1 { /* default, lt grey */
}

.blurb2 { /* dk blue */
	color: #fff;
	background: #394965 url("../images/bg_blurb2.png") repeat-x left bottom;
}

.blurb3 { /* dk grey */
	color: #fff;
	background: #535356;
}

.blurb4 { /* middle grey */
	color: #2c3853;
	background: #a6adba url("../images/bg_blurb4.png") repeat-x left bottom;
}

.blurb5 { /* red */
	color: #fff;
	background: #bb3843 url("../images/bg_blurb5.png") repeat-x left bottom;
}

.blurb6 { /* gold */
	color: #fff;
	background: #ae8c51 url("../images/bg_blurb6.png") repeat-x left bottom;
}


div#page.section div#toolsNav .blurb2 {
	border-radius: 6px 6px 0 6px;	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 6px 6px 0 6px;
}

div#page.section div#toolsNav ul,
div#page.section div#toolsNav ol {
	margin: 0 0;
}

div#page.section div#toolsNav li { /* see @ie_lt8_fixes.css */
	margin:0;
	list-style: none;
	border-top: 1px dashed #495365;
}

div#page.section div#toolsNav ul ul {
	background: #fff;
}

div#page.section div#toolsNav li li {
	border: none;
	margin:0;
	line-height: 1.1;
}

div#page.section div#toolsNav li.first-child {
	border-top: none;
}

div#page.section div#toolsNav li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

/* currently selected nav item */
div#page.section div#toolsNav li.current {
	background: #fff;
	border: 3px solid #fff;
}

div#page.section div#toolsNav li.current a {
	padding: 2px 10px;
	color: #fff;
	background: #c9a862 url("../images/bg_toolsNavItem_current.png") repeat-x left center;
}
div#page.section div#toolsNav li.current a:hover, div#page.section div#toolsNav li.current a:active {
	color: #fff;
	background: #c9a862 url("../images/bg_toolsNavItem_current.png") repeat-x left center;
}


div#page.section div#toolsNav li.current li a {
	color: #666;
	background: #fff;
	display: block;
	padding: 4px 0px;
	text-decoration: none;
	text-transform: none;
}
div#page.section div#toolsNav li.current li a:hover, div#page.section div#toolsNav li.current li a:active {
	color: #4e7999;
	background: #fff;
}

/* currently selected subnav item */
div#page.section div#toolsNav li.current li.current {
	border: none;
}

div#page.section div#toolsNav li.current li.current a {
	color: #4e7999;
}



div#page.section #searchBlurb h3 {
	background: transparent;
}

div#page.section #searchBlurb input.text {
	width: 140px;
}


/* status related sublistings */

div#page.section div#toolsNav ul ol.statusList li.open {
	padding-left: 11px;
	background: url("../images/sprite_arrows.png") no-repeat 0 5px;
}

div#page.section div#toolsNav ul ol.statusList li.closed {
	padding-left: 11px;
	background: url("../images/sprite_arrows.png") no-repeat -192px 5px;
}

div#page.section div#toolsNav ul ol.statusList li.open ul {
	padding-bottom: 12px;
	border-bottom: 1px dashed #f1f1f1;
}

div#page.section div#toolsNav ul ol.statusList li.open ul ul {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

div#page.section div#toolsNav ul ol.statusList li li a {
	color: #595a5c;
	padding: 4px 6px;
	background: #fff url("../images/bg_toolsNav_prog.png") no-repeat left top;
}

div#page.section div#toolsNav ul ol.statusList li li a:hover,
div#page.section div#toolsNav ul ol.statusList li li.current a {
	color: #595a5c;
	padding: 4px 6px;
	background: #fff url("../images/bg_toolsNav_prog.png") no-repeat right top;
}


div#page.section div#toolsNav ul ol.statusList li li li {
	margin-bottom: 2px;
}

div#page.section div#toolsNav ul ol.statusList li li li a {
	background: #f1f1f1;
}

div#page.section div#toolsNav ul ol.statusList li li.current li a {
	background: #f1f1f1;
}

div#page.section div#toolsNav ul ol.statusList li li li a {
	border-left: 4px solid #000;
}
div#page.section div#toolsNav ul ol.statusList li li li.status-0 a {
	border-left-color: #f00;
}
div#page.section div#toolsNav ul ol.statusList li li li.status-1 a {
	border-left-color: #ff0;
}
div#page.section div#toolsNav ul ol.statusList li li li.status-2 a {
	border-left-color: #0f0;
}

div#page.section div#toolsNav ul ol.statusList li li li.current a,
div#page.section div#toolsNav ul ol.statusList li li li a:hover {
	border-left: none;
	padding-left: 10px;
	color: #fff;
	background: #67686a url("../images/bg_toolsNav_progItem_over.png") no-repeat left bottom;
}




/* Center Column Content
---------------------------------------------------- */

div.printer{
	width: 61px;
	height: 35px;
	position: absolute;
	
	top: 2px;	
	left: 671px;
	cursor: pointer;
	z-index: 3333;
}

div.printer span{
	width: 61px;
	height: 35px;
	text-indent: -5000px;
	background-image: url(../images/printer_icon.jpg);
}
div.printer span a{
	width: 61px;
	height: 35px;
}
.hdrBar {
	position: relative;
	height: 24px;
	margin-bottom: 2em;
	color: #fff;
	background: #464547 url("../images/bg_hdrBar.png") repeat-x left top;
}

.hdrBar h2 {
	float: left;
	display: inline;
	margin-bottom: 3px;
	padding: 5px 3px 0 18px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Arial Narrow", sans-serif;
}


.hdrBar .tools {
	position: absolute;
	top: 2px;
	right: 4px;
}
.hdrBar .save_tools {
	position: absolute;
	top: 24px;
	right: 4px;
	z-index: 1;
}

.hdrBar .tools p {
	padding-top: 5px;
	font-size: 0.9em;
}

.hdrBar .pagination li {
	float: left;
	display: inline;
	list-style: none;
	width: 25px;
	height: 19px;
	padding-top: 5px;
	text-align: center;
	background: url("../images/bg_paginationItem.png") no-repeat right top;
}

.hdrBar .pagination li a {
	color: #bbb;
	text-decoration: none;
}

.hdrBar .subHdrBar {
	clear: both;
	position: relative;
	background: #999;
}

.hdrBar .subHdrBar h3 {
	padding: 3px 3px 2px 18px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Arial Narrow", sans-serif;
	
}

div#dashboard .program{
	border: 1px solid #AAA;
	padding-bottom: 10px;
}
div#dashboard .hdrBar{
	margin-bottom: 0.9em;
}

div#dashboard .tools div.arrow.open{
	width: 12px;
	height: 12px;
	background:url("../images/arrow_open.png") no-repeat ;
}
div#dashboard .tools div.arrow.closed{
	width: 12px;
	height: 12px;
	background:url("../images/arrow_closed.png") no-repeat ;
}
div#dashboard  .cycle{
	position: relative;

	margin-left: 10px;
	width: 470px;

}
div#dashboard .cycle .milestones{	
	background: #EEEEEE;	
		border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 2px 2px 5px;
}

div#dashboard .cycle .milestones.documents{
	border: none;
	background:#EEE url("../images/page_corner.png") no-repeat top right;
}

div#dashboard .cycle h3{
	color: #444;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 0px;
		background: #a1a9b4;
	padding: 2px 2px 2px 2px;
	
}

div#dashboard .cycle .tools{
		position: absolute;
	top: 2px;
	right: 4px;
}

div#dashboard table{
	margin-left: 25px;
	margin-bottom: 5px;
	border: none;
	width: 430px;
	font-size: .95em;

}

div#dashboard table td{
	border: 0px;
	background: #EEE;
}

div#dashboard table td.left_align{
	width: 250px;
	text-align: right;
}
div#dashboard table td.pdf{
	padding-right: 15px;
	background: url("../images/pdf_icon.png") no-repeat right;
}

div#dashboard table td.date{
	width: 60px;
}
div#dashboard h4{
		margin-left: 5px;
		font-size: .9em;
		color: #444;
		margin-bottom: 2px;
		text-transform: uppercase;
}

div#dashboard h4 span.description{
	font-style: italic;
	font-size: .8em;
	font-weight:normal;
	text-transform: none;
}

.hdrBar .subHdrBar .tools {
	top: 2;
	right: 0;
}


.progress {
	position: relative;
	margin: -2em 0 2.5em;
	height: 1em;
	font-size: 0.9em;
}

.progress .total {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 0.9em;
}
.progress .started {
	position: absolute;
	top: 15px;
	left: 0;
	
}
.progress .due {
	position: absolute;
	top: 15px;
	right: 0;
}



/* Footer Content
---------------------------------------------------- */
div#footer {
	font-size: 0.9em;
	text-align: center;
}

div#footer li {
	padding: 0 8px 0 10px;
	border-left: #999 1px solid;
}

div#footer li.first-child {
	border-left: none;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	color: #333;
}

/* Utility Classes
------------------------------------------------ */

/* gilder/levin image replacement technique */
.gl {
    display: block;
	position: relative;
	overflow: hidden;
}
.gl span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}
