@charset "utf-8";
/* CSS Document */
body {
    margin:0;
    padding:0;
    font-family:Tahoma, Geneva, sans-serif;
    font-size: 11px;
    background: #EFEFEF;
}

img {
    border: none;
}

.warp {
    margin: 0px auto;
    width: 1024px;
}

.header {
    background: url('../img/header_bg.jpg');
    height: 84px;
}
.header .usertitle{
    float: left;
    padding-left: 12px;
    width: 50%-12px;
}
.header .usertitle h2{
    color: #FFFFFF;
}
.header .menu{
    float: left;
    min-width: 20px;
    padding: 10px;
    height: 12px;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../img/menu_black_bg.jpg');
}
.header .menu:hover{
    cursor: pointer;
}
.header .selected{
    background: url('../img/menu_red_bg.jpg');
}
.header .line{
    width: 100%;
    background: url('../img/line_menu_bg.jpg') repeat-x;
    height: 4px;
}
.header .usersetting{
    float: right;
    padding-top: 15px;
    padding-right: 12px;
    width: 50%-12px;
    color: #FFFFFF;
}
.header .usersetting a{
    color: #FFFFFF;
    text-decoration: none;
}
.header .usersetting a:hover{
    text-decoration: underline;
}
.clear{
    clear: both;
}
.left{
    float: left;
    margin-top: 15px;
    margin-left: 12px;
    width: 203px;
}
.right{
    float: left;
    margin-top: 15px;
    width: 809px;
}
.center{
    margin-left: 10px;
    margin-top: 15px;
}
.frame{
    border: #C8C8C8 solid 1px;
    margin-right: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    min-height: 300px;
    background: #FFFFFF;
}
.frame .header_pink{
    background: #FF9999;
    border-bottom: #FF6666 solid 1px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
.frame .option_pink{
    padding: 10px;
    background: #FFE1E1;
}
.frame .header_yellow{
    background: #FFFFCC;
    border-bottom: #FFCC00 solid 1px;
    margin-bottom: 10px;
    padding: 11px 10px;
    font-size: 13px;
    font-weight: bold;
}
.frame .header_blue{
    background: #CCFFFF;
    border-bottom: #0099CC solid 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
}
.lasted_action li{
    list-style: none;
    padding: 5px;
    margin-bottom: 5px;
}
.upcomming li{
    list-style: none;
    padding: 5px;
    margin-bottom: 5px;
}
.sheet_list{
    margin: 5px;
    padding: 5px;
}
.sheet_box .selected{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #CCCCCC 1px solid;
    background: #CCCCCC;
    padding: 4px;
}
.sheet_list:hover{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: #CCCCCC 1px solid;
    background: #CCCCCC;
    padding: 4px;
    cursor: pointer;
}
.mini_gray{
    font-size: 9px;
    color: #666666;
}
input{
    border: #666666 solid 1px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 2px;
    font-size: 11px;
}
textarea{
    border: #666666 solid 1px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 2px;
    font-size: 11px;
}
select{
    border: #666666 solid 1px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 2px;
    font-size: 11px;
}
button.search-item{
    border: #666666 solid 1px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 0px;
    font-size: 11px;
}
.datepicker{
    background: url('../img/icons/date.png') right no-repeat #FFFFFF;
}
.datepicker:hover{
    cursor: default;
}
.box{
    margin-bottom: 5px;
}
/* Button Style */
a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 17px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* End Button Style */

td.CREATED{
    background: #c7dffc;
}
td.CHECKED{
    background: #FFCC66;
}
td.COMMITED{
    background: #FFFFCC;
}
td.CONFIRMED{
    background: #99FF99;
}
td.REJECTED{
    background: #FFCCCC;
}
td.CANCEL{
    background: #CCCCCC;
}

td.DEFAULT{
    background: #D7EBFF;
    border-bottom: #FFFFFF solid 1px;
}

.map_canvas {
    width: 400px;
    height: 200px;
    margin:auto;
    display:none;
    /*
    *margin-left:-9999px;
    *height:0px;
    *position:relative;
    *top:-500px;
    *display:block;*/
}

.formhead{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 5px;
}
.formhead h2{
    padding: 0px;
    margin: 0px;
}
.formhead .left{
    margin: 0px;
    float: left;
    width: 30%;
}
.formhead .right{
    margin: 0px;
    float: right;
    width: 70%;
}
.textstatus{
    font-size: 14px;
    font-weight: bold;
}
.textstatus .CREATED{
    color: #006699;
}
.textstatus .CHECKED{
    color: #FF6600;
}
.textstatus .COMMITED{
    color: #FFCC00;
}
.textstatus .CONFIRMED{
    color: #66CC00;
}
.textstatus .REJECTED{
    color: #FF0000;
}
.textstatus .CANCEL{
    color: #999999;
}

.textalert {
    color: #FF0000;
    display: none;
    text-align: center;
    font-size: 12px;
}

.loginbox{
    margin: 50px auto;
    width: 350px;
    padding: 20px;
    border: #A1040B solid 1px;
    background: #A1040B;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.loginbox h2{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.setting_list{
    
}
.setting_list .title{
    padding: 3px 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.setting_list .item{
    padding: 3px 10px;
    margin-bottom: 1px;
    background: url('../img/setting_tab_bg.jpg') repeat-x;
    border: #C8C8C8 solid 1px;
    border-right: none;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
}
.setting_list .item:hover{
    background: url('../img/setting_tab_bg_select.jpg') repeat-x;
    cursor: pointer;
}
.setting_list .selected{
    background: url('../img/setting_tab_bg_select.jpg') repeat-x;
    font-weight: bold;
}

.dashboard a{
    text-decoration: none;
}