body{
	padding: 0px;
	margin: 0px;
}
body,td,th,div,p{
	/*font-family		: arial, verdana, sans-serif;
	font-size		: 13px;
	color			: #333333;*/
	/*line-height		: 160%;*/
}
td{
}
/* page header */
h1 {
	font-size: 18px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding:  0px;
	color:  #006633;
}
h2 {
	font-size: 16px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	color:  #999999;
	border-bottom: 1px #c5cedd solid;
	margin: 0px 0px 3px 0px;
	padding:  0px;
}
/* sub title / module header */
h3 {
	font-size: 16px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	font-weight: normal;
	color:  #49647d;
	border-bottom: 1px #c5cedd solid;
	margin-bottom: 2px;
}
ul {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}
li {
	/*padding-left: 15px;
	padding-top: 0px;*/
}
/* set border of a receive / bookmark record */
.trhk_box{
	margin: 0px 0px 10px 0px; 
	border: solid 1px #cccccc; 
	background-color: #ffffff;
}
/* notice message */
.trhk_msg{
	margin: 5px 0px 10px 0px; 
	border: solid 1px #ff9933; 
	background-color: #ffff99; 
	padding: 5px;
	font-size		: 14px;
}
/* error message */
.trhk_msg_red{
	margin: 0px; 
	border: solid 1px #ff3333; 
	background-color: #ffcccc; 
	padding: 3px;
}
/* notice message */
.trhk_notice{
	margin: 5px 0px 10px 0px; 
	border: solid 1px #6666ff; 
	background: #ffffff url(http://www.trhk.com/face/images/notice_bg.jpg) no-repeat bottom left;
	padding: 5px;
	font-size		: 14px;
}
.trhk_notice, .trhk_notice td, .trhk_notice span, .trhk_notice p{
	line-height: 120%;
}
/*trhk header*/
.trhk_header{
	/*margin: -15px 0px 0px 0px; */
	margin: 0px; 
	background: #bd1921 url(http://www.trhk.com/face/images/trhk_header_bg.jpg) repeat-x top left;
	padding: 0px;
}
.trhk_header_1{
	background: transparent url(http://www.trhk.com/face/images/trhk_logo.jpg) no-repeat top left;
	padding: 0px;
	margin: 0px;
}
.trhk_user_menu, .trhk_user_menu a:link, .trhk_user_menu a:visited, .trhk_user_menu a:hover{
	color: #ffffff;
}
.trhk_main_menu{
	background: #000000 url(http://www.trhk.com/face/images/topmenu_bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px 5px 3px 5px;
	color:#cccccc;
}
a.mainmenu:link, a.mainmenu:visited{
	padding: 2px 1px 1px 1px;
	margin: 0px;
	color:#ffff01;
	font-size		: 13px;
}
a.mainmenu:hover {
	color:#cccccc;
}
#active_menu {
	/*background: transparent url(../images/tab_bg2.gif)  top left no-repeat;*/
	color:#ee3333;
	font-weight: bold;
}
.active_submenu {
	color:#ee3333;
	font-weight: bold;
	font-size		: 15px;
}
/*module*/
.trhk_mod_header{
	font-size:		13px;
	color:		#ff6633;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin: 0px 0px 5px 0px;
}
.line0{
	background-color: transparent;
}
.line1{
	background-color: #eeeeee;
}
/* right column module */
.trhk_right_mod_tl { background: transparent url(http://www.trhk.com/face/images/right_mod_topbotton.jpg) no-repeat scroll left -5px; padding-left: 5px; height: 5px; margin: 0px; }
.trhk_right_mod_tr { background: transparent url(http://www.trhk.com/face/images/right_mod_topbotton.jpg) no-repeat scroll right -5px; height: 5px; margin: 0px;}
.trhk_right_mod_bl { background: transparent url(http://www.trhk.com/face/images/right_mod_topbotton.jpg) no-repeat scroll left 0px; padding-left: 5px; height: 5px;}
.trhk_right_mod_br { background: transparent url(http://www.trhk.com/face/images/right_mod_topbotton.jpg) no-repeat scroll right 0px; height: 5px;}
.trhk_right_mod { 
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999; 
	padding: 0px 10px 0px 5px; 
	background-color: #ffffff;
	margin: 0px;
}
/* left column module */
.trhk_left_mod_tl { background: transparent url(http://www.trhk.com/face/images/left_mod_topbotton.jpg) no-repeat scroll left -5px; padding-left: 5px; height: 5px; margin: 0px; }
.trhk_left_mod_tr { background: transparent url(http://www.trhk.com/face/images/left_mod_topbotton.jpg) no-repeat scroll right -5px; height: 5px; margin: 0px;}
.trhk_left_mod_bl { background: transparent url(http://www.trhk.com/face/images/left_mod_topbotton.jpg) no-repeat scroll left 0px; padding-left: 5px; height: 5px;}
.trhk_left_mod_br { background: transparent url(http://www.trhk.com/face/images/left_mod_topbotton.jpg) no-repeat scroll right 0px; height: 5px;}
.trhk_left_mod { 
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999; 
	padding: 0px 10px 0px 5px; 
	background-color: #ffffff;
	margin: 0px;
}
/*movie page*/
.movie_info a:hover{
	text-decoration	: underline;
}
.movie_info h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
.movie_info h2 {
	font-size: 14px;
	color: #4f0000;
	font-weight: bold;
	margin: 5px 5px 5px 5px;
}
.rate_more_table td {
	font-size: 10px;
}
.dvd_info {
	background-color: #eeeeee;
	border: solid 1px #224499;
	margin: -3px 0px 0px 0px;
	z-index: 2;
}
.tab 
{
	/*background: #ffffff url( "../img/tab_bg.jpg" ) repeat-x bottom;*/
	background-color: #eeeeee;
	position: relative;
	z-index: 1;
	display: inline;
	white-space: nowrap;
	padding: 2px 5px 0px 5px;
	margin: 1px 1px -3px 1px;
	top: 0;
	border-left: solid 1px #224499;
	border-right: solid 1px #224499;
	border-top: solid 1px #224499;
}
.tab.selected 
{
	/*background: #ffffff url( "../img/tab_bg_select.jpg" ) repeat-x top;*/
	background-color: #eeeeee;
	z-index: 3;
	padding:	2px 5px 4px 5px;
	margin: 1px 0px -10px 0px;
	top: -3px;
	border-bottom-width:	0;
	border-left: solid 1px #224499;
	border-right: solid 1px #224499;
	border-top: solid 1px #224499;
}
/* selected tab link */
.tab2 {
	border-bottom: solid 1px #999999;
}
.tab2 li{
	display:block; float:left; margin:0; width:auto;
	background: none;
	padding:	0px 0px 0px 5px;
	margin: 0px 10px 0px 0px; 
}
.tab2 li.tab2_selected{
	/*background: transparent url(http://www.trhk.com/face/images/tab2_selected_bg.gif) no-repeat scroll left center;*/
	background: transparent url(http://www.trhk.com/face/images/tab2_selected_bg.jpg) no-repeat scroll left center;
}
.tab2 a{
	font-size		: 14px;
	padding:	0px 5px 0px 0px;
	margin: 0px;
}
.tab2 a.tab2_selected{
	/*background-color: #3366cc;*/
	/*background: transparent url(http://www.trhk.com/face/images/tab2_selected_bg.gif) no-repeat scroll right center;*/
	background: transparent url(http://www.trhk.com/face/images/tab2_selected_bg.jpg) no-repeat scroll right center;
	color: #ffffff;
}

/* home page profile box */
.trhk_profile td {
	font-size: 13px;
}

/*button background*/
a.bookmark_btn:link, a.bookmark_btn:visited , a.bookmark_btn:hover{
	display: block;
	background: url(http://www.trhk.com/face/images/bookmark_btn_bg.gif) no-repeat;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #ff0000;
	padding: 0px 2px 3px 15px;
	height: 20px !important;
	height: 25px;
	width: 30px;
}
a.sent_btn:link, a.sent_btn:visited , a.sent_btn:hover{
	display: block;
	background: url(http://www.trhk.com/face/images/sent_btn_bg.gif) no-repeat;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #003300;
	padding: 0px 2px 3px 15px;
	height: 20px !important;
	height: 25px;
	width: 30px;
}
a.date_btn:link, a.date_btn:visited , a.date_btn:hover{
	display: block;
	background: url(http://www.trhk.com/face/images/date_btn_bg.gif) no-repeat;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	color: #3333ff;
	padding: 0px 2px 3px 15px;
	height: 20px !important;
	height: 25px;
	width: 45px;
}

/* table */
table.table1 {
	background-color: #666666;
}
table.table1 th{
	background-color: #eeeeee;
}
table.table1 td{
	background-color: #ffffff;
}

