/*======================================================================*\
|| #################################################################### ||
|| #  e-Foreman 1.0                                                   # ||
|| # ---------------------------------------------------------------- # ||
|| #  style.css                                                       # ||
|| #  Created 10/11/2006                                              # ||
|| #  Updated 08/15/2008                                              # ||
|| #################################################################### ||
\*======================================================================*/

/* Main Elements */
body {
	background: #ebf3fe;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#thirdcol table {
	width: 155px;
}

/*Nav Elements */ 
#nav {
	color: #fff;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#nav table {
	width: 155px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #fff;
	text-decoration: underline;
}
#nav a:hover {
	color: #eee;
	text-decoration: underline;
}
#nav .title {
	color: #000;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	background: #6699ff url(../images/nav-title.gif) repeat-y top left;
}
/* Navbar Rollover */
#nav a {
	display: block;
	padding: 3px;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	background: #DFE6EF;
	color: #336699;
}
#nav a:hover { 
	text-decoration: none;
	background: #EEF2F7;
	color: #000;
}

/* Navbar Rollover Header Negate */
#nav .header a {
	display: inline;
}

#nav .header a:link, #nav .header a:visited, #nav .header a:active {
	text-decoration: underline;
	background: none;
	color: #000;
}
#nav .header a:hover { 
	text-decoration: none;
	background: none;
	color: #000;
}

fieldset {
	background-color: #eee;
	border: 1px solid #666;
	padding: .5em;
}

legend {
	font-size: 10px;
	color: #000;
	padding: 3px;
	background: #dfe6ef url(../images/nav-title.gif) repeat-x top left;
	border: 1px #345487 solid;	
	font-weight: bold;
}

* html #nav fieldset{
	position: relative;
	padding-top:.5em;
	margin-top:1em;
}

* html #nav fieldset{
	margin-top: 1em;
	padding-top: 1em;
}

* html #nav legend{
	position: absolute;
	top:-1em;
	left:.5em;
}

#nav ul, #nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content {	
	margin-left: 5px;
	width: auto;
}

/*Top Elements */ 
#top {
	height: 2.0em;
	padding: 3px;
	color: #000;
	background: #d1dceb;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	margin-bottom: 1em;
}

#top a:link, #top a:visited, #top a:active {
	color: #336699;
	text-decoration: none;
}

#top a:hover {
	color: #000;
	text-decoration: none;
}

#top .left {
	float: left;
}

#top .right {
	float: right;
	text-align: right;
	padding-top: 3px;
}

/* Footer */
#foot {
	margin-top: 1em;
	padding: 3px;
	color: #000;
	font-size: 10px;
	background: #d1dceb;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	text-align: center;
	clear: both;
}

#foot a:link, #foot a:visited, #foot a:active {
	color: #336699;
	text-decoration: underline;
}
#foot a:hover {
	text-decoration: none;
}

/* Category */
.cat {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #78b1f3 url(../images/head.gif) repeat-x;
	padding: 5px;
}

.cat a:link, .cat a:active, .cat a:visited {
	color: #fff;
	text-decoration: underline;
}

.cat a:hover {
	color: #fff;
	text-decoration: none;
}

/* Alt 1 Elements */
.alt1 {
	font-size: 10px;
	color: #000;
	background: #DFE6EF;
	padding: 5px;

}
/* Alt 2 Elements */
.alt2 {
	font-size: 10px;
	color: #000;
	background: #EEF2F7;
	padding: 5px;

}

/* Font Classes */
.smallfont {
	font-size: 10px;
}
.mediumfont {
	font-size: 12px;
}
/*Redirect */
#redirect fieldset {
	width: 250px;
	border: 1px #345487 solid;	
	font-size: 10px;
	color: #000;
	background: #eef2f7;
	padding: 5px;
}
#redirect legend {
	font-size: 10px;
	color: #000;
	background: #bdd1ed url(../images/nav-title.gif) repeat-x top left;
	padding: 5px;
	border: 1px #345487 solid;	
	font-weight: bold;
}

/* Form stuff */
form {
	display:inline;
}

optgroup {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

input {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

textarea {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	width: 50%;
}

select {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

option {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* Misc */
.border {
	background: #345487;
}
.header {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	background: #bdd1ed url(../images/nav-title.gif) repeat-x top left;
	padding: 4px;
}

.footer {
	font-size: 10px;
	font-weight: bold;
	background-color: #CDDCEF;
	padding: 3px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #000;
	text-decoration: underline;
}

.title {
	font-size: 12px;
	color: #000;
	background: url(../images/nav-title.gif) repeat;
	font-weight: bold;
	padding: 3px;
	border-top: 1px solid #345487;
	border-bottom: 1px solid #345487;
}

.highlight {
	font-size: 10px;
	font-weight: bold;
	color: #ff0000;
}

.dim {
	font-size: 10px;
	color: #bbb;
}

.imgborder { 
	border:  1px solid #003366;
	background: #ccc;
}

.block_ontime {
	border: 1px solid #003366;
	background: #ffff00;
	color: #000;
	font-weight: bold;
	width: 95px;
	text-align: center;
	padding: 3px;
}

.block_late {
	border: 1px solid #003366;
	background: #ff0000;
	color: #000;
	font-weight: bold;
	width: 95px;
	text-align: center;
	padding: 3px;
}

.block_now {
	border: 1px solid #003366;
	background: #ff6600;
	color: #000;
	font-weight: bold;
	width: 95px;
	text-align: center;
	padding: 3px;
}

.inactive {
	text-decoration: line-through;	
}

.p_profit {
	color: green;
}

.p_negative {
	color: red;
}

blockquote {
	padding: 5px;
	font-size: 12px;
}

.fade {
	color: #bbb;
	font-size: 12px;
	background: #eef2f7 url(../images/fade_bg.gif);
	padding: 5px;
}

.space {
	clear: both;
}

.MM img {
	vertical-align: middle;
}
.maincontent {
	padding: 0px 15px 0px 15px;
}
/* PO Menu Bar */
a.editpo, a:visited.editpo, a:active.editpo {
	display: block;	
	width: 71px;
	height: 22px;
	text-decoration: none;
   	background: url("../images/edit_po.gif") 0 0 no-repeat;
   	float: left;
}
a:hover.editpo {
	background-position: -71px 0;
}
a.lineitem, a:visited.lineitem, a:active.lineitem {
	display: block;	
	width: 71px;
	height: 22px;
	text-decoration: none;
   	background: url("../images/new_line_item.gif") 0 0 no-repeat;
   	float: left;
}
a:hover.lineitem {
	background-position: -71px 0;
	text-decoration: none;
}
a.print, a:visited.print, a:active.print {
	display: block;	
	width: 58px;
	height: 22px;
	text-decoration: none;
   	background: url("../images/print_po.gif") 0 0 no-repeat;
   	float: left;
}
a:hover.print {
	background-position: -58px 0;
	text-decoration: none;
}
a.viewlog, a:visited.viewlog, a:active.viewlog {
	display: block;	
	width: 72px;
	height: 22px;
	text-decoration: none;
   	background: url("../images/view_log.gif") 0 0 no-repeat;
   	float: left;
}
a:hover.viewlog {
	background-position: -72px 0;
	text-decoration: none;
}
a.enternote, a:visited.enternote, a:active.enternote {
	display: block;	
	width: 90px;
	height: 22px;
	text-decoration: none;
   	background: url("../images/new_log.gif") 0 0 no-repeat;
   	float: left;
}
a:hover.enternote {
	background-position: -90px 0;
	text-decoration: none;
}
/* End PO Menu Bar */
.letter {
	font: 10px arial, helvetica, sans-serif;
	color: #000;	
	background: #fff;
}
.hide {
	display: none;
}
.separate {
	height: 1px;
	border-bottom: 1px solid #000;
	padding: 3px 0 3px 0;	
}
.alt1 li {
	list-style-type: none;
	padding: 0 0 2px 0;
}
.alt2 li {
	list-style-type: none;
	padding: 0 0 2px 0;
}
/*Project & Company Nav Elements */ 
#pnav {
	color: #fff;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#pnav table {
	width: 155px;
}
#pnav td {
	border-bottom: 1px solid #336699;
}

#pnav a:link, #pnav a:visited, #pnav a:active {
	color: #fff;
	text-decoration: underline;
}
#pnav a:hover {
	color: #eee;
	text-decoration: underline;
}
#pnav .title {
	color: #000;
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: bold;
	background: #6699ff url(../images/nav-title.gif) repeat-y top left;
}
/* Project & Company Nav Rollover */
#pnav a {
	display: block;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
}

#pnav a:link, #pnav a:visited, #pnav a:active {
	text-decoration: none;
	background: #DFE6EF;
	color: #336699;
}
#pnav a:hover { 
	text-decoration: none;
	background: #EEF2F7;
	color: #000;
}

.box {
	text-align: left;
	width: 175px;
	padding: 3px;
	background-color: #EEF2F7;	
}

.printer {
	background: url(../images/printer2.png) left center no-repeat;
	padding: 0 0 0 20px;
}

.pagebreak {
	page-break-before: always;
}
.infobox {
	font-size: 10px;
	background-color: #CDDCEF;
	width: 250px;
	padding: 10px 20px 5px 20px;
	border: 1px solid #003366;
}

.infobox ul li {
	list-style: none;
	margin-left: -40px;
}

#newform td strong {
	width: 150px;
	display: block;
	float: left;
}

#newform input.new {
	width: 350px;
	padding: 3px;
}

#newform textarea.new {
	width: 350px;
	height: 150px;
}

.prompt {
	padding: 10px;
	text-align: center;
	margin: 0 auto 15px auto;
	border: 1px solid #ebd750;
	background: #faf3c4;	
	font-size: 10px;
}
	