img { border : 0px; }

input {
    color: #6C6C6C;
}

.textfiled {
	border:#A2A1A1 solid 1px;
	background:#FFFFFF;
	color: #6C6C6C;
	padding:2px;
}


.button {
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	cursor:pointer;
	background:#E44900;
}
.select{
	border:1px solid #729300;
	padding:1px;
}

.input-warn{
	border:1px solid #FF0000;
	padding:1px;
}
.input-ok {
	border:1px solid #009900;
	padding:1px;
}

/*********************** BG & BORDER *******************/

.table_redirect{
	background:#000000;
}

.img_border {
	border:1px solid #70AED5;
	padding:2px;
}
.box_content{
	border:1px solid #E9EAEB;
	padding:5px;
}

/*********************** FONT CHU *******************/
.font_title,
.font_title a:link,
.font_title a:active,
.font_title a:visited{
	color:#1784D1;
	font-weight:bold;
}

.font_title a:hover{
	color:#FF9136;
	font-weight:bold;
}

.font_cat,
.font_cat a:link,
.font_cat a:active,
.font_cat a:visited{
	color:#1350AB;
	font-size:12px;
	font-weight:bold;
}
.font_cat a:hover{
	color:#FF9136;	
	font-size:12px;
	font-weight:bold;
}


.font_nav,
.font_nav a:link,
.font_nav a:active,
.font_nav a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

.font_nav a:hover{
	color:#FF9136;
	font-weight:bold;
}


.font_white,
.font_white a:link,
.font_white a:active,
.font_white a:visited{
	color:#FFFFFF;
	font-weight:bold;
}

.font_white a:hover{
	color:#FF9136;
	font-weight:bold;
}

.font_cat {
	color:#0F72C0;
}



.font_err,
.font_err a:link,
.font_err a:active,
.font_err a:visited {
	 color:#FF0000;
	 text-decoration:none;
}
.font_err a:hover {
	 color:#FF0000;
	 text-decoration:underline;
}
.tap_current ,
.tap_current a{
	color:#FFFFFF;
	background:#1D6EAD;
	padding:2px;
}

.font_err_big{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}
 
.font_keyword {
	background-color:#E60404;
	color:#FFFFFF;
}
/***************** phan trang *************************/
.pagecurrent{
	background: #FFC9A5;
	font-size: 8pt;
	font-weight: bold;
    color: #000000;
	padding-left: 3px;
	padding-right: 3px;
}

.pagecur {
	background: #BDE0FE;
	border: 1px solid #294B79;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: #003300;
}
.pagelink {
	background: #FFFFFF;
	border: 1px solid #999;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

.pagelink a:link,
.pagelink a:visited,
.pagelink a:active{
	text-decoration: none;
	color: #000000 !important;
}

.hr {
	height:10px;
	background:url(../images/hr.gif) center repeat-x;
	padding:1px;
}