/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containerforview {
	width: 100%;
	background-color: #ffffff;
    border:1px solid #dadada;
	 font-family: Verdana;
	 font-size: 11px;
	 color: #00008B;
  
}
.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #b5bac1 0px solid; 
 
	border-top: #b5bac1 0px solid; 
	border-left: #b5bac1 0px solid; 
	border-bottom: #b5bac1 0px solid; 
}
.modulebgleft
{
    background-image: url(image/Huesoft_Tab_Left.jpg); 
	
	height:26px;
 }
 .modulebgright
{
    background-image: url(image/Huesoft_Tab_Right.jpg); 
	height:26px;
	
 }
.modulebg {
	background-image: url(image/Huesoft_Tab_Bg.jpg);
	height :26px;
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	
}
.fonttitle
{
    
    font-family: Verdana; 
	font-size: 11px;
	 font-weight: bold; 
	color:#F4F7F9;
	font-style: normal;
	padding-left:10px;
    }
.QuangCaoTopbg
{   
   background-image: url(Download_Top_Bg.jpg); 
     height :25px;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-style: normal;
   
   }
   .QuangCaoTopbg1
{
    background-image: url(Download_Top_Left.jpg); 
	height:25px;
 }
 .QuangCaoTopbg2
{
    background-image: url(Download_Top_Right.jpg); 
	height:25px;
 }
 
 .QuangCaoBottombg
{   
   background-image: url(Download_Bottom_Bg.jpg); 
     height:13px;

   }
   .QuangCaoBottombg1
{
    background-image: url(Download_Bottom_Left.jpg); 
	height:13px;
 }
 .QuangCaoBottombg2
{
    background-image: url(Download_Bottom_Right.jpg); 
    height:13px;
 }
 
 
.containerrow2_blue {
	background-color: #ffffff;
}
.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}



