body {
	text-align: center;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #3879d0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #3879d0;
}

h1 {
	font-size: 16pt;
	line-height: 18pt;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 14pt;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
}

/*div {
	border:1px solid green;
	}
*/
#header1,#header2,#menu,#container,#footer,#navigation {
	text-align: left;
	padding: 0;
	width: 1002px;
	margin: 0 auto 0 auto;
}

#header1,#footer {
	height: 50px;
	background: transparent url(assets/gradients/horiz_blue_white_1002px.png)
		repeat-y scroll top left;
	color: white;
}

#footer {
	margin-top: 5px;
	font-size: smaller;
	text-align: center;
}

#header1 div {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 50px;
}

#header1 h1 {
	color: white;
	font-weight: bold;
	font-size: 30pt;
	line-height: normal;
	margin: 0 5px 0 5px;
}

#header1 h2 {
	font-weight: bold;
	font-size: 12pt;
	margin: 15px 0 0 10px;
	line-height: normal;
}

#header2 {
	height: 300px;
	background: #425f09 url(assets/gradients/horizontal_green_300px.png) repeat-x scroll
		top left;
	color: white;
}

#menu {
	padding: 0;
	list-style: none;
	height: 28px;
}

#menu ul {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 14pt;
}

#menu li {
	float: left;
	display: block;
	font-size: 12pt;
	height: 20px;
	padding: 2px 5px 2px 5px;
	margin: 3px 5px 0 0;
	text-decoration: none;
	border: 1px solid #dfe4ec;
	text-align: center;
	background-color: white;
}

#menu .selected {
	padding-bottom: 2px;
	background-color: #dfe4ec;
}

#menu .unselected {
	padding-bottom: 2px;
	background-color: white;
	border-bottom: none;
}

#navigation {
	list-style: none;
	font-size: 9pt;
	height: 11pt;
	margin: 0 auto 0 auto;
	background-color: #dfe4ec;
}

#navigation ul {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 11pt;
}

#navigation li {
	float: left;
	display: block;
	font-size: 9pt;
	padding: 1pt 5px 1pt 5px;
	margin: 0 0 0 0;
	text-decoration: none;
	text-align: center;
}

.headings {
	background: transparent url(assets/gradients/vertical_green_gray_400px.png)
		repeat-x scroll top left;
	margin:5px 0 5px 0;
	padding:5px 0 15px 10px;
	width:auto;
}

#container {
	padding: 0;
	background-color: #dfe4ec;
	text-align: justify;
	border: 1px solid #dfe4ec;
	width: 1000px;
}

#imagepanel {
	width: 190px;
	height: 140px;
	margin: 5px;
	float: left;
	padding: 0;
	background-image: url(assets/images/woman_laptop_190_140.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#newspanel,#messages {
	width: 180px;
	margin: 0;
	float: left;
	padding: 0 10px 0 10px;
}

#newspanel p,#messages div {
	display: block;
	font-size: 9pt;
	float: left;
	width: 170px;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid black;
	background-color: #EEE;
}

#mainpanel {
	width: 600px;
	margin: 0;
	float: left;
	padding: 0;
}

table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

table th
{
	background-color: #CCC;
}

table tr.even {
	background-color: #DDD;
}

table.tasklist td
{
	text-align:left;
}

table.tasklist .col_1, table.tasklist .col_2, table.tasklist .col_3
{
	padding-left:10px;
} 

table.tasklist .col_2, table.tasklist .col_3
{
	white-space:nowrap;
} 

table.tasklist .col_4
{
	text-align:center;
}

table.singletask .col_0, table.singlebid .col_0{
	width:150px;
	text-align:left;
	font-weight:bold;
	padding-right:10px;
}


#rightbox,#leftbox {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#content1 {
	width: 585px;
	padding: 0 5px 0 5px;
	margin: 0;
}

#content2 {
	float: left;
	width: 287px;
	padding: 0 5px 10px 5px;
	margin: 10px 6px 10px 0;
	background: transparent url(assets/gradients/vertical_green_gray_400px.png)
		repeat-x scroll top left;
}

#content3 {
	float: left;
	width: 287px;
	padding: 0 5px 10px 5px;
	margin: 10px 0 10px 0;
	background: transparent url(assets/gradients/vertical_blue_gray_400px.png)
		repeat-x scroll top left;
}

#loginpanel {
	float: left;
	width: 180px;
	height: 130px;
	padding: 5px;
	margin: 5px;
	background: transparent url(assets/gradients/vertical_lightblue_gray_200px.png)
		repeat-x scroll top left;
	font-size: 9pt;
}

#loginpanel form {
	font-weight: bold;
}

#loginpanel h2 {
	font-size: 10pt;
	margin: 2px 0 2px 0;
}

#loginpanel input {
	width: 170px;
}

#content4 {
	float: left;
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 5px 0 5px;
	background-color: white;
	border: 1px solid black;
}

.cleardiv {
	clear: both;
	height: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#form, .centerform{
	width: 450px;
	padding: 0 10px 0 10px;
	border: 1px solid #eee;
	margin: 0 auto 20px auto;
}

.formbox {
	width: 450px;
	padding: 0 10px 0 10px;
	border: 1px solid #eee;
	margin: 0 auto 20px 0;
}

.calcbox {
	width: 240px;
	padding: 10px;
	float:right;
}

form input[type=hidden] {
	display:none;
	visibility:hidden;
}

form input[disabled="disabled"][type=submit] {
	color: #222222;
}

form input,form select,form textarea,form button {
	font-family: verdana;
	font-size: 10pt;
	width: 450px;
	background-color: #e1e1ff;
}

form.compact select, form.compact input[type=checkbox], form.compact input[type=submit], form.compact div {
	width:auto;
	margin:0 10px 0 0;
	float:left;
	clear:none;
}

form input[type=submit] {
	background: #3879d0;
	font-size: 10pt;
	color: white;
}

form#add_bid {
	display:block;
	float:left;
}

form#add_bid select,form#add_bid textarea,form#add_bid button,form#add_bid input[type=submit] {
	width:330px;
}

form#add_bid {
	display:block;
	width:340px;
}

.button {
	margin: 10px 0 0 0;
	background-color: #f7f7f9;
	border: 1px solid #CCC;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

form input[type=checkbox], .formbox input[type=checkbox] {
	width:1em;
}

#form .label, .formbox .label {
	clear: left;
	margin: 10px 0 2px 0;
}

#form .floatlabel {
	display: block;
	float: left;
	width: 180px;
}

form .invalid {
	background-color: #ffe8e8;
}

form .valid {
	background-color: #daffd5;
}

form label {
	display:block;
	float:left;
	margin-top:0.2em;
	padding:0;
}

form input[type=text].currency, form input[type=text].percent, form input[type=text].smallinteger
{
	background-color:#daffd5;
	font-family:monospace;
	text-align:right;
}

form input[type=text].currency {
	width:4em;
}

form input[type=text].percent {
	width:3em;
}

form input[type=text].smallinteger
{
	width:2em;
}

form input[type=text][name=grossRate].currency, input[type=text][name=fixedPrice].currency {
	font-weight:bold;
	background-color:#eeeeee;
}


.bgfsgreen {
	background-color: #0dd047;
}

.bgfsblue {
	background-color: #3879d0;
}

.fsgreen {
	color: #0dd047;
}

.fsblue {
	color: #3879d0;
}

/* Styles for Uploader */
div.uploadBar {
	height: 2em;
	width: 450px;
	padding: 0;
	position: relative;
}

div.uploadBar .progressBox {
 	width: 10em;
	height: 1.5em;
	top: 0.25em;
	right: 0;
	left: auto;
	bottom: auto;
	position:absolute;
	background: #cccccc;
}

div.uploadBar div.progressBox .progressBar {
    width: 0; 
    height: 1.5em;
	top: 0;
	left: 0;
	margin:0;
	background-color: #0dd047;
	overflow:visible;
	
}

div.uploadBar .fileName {
  width:auto;
  float:right;
}

div.uploadBar .file {
	width:auto;
	float:left;
	background:#dfe4ec;
}

/* Style for IFRAME */
.loader {
  border: 0; 
  height: 0; 
  width: 0; 
  padding: 0; 
  position: absolute; 
  visibility: hidden;
}
/* END Styles for Uploader */

/* Styles for DatePicker */
/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* End styles for DatePicker*/
