@charset "utf-8";
/* -CSS Document */
body
{
	margin:0;
	padding:0;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Myriad, Verdana, serif, arial;
	font-size:12px;
}

.bar
{
	padding-left:10px;
	padding-right:10px;
}
.hand
{
	cursor:pointer;
}
.cls_top
{
	height:25px;
	background-color:#073856;
}

.cls_banner
{
	/*background:url(../images/banner.jpg) no-repeat left top;*/
	background:url(../images/banner.jpg) no-repeat left top;
	height:100px;
	width:1020px;
}

.cls_bg_banner
{
	background:url(../images/bg_banner.jpg) repeat-x left top;
	height:100px;
}

.cls_bg_menu
{
	background:url(../images/bg_menu.jpg) repeat-x left top;
	height:43px;
}
a
{
	text-decoration:none;
}
.menu_top
{
	/*font-family:Georgia;*//*change here*/
	text-align:center;
	font-size:15px;
	color:#073856;
	height:36px;
	width:111px;
}

.menu_top:hover,.menu_top_active
{
	background:url(../images/btn_menu.jpg) bottom repeat-x;
	width:111px;
	text-align:center;
	height:36px;
	/*font-family:Georgia;*//*change here*/
	font-size:15px;
	color:#fff;
}
.cls_bg_header
{
	background:url(../images/bg_header.jpg) repeat-y left top;
	height:250px;
	width:1020px;
	background-color:#4A84AC;
}

.cls_bg_content
{
	background-color:#ddecf3;
	vertical-align:top;
}
.cls_bg_footer
{
	background-color:#cbcbcb;
	height:43px;
	color:#fff;
	text-align:center;
}

.menu_footer
{
	/*font-family:Georgia;*//*change here*/
	text-decoration:none;
	color:#fff;
}
.menu_footer:hover,.menu_footer_active
{
	/*font-family:Georgia;*//*change here*/
	text-decoration:none;
	color:#6699cc;
}

.header_title
{
	font-size:30px;
	/*font-family:Georgia;*//*change here*/
	padding-bottom:15px;
	padding-top:15px;
	color:#fff;
}
.header_content
{
	font-size:14px;
	/*font-family:Georgia;*//*change here*/
	color:#fff;
}
.header_content a
{
	font-size:14px;
	/*font-family:Georgia;*//*change here*/
	text-decoration:none;
	color:#fff;
}

.header_content a:hover
{
	font-size:14px;
	text-decoration:underline;
	/*font-family:Georgia;*//*change here*/
	color:#fff;
}
.header_content_features
{
	font-size:14px;
	/*font-family:Georgia;*//*change here*/
	color:#fff;
	font-weight:normal;
}
.features_border
{
	width:302px;
	height:206px;
	float:right;
	border:0px solid white;
}
.header_right
{
	 font-size:24px;
	 color:#fff;
	 text-align:center;
}
.copyright{  
	vertical-align:top;
	padding-top:10px; 
    font-size: 8pt;
    text-decoration: none;
	color:#949494;
	float:right;
	line-height:20px;
}
/*content*/
.line_content
{
	margin-bottom:15px;
	margin-top:5px;
}
.content_info
{
	/*padding-left:28px;*/
	/*padding-right:44px;*/
	padding-bottom:26px;
	padding-top:21px;
}
.title_content
{
	font-size:24px;	
	color:#073856;
}

/*ratescalculator*/
.rates_city
{
	font-size:16px;
	color:#fe0c10;
	text-align:left;
}
.rates_calculator
{
	color:#003366;
	/*font-size:14px;*/
/*	text-align:right;*/
}
.rates_input
{
	margin-left:3px;
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	float:left;
/*	width:100%;*/
}

.btn_rate
{
	background:url(../images/btn_rate_off.jpg) no-repeat;
	width:77px;
	height:19px;
}
.btn_rate:hover,.btn_rate_active
{
	background:url(../images/btn_rate_on.jpg) no-repeat;
	width:77px;
	height:19px;
}

.btn_covertimes
{
	background:url(../images/btn_covertimes_off.jpg) no-repeat;
	width:77px;
	height:19px;
}
.btn_covertimes:hover,.btn_covertimes_active
{
	background:url(../images/btn_covertimes_on.jpg) no-repeat;
	width:77px;
	height:19px;
}

.btn_recentjobs
{
	background:url(../images/btn_recentjobs_off.jpg) no-repeat;
	width:77px;
	height:19px;
}
.btn_recentjobs:hover,.btn_recentjobs_active
{
	background:url(../images/btn_recentjobs_on.jpg) no-repeat;
	width:77px;
	height:19px;
}

.btn_jobmods
{
	background:url(../images/btn_jobmods_off.jpg) no-repeat;
	width:77px;
	height:19px;
}
.btn_jobmods:hover,.btn_jobmods_active
{
	background:url(../images/btn_jobmods_on.jpg) no-repeat;
	width:77px;
	height:19px;
}

.boder_b_r
{
	border-right:1px solid #3c638a;
	border-bottom:1px solid #3c638a;
}
.tbl_schedule
{
	background-color:#fff;
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	margin-left:10px;
}



/*job*/
.job_detail
{
	color:#ff0000;
	font-size:16px;
}
.job_input
{
	border:1px solid white;
	float:left;
	height:22px;
	margin-left:3px;
	
}

.job_area
{
	border:1px solid white;
	float:left;
	margin-left:3px;
	
}

.job_input_number
{
	margin-left:3px;
	height:22px;
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	float:left;
}

/*book online*/
.content_bookonline 
{
	padding-bottom:0px;
	padding-top:0px;
}

.book_online_title {
color:#003366;
font-size:12px;
font-weight:bold;
vertical-align:top;
padding-top:5px;
}

.bookonline_input
{
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	height:12px;
}
.bookonline_select
{
/*	margin-left:3px;*/
	/*height:30px;*/
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	vertical-align:top;
	font-size:11px;
	height:16px;
	/*float:left;*/
}

.bookonline_area
{
/*	margin-left:3px;*/
	border-left:1px solid #929393;
	border-top:1px solid #929393;
	border-right:1px solid white;
	border-bottom:1px solid white;
	text-align:left;
	vertical-align:top;
	/*float:left;*/
}
.tbl_title
{
	color:#003366;
	font-size:12px;
	font-weight:bold;
	/*padding-top:7px;*/
	float:left;
}
.tbl_title_color
{
	color:#003366;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:5px;
	vertical-align:top;
	padding-top:5px;
}
.red_title {
color:#FE0C10;
font-weight:bold;
padding-bottom:5px;
}
.required
{
	color:#FF0000;
}
.contact_lbl
{
	text-align:right;
	width:215px;
	color:#003366;
	font-weight:bold;
}
.contact_lbl_msg
{
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	width:215px;
	color:#003366;
	font-weight:bold;
}
#security
{
	height:23px;
	padding-top:8px;
}

.tab_td_last_item
{
	border-bottom:1px solid #3c638a;
	font-size: 11px;
}

.tab_td_item_header
{
	font-weight:bold;
	color:#194761;
	font-size: 11px;
}

/*FOR Contact Form*/
.contact_form_top
{
	background:url(../images/contact_top.jpg) no-repeat left 7px;	
	width:340px;
	height:8px;
}
.contact_form_middle
{
	background:url(../images/contact_middle.jpg) repeat-y top left;
	padding-left:5px;
	padding-right:5px;
}
.contact_form_bottom
{
	background:url(../images/contact_bottom.jpg) no-repeat top left;
	width:340px;
	height:9px;
}

/*FOR Lookup*/
.row1 td{
border-top: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
border-bottom: 1px solid #cacaca;
border-left: 1px solid #cacaca;
}
.row1 {
background-color: #dedede;
}

.row2 {
background-color: #efefef;
}

.row2 td {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #dbdbdb;
border-left: 1px solid #dbdbdb;
}

.row3 td {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #dbdbdb;
border-left: 1px solid #dbdbdb;
}

tr.row3:hover, tr.row2:hover, tr.row1:hover { 
background-color: #fafae3;
}

.row3 {
background-color: #efa9a9;
}

.lookup_boder_b_r
{	
	border-right:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	font-size : 11px;
}
.lookup_td_item_header
{
	height:30px;	
	font-weight:bold;
	color:#194761;
	background-color:#eeeeee;
	border-left:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}
.lookup_td_last_item
{
	border-bottom:1px solid #dbdbdb;
}

.nav_tbl{
text-align:center;
font-size:14px;
font-weight:normal;
}

.nav_tbl a{
text-decoration:none;
color:#000000;
font-weight:normal;
}

.paging
{

/*	float:right;
margin-right:130px;*/
margin-top:20px;

}
.paging_item
{
font-size:12px;
border:1px solid #CCCCCC;
text-align:center;
color:#0E89F3;
padding-left:5px;
padding-right:5px;
text-decoration:none;
}

.paging_item_active
{
font-size:12px;
border:1px solid #CCCCCC;
text-align:center;
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
background-color:#0E89F3;
}

.paging_item_pre
{
font-size:13px;
text-align:center;
width:50px;
color:#50B849;

}

.cls_img_lookup
{
width:17px;
height:17px;
}

/* QuyenUC Added  */
.popup-heading{
	background: #0f5a91;
	border-bottom: 3px outset #31619f;
	border-left: 3px outset #31619f;
	border-right: 3px outset #31619f;
	height:47px;
	text-align:center;
	color:#fefeff;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}
.popup-tbl{
	background: #dbdbdb;
	font-size:16px; 
	color:#003366;
	padding-top: 20px;
	padding-bottom: 20px;
}
.popup_input{
	width:135px;
	vertical-align:middle;
}
