﻿body 
{
    font-size:12px;
    font-family:Arial;
}


#header #menu-top {
    background: url("../Images/menu.png") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 34px;
    min-width: 900px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

#footer {
    background: url("../Images/footer.png") repeat-x scroll 0 0 #FFFFFF;
    clear: both;
    color: #333333;
    height: 90px;
    text-align: center;
}



.btn:hover
{
    background-image: linear-gradient(bottom, #0003A8 18%, #000366 59%);
background-image: -o-linear-gradient(bottom, #0003A8 18%, #000366 59%);
background-image: -moz-linear-gradient(bottom, #0003A8 18%, #000366 59%);
background-image: -webkit-linear-gradient(bottom, #0003A8 18%, #000366 59%);


background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.18, #0003A8),
	color-stop(0.59, #000366)
);
}
input {font-family:Tahoma;}

.poiter
{
    cursor:pointer;
}
.txtSmall
{
    padding:2px;
}

select.ddl
{
    border:solid 1px gray;
}

select.ddl option 
{
    padding:5px 0px 5px;
    border-bottom:dotted 1px #ccc;
}
select.ddl2 option 
{
    padding:2px 0px 2px;
    border-bottom:dotted 1px #ccc;
}

.error,.success
{
    clear:both;
}
.error {
    /*background: url("../Images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;*/
    color: Red;
    margin-top: 2px;
    margin-bottom: 15px;
}
.error1 {
    background: url("../Images/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}


.w50{width:50px;}
.success {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../Images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
}
.success1 {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	background: #EAF7D9 url('../Images/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	color: #555555;
}
.successInfor {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	border: 1px solid #BBDF8D;
	color: #555555;
}
.clear{clear:both;}
.float-l{float:left;}
.float-r{float:right;}
#container{height:auto; min-height:100%;}
#content
{
    background: url("../Images/background.png") repeat-x scroll 0 1px #FFFFFF;
    padding: 5px;
}
#header{}
#header .div1
{
    background: url("../Images/header-bg.png") repeat-x scroll 0 0 transparent;
    height: 56px;
    min-width: 900px;
    padding: 0 30px;
}
#menu-top > ul.right {
    float: right;
}
#menu-top > ul li {
    float: left;
    list-style: none outside none;
}
#menu-top > ul {
    margin: 0;
    padding: 0;
    position: relative;
}
#menu-top > ul li a{
    color: #FFFFFF;
    padding: 10px 15px 9px 17px;
    text-align: center;
}
#menu-top > ul a {
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-decoration: none;
}
#menu-top > ul > li + li {
    background: url("../Images/split.png") no-repeat scroll left center transparent;
}
#header .div3 {
    color: #FFFFFF;
    float: right;
    padding: 15px 0 0;
    text-align: right;
}

#header .brandname {
    color: #FFFFFF;
    float: left;
    padding: 15px 0 0;
    text-align: left;
    font-size:x-large;
}

#left-col
{
    float:left;
    width:200px;
    padding:5px;
}

#right-col
{
    margin-left: 208px;
    padding:5px;
}
/*menu trai*/

#menu-left .parent
{
    background-position: 3px center;
    height: 22px;
    border-top: solid 1px #ccc;
    padding: 4px 4px 4px 15px;
    background-image: url('../Images/arrow_bullet.png');
    background-repeat: no-repeat;
    line-height: 1.8em;
    font-weight: bold;
    background-color:#003A88;
    color:#fff;
    text-transform:uppercase;
}

#menu-left .sub a
{
    display:block;
    height:26px;
   border-top: 1px solid #D9D9DA;
   padding-left:16px;
   line-height:2em;
}

#menu-left .sub a:hover
{
    background-color: #ccc;
    color:#000;
}

#menu-left
{
    
}

#menu-left
{
    
}

.box{}
.box .head-title{background: url("../Images/box.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #DBDBDB;
    border-radius: 7px 7px 0 0;
    height: 28px;
    padding-left: 7px;
    padding-right: 7px;
    }
.box .head-title h1 
{
    color: #003A88;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 6px 0 0;
    white-space: nowrap;
}
.box .head-title .buttons 
{
    float:right;
    margin-top:7px;
    
}
.btn_save
{
    padding:5px;
    min-width:70px;
    background-color:#003A88;
    color:#fff;
    font-weight:bold;
}
.box .head-title h1 img
{
      float: left;
    margin-left: 3px;
    margin-right: 8px;
    margin-top: -1px;
}


.box .content{ border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    min-height: 300px;
    overflow: auto;
    padding: 10px;}
    
.table td
{
   padding:3px;
   border:solid 1px #ccc;
}

    
.table tr.alt
{
   background-color:#ccc;
   background: url("/App_Themes/Default/Images/grd_alt.png") repeat-x scroll center top #FCFCFC;
}

.table thead td
{
    font-weight: bold;
    background-color: #808080;
    color: #fff;
    background: url("../Images/menu.png") repeat-x scroll 0 0 transparent;
}

/*form input*/
.form
{
    clear:both;
}
.form .field
{
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 5px 0;
    min-height:20px;
}

.form .field .label
{
    margin: 0px 5px 0px 0px;
    padding-top:5px;
    width: 200px;
    float:left;
}


.form .field .label1
{
    margin: 0px 5px 0px 0px;
    padding-top:5px;
    width: 100px;
     text-align:right;
     float:left;
    
}


select.medium
{
    width:39%;
}

.form .field .input
{
    margin: 0 0 0 170px;
    padding: 0;
    font-size:12px;
}
.form .field .input1
{
    margin: 0 0 0 40px;
    padding: 0;
    font-size:12px;
}
.field .input select
{
    padding:2px;
}
.form .field .dropdown
{
    margin-top:3px;
}
.form .field .dropdown select
{
}

.form .field .dropdown select option
{
    padding-bottom:3px;
}

.form .field .check
{
    margin: 5px 0px 0px 170px;
    padding: 0;
    font-size:12px;
}

.buttons-form
{
     margin: 10px 0px 0px 170px;
     clear:both;
}
.btn_dis
{
    background-color: #999999;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 6px;
    min-width: 60px;
    margin-right: 17px;
    display: inline-block;
    text-align: center;
}
.buttons-form .btn
{
    background-color: #003A88;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
    min-width:60px;
    margin-right:17px;
    display:inline-block;
    text-align:center;
}

.form .field .input > input
{
   padding:2px;
   border:solid 1px gray;
}

.form .heading
{
    border-bottom: 1px solid #0E4480;
    color: #0E4480;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin: 12px 0px 12px 0px;
    padding: 0;
}

.comments
{
    font-size: 11px;
    color: #999999;
    clear:both;
}

.medium
{
}
.loading
{
    padding:10px;
    position: fixed;
    top:50%;
    left:50%;
    width: 200px;
    height: 20px;
    z-index: 99999;
    background-color: #FFFF66;
    font-weight: bold;
    text-align:center;
    border:dashed 1px #ccc;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.rpt-footer
{
    background: url("../Images/menu.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
}
.center
{
    text-align:center;
}

.border_red
{
    border-color:Red;
}

.disable_row
{
    color: #999999;
}

/*tech prefix, fieldset*/

.fieldset_tech_pre
{
    padding:5px;
    width:98%;
   border:solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fieldset_tech_pre legend
{
    margin-right:20px;
    padding:3px;
    
}




/*Gridview*/
    .mGrid {   
        width:auto;   
        background-color: #fff;   
        margin: 5px 0 10px 0;   
        border: solid 1px #525252;   
        border-collapse:collapse;   
    }  
    .mGrid td {   
        padding: 2px;   
        border: solid 1px #c1c1c1;   
    }  
    .mGrid th {   
        padding: 4px 2px;   
        color: #fff;   
        background: #424242 url('/App_Themes/Default/Images/grd_head.png') repeat-x top;   
        border-left: solid 1px #525252;   
    }  
    .mGrid .alt { background: #fcfcfc url(/App_Themes/Default/Images/grd_alt.png) repeat-x top; }  
    .mGrid .pgr { background: #424242 url(/App_Themes/Default/Images/grd_pgr.png) repeat-x top; }  
    .mGrid .pgr table { margin: 5px 0; }  
    .mGrid .pgr td {   
        border-width: 0;   
        padding: 0 6px;   
        border-left: solid 1px #666;   
        font-weight: bold;   
        color: #fff;   
        line-height: 12px;   
     }     
    .mGrid .pgr a
{
    color: #FF9900;
    text-decoration: none;
}  
    .mGrid .pgr a:hover
{
    color: #C0C0C0;
    text-decoration: none;
}  



.txt_padding
 {
     padding:4px !important;
}
	
	
.line
{
    border-bottom: 1px dotted #DDDDDD;
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    min-height:20px;
}
