/* procurement */
table#procurement {
	float:left;
	text-align:inherit;
	width:690px;
}
table#procurement col.col1 {
	width:40px;
}
table#procurement col.col2 {
	width:130px;
}
table#procurement col.col3 {
	 
}
table#procurement col.col4 {
	 
}
table#procurement col.col5 {
	width:130px;
}
table#procurement tr.ra {
	/*background:rgb(245, 245, 245);*/
	background:rgb(253, 253, 253);
}
table#procurement tr.rb {
	background:rgb(230, 245, 250);
}
table#procurement th {
	background:rgb(0, 185, 242);
	border-right:1px solid rgb(224, 224, 224);
	color:white;
	padding:3px 0;
	text-align:center;
}
table#procurement th:first-child {
	background:url(../images/news/bg-th-procurement.jpg) no-repeat;
}
table#procurement th:last-child {
	background:url(../images/news/bg-th-procurement.jpg) no-repeat 100% 0;
	border-right:0;
}
table#procurement td {
	border:1px solid rgb(224, 224, 224);
	border-width:0 1px 1px 0;
	padding:3px 5px;
	text-align:center;
	vertical-align:top;
}
table#procurement td:last-child {
	border-right:0;
}
table#procurement td.AlignLeft {
	text-align:left;
}
table#auto{
	margin:auto;
	width:auto;
	padding-bottom:10px;
}

 


/* news activities */

#NewsActivities, #NewsActivities .row {
	float:left;
	width:690px;
}
#NewsActivities .textspace{
	margin-top:5px;
	float:left;
}
#NewsActivities .textspace span {
	padding-left:20px;
	
}
#NewsActivities .BoxLeft {
	float:left;
	height:100px;
}
#NewsActivities .BoxRight {
	float:right;
	height:100px;
}
#NewsActivities .BoxLeft, #NewsActivities .BoxRight {
	background:url(../images/news/bg-box-news.jpg) no-repeat 0 100%;
	padding:10px 5px;
	width:295px;
	height:100px;
}
#NewsActivities .BoxLeft img, #NewsActivities .BoxRight img {
	border:1px solid rgb(200, 200, 200);
	float:left;
	height:50px;
	padding:1px;
	width:75px;
}
#NewsActivities .BoxLeft span, #NewsActivities .BoxRight span {
	float:right;
	line-height:1.4em;
	width:205px;
}
#NewsActivities .BoxLeft span.date, #NewsActivities .BoxRight span.date {
	background:url(../images/together/arrow-gray.gif) no-repeat 0 5px;
	float:right;
	line-height:1.4em;
	padding-left:7px;
	width:198px;
}
#NewsActivities .BoxLeft span.title, #NewsActivities .BoxRight span.title {
	color:rgb(0, 185, 242);
}
#NewsActivities .BoxLeft a.ReadMore, #NewsActivities .BoxRight a.ReadMore {
	clear:both;
	float:right;
	font-size:11px;
	margin-top:10px;
	color:red;
	width:75px;
}
#NewsActivities .BoxLeft a.ReadMore:hover, #NewsActivities .BoxRight a.ReadMore:hover {
	text-decoration:underline;
}

/* news detail */
#NewsActivities table {
	line-height:1.4em;
	width:690px;
}
#NewsActivities table td {
	padding:3px 0;
}