/* CSS Document */

body {
	margin: 0;
	font-size:8.0pt;
	FONT-FAMILY: verdana;
}

.page {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #23606A;
}

.pageon {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #454545;
}

.pageclick {
	text-align: center;
	border-right: 1px #ffffff solid;
	background-color: #E08E01;
	}

a
{
  COLOR: black;
  font-weight:normal;
  font-size:8.0pt;
  FONT-FAMILY: verdana;
}

a:link
{
  COLOR: blue;
}
a:visited
{
  COLOR: #454545;
}
a:active
{
  COLOR: green;
}
a:hover
{
  color: #cc3333;
}

a.menuItem:link, a.menuItem:active, a.menuItem:visited, a.menuItem:hover {
	color:white;
	text-align: center;
	font-weight:bold;
	font-family:arial;
	font-size:8.0;
	text-decoration:none;
}


.tdnav { 
	
	text-align: center;
	border-right: 1px #ffffff solid;
	} 
	
input {
	font-size: 10px !important;
}

select {
	font-size: 10px !important;
}

form {
	margin: 0;
	padding: 10px 0px;
}

#container {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 70px;
	background: #cc3333;
	position: relative;
	width: 700px;
}


button {
	display: inline;
}


.secHeaderStretch {
	position: relative;
	background: #E08E01;
	height: 2.0em;
	overflow: hidden;
	text-align: right;
}

.secHeader h3, .secHeaderStretch h3 {
	background:  #E08E01;
	float: left;
	color: #fff;
	font-size: 14px;
	padding: 3px 0px 0px 10px;
	margin: 0px;
	font-style: italic;
	
}

.secHeader a, .secHeaderStretch a {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 11px;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
	color: white;
}

.secHeader a:hover, .secHeaderStretch a:hover {
	color: #c33;
}

.secHeader a.enabled, .secHeaderStretch a.enabled {
	color: white;
}

.secHeader a.disabled, .secHeaderStretch a.disabled {
	color: #555;
}

.secHeader br, .secHeaderStretch br {
	clear: both;
}

.section_box {
	clear: both;
	border: 1px solid #E08E01;
	position: relative;
	padding: 5px 10px;
}
.section_box1 {
	clear: both;
	border-bottom: 1px solid #E08E01;
	border-left: 1px solid #E08E01;
	border-right: 1px solid #E08E01;
	position: relative;
	padding: 5px 10px;
}


td.task {
	font-size: 10px;
}

td.amount {
	font-size: 10px;
	width: 100px;
	text-align: right;
}

td.amountNegative {
	font-size: 10px;
	width: 100px;
	text-align: right;
	color: red;
}

td#projTotal {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

.section_box tr.header {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	height: 2em;
}

.section_box td.qty {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 5ex;
	height: 1.5em;
}

.section_box td.item {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	height: 1.5em;
}

.formitem {
	font-size: 11px;
	float: left;
	padding-right: 5px;
	font-weight: normal;
	white-space: nowrap;
}

.formitem1 {
	font-size: 14px;
	font-style: italic;
	float: left;
	font-weight: bold;
}

.requiredLabel {
	font-size: 12px;
	padding-right: 5px;
	font-weight: bold;
	color: #000000;
}

.formitem p {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}

.formsection {
	clear: both;
}


#footer {
        height: 50px;
        background: #cc3333;
        border-width: 1px;
        border-style: solid;
        border-color: #cc3333;
}

#footerLinks
{
        text-align: center;
		padding-top: 13px;
}


#footer a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}

#footer a:hover {
	color: white;
}

.formButtons {
	text-align: center;
	clear: both;
	margin: 10px 0px;
}

#transparent {					/* if the transparent section is a must in IE, use this DIV */
	height: 100px;
	background-color: transparent;
}


.floatBreak {
	clear: both;
}

div.formItemRow {
	clear: both;
	font-size: 11px;
	padding-top: 5px;
}

.formItemRow .fiLabel {
	width: 130px;
	text-align: right;
	float: left;
	font-weight: bold;
}

.formItemRow .fiLabelRequired	 {
	width: 130px;
	font-size: 14px;
	text-align: right;
	float: left;
	color: maroon;
	font-weight: bold;
}

.formItemRow .fiInput {
	text-align: left;
	float: left;
	padding: 0 0 0 10px;
}

.formItemRow .fiInput input {
	font-size: 11px;
	width: 150px;
}

.formItemRow img {
	margin-top: -3px;
}

.searchBox {
	background: #777;
	padding: 4px 5px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 11px;
}

.searchBox input {
	font-size: 11px;
}

.selectTable {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.selectTable a {
	font-family: verdana, sans-serif;
	color: black;
}

.selectTable a:hover {
	color: white;
}

.searchLabel {
	font-family: verdana, sans-serif;
	font-size: 11px;
	padding-left: 8px;
}

.submit {
	font-size: 11px;
}

#validate_link {
	color: #c33;
}

#selectTable {
	font-size: 12px;
	border-bottom: 1px solid black;
	padding: 3px;
	width: 100%;
	
}

#selectTable th {
	text-align: center;
	text-align: center;
	text-decoration:underline;
	font-size: 12px;
	padding: 3px;
	color:white; 
	cursor:hand;
}

#selectTable td {
	text-align: center;
	padding: 3px;
	text-align: center;
}

.selectTableHyperLink {
	color:blue;
	text-decoration: underline;
	cursor:hand;
}	

