﻿html, body {
    height: 100%;
    background-color:#639CD8;
    /*background-color:#5B95D4;*/
    font-family:Arial,Verdana;
    margin:0;
    padding:0;
}
#formDefault {
    padding:0;
    height:98%;
    margin:0px auto;
}
#menu {
    margin:0px 10px 0 0;
    height:200px;
    float:left;
}
    #menu ul {
        padding:0 0 0 10px
    }
#content {
    margin-top:20px;
    height:97%;
    width:78%;
    float:left;
    border:2px solid #d8d7d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#ffffff;
}
#FrameDetail {
    height:100%;
    width:100%;
    border-top-left-radius: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
}
#menu ul li {
    background: url('../images/menu.png') 0 0 no-repeat;
    width:196px;
    height:28px;
    display:block;
    list-style-type:none;
}
    #menu ul li a {
        text-decoration:none;
        color:#000000;
        display:block;
        width:170px;
        height:20px;
        padding-top:8px;
        padding-left:23px;
        font-size:11px;
        cursor:pointer;
    }
    #menu ul li.child {
        background:none;
        padding-left:10px;
        width:186px;
        height:20px;
        color:#fff;
    }
.divView
{
    position: absolute;
    background-color: #C1D9FF;
    display: none;
    padding: 5px 5px 5px 5px;
    border: 1px solid #000000;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); 
            -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); 
            box-shadow:  0px 0px 10px rgba(0,0,0,0.7);
               
}