/*
'*************************************************************************
'** ePortal - eCMS
'**
'** Author: Anh Dung
'** Email: luytrevn@gmail.com
'**
'** Copyright (c)2009 by Anh Dung, All Rights Reserved.
'*************************************************************************
*/


/* Main style */
body{
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
}
body td{
	font-size: 10pt;
}
body img{
	border:0pt;
}
input{
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9
}
.text, a{
	font-size: 10pt;
}
.smText, a.smLink {
	font-size: 8pt;
	font-family: Verdana;
}
.tblTitleBG{
	background-image: url('tbl_title_background.gif');
	font-weight:bold;
	height: 24px;
}
.tblBor{
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.title{
	font-size: 14pt;
	color:#FF0000
}
.msgboxinfo{
	background-position: left top;
	border:0px solid #006600;
	background-image:url('msgbox_info.png');
	background-repeat:no-repeat;
	
	height: 50px;
	padding-left:55px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px
}
.msgboxerror{
	background-position: left top;
	border:0px solid #006600;
	background-image:url('msgbox_error.png');
	background-repeat:no-repeat;
	
	height: 50px;
	padding-left:55px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px
}
.msgBody{
	word-wrap: break-word;
}


/* Menu */
.menu_bg{
	background-color:#D4D0C8;
	border-bottom:1px solid #ffffff;
	cursor:pointer; color:#000000
}
.menu_bg a{
	/*background-color:#FFFFFF;*/
}
.menu_bg_hover {
	color: #FFFFFF;
	background-color:#800000;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer
}
.menu_text{
	height:20px;
	font-size:10pt;
	font-weight:bold;
	color:#333333;
	padding-left:2px;
	padding-top:4px
}
.menu_title_bg{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 40px;
	height: 40px;
	background: url('menutitlebg.jpg') no-repeat
}
.menu_content{
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.index_menu{
	background-image: url('bar_conner.gif');
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	padding-left: 4px;
}


/* Box style */
.box1{
	background: url('box1.gif') no-repeat;
	height: 42px;
	width: 160px;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	text-align: center;
}
.box2{
	background: url('box3.gif') repeat-y;
	vertical-align: top;
}
.box3{
	background: url('box4.gif') no-repeat;
	height: 7px;
}
.box4{
	background: url('box2.gif') no-repeat;
	vertical-align: top;
}
.round-a-gray{
	background:#444444 url(round_gray-left.png) left top no-repeat;
	font-size: 14pt;
	/*text-align:center;*/
}
.round-a-gray div{
	background:url(round_gray-right.png) right bottom no-repeat;
	padding:4px;
}
.round-a-notice{
	background:#efebdf url(round_notice-left.png) left top no-repeat;
}
.round-a-notice div{
	background:url(round_notice-right.png) right bottom no-repeat;
	padding:4px;
}

/* Product style */
.proimgbor{
	border: 1px dashed #008000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.protitle{
	font-size: 14pt;
	color: #CC0000;
	font-weight: bold;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
}

/* Hyperlink */
a:link, a:visited{
	text-decoration: none;
	color: #800000;
}
a:hover{
	text-decoration: underline;
	color:#990000;
}
a:link.header, a:visited.header{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover.header{
	text-decoration: underline;
}
a:link.nav, a:visited.nav{
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}
a:hover.nav {
	font-weight: bold;
	color:#FFFFFF;
}
.navmo{ /*onMouseover style*/
	color: #333333;
	background-position: 100% 0px;
	background: url(menu_hover.jpg);
	/*height: 30px;
	width: 10px;*/
}

a:link.menucatname, a:visited.menucatname{
	font-weight: bold;
	color:#000000;
}
a:hover.menucatname{
	font-weight: bold;
	color:#0000FF;
}

/* AdminCP */
.tblBorder{
	border: 1px solid #599CD4;
	background-color: #E6F2F9;
}
.tblLedger{
	background-image: url('acp/bgadmintitle.gif');
	font-weight: bold;
	color:#FFFFFF;
	line-height: 22px;
}
.oddTable{
background-color: #DAEDF8}
.evenTable{
	background-color: #CEE7F4;
}
.tableRow{
	background-color: #E6F2F9;
}
.admintitle{
	font-size: 15pt;
	color: #FFFFFF;
	font-weight: bold;
}
.highlighttext{
	background-color:yellow;
	font-weight:bold;
}