﻿/* DEFAULTS 
----------------------------------------------------------*/
body
{
    background-color: #ECF7FB;
    margin: 0px;
    padding: 0px;
    color: #3B3633;
    font: 12px Arial,Helvetica,sans-serif;
}

ul, li
{
    margin: 0;
    padding: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.wrapper
{
    width: 990px;
    margin: 0px auto;
    background-color: #FFF;
    -moz-box-shadow: 0px 0px 15px #000; /* Firefox */
    -webkit-box-shadow: 0px 0px 15px #000; /* Safari and Chrome */
    box-shadow: 0px 0px 15px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url("/Styles/ie-css3.htc");
}

.banner
{
    background: url("/Images/Website/banner.gif") no-repeat;
    width: 990px;
    height: 100px;
    margin: 10px auto 0px;
}

.mypage
{
    height: auto;
}

.navbar
{
    height: 32px;
    background: #868686 url(/Images/Website/menu.png) repeat-x;
    overflow: hidden;
}

.subnavbar
{
    clear: both;
    font: bold 11px arial;
    height: 20px;
    height: auto;
}

.subnavbar a
{
    color: #3B3633;
    text-decoration: none;
}

.subnavbar a:hover
{
    color: #D05913;
}

.slidecont
{
    clear: both;
    height: 400px;
    width: 990px;
}

.pagecont
{
    clear: both;
    min-height: 300px;
    width: 990px;
    margin: 0px auto;
}

.pageleft
{
    float: left;
    width: 670px;
    margin-left: 6px;
}

.pageright
{
    float: right;
    width: 300px;
    margin-right: 6px;
}

.footer
{
    clear: both;
    width: 990px;
    color: #4e5766;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    line-height: normal;
}

.footnavbar
{
    clear: both;
    padding: 0px 15px;
    background: #868686 url(/Images/Website/footer.png) repeat-x;
    overflow: hidden;
}

.footnavbar ul
{
    float: left;
    list-style: none outside none;
}

.footnavbar li
{
    color: #fff;
    float: left;
}

.footnavbar span
{
    float: left;
    padding: 6px 6px;
}

.footnavbar a
{
    color: #FFFFFF;
    float: left;
    padding: 6px 0px;
    text-decoration: none;
}

.footnavbar a:hover
{
    color: #FDCC03;
}

.footnavbar .online
{
    color: #FFFFFF;
    float: right;
}

.footnavbar .visited
{
    color: #FFFFFF;
    float: right;
}

.footnavbar .online span, .footnavbar .visited span
{
    float: left;
    font: 11px arial;
    padding: 7px 10px;
}

.footercont
{
    clear: both;
    font: 11px Tahoma;
    padding: 15px 10px 10px 10px;
    margin-bottom: 10px;
    background-color: #FEFEFE;
}

.datagrid
{
    width: 100%;
}

/* Top Menu
----------------------------------------------------------*/
.menu
{
    float: left;
}

.menu ul
{
    margin: 0px;
    padding: 0px;
}

.menu ul li
{
    float: left;
    list-style: none;
    font: bold 11px Tahoma;
    text-transform: capitalize;
    border-right: 1px solid white;
}

.menu ul li a, .menu ul li a:visited
{
    display: block;
    margin: 0px;
    padding: 9px 20px 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

.menu ul li a:hover
{
    background: #FC813E;
    color: White;
}

.menu ul li a:active
{
    background-color: #465c71;
    color: white;
    text-decoration: none;
}

.menu ul li ul
{
    position: absolute;
    visibility: hidden;
    border: 1px dotted #a2a2a2;
    border-top: none;
}

.menu ul li ul li
{
    float: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.menu ul li ul li a, .menu ul li ul li a:visited
{
    width: auto;
    background: white;
    border-top: 1px dotted #a2a2a2;
}

.menu ul li ul li a:hover
{
    background: #69A74E;
    color: White;
}

/* Phần trang bên phải
----------------------------------------------------------*/
.tabheader
{
    background: #fff;
    border: 1px solid #C6C6C6;
    border-bottom: none;
    height: 25px;
    padding-left: 11px;
    border-radius: 10px 10px 0px 0px;
}

.tabheader a
{
    background: url("/Images/Website/box-title-150.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font: bold 11px/22px tahoma;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.tabcont
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    clear: both;
    padding: 5px 15px;
}

.tabfooter
{
    background: #fff;
    border: 1px solid #C6C6C6;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 10px;
    margin-bottom: 10px;
}

.faq
{
    border: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    height: 77px;
    border-radius: 10px;
}

.faq img
{
    border: 0;
}

.support
{
    margin-bottom: 8px;
}

.myvideo
{
    clear: both;
    overflow: hidden;
}

.myvideo .myplayer
{
    background-color: #FFFFFF;
    border: 2px solid #C8C8C8;
}

.weblink
{
    clear: both;
    overflow: hidden;
}

.weblink ul
{
    background: #fff;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.weblink ul li
{
    clear: both;
    list-style: none outside none;
    padding-bottom: 3px;
    padding-left: 10px;
}

.weblink li a
{
    background: url("/Images/Website/half-cycle.png") 0px 4px no-repeat;
    color: #4C4C4C;
    float: left;
    font: bold 11px Tahoma;
    padding: 3px 10px 3px 13px;
    text-decoration: none;
}


/* Toy Story  
----------------------------------------------------------*/
.toystory
{
    clear: both;
    margin-bottom: 6px;
}

.toystorycont
{
    background-color: #fff;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    padding: 25px 21px 20px;
    overflow: hidden;
    clear: both;
}

.toystory-cut
{
    overflow: hidden;
    text-align: left;
}

.toystory-cut a.avatar
{
    float: left;
    padding: 0 15px 15px 0;
    overflow: hidden;
}

.toystory-cut img
{
    border: 0;
}

.toystory-cut .title
{
    padding-bottom: 10px;
}

.toystory-cut .title h1
{
    color: #3B3633;
    font: bold 20px arial;
    padding: 0px 0px;
    margin: 0px 0px;
}

.toystory-cut .title a
{
    color: #1D8133;
    text-decoration: none;
}

.toystory-cut .subtitle
{
    color: #333333;
    font: 14px arial;
}

.toystory-cut .content
{
    color: #333333;
    font: 14px arial;
    padding-top: 10px;
}

.boxheader
{
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-bottom: none;
    
    height: 25px;
    padding-left: 11px;
    
    border-radius: 15px 15px 0px 0px;
}

.boxheader a
{
    background: url("/Images/Website/box-title-250.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    font: bold 11px tahoma;
    text-align: center;
    text-decoration: none;
    width: 200px;
    line-height: 25px;
}

.boxcont
{
    background-color: White;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    min-height: 450px;
    margin-top: -1px;
}

.boxfooter
{
    background-color: #fff;
    border: 1px solid #C6C6C6;
    border-top: none;
    
    font-size: 1px;
    height: 10px;
    margin-top: -1px;
    
    border-radius: 0px 0px 15px 15px;
}

.separator
{
    background: #C6C6C6;
    clear: both;
    height: 1px;
    width: 100%;
}

.textbox
{
    width: 200px;
}

.errmsg
{
    color: Red;
    font-weight: bold;
}

.succmsg
{
    color: Green;
    font-weight: bold;
}