#header {
  	height: 180px;
  	background: #fff url(i/head_portal2.jpg) 0 0 no-repeat;
  	padding: 0;
	}
h1 {
	margin-top: 69px;
}
table.register {
	width: 550px;
	margin-left: 85px;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #ccc;
	color: #222;
  	background: #e0e6f2 url(i/table_grad1.jpg) 0 0 repeat-x;
}
.register th {
	text-align: right;
}
.register th, td {
	padding: 4px;
}
.register input, .register textarea {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 2px;
}
.register input, .register textarea, .register select {
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
}
.register input, .register select {
	width: 180px;
	height: 20px;
}
.register checkbox {
	width: auto;
}
select.extrawide {
	width: 380px;
	height: 24px;
}
select.wide {
	width: 280px;
}
.register input.submit {
	width: auto;
	height: auto;
  	padding: 3px 11px 5px 11px;
	margin-right: 6px;
	background: #4c69a1 url(i/button_bg1.jpg) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
}
.register input.submit:hover {
  	background: #1f448a url(i/button_bg2.jpg) 0 0 repeat-x;
	color: #fff;
}
.select2 select {
	width: 183px;
	height: 80px;
}
input.button {
	width: 183px;
	height: 22px;
  	padding: 2px 0 5px 0;
	background: #4c69a1 url(i/button_bg1.jpg) 0 0 repeat-x;
	color: #fff;
}
input.button:hover {
  	background: #1f448a url(i/button_bg2.jpg) 0 0 repeat-x;
	color: #fff;
}
a.button {
	width: 183px;
	height: 22px;
  	padding: 2px 5px 5px 5px;
	background: #4c69a1 url(i/button_bg1.jpg) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
}
a.button:hover {
  	background: #1f448a url(i/button_bg2.jpg) 0 0 repeat-x;
	color: #fff;
}
textarea {
	height: 100px;
	width: 280px;
}
.register li {
	margin-left: 15px;
	margin-bottom: 5px;
}
a.button2 {
  	padding: 3px 11px 5px 11px;
	margin-right: 6px;
	background: #4c69a1 url(i/button_bg1.jpg) 0 0 repeat-x;
	color: #fff;
	text-decoration: none;
}
a.button2:hover {
  	background: #1f448a url(i/button_bg2.jpg) 0 0 repeat-x;
	color: #fff;
}
a.button3 {
  	padding: 2px 4px 2px 4px;
	background: #ccc;
	font-size: 0.8em;
	text-decoration: none;
}
a.button3:hover {
  	background: #eee;
}
a.button4 {
  	padding: 2px 4px 2px 4px;
	background: #ccc;
	font-size: 0.8em;
	text-decoration: none;
}
a.button4:hover {
  	background: #eee;
}
/*-------------------------------------------------------------*/
.buttonrow {
    padding: 20px 0 0 0;
	color: #fff;
}
a.button_blue {
    padding: 3px 11px 5px 11px;
    float: left;
	background: #4c69a1 url(i/button_bg1.jpg) 0 0 repeat-x;
	font-size: 0.9em;
    color: #fff;
    text-decoration: none;
}
a.button_blue:hover {
  	background: #1f448a url(i/button_bg2.jpg) 0 0 repeat-x;
    color: #fff;
}
a.button_green {
    padding: 3px 11px 5px 11px;
    float: right;
    background: #00b700 url(i/button_bg1g.jpg) 0 0 repeat-x;
	font-size: 0.9em;
    color: #fff;
    text-decoration: none;
}
a.button_green:hover {
    background: #006e1f url(i/button_bg2g.jpg) 0 0 repeat-x;
    color: #fff;
}
/*-------------------------------------------------------------*/
#error {
	width: 528px;
	margin-left: 85px;
	margin-top: 5px;
	padding: 4px 10px;
	border: 1px solid #f60;
  	background-color: #fc3;
	color: #000;
}
.message {
	width: 528px;
	margin-left: 85px;
	margin-top: 5px;
	padding: 4px 10px;
	border: 1px solid #ccc;
  	background-color: #eee;
	color: #333;
}
.center {
	text-align: center;
}
.wide {
	width: 209px;
}
.borderbottom {
	border-bottom: 1px solid #ccc;
}
/*-------------------------------------------------------------------*/
#projects {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #95783c;
}
#tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#tabs li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	}
a#biddingtab {
	float: left;
	padding: 16px 0;
	width: 50%;
	background-color: #e0d593;
	color: #614e27;
	text-decoration: none;
	}
a#biddingtab:hover {
	color: #000;
	}
a#awardedtab {
	float: right;
	padding: 16px 0;
	width: 50%;
	background-color: #bdae6d;
	color: #614e27;
	text-decoration: none;
	}
a#awardedtab:hover {
	color: #000;
	}
#bidding {
	clear: both;
	background-color: #e0d593;
}
#awarded {
	clear: both;
	background-color: #bdae6d;
}
#bid_accordion {
	margin: 0 15px;
}
#awarded_accordion {
	margin: 0 15px;
}
.awarded_header {
	font-size: 12px;
	padding: 4px 4px;
}
.bid_header {
	font-size: 12px;
	padding: 4px 4px;
}
/*-------------------------------------------------------------------*/
table.documents {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	text-align: left;
  	font-size: 1.2em;
	}
table.documents td {
	padding: 4px 3px 4px 3px;
	border-top: 1px solid #ccc;
	}
/*-------------------------------------------------------------------*/
.filetree {
    width: 90%;
    height: 200px;
    border-top: solid 1px #BBB;
    border-left: solid 1px #BBB;
    border-bottom: solid 1px #FFF;
    border-right: solid 1px #FFF;
    background: #FFF;
    overflow: scroll;
    padding: 5px;
}   
