body{
    background: url(../images/watermark.png) fixed bottom left no-repeat;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}

p{
    padding-bottom: 20px;
    text-align: justify;
}

strong{
    font-weight: bold;
}

#tinymce_content{
    background: #fff;
    border: 1px solid #aeaeae;
}
        #tinymce_content p{
            padding:5px 5px 15px 5px;
        }
        #tinymce_content ul{
            list-style: circle;
            margin-left: 30px;
        }
        

        #tinymce_content ol{
            list-style: decimal;
            margin-left: 30px;
        }
            #tinymce_content ol ol{
                list-style: lower-alpha;
            }
        #tinymce_content code{
            color:#666;
            font-style: italic;
        }
        #tinymce_content h2, #tinymce_content h3{
            text-align: left;
            padding:0 5px;
        }
        #tinymce_content h4{
            background: none;
            color: #AE0000;
            border-bottom: 2px dotted #AE0000;
            padding:0 5px;
        }

em{
    font-style: italic;
}

.hidden{
    display:none;
}

a{
    color: #0A67A3;
}
    a.save{
        background: url(../images/disk.png) no-repeat;
        padding-left: 23px;
    }
    
    a.button{
        color: #fff;
    }
    

h2{
    font-weight: bold;
    color: #444;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    font-family: 'Roboto Condensed', sans-serif;
}

h3{
    font-weight: bold;
    color:#ff5c00;
}

h4{
    font-weight: bold;
    background:#ff5c00;
    color:#fff;
    padding:2px 10px;
    margin:5px;
}



dl.info{
    padding-bottom: 8px;
}

dl.info dt{
    font-weight: bold;
    color:#ff5c00;
    padding-top: 8px;
}

div.info ul, div.info ol{
    padding-left: 25px;
    padding-bottom: 8px;
}
    div.info ul{
        list-style: disc;
    }
        div.info ul ul{
           list-style: circle;
        }
    div.info ol{
        list-style: decimal;
    }
        div.info ol ol{
            list-style: lower-alpha;
        }

table td p{
    padding-bottom: 5px;
}
table td ul{
    list-style: circle;
    margin-left: 20px;
}

table td a{
    display:block;
}

.color1{
    background:#FFE0BB;
}

#login{
    text-align: center;
    margin: 20px auto;
    box-shadow: 3px 3px 5px #888;
    padding-top: 15px;
    background:url(../images/bg_grad.png) bottom left repeat-x #ffffff; /* Old browsers */
    max-width: 520px;
    border-radius: 25px;
    opacity: 0.90;
}

table.dataTable{
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}

table.dataOnly{
    margin:10px 0;
    border-bottom:1px solid #666;
}

table.dataTable thead tr{
    background: rgb(3,136,218); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(3,136,218,1) 0%, rgba(10,103,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,136,218,1)), color-stop(100%,rgba(10,103,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0388da', endColorstr='#0a67a3',GradientType=0 ); /* IE6-9 */
}
    table.dataTable tr th{
        text-align: left;
        padding:0 5px;
        
        font-family: 'Roboto Condensed', sans-serif;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
    }
        table.dataTable thead tr th{
            color: #fff;
        }
        table.dataTable thead tr th.no_sort{
            background-image: none;
        }
    
    table.dataTable tbody tr:hover td{
        background:#D7E8F2;
    }
    table.dataTable tbody tr td{
        border-right:1px solid #666;
        border-bottom:1px solid #bbb;
        padding:0 5px;
        font-size: 12px;
    }
        table.dataTable tbody tr td.center{
            text-align: center;
        }
        
        table.dataTable tbody tr td.wide_30{
            width:30px;
        }
    
.dataTables_filter{
    margin-bottom:10px;
}

.ui-tabs-nav{
    background: none !important;
    border: none;
}

.ui-widget-content{
    background: none;
    border:none;
}

.ui-widget-content .ui-tabs-active, .ui-widget-content .ui-state-default{
    border:none;
    background: none;
}


.ui-tabs-nav li.ui-state-default{
    display:inline;
    padding:0 0 0 10px;
    line-height: 30px;
}
    .ui-tabs-nav li.ui-state-default a{
        background: rgb(3,136,218); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(3,136,218,1) 0%, rgba(10,103,163,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,136,218,1)), color-stop(100%,rgba(10,103,163,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(3,136,218,1) 0%,rgba(10,103,163,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0388da', endColorstr='#0a67a3',GradientType=0 ); /* IE6-9 */
        color:#fff;
        text-decoration: none;
        padding:6px 5px;
        font-weight: bold;
        font-family: 'Roboto Condensed', sans-serif;
        border-radius: 10px 0 0 0;
        
    }
    
    .ui-tabs-nav li.ui-tabs-active a{
        background: #e6e6e6; /* Old browsers */
        background: -moz-linear-gradient(top, #e6e6e6 0%, #c0c0c0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e6e6e6 0%,#c0c0c0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */            border-radius:7px 7px 0 0;
        color:#333;
    }
    
    .ui-widget-content .ui-tabs-panel{
        border:1px solid #999;
        border-radius: 5px;
        padding:10px;
        background: #fafafa;
    }
    
.ui-slider{
    background: #eaeaea;        
}

.ui-widget-content .ui-slider-handle{
    background: #bbb;
    border: 1px solid #999;
}
    
#ui-datepicker-div{
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 2px #666;
    padding:5px;
    border-radius: 5px;
    font-size: 12px;
    width:160px;
    display: none;
}
    .ui-datepicker-header{
        text-align: center;
    }
    .ui-datepicker-prev{
        float: left;
    }
    .ui-datepicker-next{
        float: right;
    }
    .ui-datepicker-calendar{
        width:100%;
        text-align: center;
    }
        .ui-datepicker-calendar a{
            text-decoration: none;
            display: block;
        }
            .ui-datepicker-calendar td:hover{
                background:#eee;
            }
            .ui-datepicker-calendar a.ui-state-highlight{
                background:#eee;
            }
            .ui-datepicker-calendar a.ui-state-active{
                background:#D2E6F2;
            }

header{
    height:60px;
    box-shadow: 3px 0 5px #888;
    margin-bottom: 10px;
    background: #fff;
    position: fixed;
    z-index: 99;
    top:0;
    left: 0;
    right:0;
}
    header a#logo{
        float: left;
    }
    header a{
        margin:0 5px;
    }
    
    #header_options{
        float:right;
    }
    
    #login_info{
        float:right;
        line-height: 21px;
        font-size: 18px;
        padding-top:9px;
        padding-right: 9px;
        color:#aaa;
    }       

form{
    padding-bottom: 20px;
}

.info_box{
    background:#d5d5d5;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px #aaa;
    border:1px solid #fff;
    padding-top:10px !important;
}
    .info_box ul{
        margin-bottom:10px;
        list-style: circle;
        margin-left: 30px;
    }
    
    .info_box p{
        padding-bottom: 10px;
    }

#main_menu{
    width:180px;
    float: left;
    margin:0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 70px;
}
    #main_menu dl{
        border-radius: 10px;
        background: #eee;
        border:2px solid #999;
        box-shadow: 2px 2px 4px #aaa;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
        #main_menu dl dt{
            background: #e6e6e6; /* Old browsers */
            background: -moz-linear-gradient(top, #e6e6e6 0%, #c0c0c0 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* IE10+ */
            background: linear-gradient(to bottom, #e6e6e6 0%,#c0c0c0 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */            border-radius:7px 7px 0 0;
            padding:0 8px;
            font-weight: bold;
            color: #444;
            text-shadow: 1px 1px #b0b0b0;
            
            line-height: 22px;
            border-radius: 7px 7px 0 0;
        }
        #main_menu dl dd a{
           padding:0 8px;
           text-decoration: none;
           border-top: 1px solid #ddd;
           display: block;
           line-height: 24px;
           font-weight: bold;
           background: #fff;
        }
            #main_menu dl dd a:hover{
                background:#0A67A3;
                color:#fff;
            }

#main_content{
    position: absolute;
    top:70px;
    left: 200px;
    right:10px;
    padding-bottom: 24px;
}
    #main_content #msg{
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 34px;
        padding:0 10px !important;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        background: #e6e6e6; /* Old browsers */
        background: -moz-linear-gradient(top, #e6e6e6 0%, #c0c0c0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e6e6e6 0%,#c0c0c0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */        padding:0 8px;
        animation: msg_show 2s;
        -webkit-animation: msg_show 2s;
    }
    

        /* Chrome, Safari, Opera */
        @-webkit-keyframes msg_show{
            from {opacity:0;}
            to {opacity:1;}
        }
        
        /* Standard syntax */
        @keyframes msg_show{
            from {opacity:0;}
            to {opacity:1;}
        } 
    
        #main_content #msg.success{
            background: rgb(41,233,48); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(41,233,48,1) 0%, rgba(0,157,4,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,233,48,1)), color-stop(100%,rgba(0,157,4,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(41,233,48,1) 0%,rgba(0,157,4,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(41,233,48,1) 0%,rgba(0,157,4,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(41,233,48,1) 0%,rgba(0,157,4,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(41,233,48,1) 0%,rgba(0,157,4,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29e930', endColorstr='#009d04',GradientType=0 ); /* IE6-9 */
        }
        
        #main_content #msg.fail{
            background: rgb(234,40,40); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(234,40,40,1) 0%, rgba(157,0,0,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,40,40,1)), color-stop(100%,rgba(157,0,0,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(234,40,40,1) 0%,rgba(157,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(234,40,40,1) 0%,rgba(157,0,0,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(234,40,40,1) 0%,rgba(157,0,0,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(234,40,40,1) 0%,rgba(157,0,0,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2828', endColorstr='#9d0000',GradientType=0 ); /* IE6-9 */
        }
p.bottom_options{
   padding-bottom:0px;
   padding-top: 10px;
   text-align: center;
}

div.window{
    border:2px solid #999;
    background: #fff;
    box-shadow: 2px 2px 4px #aaa;
    margin-bottom: 10px;
    border-radius: 10px;
}
    div.win_title{
        background: #e6e6e6; /* Old browsers */
        background: -moz-linear-gradient(top, #e6e6e6 0%, #c0c0c0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#c0c0c0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e6e6e6 0%,#c0c0c0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e6e6e6 0%,#c0c0c0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */        padding:0 8px;
        font-weight: bold;
        color: #444;
        line-height: 30px;
        font-size: 18px;
        text-shadow: 1px 1px #b0b0b0;
        font-family: 'Roboto Condensed', sans-serif;
        border-radius: 7px 7px 0 0;
    }
        div.collapse_rounded{
           border-radius:7px; 
        }
        
        div.win_title span{
           display: block;
            float: right;
            width:22px;
            height: 30px;
            cursor: pointer;
        }
            div.win_title span.expanded{
                background-image: url(../images/collapse.png);
            }
            div.win_title span.collapsed{
                background-image: url(../images/expand.png);
            }
        div.win_content{
            padding:10px;
        }
        div.window div.collapsed{
            display:none;
        }

#footer_spacer{
    height: 24px;
}

footer{
    text-align: center;
    width:100%;
    height:24px;
    position: fixed;
    bottom: 0;
    border-top:1px solid #AE0000;
    background:#AE0000;
    line-height: 24px;
    opacity: 0.9;
    color: #fff;
}
    #login img{
        max-width:96%;
        margin:0 2%;
    }
    #login div{
        text-align: left;
        padding:0 4%;
    }
    
#menu_overlay{
    width:100%;
    background:#fff;
    position: fixed;
    top:60px;
    bottom:0;
    z-index: 50;
    opacity:0.9;
    display: none;
}

#user_guide_content .modified_date{
    border-top: 2px dashed #999;
    color: #999;
    text-align: right;
    line-height: 30px;
}
    #user_guide_content ul{
        margin:0 10px 10px 20px;
        list-style: disc;
    }
.table_of_contents{
    margin:0 10px;
    font-weight: bold;
}
    .table_of_contents ul{
        margin-left: 30px;
        font-weight: normal;
    }
/*-----------------------------------------------------------------------------*/
@media only screen and (min-width : 0) and (max-width : 959px){
    /* Section containing dropdown menu */
    #main_menu{
        display: none;
        z-index: 90;
        position: absolute;
        right:40px;
        border: 1px solid #999;
        background: #fff;
        top:60px;
        box-shadow: 3px 3px 5px #888;
        margin-top:0;
    }
    
        #main_menu dl{
            border-radius: 0;
            background: #eee;
            border:none;
            box-shadow:none;
            margin-bottom:0;
            padding-bottom:0;
        }
            #main_menu dl dt{
                border-radius: 0;
            }
    
    #main_content{
        left:0;
        right:0;
    }
    
    div.window{
        border-radius: 0;
        box-shadow:none;
        border:1px solid #999;
        margin-bottom: 0;
    }
        div.win_title{
            border-radius: 0;
        }
        
        div.win_content{
            padding:5px;
        }
        
    .hide_mobile{
        display:none;
    }
    
    footer{
        display: none;
    }
}
/*-----------------------------------------------------------------------------*/
@media only screen and (min-width : 0) and (max-width : 519px){
    /* Phones in portrait */
    #login{
        border-radius: 0;
        margin:0;
    }
    
    #login_info{
        display: none;
    }
    
    img{
        max-width: 100%;
        height: auto;
    }
}
/*-----------------------------------------------------------------------------*/
@media only screen and (min-width : 520px) and (max-width : 759px){
    /* Phones with large resolutions, small res tablets in portrait */
    
    
}
/*-----------------------------------------------------------------------------*/
@media only screen and (min-width : 760px) and (max-width : 959px){
    /* tablets in portrait, phones in landscape */
    
    
}
/*-----------------------------------------------------------------------------*/ 
@media only screen and (min-width : 960px){
    /* tablets in landscape */
    #main_menu_btn{
        display: none;
    }
    
}
/*-----------------------------------------------------------------------------*/