body {
	color: #fff !important;
}

a {
	color: #fff !important;
}

a:visited { 
	color: #fff;
}
a:hover { 
	color: #959999 !important;
}

#navs a {
	color: #333333 !important;
}

#context-help {
	position:relative;
	margin: 0px auto 10px auto;
	padding: 0px;
	z-index: 2;
	width: 950px;
	color: #000;
}

#context-help a {
	color: #000 !important;
}	

#context-help h3 {
	color: #000;
}

#context-help-anchor {
	display: none;
	background-color: #f1f1f1;
	border-color: #000;
	border-style: none solid solid;
	border-top: 0 none;
	border-width: 0 1px 1px;
	margin: 0 15px;
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#context-help-anchor div.bd {
	padding: 8px 12px 12px;
	color: #000;
}

#contextual-help-link-wrap {
	position: relative;
	float:right;
	background:transparent url(/images/screen-options-left.gif) no-repeat scroll 0 0;
	height: 22px;
	margin: 0 22px 0 0;
	padding: 0;
}

#contextual-toggle-sidebar-wrap {
	position: relative;
	float:right;
	background:transparent url(/images/screen-options-left.gif) no-repeat scroll 0 0;
	height: 22px;
	margin: 0 22px 0 0;
	padding: 0;
}

#contextual-toggle-sidebar-wrap a.show-settings {
	background-image:url(/images/sidebar-options-right.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	font-size:10px;
	height:22px;
	line-height:22px;
	padding:0 16px 0 6px;
	text-decoration:none;
	z-index:1;
	border: none;
}

#contextual-toggle-sidebar-wrap a.show-settings-up {
	background-image:url(/images/sidebar-options-left.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	font-size:10px;
	height:22px;
	line-height:22px;
	padding:0 16px 0 6px;
	text-decoration:none;
	z-index:1;
	border: none;
}


#contextual-help-link-wrap a.show-settings {
	background-image:url(/images/screen-options-right.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	font-size:10px;
	height:22px;
	line-height:22px;
	padding:0 16px 0 6px;
	text-decoration:none;
	z-index:1;
	border: none;
}

#contextual-help-link-wrap a.show-settings-up {
	background-image:url(/images/screen-options-right-up.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	font-size:10px;
	height:22px;
	line-height:22px;
	padding:0 16px 0 6px;
	text-decoration:none;
	z-index:1;
	border: none;
}


#heightchecker {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
}

.small-witness {
	width: 140px;
}

.worksheet-order {
	border: 1px solid #000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.worksheet-order table td {
	padding: 0px 10px 0px 0px;
}

.worksheet-order h3 {
	color: #000;
}

#legend {
	text-align: left;
	}

#legend h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	}

#legend td {
	font-size: 12px;
	font-weight: bold;
	}

#legend ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#legend ul li {
	margin: 4px 0px;
	padding: 0px;
	clear: both;
	}

.legend {
	position: relative;
	padding: 5px;
	margin: -15px 0px 10px 0px;
	z-index: 20;
}
	
.legend ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.legend ul li {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

.legend ul li.legend-color {	
	width: 15px;
	height: 15px;
	margin: 0px 6px 0px 0px;
}

.blockdivision_complete {
	background: #ace;
	border: 1px solid #339;
}

.blockdivision_cancelled {
	background: #DF5828;
	border: 1px solid #579;
}
	
.blockdivision_current {
	background: #6F3;
	border: 1px solid #579;
}

.blockdivision_reporter_current {
	background: #002341;
	border: 1px solid #579;
}
	
.blockdivision_reporter_pastdue {
	background: #fbdb46;
	border: 1px solid #579;
}

#my_alerts {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000;
}

#my_alerts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#my_alerts ul li {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	width: 300px;
}

#my_alerts ul li br.clearer {
	clear: both;
}

#my_alerts ul li .inner {
	padding: 5px;
}

#my_alerts ul li span.date {
	font-size: 14px;
}

#my_alerts ul li span.title {
	font-size: 16px;
	font-weight: bold;
}

#my_alerts ul li .title-current, #my_alerts ul li .date-current {
	color: #6F3;
}

#my_alerts ul li .title-cancelled, #my_alerts ul li .date-cancelled {
	color: #DF5828;
}

#my_alerts ul li .title-complete, #my_alerts ul li .date-complete {
	color: #ace;
}

#my_alerts ul li  h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000 !important;
}	

.intro {  
	color: #000;  
	background-color: #e5e5e5;
	border: 1px solid;  
	margin: 10px 0px 10px 0px;  
	padding: 10px 10px 10px 10px;
}  

.browse-job-details-row {}

.browse-job-details-row .expandLink {
	position: relative;
	float: left;
}

.browse-job-details-row .browse-job-status {
	position: relative;
	float: right;
	text-align: right;
	margin: 0px 15px 0px 0px;
	font-size: 20px !important;
}

#add-file-link {
	text-decoration: underline;
}

img.add-file-links {
	cursor: pointer;
}

#jobs-nav {

}

#jobs-nav img.textbottom {vertical-align:text-bottom;} 

#jobs-nav .linknav {
	display: inline;
}

#jobs-nav .linknav li {
	list-style: none;
	display: inline;
	margin: 0px 10px 0px 0px;
}

#jobs-nav .linknav li a.selected {
	text-decoration: underline;
}

#date-filter-links {
	margin: 0px 0px 10px 0px;
}

.search-link a {
	font-size: 18px;
}

.pagination a {
	font-size: 12px;
}

.pagination span {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

img.toggle-all-jobs {
	cursor: pointer;
}

.order-download-items {
	list-style-position: inside;	
}

.order-download-items li {
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
}

#bu-filter-anchor {
	display: inline;
}
.yui-pe .yui-pe-content {
    display:none;
}

.yui-pe-content label {
	color: #000000;
}

#bu-filter .bd .instructions {
	border: 1px solid #000;
	background-color: #efefef;
	padding: 4px;
	margin: 0px 0px 5px 0px;
}

#bu-filter .bd {
	color: #000;
}

#bu-filter .bd table tr td {
	padding: 0px 10px 0px 0px;
}

#bu-filter .bd a {
	color: #000 !important;
	text-decoration: none;
}

#bu-filter .bd a:hover {
	text-decoration: underline !important;
}

#bu-filter .bd a:visited {
	text-decoration: none  !important;
}

#alert-signup-anchor {
	display: inline;
}

#alert-signup-dlg .bd .instructions {
	border: 1px solid #000;
	background-color: #efefef;
	padding: 4px;
	margin: 0px 0px 5px 0px;
}

#alert-signup-dlg .bd {
	color: #000;
}

#alert-signup-dlg .bd table tr td {
	padding: 0px 10px 0px 0px;
}

#alert-signup-dlg .bd a {
	color: #000 !important;
	text-decoration: none;
}

#alert-signup-dlg .bd a:hover {
	text-decoration: underline !important;
}

#alert-signup-dlg .bd a:visited {
	text-decoration: none  !important;
}

#alert-signup-dlg .bd #alert-notice {
	display: none;	
}



img.textbottom {vertical-align:text-bottom;} 

.numbered-list {
	list-style-postion: outside;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.numbered-list li {
	padding: 0px 0px 0px 0px;
	list-style: decimal;
}

p.field-info {
	padding-bottom: 10px;
}

.new_flag {
  
}

table.myaccount-prefs td {
	padding: 10px 0 !important;
  border-top: 1px solid #dddddd;
}

