body
{
font-family:Verdana,Arial,sans-serif;
font-size: 11px;
background-color: #2D4A47;
background-position:center;
background-repeat:repeat-y;
margin:10px 0px 0px 10px;
}
table{
font-size: 11px;
}
.count {
color:#CC0000;
font-family:Arial;
font-size:15px;
text-decoration:none;
}


.tblist .row1 {
background:#FFFFFF url(../../images/dot_line_tb.gif) repeat-x scroll center bottom;
}
.tblist .row2 {
background:#F6F6F6 url(../../images/dot_line_tb.gif) repeat-x scroll center bottom;
}
.tblist .row1top {
background:#FABB8D url(../../images/dot_line_tb.gif) repeat-x scroll center bottom;
font-weight:bold;
}
.tblist .row2top {
background:#DBECF6 url(../../images/dot_line_tb.gif) repeat-x scroll center bottom;
}

.header {
background:#33A4F3;
color:#FFFFFF;
font-weight:bold;
height:25px;
padding-left:15px;
padding-top:5px;
}
.search_options
{
width: 160px;}
.note
{
font-size:9px;
}
.red
{
color:#FF0000;
}

.model
{
font-weight:bold;
}

.active_menu
{
text-align:center;
width:119px;
height:27px;
background:url(../../images/__15.jpg);
font-weight:bold;
}

.deactive_menu
{
text-align:center;
width:119px;
height:27px;
background:url(../../images/__16.jpg);
}



a:link    {color:#AB4C14; text-decoration:none;}
a:visited {color:#AB4C14; text-decoration:none;}
a:active  {color:#AB4C14; background-color:transparent}
a:hover   {color:#AB4C14; text-decoration:underline;}

.menu {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 0px 10px 0px 5px;
	line-height:2.0em;
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}

a.menu:link    {color:#FFFFFF; text-decoration:none;}
a.menu:visited {color:#FFFFFF; text-decoration:none;}
a.menu:active  {color:#CCCCCC;}
a.menu:hover   {color:#FFFFFF; text-decoration:underline;}

.head_noimage {
	padding: 0px 0px 0px 10px;
	line-height:2.0em;
	font-size:12px;	
	font-weight:bold;
	color:#FFFF00;
}

.head {

	background-color:#F2EEEA;
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	height:30px;
	padding-left:15px;
	padding-top:5px;
}

.head_detail {
	background-image: url(../../images/fill2.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height:28px;	
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:75px;
	padding-top:0px;
	
	
}
.head_middle {
	background-image:url(../../images/__16.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 10px 30px;
	font-size:12px;	
	font-weight:bold;
	color:#FFFF00;
}
.menu_left {
	background-repeat: no-repeat;
	background-image:url(../../images/__21.jpg);
	background-position: 0px 0px;
	padding: 0px 10px 20px 20px;
	line-height:1.3em;
	font-size:12px;
	color:#FFFFFF;
}
	





.border{border-left:solid #cccccc 1px;border-right:solid #cccccc 1px;}
.border_all{border:solid #dddddd 1px;
}

.tab A:link, .tab A, .tab A:visited{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	cursor:hand;
	
}
.tab{
	border:solid 1px #fff;
}
.tabselect {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#AB4C14;
	padding:5px;
	cursor:hand;
	height:22px;
}
.tabselect A:link, .tabselect A, .tabselect A:visited{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom: 5px;
	text-decoration:none;
	cursor:hand;
}
.border_edit{border:solid 1px #AB4C14}
.error{color:red; background:#ffffff; float:right; padding:10px; border:#FFFF00 solid 1px;}

/** Table styles **/

table.adminlist {
	width: 80%;
	text-align:center;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}
table.adminlist tbody tr.rowtop td	{ color:#FFFFFF; background: #356D79; border-top: 1px solid #fff; }
/*--style from phpmyadmin*/

/* odd items 1,3,5,7,... */
table tr.odd th,
.odd {
    background: #fff;
}

/* even items 2,4,6,8,... */
table tr.even th,
.even {
    background: #f9f9f9;
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd,
table tr.even th,
table tr.even {
    text-align:         left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background:   #ffd;
    color:   #000000;
}

/* hovered items */
.odd:hover,
.even:hover,
.hover {
    background: #ffd;
    color: #000000;
}

/* hovered table rows */
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th {
    background:   #CCFFCC;
    color:   #000000;
}

#loading {
    background: white;
    padding: 20px;    
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 50%;
    width: 150px;
    height: 10px;
        /*margin-top: -50;*/
}
.bgtop {
	background-image:url(../../images/bgtop.jpg);
	color:#FFFFFF;
	font-weight:bold;
}
input { font-size:11px}
.ch2 {
color:#383838;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}
#bl3 * {
padding:0px;
margin:0px;
width:200px;
}
#bl3 .cate { border-style:solid 1px none;}
#bl3 .cate li {
	border-bottom:1px solid #E6E6E6;
	background-color:#CC0000;
}
#bl3 .cate li a:hover {
	background:#E55800 url(http://diaoconline.vn/web/images/icon/icon2.gif) no-repeat scroll 5px center;
text-decoration:none;
}
#bl3 ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#bl3 .cate li a{
background:#3F72A5 url(http://diaoconline.vn/web/images/icon/icon2.gif) no-repeat scroll 5px center;
color:#FFFFFF;
display:block;
font-weight:bold;
padding:5px 25px;
width:auto;
}
.nut { width:100px; border:solid 1px #CCCCCC; padding:5px;
background-color:#BBB9AE; margin:5px;}