﻿/*
html
{
    scrollbar-3dlight-color: #6788be;
    scrollbar-arrow-color: #6788be;
    scrollbar-darkshadow-color: #6788be;
    scrollbar-shadow-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-base-color: #ffffff;
    eaf3fd
}
*/

body
{
    background-color: #ffffff;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
}

.accessDeniedPage
{
    background: url('../image/accessdenied.png') #ffffff 50% 50% no-repeat;
    color: #fff;
}

fieldset
{
    border-width: thin;
    border-color:Black;
    border-style: solid;
    text-align: left;
}

a.linkDanhMuc
{
    height: 20px;
    line-height: 20px; /*display: inline-block;     border: solid 1px #6788be; */
    text-decoration: none;
    margin-left: 2px;
}

a.linkDanhMuc span
{
    text-align: center; /* display: inline-block;*/
    width: 20px;
}

a.linkThemSuaDotLuong
{
    height: 20px;
    line-height: 20px; /*display: inline-block;     border: solid 1px #6788be; */
    text-decoration: none;
    margin-left: 2px;    
    font-weight: bold;
    font-size: 9pt;
}

a.linkThemSuaDotLuong span
{
    text-align: center; /* display: inline-block;*/
    width: 20px;   
}

.contentNormal input.textboxDefault
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #c0c0c0;
    height: 18px;
    line-height: 18px;
}
textarea.textboxDefault
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    line-height: 18px;
}

.contentNormal input.textboxFocus
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    background-color: #faf7f2;
    height: 18px;
    line-height: 18px;
}

textarea.textboxFocus
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    background-color: #faf7f2;
    line-height: 18px;
}

input.textboxDefault
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    height: 18px;
    line-height: 18px;
}

input.textboxFocus
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    background-color: #faf7f2;
    height: 18px;
    line-height: 18px;
}
.contentSelected input.textboxDefault
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #6788be;
    height: 18px;
    line-height: 18px;
}

.contentSelected input.textboxFocus
{
    font-family: Arial, Tahoma, Verdana;
    font-size: 1em;
    border: solid 1px #ffa13a;
    background-color: #faf7f2;
    height: 18px;
    line-height: 18px;
}

input[type=button], input[type=submit], input[type=reset]
{
    border: 1px solid #798db4;
    background: #c1d2e8 url('../Button/background.gif') repeat-x left top;
    color: #1e395b;
    height: 23px;
    font-family: Verdana;
    cursor: pointer;
}


input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
    border: 1px solid #798db4;
    background: #c1d2e8 url('../Button/backgroundhover.gif') repeat-x left top;
    color: #1e395b;
    height: 23px;
    font-family: Verdana;
}

input[type=button]:disabled,button:disabled, input[type=submit]:disabled, input[type=reset]:disabled
{
    border: 1px solid #798db4;
    background: #dddddd ;
    color: Gray;
    height: 23px;
    font-family: Verdana;
}


texarea.textboxDefault
{
    border: solid 1px #6788be;
}

texarea.textboxFocus
{
    border: solid 1px #ffa13a;
    background-color: #faf7f2;
}
/****************** Trang login (Default.aspx) *****************/

table.defaultPage
{
    background: #3b8fb3 url('../image/default/background.png') top left repeat-x;
    width: 100%;
}

.loginForm
{
    background: transparent url('../image/customer/LoginPanel.png') top left no-repeat;
    margin: 0 auto;
    width: 355px;
    padding: 130px 35px 8px 30px;
    height: 190px;
}

.loginTextBox
{
    height: 25px;
    font-size: 20px;
    width: 250px;
    border: 1px solid #a0a0a0;
}
/*
td.password
{
    height: 25px;
    width: 25px;
    background: url('../image/default/password.png') 50% 50% no-repeat;
}

td.username
{
    height: 25px;
    width: 25px;
    background: url('../image/default/user.png') 50% 50% no-repeat;
}
*/
td.errorIcon
{
    height: 25px;
    width: 25px;
    background: url('../image/default/critical.png') 50% 50% no-repeat;
}

td.loginButton
{
    height: 25px;
    width: 25px;
    background: url('../image/default/LoginIcon.png') 50% 50% no-repeat;
}

.loading
{
    margin: 0 auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: url('../image/default/loading.gif') 50% 50% no-repeat;
}

.topCloud
{
    /* background: url('../image/default/TopCloud.png') center top no-repeat    */
}

/* Tim Kiem Tong Hop  */

.expandIcon
{
    background: transparent url('../image/expand_Icon.png') left top no-repeat;
    height: 15px;
    display: block;
    cursor: pointer;
    width: 50px;
}

.topCloud
{
    background: url('../image/default/TopCloud.png') center top no-repeat;
}
