#tm-outer-wrapper{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}

#tm-inner-wrapper{
	width:94%;
	height:auto;
	margin:0px;
	padding:20px 0px;
}

#tm-inner-wrapper a{
	color:#09c;
	text-decoration:underline;
}

.left{
	float:left;
}

.right{
	float:right;
}

.tm-row{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	float:left;
}

.tm-content{
	width:100%;
	height:auto;
	margin:0px;
	padding:20px 20px 20px 20px;
	float:left;
	background:#fff;
}

div.tm-tender-table{
	padding:20px 10px !important;
	margin:0px 0px 20px 0px !important;
	font-size:14px !important;
}

.tm-tender-table table{
	width:100% !important;
	background:none !important;
	font-size:12px !important;
	border:0px solid #ccc !important;
	border-top:1px solid #ccc !important;
	margin-bottom:20px;
}

.tm-tender-table tr th,
.tm-tender-table tr td{
	border:0px solid #ccc !important;
	border-bottom:1px solid #ccc !important;
}

.dataTables_length select{
	width:70% !important;
	padding:3px 5px !important;
	background:none !important;
	border:1px solid #ccc !important;
	margin-bottom:20px;
}

.dataTables_filter input{
	width:150px !important;
	padding:3px 5px !important;
	background:none !important;
	border:1px solid #ccc !important;
	margin-bottom:20px;
}

#selected_region{
	width:90% !important;
	padding:3px 5px !important;
	background:none !important;
	border:1px solid #ccc !important;
}

.tm-tender-title .left{
	width:70%;
}

.tm-tender-title .right{
	width:30%;
}

.tr-header{
	background:#f58220;
	color:#fff;
}
.tr-header th{
	text-align:left;
	padding:5px 5px 5px 5px;
}
.tr-even{
	background:#ffeecc;
}
.tr-odd td,
.tr-even td{
	padding:8px 5px 8px 5px;
}

#tm-tender-table-page{
	width:100%;
	height:auto;
	padding:20px 0px 0px 0px;
	float:left;
	border:0px solid #f30;
}

#tm-tender-table-page a{
	padding:2px 10px 3px 10px;
	margin:5px 5px;
	background:#f58220;
	border:1px solid #f58220;
	color:#fff;
	border-radius:3px;
	cursor:pointer;
	float:left;
	text-decoration:none;
}

#tm-tender-table-page a:hover,
#tm-tender-table-page a.page-current{
	background:#fff;
	border:1px solid #f58220;
	color:#f58220;
}