
 	.text_def {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	.text_def a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	.text_def a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	.text_def a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: underline;
	}
	.text_def a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	.text_def ,table {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		text-decoration: none;
	}
	.textfield
	{
    BACKGROUND: #FFF;
    BORDER-BOTTOM: #7BAFDF 1px solid;
    BORDER-LEFT: #7BAFDF 1px solid;
    BORDER-RIGHT: #7BAFDF 1px solid;
    BORDER-TOP: #7BAFDF 1px solid;
    COLOR: #000;
    FONT-FAMILY: Arial,sans-serif;
    font-size: 11px;
   }
	.search_replace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFF00;
	}

	/* MENU */
	/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
	/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
	
	.menu_left{
		float:left;
		padding-left: 0px;
		background:  url(images/menu_left.gif) no-repeat;
		height: 30px;
	}
	.menu_center{
		padding-top: 0px;
	}
	.menu_center b{ /*onMouseover style*/
	float:left;
	color: #333333;
	background-position:100% 0px;
	background:  url(images/menu_line.gif) no-repeat center top;
	height: 30px;
	width: 10px;
	}
	.menu_right{
		float:right;
		padding-right: 0px;
		padding-top: 0px;
		background:  url(images/menu_right.gif) no-repeat;
		height: 30px;
	}

	.menu{
	float:left;
	width:100%;
	line-height:normal;
	height: 30px;
	font-size: 12px;
	background:  url(images/menu_center.gif) repeat-x; /*tab background image path*/
	list-style: none;
	}
	.menu ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
	}
	
	.menu li{
	display:inline;
	margin:0;
	padding:0;
	}
	
	.menu a{
	float:left;
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	}
	
	.menu a span{
	float:left;
	display:block;
	padding: 7px 12px 3px 3px;
	font-weight:bold;
	color:white;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.menu a span {float:none;}
	/* End IE5-Mac hack */
	.menu a:hover span {
	color: red;
	}
	.menu a.current{ /*Selected Tab style*/
	background-position:0 -0px; /*Shift background image up to start of 2nd tab image*/
	color: red;
	background: url(images/menu_over_left.gif) no-repeat left top;
	height: 30px;
	}
	.menu a.current span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	float:left;
	background: url(images/menu_over_right.gif) no-repeat right top;
	color: red;
	height: 30px;
	}
	.menu a:hover{ /*onMouseover style*/
	background-position:0% 0px; /*Shift background image up to start of 2nd tab image*/
	background: url(images/menu_over_left.gif) no-repeat left top;
	height: 30px;
	}
	.menu a:hover span{ /*onMouseover style*/
	background-position:100% 0px; /*Shift background image up to start of 2nd tab image*/
	float:left;
	background: url(images/menu_over_right.gif) no-repeat right top;
	height: 30px;
	}
	
	.tabcontainer{
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	position: relative;
	background:  url(images/menu_sub_center.gif) repeat-x; /*tab background image path*/
	list-style: none;
	}
	.menu_sub{
	display:none;
	padding-left: 20px;
	}
	.menu_sub a{
	float:left;
	padding-left: 10px;
	text-decoration:none;
	cursor: pointer;
	}
	
	.menu_sub a span{
	float:left;
	display:block;
	padding: 7px 12px 3px 3px;
	color:#000000;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.menu_sub a span {float:none;}
	/* End IE5-Mac hack */
	.menu a:hover span {
	color: red;
	}
	
	.menu_sub a:hover{ /*onMouseover style*/
	background-position: 100% 0px; /*Shift background image up to start of 2nd tab image*/
	color: #333333;
	background: url(images/menu_sub_over_left.gif) no-repeat left top;
	height: 30px;
	}
	
	.menu_sub a:hover span{ /*onMouseover style*/
	background-position:100% 0px; /*Shift background image up to start of 2nd tab image*/
	float:left;
	background: url(images/menu_sub_over_right.gif) no-repeat right top;
	color: #333333;
	height: 30px;
	}
	
	.menu_sub_select{
	padding-left: 0px;
	}
	.menu_sub_select b{
	float:left;
	margin-right: 10px; /*spacing between each tab*/
	padding-left: 10px;
	padding-top: 7px;
	text-decoration: none;
	cursor: pointer;
	}
	.menu_sub_select b u{
	float: left;
	display: block;
	color: #000000;
	}
	.menu_sub_select b{ /*onMouseover style*/
	float:left;
	color: #333333;
	background-position:100% 0px;
	background: url(images/menu_sub_over_left.gif) no-repeat left top;
	height: 30px;
	}
	
	.menu_sub_select u{ /*onMouseover style*/
	background-position:100% 0px; /*Shift background image up to start of 2nd tab image*/
	float:left;
	background:  url(images/menu_sub_over_right.gif) no-repeat right top;
	color: #333333;
	height: 30px;
	}

	.menu_sub_left{
		float:left;
		padding-left: 0px;
		height: 30px;
		background:  url(images/menu_sub_left.gif) no-repeat;
	}
	.menu_sub_center{
		padding-top: 0px;
	}
	.menu_sub_center b{ /*onMouseover style*/
	float:left;
	color: #333333;
	background-position:100% 0px;
	background:  url(images/menu_sub_line.gif) no-repeat center top;
	height: 30px;
	width: 10px;
	}

	.menu_sub_right{
		float:right;
		padding-right: 0px;
		padding-top: 0px;
		height: 30px;
		background:  url(images/menu_sub_right.gif) no-repeat;
	}

	/* END MENU*/	
	.title {
		PADDING-RIGHT: 8px; 
		PADDING-LEFT: 8px; 
		FONT-WEIGHT: bold; 
		PADDING-BOTTOM: 4px; 
		COLOR: #0078B5; 
		PADDING-TOP: 4px
	}
	.title_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a34a08; 
	text-decoration: none;
	font-weight: bold;
	}
	.title_center a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
	}
	.title_center a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.title_center a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.title_center a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.title_page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999; 
	text-decoration: none;
	}
	.gia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a34a08;
	text-decoration: none;
	font-weight: bold;
	}
	.text_hotnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B51D4C; 
	text-decoration: none;
	font-weight: bold;
	}
	.text_hotnews a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #B51D4C;
	}
	.text_hotnews a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #B51D4C;
		text-decoration: none;
	}
	.text_hotnews a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #B51D4C;
		text-decoration: none;
	}
	.text_hotnews a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #B51D4C;
		text-decoration: none;
	}
	 .bg_all{
 background-color: #FFF;
 }	
   .bg_left{
   background-color:#FFF;
   }
   .bg_right {
	background-color: #FFF;
	}
	.border_left_right{
	 BORDER-RIGHT: #FFF 1px solid; 
	 BORDER-LEFT: #FFF 1px solid; 
	}
    .border_images{
	   BORDER-RIGHT: #F1F1F1 1px solid;
	   BORDER-TOP: #F1F1F1 1px solid;
	   BORDER-LEFT: #F1F1F1 1px solid;
	   BORDER-BOTTOM: #F1F1F1 1px solid;
	}	
	.nut
	{
	background-color:#7BAFDF;
    BORDER-BOTTOM: #fff 1px solid;
    BORDER-LEFT: #fff 1px solid;
    BORDER-RIGHT: #fff 1px solid;
    BORDER-TOP: #fff 1px solid;
    COLOR: #FAFFB2	;
    FONT-FAMILY: Arial,sans-serif;
    font-size: 11px;
	height: 21px;
   }
	.select 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444444;
	}
	.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF4B27;
	text-decoration: none;
	font-weight: bold;
	}
	.path a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FF4B27;
		font-weight: bold;
	}
	.path a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FF4B27;
		text-decoration: none;
		font-weight: bold;
	}
	.path a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: underline;
		font-weight: bold;
	}
	.path a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FF4B27;
		text-decoration: none;
		font-weight: bold;
	}
   
	.text_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	}
	.text_menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}
	.text_menu_top a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
	}
	.text_menu_top a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;
		text-decoration: none;
	}
	.text_menu_top a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color:#FFF;
		text-decoration: underline;
	}
	.text_menu_top a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FFF;
		text-decoration: none;
	}
	.text_menu_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}
	.text_menu_bottom a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.text_menu_bottom a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.text_menu_bottom a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color:#055DB6;
		text-decoration: underline;
	}
	.text_menu_bottom a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.tieu_de {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	.tieu_de a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
	}
	.tieu_de a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	.tieu_de a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: underline;
	}
	.tieu_de a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
   .tieu_de_tin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a34a08;
	text-decoration: none;
	font-weight: bold;
	}
	.tieu_de_tin a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
	}
	.tieu_de_tin a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.tieu_de_tin a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: underline;
	}
	.tieu_de_tin a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.bg_title{
   background-image:  url(images/bg_title.gif);
   height: 25px;
   }
	.border_table { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-bottom: #CECECE 1px solid;
	border-left: #CECECE 1px solid;
	border-right: #CECECE 1px solid;
	border-top: #CECECE 1px solid;
	background-color:#FFFFFF;
	}

	.more {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		COLOR: #a34a08;
	}
	.more a:link{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.more a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}
	.more a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: underline;
	}
	.more a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #a34a08;
		text-decoration: none;
	}

	.more_menu {
		   HEIGHT: 20px;
		   TEXT-DECORATION: none;
		   font-family: Arial, Helvetica, sans-serif;
		   font-size: 11px;
		   color: #a34a08;
		  }
	.more_menu A {
		   PADDING-LEFT: 7px;
		   HEIGHT: 20px;
		   TEXT-DECORATION: none;
		   color: #a34a08;
		   padding-top: 4px;
		  }
	.more_menu A:link {
		   PADDING-LEFT: 7px;
		   TEXT-DECORATION: none;
		   color: #a34a08;
		  }
	.more_menu A:active {
		   PADDING-LEFT: 7px;
		   TEXT-DECORATION: none;
		   color: #a34a08;
		  }
	
	.more_menu A:hover 
		 {
		   PADDING-LEFT: 7px;
		   TEXT-DECORATION: underline;
		   color: #a34a08;
		   }
	.text_trang 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}
	.text_trang a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	.text_trang a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	.text_trang a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	.text_trang a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	
/* Ajax tab */
.shadetabs{
padding: 3px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
BORDER-LEFT: #CCCCCC 1px solid; 
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 0px;
BORDER-RIGHT: #CCCCCC 1px solid; 
BORDER-TOP: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 0px solid; 
BORDER-BOTTOM: #CCCCCC 0px solid;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:  url(images/shadeactive.gif);
text-decoration: none;
padding: 4px 7px;
margin-right: 0px;
BORDER-RIGHT: #CCCCCC 1px solid; 
BORDER-TOP: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 0px solid; 
BORDER-BOTTOM: #ffffff 0px solid;
color: #FA7718;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #CCCCCC;
height: auto;
width: 100%;
margin-bottom: 1em;
margin-top: 0px;
padding: 8px;
background-color:#FFFFFF;
}


.bg3{
	background-color: #E8E6D9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	font-size: 11px;
	color: #666666;
}
.bg_login{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tieu_de_login{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	font-size: 11px;
	color: #FFF;
	padding-left: 20px;
}

.nut_nhan {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color:#FFFBFF;
}
.nut_nhan_2{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	BORDER-RIGHT: 1px solid #000000; 
	BORDER-TOP: 1px solid #999999; 
	BORDER-LEFT: 1px solid #999999; 
	BORDER-BOTTOM: 1px solid #000000;
}

.input
{
	FONT:11px Arial, Helvetica, sans-serif; 
	BORDER-RIGHT: #757c7f 1px solid; 
	BORDER-TOP: #757c7f 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #757c7f 1px solid; 
	color: #000000; 
	BORDER-BOTTOM: #757c7f 1px solid; 
	FONT-STYLE: normal; 
	BACKGROUND-COLOR: #FFFFFF; 
}
.textarea
{
	FONT:11px Tahoma, Arial, Helvetica, sans-serif; 
	BORDER-RIGHT: #757c7f 1px solid; 
	BORDER-TOP: #757c7f 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #757c7f 1px solid; 
	color: #000000; 
	BORDER-BOTTOM: #757c7f 1px solid; 
	FONT-STYLE: normal; 
	BACKGROUND-COLOR: #FFFFFF; 
	WIDTH: 200px;
	height:100px;
}
	.text_register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}
	.text_register a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	.text_register a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	.text_register a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: underline;
	}
	.text_register a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000;
		text-decoration: none;
	}
	
	.text_menu_shopping {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b51d4c;
	font-weight: bold;
	text-decoration: none;
	}
	.text_menu_shopping a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #b51d4c;
		font-weight: bold;
		text-decoration: none;
	}
	.text_menu_shopping a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #ed1c24;
		font-weight: bold;
		text-decoration: none;
	}
	.text_menu_shopping a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #ed1c24;
		font-weight: bold;
		text-decoration: underline;
	}
	.text_menu_shopping a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #b51d4c;
		font-weight: bold;
		text-decoration: none;
	}
	.text_tb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	.text_tb a:link{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.text_tb a:visited{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.text_tb a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #FF6600;
		text-decoration: underline;
	}
	.text_tb a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	.text_tb , table a:active{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #333333;
		text-decoration: none;
	}
	

/* Data table */
.tbldata caption{display:none;}		
table.tbldata{ border-collapse:collapse;clear:both; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#FFF;
BORDER-BOTTOM: #125b90 1px solid; BORDER-TOP: #125b90 1PX SOLID; BORDER-LEFT: #125b90 1px solid; BORDER-RIGHT: #125b90 1px solid;
}
.tbldata tbody td {border-width: 0 0 1px 0;border-style: solid; padding:2px 0 2px 5px;}
.tbldata thead th{text-align:left;border-width:1px 1px 1px 0;border-style:solid;padding:1px 0 1px 5px;background: url(images/images/px_w.gif) repeat-y;}
.tbldata thead th input{margin-bottom:0px;margin-top:-1px;}
.tbldata td img{text-align:right; font-size:11px;}
.tbldata th img{float:right;margin:4px 4px 0 0;} 
.tbldata tr.msgnew{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:11px;}

.tbldata thead th{border-top-color:#FFF;border-bottom-color:#C1C1C1;border-right-color:#C1C1C1; background-color:#125b90;} 
.tbldata thead th.sortcol{background-color:#C1C1C1;}
.tbldata tbody td{border-bottom-color:#E6E6E6; font-size:11px;}
.tbldata tr.selected td {
	background-color: #efefef; 
	border-bottom-color:#dee3e7; 
}

