/*----------------------------------------------------------*
 * Base Area
 *----------------------------------------------------------*/
#wrap {
    background-image: url(../../img/spc/cmn/bg_wrap-1.0.1.png);
}
h1 {
    padding-top: 0;
    text-align: center;
    font-size: 18px;
}
li {
    width: 31%;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0;
    color: #fff;
    background-color: #a7a6a6;
    border-radius: 4px;
    margin: 20px 3px;
    cursor: pointer;
    height: 43px;
}
li a {
    color: white;
    height: 100%;
    display: inline-block;
    width: 100%;
}
li a span {
    margin-top: 10px;
    display: inline-block;
}
.txtDiga{
    margin-top: 16px;
}
.active {
    background-color: #087dd0;
}
table {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 5px;
}
td ,th {
    border: 1px #ddd solid;
    text-align: left;
    padding: 5px;
    line-height: 18px;
}
#hdrMsg {
    text-align: left;
    padding: 10px;
}
#hdrConfirmMsg {
    color: #CC0C00;
    text-align: right;
}
.msgTtl{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
}
.liMenu{
    float: left;
}
