/* CSS Document */

/* Global */
body
{
	width:100%; 
	height:auto;
	margin:0 auto;
	background-color:#0C4069;
	padding:0px;
	
}
#mainwrap
{
	width:1002px; 
	margin:0 auto;
	height:auto;
	padding:0px;
	margin:0 auto;
	
	/*position:relative;*/
	/*background: #0C40690 url(../images/bgmain.png) repeat-y;*/
	background-image:url(../images/bgmain.png); 
	background-repeat:repeat-y;
}
#header
{
	
 	width:1002px;
	height:60px;
	margin:0 auto;
	padding:0px;

}

/* Logo */

#logo
{
	width:968px;
	height:129px;
	padding:0 0 0 0;
	margin:0 auto ;
	overflow:hidden;
	background: #0C4069 url(../../images/18-5-2010_banner-cimsi.gif) no-repeat right;
}
/* underMenu */
#undermenu
{
	width:1002px;
	height:34px;
	padding:0px;
	margin:0 auto;
	background: #0C4069 url(../images/udheader2.png) no-repeat center

}

/* Menu */
#menu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background: #0C4069 url(../images/menu/mn_042.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/menu/mn2_042.gif) no-repeat right 100%;
	padding: 14px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 40px;
	background: url(../images/imghover.gif) repeat-x right 30%;
	color: #000000;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}
/* MainContent */

#maincontent
{

 	 width:970px;
	 padding:0px;
	 margin:0 auto;
 	 height:auto;
	 position:relative;
	 background-color:#ffffff;
	 
	 
}

/* Menu doc */
#menudoc
{
	float: left;
	width: 182px;
	padding:0px;
	height:auto;
	display:block;
	background-color:#fefefe;
	margin:0 auto;
	vertical-align:text-top;

}

/* content-center*/
#contentcenter
{
    float:right;
	width:760px; /* hoac 100% */
	height:auto;
	background-color:#ffffff;
	
}
#newsContent
{
	float:left;
	width:555px;
	height:auto;
	display:block;
	margin:0 auto;
	background-color:#ffffff;
	
}
#sidebarRight 
{
	float:left;
	width:225px;
	height:auto;
	display:block;
	background-color:#ffffff;
	margin:0 auto;
}
#contentright 
{
	float:right;
	width:760px;
	height:auto;
	display:block;
	margin:0 auto;
	background-color:#ffffff;
}
#divdetailcontent
{
	
	width:560px;
	height:auto;
    padding:0px;
	display:block;
	margin:0 auto;
	text-align:justify;
		
}
.labledetail
{
	
	padding:10px 10px 10px 5px;
	text-align:justify;	
	/*Nho khong cho width vao the nay*/
	
}
#backlink
{
	color:Black;
	left:400px;
	position:relative;	
}

#headerfooter
{

	width:1002px;
	height:20px;
	margin:0 auto;
	padding:0px;
	background: #0C4069 url(../images/hderfooter.png) no-repeat center;
	
}
#footer
{
  clear: both;
  width:1002px;
  height:70px;
  margin:0 auto;
  display:block;
  background-color:#0C4069;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #ffffff;
  
 
  
}
.clear{
clear: both;
}

