@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #999;
  margin:0px;
}

  img{
    margin:0px;
    padding:0px;
    border:none;
  }
  
  .wrap{
    /*width:1024px;*/
    margin:0 auto;    
  }
  
  .lang_bar{
    height:  18px;
    padding-top:4px;
    background-image:url(/images/splash_v2_language_bar_background.jpg);
    background-repeat:repeat-x;
    font-size:10px;
    text-align: right;
  }

  .lang_bar a, .lang_bar span {
    margin-right: 8px;
  }

  .lang_bar a:hover{
    color:#CCC;
  }
  
  
  .lang_bar_text{
    width:874px;
    margin:0 auto;
  }
  
  .left{
    width:287px;
    float:left;
  }
  
  .middle{
    width:288px;
    float:left;
  }

  .right{
    width:289px;
    float:left;
  }
  
  .banner{
    width:1000px;
    margin:0 auto;
  }
  
  .banner_left {
    width:340px;
    padding-top:35px;
  }
  
  .banner_left_title{
    margin-top:21px;
    font-family:Verdana;
    font-size:16px;
    color:#ff4066;
    font-weight:bold;
  }
  
  .banner_left_button{
    margin-top:50px;
    #margin-top:74px;
    _margin-top:84px;
  }
  
  .banner_left_button a{
    padding: 6px 11px;
    background-color:#FE0034;
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    overflow:hidden;
  }
  
  .banner_middle {
    padding-top:49px;
  }
  
  .banner_middle_form {
    margin:0px;
  }
  
  .banner_middle_form_title {
    font-size:11px;
    font-weight:bold;
    color:#666;
    
    /* We have a problem displaying the text before the
       minicontactoform. It seems like we need some z-index, and for
       it to work we need position: relative. */
    position: relative;
    z-index: 1;
  }
  
  .banner_middle_form_bottom_text {
    font-size:11px;
    font-style:italic;
    color:#999999;
    margin:0px;
    margin-top:10px;
    padding:0px;
  }
  
  .banner_middle_form input{
    border: 1px solid #999999;  
    height:18px;
    color:#999;
  } 
  
  .banner_middle_form p.input-text,
  .banner_middle_form p.floatleft{
    margin: 0 0 0 0;
  }

  .banner_middle_form p.input-text input{
    width         : 246px;
    padding-left  : 5px;
    padding-top   : 2px;
    margin-bottom : 13px;
   }

  .banner_middle_form p.floatleft input{
    width         : 141px;
    padding-left  : 5px;
    padding-top   : 2px;
    float         : left;
    margin-bottom : 13px;
    margin-left   : 11px;
  } 

  .banner_middle_form select{
    width        : 93px;
    padding-left : 5px;
    padding-top  : 2px;
    color        : #999999;
    float        : left;
  }

  .banner_right{
    width:290px;
    padding-top:44px;
    float:left;
    /*padding-left:82px;*/
  } 
  
  
  .main_content{
                line-height: 13px;
  }
  
  .main_content_left_middle{
    /* width:340px; */
    width :300px;
    margin-right :40px;
  }
  
  .main_content_under{
    background: url(/images/guillemet-droit_EEEEEE.gif) transparent bottom right no-repeat;
    padding-bottom:30px;
    margin-top: 30px;
   }
  
  .main_content_under_text{
    background: url(/images/guillemet-gauche_EEEEEE.gif) transparent top left no-repeat;
    font-size:11px;
    color:#999;
    font-style:italic;
    padding-right:3px;
  }
  
  .main_content_under_text span.span_content {
    font-size:11px;
    color:#999;
    font-style:italic;
    font-weight:normal;
    padding-top:0px;
  }
  
  .main_content_under_text span{
    display:block;
    color:#666;
    font-weight:bold;
    font-size:12px;
    font-style:normal;
    padding-top:30px;
  }
  
  .main_content_title{
    color:#666;
    font-weight:bold;
    font-size:12px;
    padding-right:10px;
  }
  
  .main_content_text{
    margin-top:15px;
    width:300px;
  }
  
  .main_content_text_link {
    color:#000000;
    text-decoration:underline;
  }
  
  a.main_content_text_link:hover {
    text-decoration:none;
  }
  
  .main_content_text_link_grey {
    color:#999;
    text-decoration:underline;
  }
  
  a.main_content_text_link_grey:hover {
    text-decoration:none;
  }
  
  .main_content_right{
    float:left;
  }
  
  .main_content_right_txt_1{
    color:red;
    font-size:14px;
    font-weight:bold;
  }
  
  .main_content_right_txt_2{
    color:#999;
    font-size:24px;
    font-weight:bold;
  }
  
  .main_content_right_txt_14{
    color:#999;
    font-size:14px;
    font-weight:bold;
  }
  
  .red{
    color:red;
  }
  
  .main_content_right_txt_10{
    color:#999;
    font-size:10px;
  }
  
  .clear{
    clear:both;  
  }
  
  .blank_13{
    height:13px;
  }
  
  .blank_10{
    height:10px;
  }
  
  .blank_8{
    height:8px;
  }
  
  .blank_5{
    height:10px;
    #height:10px;
    _height:5px;
    overflow:hidden;
  }
  
  .blank_7{
    height:5px;
    #height:4px;
    _height:4px;
    overflow:hidden;
  }
  
  .blank_20{
    height:20px;
  }
    
  a{
    color:#999;
    text-decoration:none;
  }
  
  .main_content_right_txt_10 a:hover{
    color:red;
    text-decoration:none;
  }
  
  .in_form table, form{
    margin:0px;
    padding:0px;
  }
  
  .reg_button{
    height:5px;
    background-color:#999;
    color:#FFFFFF;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    padding: 7px 13px 10px 7px;
  }


.padding_submenu{
  padding-left:10px;
  #padding-left:0px;
  _padding-left:10px;
  
}

.margin_submenu{
  margin-left:-18px;
  #margin-left:0px;
  _margin-left:-18px;
  
}

/* by Nga */
.menu_footer_width_td {
  width:250px;
}

.banner_logo_padding {
  padding-left:60px;
}

.richmorning_table {
}

.richmorning_padding {
  padding-left:5px;
  padding-right:5px;
}
#dayoneonline:hover {
    color:#F00;
    text-decoration: none;
}




.middle h2 {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}

.middle a {
  color: #999;
  text-decoration: underline;
}

.middle a:hover {
  color: #999;
  text-decoration: none;
}




/* Splash V2 footer */

.footer {
  clear: both;

  height:130px;
  background-image:url(/images/splash_v2_footer_background.jpg);
  background-repeat:repeat-x;
  
  color:#999;
  font-size:9px;
}

.footer a {
  color:#999;
  text-decoration: none;
}
 a:hover {
  color:#000;
  text-decoration: underline;
}

.footer_text {
  width:900px;
  margin:0 auto;
}

.footer_top{
  float:none;
}

.footer_top div{
  float:left;
}

.footer_middle{
  text-align:center;
  margin-top:22px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.footer_bottom{
  margin-top: 10px;
  text-align:center;
}

.footer_middle li {
  display: inline;
}

/* More Splash V2 footer */
/*added by Nga - modified by Toan*/
/*Use for menu and sub_menu*/

.bottom_menu_navigation ul li a, .bottom_menu_navigation ul li a:visited, .bottom_menu_navigation ul li a h2, .bottom_menu_navigation ul li a:visited h2, .bottom_menu_navigation a h3, .bottom_menu_navigation a:visited h3 {
    display:block; 
    text-decoration:none; 
    width:100%; 
    height:15px; 
    text-align:left; 
    line-height:15px;
    padding-left:0px;
    font-size:9px;
}


.bottom_menu_navigation h2 {
  color: #999;
  padding: 0;
  margin: 2px 0 0 0;
}

.bottom_menu_navigation h2:hover {
 color: #000; /* When hovering the h2 of the footer menu, make the text black */
}

.bottom_menu_navigation h3 {
  font-weight: normal;
  color: #999;
  padding: 0;
  margin: 0;
}

.bottom_menu_navigation ul li span {
    font-weight:bold;
}


.bottom_menu_navigation ul {
  padding:0;
    padding-bottom:6px; 
    margin:0;
    list-style-type: none; 
}

.footer_navigation_menu .bottom_menu_navigation ul li ul{
   padding: 0 0 5px 0;
}

.bottom_menu_navigation ul li {
  float:left; 
    position:relative;
}

.bottom_menu_navigation ul li ul {
    visibility: hidden;
    position:absolute; 
    display:block;  
    bottom:14px;
  left:0;
}

.bottom_menu_navigation ul li ul li a, .bottom_menu_navigation ul li ul li{ 
  color:#999;
}



.footer_navigation_menu .bottom_menu_navigation ul li ul li a, 
.footer_navigation_menu .bottom_menu_navigation ul li ul li,
.footer_navigation_menu .bottom_menu_navigation span,
.footer_navigation_menu .bottom_menu_navigation span{
    color:#000000;
    font-size:9px;
}

.bottom_menu_navigation ul li ul li a:hover {
  background: url(/images/bullet_red.gif) transparent center left no-repeat;  
  padding-left:10px;
  margin-left:-10px;
  color:#FF0000;
}

.bottom_menu_navigation ul li ul li a:hover h3 {
  color:#FF0000;
}

.bottom_menu_navigation table {
    border-collapse: collapse; 
    margin: 0; 
    padding: 0; 
    font-size: 1em; 
    margin: -1px; 
    margin-left:0px;
    width: 100%;

/*  width:900px;
*/}

.bottom_menu_navigation ul li:hover a, .bottom_menu_navigation ul li a:hover{
    background:none;
    text-decoration: none;
}


.bottom_menu_navigation ul li:hover ul, .bottom_menu_navigation ul li a:hover ul {
    visibility:visible; 
    bottom: 14px;
    left: 0;
}

.bottom_menu_navigation ul li:hover ul li, .bottom_menu_navigation ul li a:hover ul li {
    display: block; 
    width: 300px;
    clear: both;
}

.bottom_menu_navigation ul span:hover, .bottom_menu_navigation ul li:hover span, .bottom_menu_navigation ul li a:hover span,
body#splashPage .bottom_menu_navigation ul span:hover, body#splashPage .bottom_menu_navigation ul li:hover span, body#splashPage .bottom_menu_navigation ul li a:hover span{
    color:#000;
}

/* End Splash V2 footer*/

 



/* Rounded box for splash page with background color #EEEEEE */

/* This version has some margin around it and padding inside. */
/* Usage example: */
/* <div class="roundex-box-roundbox"> */
/*   <div class="roundex-box-top"><div></div></div> */
/*     <div class="roundex-box-content"> */
/*       <p>This is the content</p> */
/*     </div> */
/*   <div class="roundex-box-bottom"><div></div></div> */
/* </div> */

.roundex-box-roundbox { background-color:#EEEEEE;}
.roundex-box-top div { background: url(/images/corner_top_left_EEEEEE.gif) no-repeat top left; }
.roundex-box-top { background: url(/images/corner_top_right_EEEEEE.gif) no-repeat top right; }
.roundex-box-bottom div { background: url(/images/corner_bottom_left_EEEEEE.gif) no-repeat bottom left; }
.roundex-box-bottom { background: url(/images/corner_bottom_right_EEEEEE.gif) no-repeat bottom right; }

.roundex-box-top div, .roundex-box-top, .roundex-box-bottom div, .roundex-box-bottom {
  width: 100%;
  height: 12px;
  font-size: 1px;
}
.roundex-box-content { margin: 0 14px; }
.roundex-box-roundbox { margin: 1em auto; }

/* end rounded box for splash */
