body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;/*Select text color*/
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

tr.main{
	background-color: #eee4c9;/*Select background title color*/
	text-align: center;
}

td.title_no_border{
	border-right: solid 1px #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	color: #333333; /*Select Title Color*/
}

td{
	padding:4px 6px;
}

a.titles{
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	/*border-right: solid 1px #ffffff;*/
	color: #333333; /*Select Title Color*/
}

td.titles{
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	border-right: solid 1px #ffffff;
	color: #333333; /*Select Title Color*/
}

td.proyects{
	padding:8px 6px;
	font-size: 11px;
	border-right: solid 1px #ffffff;
	border-bottom:solid 1px #cccccc;
}

td.location{
	padding:8px 6px;
	text-align:center;
	border-right: solid 1px #ffffff;
	border-bottom:solid 1px #cccccc;
}

a {
	text-decoration: underline;
	font-size: 11px;
	text-align:left;
}

a:link {
	color: #2C6F38;/*Select link color*/
}
a:visited {
	color: #2C6F38;/*Select visited color*/
}
a:hover {
	color: #2C6F38;/*Select hover color*/
}
a:active {
	color: #2C6F38;/*Select active color*/
}


.all_proyects {
	padding-left: 5px;
	margin-top:5px;
	margin-bottom:10px;
}

.all_proyects a{
	text-decoration: underline;
	font-size: 12px;
	color: #666666; /*Select Bread Crumb Color */
	text-align:left;
}

.bid_date {
	font-size: 11px;
	color: #f05648;/*Select bid date color*/
	font-weight:bold;
	text-align: center;
}

#padination {
	text-align: center;
	border-bottom-style: none;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
}
#padination a {
	font-weight: bold;
	padding: 0px 3px;
	margin: 0px 5px;
}