/*
 * Author: Tien Nguyen
 * Date: 01 - 06 - 2010
 */
@CHARSET "UTF-8";
html {
	overflow-y: auto;
	overflow-x: auto;
}
* html {
	overflow-y: auto;
	overflow-x: hidden;
}
body {
	font-family: Arial;
	background-color: #fff;
	font-size: 12px;
}
.mask {
	behavior: url(iepngfix.htc);
}
img { 
	behavior: url("iepngfix.htc");
	border: 0px;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

.container {
	width: 1000px;
}
.default_width {
	width: 1000px;
}
/*login -----------------------------------------------------------------------*/
.login_caption {
	background: url("../images/login.gif") no-repeat;
	width:405px;
	height:60px;
	color: #797979;
	font-size: 18px;
	font-weight: bold;
}
.login_caption h2 {
	display:none;
}
.margin_top_1 {
	margin-top: 100px;
}
.login {
	background: url("../images/login_bg.png") no-repeat;
	width: 406px;
	height: 170px;
	margin-top: 10px;
	float:left;
}
.login table {
	margin-top: 30px;
	margin-left: 30px;
		
}
.login .label {
	color: #5e5e5e;
	font-size: 13px;
}
.login .input {
	border: #939393 1px solid;
	height: 20px;
}
.login .text {
	color: #797979;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.login .link, .login .link:link, .login .link:hover, .login .link:visited {
	color: #0089b0;
	font-size: 12px;
	text-decoration: none;
}
.button {
	background: url("../images/button_bg.jpg") no-repeat center;
	width: 200px;
	height: 38px;
	padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 25px;  
}
.button_link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
/*login -----------------------------------------------------------------------*/
/*header -----------------------------------------------------------------------*/
.header {
	background: url("../images/header_bg.jpg") repeat;
	height: 137px;
	overflow: hidden;
}
* html .header {
	height: 115px;
	background-color: red;
}
.logo {
	background: url("../images/logo.jpg") no-repeat;
	width: 336px;
	height: 137px;
}
* html .logo {
	height: 115px;
}
.header_content {
	background: url("../images/header_content.jpg") no-repeat;
	width: 433px;
	height: 137px;
	padding-top: 20px;
	font-size: 12px;
	text-align: left;
}
* html .header_content {
	height: 115px;
}
.header_content a {
	color: #01a89a;
	font-weight: bold;
}
.header_content .padding_left_1 {
	padding-left: 45px;
}
.header_content .padding_left_2 {
	padding-left: 0px;
}
/*header -----------------------------------------------------------------------*/
/*top menu -----------------------------------------------------------------------*/
.top_menu {
	margin-top: 1px;
	background: url("../images/bg_top_menu.png") repeat;
	height: 33px;
	border-top: 1px #00607c solid;
	border-left: 1px #00abdd solid;
	border-bottom: 1px #72a2b0 solid;
}
.top_menu .padding {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.top_menu .padding_2 {
	padding-right: 15px;
}
* html .top_menu {
	border-bottom: 0px #72a2b0 solid;
}

/*top menu -----------------------------------------------------------------------*/
/*content part 1 -----------------------------------------------------------------------*/
.content_1 {
	background-color: #e6e5e5;
	/* height: 480px; 16/08/2010 out*/
	padding: 0 10px; /* 16/08/2010 add */
	clear:both; /* 16/08/2010 add */
	float:left; /* 16/08/2010 add */
	border-left:1px solid #5f5f5f;
	border-right:1px solid #5f5f5f;
	width:978px;
}
* html .content_1 {
	width: 1000px;
}
.left_content_1 {
	width: 500px;
}

.left_content_1 .title {
/*	font-size: 18px;
	font-weight: bold;
	color: #2c2c2c;
	padding-top: 10px;
	padding-bottom: 10px;*/
	background: url("../images/domain.gif") no-repeat;
	width:500px;
	height:70px;
	margin-bottom:10px;
}
.left_content_1 .title h2 {
	display:none;
}
.right_content_1 {
	padding-top: 10px;
    /* padding-right: 20px; 16/08/2010 out*/
}
.right_content_1_client_menu {
    position: absolute; 
    padding-left: 510px;
}
.content_1 .tab {
	background: url("../images/bg_tab.png") repeat;
	height: 21px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
.content_1 .tab a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.content_1 .tab_content {
	border: 1px #7f7f7f solid;
	width: 600px;
	padding: 10px;
	text-align: left;
}
.content_1 .link {
	color: #cf010d;
	text-decoration: underline;
}

.table_price {
	border: 1px #ffffff solid;
	border-collapse: collapse;
}
.table_price td {
	padding: 5px;
	border: 1px #ffffff solid;
}
.table_price th {
	padding: 5px;
	font-weight: bold;
	border: 1px #ffffff solid;
	text-align: center;
}
.table_price .bg_color {
	background-color: #009fcd;
	color: #ffffff;
}
/*content part 1 -----------------------------------------------------------------------*/
/*content part 2 -----------------------------------------------------------------------*/
.content_2 {
	background-color: #ffffff;
	padding-bottom: 50px;
	clear:both; /* 16/08/2010 add */
	border-left:1px solid #5f5f5f;
	border-right:1px solid #5f5f5f;
	width:978px;
	padding: 0 10px; /* 16/08/2010 add */
}
.col_1 {
	background: url("../images/bg_title_1.png") no-repeat center;
}
.col_2 {
	background: url("../images/bg_title_2.png") no-repeat center;
}
.col_3 {
	background: url("../images/bg_title_3.png") no-repeat center;
}
.col_1, .col_2, .col_3 {
	width: 277px;
	height: 80px;
}
.content_2 .padding {
	padding-left: 70px;
	padding-right: 30px;
}
.content_2 .title {
	font-size: 13px;
	font-weight: bold;
}
.content_2 .sub_title {
	font-size: 12px;
}
.content_2 a {
	text-decoration: none;
	color: #016dcf;
}
.content_2 a:hover {
	color: #c10000;
}
/*content part 2 -----------------------------------------------------------------------*/
/*content part 3 -----------------------------------------------------------------------*/
.content_3 {
	background-color: #ffffff;
	clear:both; /* 16/08/2010 add */
	border-left:1px solid #5f5f5f;
	border-right:1px solid #5f5f5f;
	width:978px;
	padding: 30px 10px; /* 16/08/2010 add */
}
.content_3 a {
	text-decoration: none;
	color: #016dcf;
}
.content_3 a:hover {
	color: #c10000;
}
/*content part 3 -----------------------------------------------------------------------*/
/*footer -----------------------------------------------------------------------*/
.footer {
	background: url("../images/footer_bg.png") repeat;
	height: 88px;
	color: #ffffff;
}
.footer .padding_1 {
	padding-top: 4px;
	padding-left: 4px;
}
.footer .padding_2 {
	padding-top: 50px;
	padding-right: 100px;
}
.copytext {
	color: #ffffff;
	font-size: 14px; 
}
.star_1 {
	background: url("../images/footer_bg_stars_1.png") repeat;
}
.star_2 {
	background: url("../images/footer_bg_stars_2.png") repeat;
}
/*footer -----------------------------------------------------------------------*/
/*step 1,2,3 -----------------------------------------------------------------------*/
.step_1 {
	background: url("../images/step_1.png") no-repeat center left;
}
.step_2 {
	background: url("../images/step_2.png") no-repeat center left;
}
.step_3 {
	background: url("../images/step_3.png") no-repeat center left;
}
.step_1, .step_2, .step_3 {
	background-color: #f7fdff;
	width: 700px;
	height: 135px;
	border: 1px #00627f solid;
}
.content_1_steps {
	margin-top: 10px;
	border: 0px #00627f solid;
	width: 1000px;
	display: block;
}
.number_bg {
	background: url("../images/step_number_bg.png") no-repeat top;
	width: 21px;
	height: 21px;
	color: #028db7;
	padding-left: 12px;
	padding-top: 2px;
	
}
* html number_bg {
	padding-left: 0px;
}
.content_1_steps .table_big .caption {
	background-color: #008db6;
	height: 28px;
	padding-top: 4px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
.table_big {
	border: 1px #006887 solid;
}
.check_div {
	background-color: #ffffff;
	width: 20px;
	height: 17px;
	text-align: center;
	margin-right: 5px;
}
.sub_table th {
	height: 30px;
	text-align: center;
	border-right: 1px #9999aa solid;
	color: #ffffff;
	font-weight: bold;
}
.sub_table .no_border_right {
	border-right: 0px #9999aa solid;
}
.sub_table .bg_title {
	background-color: #707689;
}
.sub_table {
	border: 1px #00627f solid;
	margin-bottom: 10px;
}
.sub_table td {
	height: 30px;
	padding-left: 5px;
}
.padding_left {
	padding-left: 10px;
}
.link, .link:link, .link:hover, .link:visited {
	color: #009fcd;
	font-size: 12px;
	text-decoration: none;
}
.link:hover {
	color: #c10000;
}
.sub_table .bg_row {
	background-color: #dce1e4;
}
.sub_table_2 {
	
}
.sub_table_3 tr {
	border-bottom: 1px #e6e6e6 solid; 
}
.sub_table_3 td {
	height: 30px;
}
.button_2 {
	background: url("../images/button_bg_2.png") no-repeat center;
	width: 197px;
	height: 86px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 75px;
	padding-left: 15px;
	font-family: tahoma;
}
* html .button_2 {
	padding-left: 7px;
}
.content_2_steps {
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 20px;
	display: block;
	text-align: left;
}
.content_2_steps .title {
	font-weight: bold;
	font-size: 16px;
	
}
.content_2_steps table {
	border: 1px #a7a7a7 solid;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_2_steps table td {
	height: 30px;
	text-align: left;
	padding-left: 5px;
}
.content_2_steps ul li {
	list-style-image: url("../images/bullet_blue.png");
	list-style-position: inside;
	
}
.sub_table_4 {
    border: 1px #dddddd solid;
    background-color: #ffffff;    
}
.sub_table_5 {
    border: 1px #dddddd solid;
	/* background-color: #e2e2e2; */ 12/08/2010
}
.sub_table_5 .bdr {
    border-bottom:1px dotted #ddd;
	/* background-color: #e2e2e2; */ 12/08/2010
}
.sub_table_5 .spaceV {
    height: 15px;
}
.sub_table_4 td {
	text-align: left;
}
.bg_caro {
	background: url("../images/bg_caro.jpg") repeat;
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;	
}
.button_3 {
	clear:both;
	background: url("../images/button_bg_3.png") no-repeat center;
	width: 105px;
	height: 51px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 40px;
	text-align: center;
}
.sub_table_5 td {
	height: 30px;
	padding-left: 10px;
	text-align: left;
}
.sub_table_5 .col_1_bg {
    /* text-align: right; */ 12/08/2010
    font-weight: bold;
	background-color: #f1f6fe;
}
.sub_table_5 .col_2_bg {
	background-color: #fdfdfd;
}
.sub_table_5 caption, .tbl_list caption {
	font-size: 14px;
	font-weight: bold;
	color: #0085ab;
}
.button_4 {
	width: 140px; 
	height: 64px; 
	background-color: #009fcd; 
	border: 1px #dbdbdb solid; 
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
.content_tabs_vt {
	border:1px solid #cccccc; 
	width:510px; 
	margin-bottom: 1em; 
	padding: 10px; 
	background-color: #e9e8e8;
}
.textarea, .input_textarea {
	border: 1px #dbdbdb solid;
	height: 62px;
	width: 350px;
}
.input_textarea {
	text-align: center;
}
* html .textarea {
	height: 61px;
	width: 450px;
}
.welcome_text {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.link_2, .link_2:link, .link_2:visited {
	color: #e6e3e3;
	font-size: 12px;
	text-decoration: none;
}
.link_2:hover {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.star {
	color: #ff0000; 
}
.tbl_list td {
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.tbl_list th {
	font-weight: bold;
	background: url("../images/bg_top_menu.png") repeat;
	height: 33px;
	padding-left: 5px;
	color: #ffffff;
	text-align: center;
}
.tbl_list {
	border: 1px #ffffff solid;
}
.pageMenubotBg {
	text-align: right;
	padding-right: 50px;
	padding-left: 50px;
}
.totalpage {
	float: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.link_current_page, .line_navigation, .link_go_page {
	font-size: 12px;
	text-decoration: none;
	color: #3476dd;
	font-family: Tahoma;
}
.link_current_page {
	font-weight: bold;
	color: #c30000;
}
.row_bg_1 {
	background-color: #e5e5e5;
}
.row_bg_2 {
	background-color: #d5d5d5;
}
.link_check_all, .link_check_all:link, .link_check_all:hover, .link_check_all:visited {
	color: #646464;
	font-size: 12px;
	text-decoration: none;
}
.link_check_all:hover {
	color: #c10000;
}
.tabcontent {
	height: 65px;
}
.input {
	border: 1px #cccccc solid;
	height: 20px;
	padding-left: 2px;
}
.select {
	border: 1px #cccccc solid;
	height: 20px;
}
.tbl_links td {
	padding-right: 5px;
	padding-left: 5px;
}

/*step 1,2,3 -----------------------------------------------------------------------*/


/*Add 14/08/2010 -------------------------------------------------------------------*/
.topics {
	clear:both;
	float:left;

	margin: 10px 10px;

}
ul#topics {
	height:55px;
	width:960px;
	line-height:55px;
	background:url("../images/bar.gif") no-repeat center;
}
ul#topics li {
	color:#787878;
	font-size:100%;
	list-style-type:none;
	text-align:left;
	text-indent:300px;
}
ul#topics li a {
	color:#787878;
}
ul#topics li a:visit {
	color:#787878;
}
.updnWatermark {
    color: #999;
    font-family: Sans-Serif;
    font-size: small;
    padding: 2px;
}
.banner {
	clear:both;
	float:left;
	width:960px;
	height:130px;
	line-height:20;
	margin: 10px 10px;
	background:url("../images/banner_bg.gif") no-repeat center;
}
.banner img {
	margin: 0 15px;
}

div#frmLogin{
	width:270px;
	margin:20px auto;

}
div#frmLogin dl{
	clear:both;
	float:left;
	margin-bottom:10px;
}
div#frmLogin dt{
	clear:both;
	float:left;
	height:30px;
	line-height:30px;
	margin-right:20px;
}
div#frmLogin dd{
	float:left;
	height:30px;
	line-height:30px;
	margin-right:20px;
}
.btn_login {
	clear:both;
	float:right;
	background: url("../images/button_login.png") no-repeat center;
	width: 98px;
	height: 27px;
	line-height:27px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
	text-align: center;
}
#btn_search {
	width: 140px;
	height: 85px;
	margin-top: -7px;
	display: block;
	border: 0;
	font-size:150%;
	text-indent: -9999px;
	cursor: pointer;
	background: url("../images/button_search.png") no-repeat;
	line-height: 64px;
	color: #FFFFFF;
	clear: both;
}
#btn_search_hover {
	width: 140px;
	height: 85px;
	margin-top: -7px;
	display: block;
	border: 0;
	font-size:150%;
	text-indent: -9999px;
	cursor: pointer;
	background: url("../images/button_search_hover.png") no-repeat;
	line-height: 64px;
	color: #FFFFFF;
	clear: both;
}
.border {
    border: 1px #00627f solid;
}
