﻿.danhmuc_title
{
    color: #003333;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background-image: url(../images/main-bg.jpg);
    background-repeat:repeat-x;
    background-position:1px;
}

.danhmuc_title_1
{
	float:left;
    color: #003333;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background-image: url(../images/main-bg.jpg);
    background-position:1px;
    background-repeat:repeat-x;
}
.danhmuc_title_2
{
	float:left;
    color: #003333;
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    background-image: url(../images/main-bg.jpg);
  	background-position: top;
    background-repeat:repeat-x;
    width:97%;
    border-bottom: 1px solid facebutton;
    border-top: 1px solid #ffffff;
}
.danhmuc_noidung
{
	font-size: 10pt;
	font-family: arial;
	width: 100%%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-color: whitesmoke;
}

.danhmuc_noidung #c1
{
	padding-left:20px;
}
.danhmuc_noidung #c2
{
	padding-left:5px;
}
.danhmuc_noidung .input { width:300px; font-family:Arial; font-size:10pt;}
.danhmuc_noidung .select { width:305px;font-family:Arial; font-size:10pt;}
.danhmuc_noidung .bt { 	width:70px; }
.danhmuc_noidung table
{
	width: 100%;
}
.danhmuc_noidung td
{
	border-bottom: lightgrey 1px solid;
	border-left: 0px;
	padding: 3px 3px 3px 15px;
	
}

.danhmuc_noidung_header
{
	background-color: #0066cc;
	padding:3px;
	margin:3px;
	color:#ffffff;
}
.danhmuc_noidung_header td
{
	border:0px;
}
.danhmuc_noidung_header th
{
	padding:3px;
	margin:3px;
}

.dialog_edit
{	font-size:10pt;
	text-decoration:none;
}
.dialog_edit a:hover
{	font-size:10pt;
	text-decoration:underline;
	
}
.danhmuc_bg_dialog
{
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.danhmuc_toolbar_button, .danhmuc_toolbar_button_themmoi
{
	width: 70px;
	border-right: #0000cc 1px solid;
	border-top: #0000cc 1px solid;
	border-left: #0000cc 1px solid;
	border-bottom: #0000cc 1px solid;
}
.rc_logo
{
	height:100px;
	border:1px solid #cccccc;
}

.button_dm
{
	width: 80px; /*	background-color: aliceblue;*/
	background-color: #3399ff;
	color: white;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	font-weight: bold;
	border-right: #0033cc 1px solid;
	border-top: #0033cc 1px solid;
	border-left: #0033cc 1px solid;
	border-bottom: #0033cc 1px solid;
	height:30px;
}
.button_dm:hover
{
	height:30px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
	width: 80px;
	border: 1px solid #0033cc; /*background-color: #3399ff;*/
	color: #ffffff;
	border-radius: 3px 3px 3px 3px;
	background-color: #33ccff;
}