/*Bid Page
-------------------------------------------------------------------------------------------------------------------------------------*/

.bidcontainer {
	width: 1000px;
	padding:20px;
	height:auto;
}


.projectno {float:left;margin-left: 0;text-decoration: none;display: block;}
.projectname {float:left;position: absolute;margin-left: 85px;text-decoration: none;display: block;}
.projectlocation {float:left;position: absolute;margin-left: 620px;text-decoration: none;display: block;}
.projectdue {float:left;position: absolute;margin-left: 810px;text-decoration: none;display: block;}

table #1{
    margin: 2px 0 5px 0;
	border:1px solid #bbb;
	border-collapse:collapse;
	font-family:arial,sans-serif;
	font-size:15px;
}

td,th{
	font-size:15px;
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
}

#no  {width:120px;}
#proj{width:520px;}
#locat{width:180px;}
#date  {width:95px;}

caption{
	background:#ccc;
	font-size:15px;
	font-weight:bold;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:center;
}

thead th{
	background:#81031a;
	text-align:center;
	height: 30px;
	color: #fff;
	margin:10px 20px 10px 0;
}

tbody th{
	text-align:left;
	background:#555;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}

tbody td{
	background:#e2e9ec;
	height: 20px;
	font-size:1.2em;
}




h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../imgs/toggle/bidtrigger.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 960px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}

h2.trigger img {
	border: none;
}



h2.active {background-position: left bottom;}

.projectno {float:left;margin-left: 0;text-decoration: none;display: block;}
.projectname {float:left;position: absolute;margin-left: 85px;text-decoration: none;display: block;}
.projectlocation {float:left;position: absolute;margin-left: 620px;text-decoration: none;display: block;}
.projectdue {float:left;position: absolute;margin-left: 810px;text-decoration: none;display: block;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #dfddd8 url(../imgs/toggle/toggle_block_stretch.png) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 960px;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
	background: url(../imgs/toggle/toggle_block_btm_bid.png) no-repeat left bottom;
	
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}






/*Tabs
-------------------------------------------------------------------------------------------------------------------------------------*/
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
 
:focus {
  -moz-outline-style:none;
}
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
 
/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../imgs/toggle/tabsblue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#444;	
}
 
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}


/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
 
 
/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }
 
/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }
 
 
/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }
 
/* initially all panes are hidden */ 

/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 40px;
	border:1px solid #999;
	border-top:none;
	height: auto;
	min-height:200px;
	width: 838px;
	font-size:14px;
	background-color:#e2e9ec;
}
/*Table / bidding 
-------------------------------------------------------------------------------------------------------------------------------------*/

table {
    margin: 2px auto 10px 0;
	border:1px solid #bbb;
	border-collapse:collapse;
	font-family:arial,sans-serif;
	font-size:10px;
}

tr  {
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
}

td,th{
	border:1px solid #ccc;
	border-collapse:collapse;
	padding:5px;
}

#docno  {width:150px;}
#docname{width:500px;}
#downloadicon{width:80px;}

caption{
	background:#ccc;
	font-size:12px;
	font-weight:bold;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:left;
}


tr{
	height: 30px;
}

 th{
	text-align:left;
	background:#555;
	font-size:11px;
	font-weight:bold;
	color:#000;
	margin-left: 0;
}

 td{
	background:#ddfeb6;
	font-size:1.1em;
}

.photo {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #ccc;
	cursor:pointer;		
}
	
.photo  img{
	margin: 5px 15px;
	border:none;
	cursor:pointer;		
}

.photo img:hover{
	border:1px solid #555;	
}

	
.warn{

	font-size:13px;
	color:#333;
}	

/*News
-------------------------------------------------------------------------------------------------------------------------------------*/
.newscontainer {
	width: 700px;
	margin: 0;
	padding-right: 10px;
}

h2.newstrigger {
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
	background: url(../imgs/toggle/newstoggle.png) no-repeat;
	height: 46px;
	line-height: 46px;
	width: 700px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
}
h2.newstrigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.newstrigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}



#newslist  { list-style: none; }

.newsdate {
    float:left;
	margin-left: 0;
	text-decoration: none;
	display: block;
}

.newsheader {
	float:left;
	position: absolute;
	margin-left: 110px;
	text-decoration: none;
	display: block;
}

.newstoggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #dfddd8 url(../imgs/toggle/toggle_block_stretch_news.png) repeat-y left top;
	overflow: hidden;
	font-size: 1em;
	width: 650px;
	clear: both;
}
.newstoggle_container .block {
	padding: 20px;
	background: url(../imgs/toggle/toggle_block_btm_news.png) no-repeat left bottom;
}
.newstoggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.newstoggle_container h3 {
	font: 1.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.newstoggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}








