@import url('style_picker.css');
*{margin: 0px; padding: 0px; font-family:Verdana, Geneva, sans-serif;}
body{
    background: #bbd9ee;
}
/*general*/
.header{
    height:60px; line-height: 70px;
    position: relative;
    top:0px; left:0px;
    z-index:100;
    background:#4280ac url('../images/misc/tb.png') top left repeat-x;
    border-bottom: 1px solid rgba(0, 0, 2, 0.3);
    border-top: 1px solid #FDFDFF;
    box-shadow: 0 1px 0 rgba(253, 253, 255, 0.5);
    overflow: hidden;
    padding:5px 0px 5px 0px;
    min-width:1050px;
}
.header a.logo img{
    height: 60px;
    display: inline-block;
    margin:0px 0px 0px 40px;
}
 
.content{
    background: none repeat scroll 0 0 #F7F7F9;
    border: 1px solid #9DB3C5;
    border-radius: 3px 3px 3px 3px;
    margin:0px 0px 20px 260px;
    box-shadow: 1px 1px 1px #9DB3C5;
    min-height: 100px;
}
.navigation{
    list-style: none;
    color: #555555; font-size:10pt;
    border-bottom: 1px solid #dddddd;
}
.navigation li{
    display: inline-block;
    border-right: 1px solid #dddddd;
}
.navigation li:last-child{
    border-right: none;
}
#nav_active{
    color: #0E97D7;
    background: url('../images/button/tapacti.png') no-repeat scroll 49% 46px transparent;
}
.navigation a{
    text-decoration: none;
    padding:20px 18px 29px 18px;
    color: #777777;
    cursor: pointer;
    font-size: 10pt;
    text-align: center;
    background: url('../images/button/tapbinhthuong.png') no-repeat scroll 49% 46px transparent;
    line-height: 52px;
}
.navigation a:hover{
    color: #0E97D7;
    background: url('../images/button/tapacti.png') no-repeat scroll 49% 46px transparent;
}

.content_body{
    border-top:1px solid #ffffff;
    padding:10px 0px 0px 0px;
    position: relative;
}
.sidebar{
    width: 250px;
    float: left;
    margin: 0px 10px 0px 0px;
    font-size: 10pt;
    
}
.sidebar ul{
    list-style: none;
    background: none repeat scroll 0 0 #F7F7F9;
    border: 1px solid #9DB3C5;
    border-radius: 3px 3px 3px 3px;
    width:240px; height:auto;
    padding: 5px 5px 5px 5px;
    margin:0px 0px 10px 0px;
    box-shadow: 1px 1px 1px #9DB3C5;
}
.sidebar ul li{
    border-bottom: 1px solid #C7CED1;
}
.sidebar ul li:last-child{
    border:none;
}
.sidebar ul li.sb_title{
    border-bottom:2px solid #77C3E7;
}
.sidebar ul li.sb_title span{
    display: block;
    width: auto; height:26px;
    padding:20px 0px 0px 0px;
    border-bottom: 1px solid #9a9a9a;
    color:#555555;
    text-transform: uppercase;
}
.sidebar ul li a{
    display:block;
    color: #0E97D7;
    text-decoration: none;
    line-height:30px;
    font-weight: normal;
    word-wrap: break-word;
    font-size: 12px;
}
.sidebar ul li a:hover{
    color:#343434;
}
.sidebar_li_active a{
    color:#343434 !important;
    font-weight: bold !important;
}

.acclink{
    position: absolute;
    z-index: 100;
    top:22px; right:100px;
    background: #e7f1f8;
    height:25px; line-height:25px;
    padding:0px 10px 0px 10px;
    font-size: 9pt; color:#555555;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius:4px 4px 4px 4px;
    -moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius:4px 4px 4px 4px;
    -khtml-border-radius:4px 4px 4px 4px;
    box-shadow: 1px 1px 1px #efefef inset;
}
.acclink a{text-decoration: none; color: #0E97D7; font-weight: bold;}
.acclink a:hover{text-decoration: underline;}
.copyright{
    font-size: 8pt;
    color:#7e7e7e;
    text-shadow: 0px 1px 1px #ffffff;
    text-align: center;
}
.input{
    outline:none;
    width: 400px;
    background: #FFFFFF;
    border: 1px solid #9DB3C5;
    border-radius: 2px 2px 2px 2px;
    color: #343434;
    height: 25px;
    line-height: 25px;
    padding:0px 0px 0px 5px;
    font-size:9pt;
    vertical-align: top;
}

textarea{
    width: 405px; min-height:70px;
    vertical-align: top;
    background: #FFFFFF;
    color: #343434;
    border: 1px solid #9DB3C5;
    border-radius: 2px 2px 2px 2px;
    outline: none;
    resize: none;
    font-size:9pt;
}
.textarea_min{
    width: 405px; min-height:30px;
    vertical-align: top;
    background: #FFFFFF;
    color: #343434;
    border: 1px solid #9DB3C5;
    border-radius: 2px 2px 2px 2px;
    outline: none;
    resize: none;
    font-size:9pt;
}
.select{
    height: 27px; line-height: 27px;
    vertical-align: middle;
    background: #FFFFFF;
    color: #343434;
    border: 1px solid #9DB3C5;
    border-radius: 2px 2px 2px 2px;
    outline: none;
    font-size:9pt;
}
.input:focus, textarea:focus, .textarea_min:focus, .select:focus{
    border-color: #0E97DA;
}
.submit{
    width: auto; height:40px;
    color:#ffffff;
    text-shadow: 1px 1px 1px #329B3D;
    background: #329B3D url('../images/misc/tb.png') top left repeat-x;
    border:1px solid #329B3D;
    border-radius: 3px 3px 3px 3px;
    font-size:12pt;
    cursor: pointer;
    font-weight: bold;
    padding:0px 10px 0px 10px;
}
.submit:hover{
    background-color: #126d1b;
}
.reset{
    background: #f6f6f6;
    color: #333533;
    height:25px; line-height: 25px;
    border: 1px solid #cccccc;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    margin: 0px 7px 0px 7px;
    cursor: pointer;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    -khtml-border-radius:3px 3px 3px 3px;
}
.reset:hover{border: 1px solid #aaaaaa;}
.button{
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #ffffff; font-size: 10pt;
    padding: 3px 10px 4px 10px;
    margin: 0px 7px 0px 7px;
    cursor: pointer !important;
    text-decoration: none;
    border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    -khtml-border-radius:3px 3px 3px 3px;
}
.button:hover{
    background-color: #357ae8;
    background-image: -moz-linear-gradient(center top , #4D90FE, #357ae8);
}
.back{
    width: auto; height:40px;
    color:#434343;
    background: #F2F2F2;
    border:1px solid #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    font-size:11pt;
    cursor: pointer;
    font-weight: bold;
    padding:0px 10px 0px 10px;
}
.back:hover{
    background-color: #f1f1f1;
}
.option{
    background: #f5f5f5;
    border:1px solid #cccddd;
    padding:5px 5px 5px 5px;
}
.show_detail_sendlog{
    position: relative;
    top:-48%;
    background: #ffffff;
    margin:0px 50px 0px 50px;
    padding:15px 15px 15px 15px;
    text-align: left;
    font-size:10pt;
    font-weight: normal;
    color:#43729f;
}
/*end_general*/

/*tpl_login_user*/
.login_container{
    background:#F7F7F9 url('../images/misc/tb.png') top left repeat-x;
    border: 1px solid #9DB3C5;
    border-radius: 3px 3px 3px 3px;
    width: 400px; height: 230px;
    padding: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px #9DB3C5;
    
    margin: 0px auto; margin-top:150px;
    text-align: center;
}
.login_container h4{
    border-bottom:2px solid #77C3E7;
    text-shadow: 1px 1px 1px #ffffff;
}
.login_container h4 span{
    display: block;
    width: auto; height:26px;
    padding:20px 0px 0px 0px;
    border-bottom: 1px solid #9a9a9a;
    color:#555555;
    text-transform: uppercase;
    font-weight: lighter;
}
.login_form{
    width: 200px;
    float: left;
    margin: 10px 0px 0px 55px;
    
}
.login_form ul{
   list-style: none;
}
.login_form ul li{margin:7px 0px 7px 0px;}
.login_form input[type="text"],input[type="password"]{
    height: 25px; line-height:25px; width:200px;
    background: #ffffff; border:1px solid #9DB3C5;
    color: #343434; padding: 0px 0px 0px 5px;
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -khtml-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    outline: none;
}
.submit_login{
    background:#5FBBDF url('../images/misc/tb.png') top left repeat-x;
    color: #ffffff; font-weight:bold; text-align: center; text-transform: uppercase; font-size:7pt;
    padding:55px 0px 0px 0px;
    width:75px; height:108px;
    border: 1px solid #9a9a9a;
    float: left; margin:17px 0px 0px 10px;
    cursor: pointer;
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -khtml-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
    position: relative;
    z-index: 100;
    top:0px; left:0px;
    box-shadow: 1px 1px 2px #9a9a9a;
}
.submit_login span{
    background: url('../images/button/login.png') top left no-repeat;
    width: 32px; height:32px;
    display:inline-block;
    position: absolute;
    top:25px; left:20px;
}
.submit_login:hover{
    margin: 18px 0px 0px 11px;
}
#show_error{
    font-size:9pt;
    color:#676767;
}
/*end_tpl_login_user*/

.clear{clear: both; width: 0px; height:0px;}
.imgalign{vertical-align: middle;}
#findphonenumber{
    background:#eeefff;
    border:1px solid #dddddd;
    height:20px; line-height:20px;
    padding:5px 7px 5px 7px; color:#555555;
    border-radius:8px 8px 8px 8px;
    -moz-border-radius:8px 8px 8px 8px;
}
.coverbox{
    background:rgba(255,255,255,0.8);
    position: absolute; top:0px; left: 0px;
    width: 100%; height:100%;
    display: none;
    z-index: 500;
    text-align: center;
}
.coverbox .waiting{
    width: 32px; height: 32px;
    display:block;
    margin:0px auto;
    margin-top:20%;
}
#notice{
    background:#F2DEDE url('../images/misc/tb.png') top left repeat-x;
    position: fixed;
    z-index: 1000;
    top:0px; right:15px;
    border-radius: 7px 7px 7px 7px;
    padding:10px 10px 10px 10px;
    font-size: 10pt; text-align: left;
    border:1px solid #dfdfdf;
    box-shadow: 2px 4px 6px #454545;
    max-width: 80%;
    height:48px; overflow: hidden;
    display:none;
}
#notice .imgthumb{
    background:url('../images/misc/notice.png') no-repeat top left;
    width:48px; height:48px;
    float:left;
    margin:0px 10px 0px 0px;
}
#notice .text{
    height:48px; line-height: 48px;
}
#notice .close{
    width: 24px; height: 24px;
    background:url('../images/button/close.png') no-repeat top left;
    position: absolute;
    top:0px; right:0px;
    text-decoration: none;
    display: none;
    cursor: pointer;
}

/*-------------------paging-----------------------*/
.box_paging
{
    width:auto; height:25px;
    line-height:25px;
    margin:7px 0px 0px 0px;
    text-align: center;
    padding:10px 0px 0px 0px;
}
.box_paging span
{
    margin:0px 2px 0px 2px;
}
.box_paging span:first-child
{
    margin:0px 2px 0px 0px;
}
.pageactive
{
    background:#4B83DB;
    width:auto; height:20px;
    line-height:20px;
    color:#ffffff;
    font-weight:bold;
    font-size:9pt;
    display:inline-block;
    padding:0px 2px 0px 2px;
    border:1px solid #3872C9;
    text-shadow:0 1px 1px rgba(0,0,0, 0.6);
    border-radius:3px 3px 3px 3px;
    -moz-animation: 2s ease 0s normal none infinite glow;
    cursor:pointer;
}
.pagenormal
{
    background:#dedede;
    width:auto; height:20px;
    line-height:20px;
    color:#565656;
    font-weight:bold;
    font-size:9pt;
    display:inline-block;
    padding:0px 2px 0px 2px;
    padding:0px 2px 0px 2px;
    border:1px solid #cecece;
    text-shadow:0 1px 1px rgba(255,255,255, 0.6);
    border-radius:3px 3px 3px 3px;
    cursor:pointer;
    text-decoration:none;
}
.pagenormal:hover
{
    background:#84BADF;
    border-color:#26A3D7;
    color:#ffffff;
    text-shadow:0 1px 1px rgba(0,0,0, 0.6);
}
.button_page_off
{
    background:#dedede;
    width:auto; height:20px;
    line-height:20px;
    color:#565656;
    font-weight:bold;
    font-size:9pt;
    display:inline-block;
    padding:0px 7px 0px 7px;
    border:1px solid #cecece;
    text-shadow:0 1px 1px rgba(255,255,255, 0.6);
    border-radius:3px 3px 3px 3px;
    cursor:pointer;
}
.button_page_on
{
    background:#84BADF;
    width:auto; height:20px;
    line-height:20px;
    color:#ffffff;
    font-weight:bold;
    font-size:9pt;
    display:inline-block;
    padding:0px 7px 0px 7px;
    border:1px solid #26A3D7;
    text-shadow:0 1px 1px rgba(0,0,0, 0.6);
    border-radius:3px 3px 3px 3px;
    cursor:pointer;
    text-decoration:none;
}
.button_page_on:hover
{
    background:#4B83DB;
    border-color:#3872C9;
    color:#ffffff;
    text-shadow:0 1px 1px rgba(0,0,0, 0.6);
}
/*-------------------paging-----------------------*/