/* 
================================
Skin styles for DotNetNuke
================================
*/   
BODY
{

font-family:Arial , Tahoma ;
font-size:10pt;
}
 #Main
 {
 
 margin:0 auto 0 auto;
 background-color:#ffffff;
 width:960px;
 display:table;
 }
 #SubMain
 {
 display:table-row;
 
 }
 #SubContent{display:table-cell}
 #MainContent
 {
    clear:both ;
    padding-top:5px;
    width:960px;
 }
 #Logo
 {
 
 }
 #LogoLeft
 {
 width:394px;
 height:75px;
 background-image:url(images/Logo.jpg);
 background-repeat:no-repeat ;
 float:left ;
 }
 #LogoRight
 {
     float:left ;
     width:560px;
    height:75px;
    text-align:right;
    vertical-align:text-bottom;
 }
 #LogoRight_Top
 {
    width:560px;
    height:42px;
 }
 #LogoRight_Bottom_Left
 {
     width:339px;
     height:33px;
     float:left ;
 }
 #LogoRight_Bottom_English
 {
 width:96px;
 height:33px;
   float:left ;
    background-image:url(images/english.jpg);
   background-repeat:no-repeat ;
 }
 #LogoRight_Bottom_Space
 {
 width:28px;
 height:33px;
   float:left ;
 }
 #LogoRight_Bottom_Vietnamese
 {
 width:96px;
 height:33px;
   float:left ;
   background-image:url(images/vietnamese.jpg);
   background-repeat:no-repeat ;
 }
 #pnlMenu
 {
    clear:both ;
    width:954px;
    height:47px;
    
 }
 #pnlBanner
 {
    clear:both ;
    width:954px;
    height:194px;
    
    
 }
 .LeftPanel
 {
    width:222px;
    float:left ;
    display:table-cell ;
     
 }
 
 .RightPanel
 {
      
     width:727px;display:table-cell ;
     padding-left:5px;
 }
 
 .BottomPanel
 {
  
    clear:both ;
   /* width:956px;
    height:135px;
    background-image:url(images/Banner_Bottom.jpg);
    background-repeat:no-repeat ;
    background-position:left bottom ;
	*/
 }
 .FooterPage
 {
    padding-top:25px;
 }