* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b2424;
	line-height:20px
}

span {
	cursor:pointer;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:12px;
	font-weight:bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {

}

p{margin:0;padding:0;}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #E6E6E6;
	font-style: italic;
	color: #999999;
}

blockquote * {
	line-height: normal;
}

a {
	color: #FFFFFF;
}

a:hover {
	color:#FF9900;
	text-decoration:none;
}

a.menuleft {
	color: #9b2424;
}

a.menuleft:hover {
	color:#FF9900;
	text-decoration:none;
}

a.titlelink {
	font-weight:bold; color:#FF6600;
	text-decoration:none;
}
a.titlelink:hover {color:#FFFFFF;}

.title{
	color:#ed1c24;
	font-weight:bolder;
	background: url(../images/bg_title.png) no-repeat bottom left; 
	height:50px; 
	padding: 0px 0px 20px 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1004px;
	height: 88px;
	margin: 0 auto;
	background: url(../images/bg_top.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	margin-left:40px;
	padding-top: 0px;
	padding-left:30px;
	width:217px;
	height:84px;
	background: url(../images/logothanhvien/logo_tudo.png) no-repeat left top;
	*background-image:none; 
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./theme/default/images/logothanhvien/logo_tudo.png');
}

#logo h1, #logo h2 {
	margin: 0;
	padding-left: 60px;
	font-weight: normal;
	color: #E06529;
}

#logo h1 {
	font-weight: bold;
}

#logo h2 {
	font-size: 92%;
}

#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 17px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 17px 15px;
	text-decoration: none;
	font-size: 92%;
}

#topmenu a:hover {
	text-decoration: none;
	background: url(../images/bg_flag.png) no-repeat left top;
	*background-image:none; 
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./theme/default/images/bg_flag.png', sizingMethod='scale');
}

#topmenu .first a {
	border: none;
}

/* Header 2 */

#header2 {
	width: 1004px;
	height: 248px;
	margin: 0 auto;
	background: #FFCC33 url(../images/bg_menu_top.jpg) repeat-x left top;
}

/* Menu */

DIV#navigation 
{
	float: left; 
	border: 0px solid #455A65;
	height:33px;
}



DIV#navigation UL

{ 
	position: relative; 
	list-style: none; 
	float: left; 
	padding: 0px 0px 0px 20px;
	margin: 0px; 
	color: #FFFFFF;
	z-index:10 !important;
}

DIV#navigation UL LI
{ 
	position: relative; 
	float: left; 
	padding: 0px; 
}

DIV#navigation UL LI A 

{ 
	text-decoration: none; 
	width: 1px;
	white-space: nowrap; 
	text-align: center; 
	padding: 5px 35px 6px 35px; 
	display: block; 
	color: #9b2424; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

DIV#navigation UL LI>A 
{ 
	width:auto ; 
}

DIV#navigation UL LI A:hover 
{ 
	text-decoration: none;
	color:#000000;
	background: #FFCC33 url(../images/bg_menu_top_active.jpg) repeat-x left top;
}

DIV#navigation UL UL.default 
{ 
	text-align: left; 
	width: 164px; 
	display: none; 
	margin-top: 6px; 
	margin-left: 0px; 
	position: absolute; 
	left: -0px; 
	top: 28px;
	padding: 0px; 
}

DIV#navigation UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px; 	
}

DIV#navigation UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	padding: 5px; 
	margin: 0px; 
	background: url(../images/bg_sub_menu.png) no-repeat left top;
	*background-image:none;
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./theme/default/images/bg_sub_menu.png');
	width: 124px;
	height:20px;
	/*border-bottom: #FFFFFF 1px dotted;*/
	font-weight:normal;
	color:#FFFFFF;
}

DIV#navigation UL UL.default A:hover 
{ 
	position:relative;
	background: url(../images/bg_sub_menu_active.png) no-repeat left top;
	*background-image:none;
    *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='./theme/default/images/bg_sub_menu_active.png');
	/*border-bottom: #FFFFFF 1px dotted;*/
	font-weight:normal;
}

DIV#navigation UL UL.default UL

{ 
	margin: -30px 0px 0px 175px; 
	position: absolute; 
}

DIV#navigation UL UL.information 
{ 
	text-align: left; 
	width: 780px; 
	display: none; 
	margin-top: 4px; 
	position: absolute; 
	left: -3px; 
	top: 30px;
	padding: 0px; 
}

DIV#navigation UL UL.information P 
{ 
	padding: 0px; 
	margin: 3px 0px 0px 0px; 
}

DIV#navigation UL UL.information A
{
	color: blue; 
}

/* Splash */

#splash {
	float: right;
	width: 1004px;
	height: 215px;
}


/* Page */

#page {
	width: 1004px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/bg_content.jpg) repeat-y left top;
}

/* Content */

#content {
	float: right;
	width: 720px;
	padding: 10px;
	background: transparent url(../images/bg_news_top.png) no-repeat scroll right top; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;
}

#content ul li {
	padding:0px;
	margin:0px;

}

#content ul li a {
	text-decoration:none;
	color:#ed1c24;
}

#content ul li a:hover {
	color:#000000;
}


/*
#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}*/

.title {
	padding-top: 3px;
}

/*.content {
	padding: 20px;
	background: url(../images/img10.gif) no-repeat;
}*/

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 242px;
}

#sidebar ul {
	margin: 0;
	padding: 5px 10px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
	padding: 0px;
	background: url(../images/bg_left_bottom.jpg) no-repeat bottom left;
}

#sidebar li li {
	margin-top:10px;
	margin-bottom:10px;
	background: url(../images/bg_title_left.jpg) no-repeat top left;
}


#sidebar .left_menu{
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
	color: #d46311;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {

}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	width:1004px;
	padding: 0px;
}

#footer-wrapper a{
	color:#9b2424;
	text-decoration:none;
}

#footer-wrapper a:hover{
	color:#9b2424;
	text-decoration:underline;
}

#copyright {
	padding: 0px;
	color:#cd8585;
}
