
/* HTML elements */

html {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    overflow-x: auto;
    overflow-y:hidden;
    color: #444;
    line-height:15px;
}

h1 {
    display:inline-block;
    font-size: 22px;
    color:#1c6536;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    font-weight:normal;
}

h2 {
    display:inline-block;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight:normal;
}

h3 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:bold;
    color:#036cb7;
    line-height:20px;
    margin:0px;
    padding:0px;
}

h4 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:bold;
    color:#444;
    line-height:20px;
    margin:0px;
    padding:0px;
}

h5 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:#444;
    line-height:20px;
    margin:0px;
    padding:0px;
}

iframe {
    display: inline-block;
    height: 40px;
    width: 300px;
    border: none;
}

a {
    color: #0072C6;
    text-decoration: none;
}

    a:hover {
        color: #0f5181;
    }

br {
    clear: both;
}

img {
    border: none;
}

input, select {
    font-family: Tahoma;
    vertical-align:top;
    background-color: #FFFFFF;
}

textarea {
    font-size:12px;
    font-family: Tahoma;
    color: #222;
    border: 1px solid #DDD;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

/* Class Elements */

.bigtext {
    font-size:30px;
    line-height:48px;
    color:#0068af;
}

#topbanner {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 50px;
    clear: both;
    background-color:#5EA879;
}

/* index.master */

#toplinks, #toplinks a {
    color:#FFF;
}

#middlepanel {
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 31px;
    display: block;
    width: 100%;
    background-color:#FFF;
    clear: both;
    overflow-y: auto;
    overflow-x:hidden;
}

div.divbottom {
    position: fixed;
    height: 30px;
    bottom: 0px;
    width: 98%;
    background-color: #DDD;
    border-top: 1px solid #AAA;
    padding: 0px 1% 0px 1%;
}

    div.divbottom label, div.divbottom a {
        line-height: 30px;
        font-size: 11px;
        color: #555;
    }

.tableheader {
    width: 100%;
    line-height: 20px;
    padding:2px 0px 2px 0px;
    background-color: #0072C6;
    color: #FFF;
    text-align: left;
}

.tableitem {
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    text-align: left;
}

    .tableitem label, .tableitem a {
        line-height:15px;
        vertical-align: middle;
    }


label.warning, a.warning {
    color: #fb5151;
}

    a.warning:hover {
        color: #C72525;
    }

label.inverted {
    color: #FAFAFA;
}

img.imginline {
    line-height: 20px;
    display: inline;
    vertical-align:top;
}

img.imglink {
    line-height:20px;
    display:inline;
    cursor:pointer;
    vertical-align:top;
}

div.strip {
    width: 98%;
    background-color: #EEE;
    color: #222;
    line-height: 20px;
    margin-top: 2px;
    padding: 5px 1% 5px 1%;
    border: 1px solid #EEE;
    border-bottom: 1px solid #CCC;
}

.wrapper {
    position:absolute;
    top:0px;
    bottom:0px;
    width:100%;
    overflow-x:auto;
    overflow-y:hidden;
}

/* div.bottom is coming from index.css */

/* ul */
#topmenu {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
}

    #topmenu li a {
        display: inline-block;
        line-height: 50px;
        margin: 0px 0px 0px 1px;
        padding: 0px 10px 0px 10px;
        color: #FFF;
        font-size: 13px;
        text-decoration:none;
    }

        #topmenu li a img {
            float: right;
            height: 35px;
            width: 15px;
            margin-top:5px;
        }

    #topmenu li:hover a {
        background-color: #1c6536;
        color:#FFF;
    }

    /* ul li */
    #topmenu li {
        list-style: none;
        float: left;
    }

        #topmenu li ul {
            
            position: absolute;
            display: none;
            width: 200px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            z-index: 2;
        }

        #topmenu li:hover ul {
            display: block;
        }

        #topmenu li ul li a {
            width: 200px;
            color:#FFF;
            line-height:30px;
            font-size:13px;
            border-left: none;
            
        }

            #topmenu li ul li a:hover {
                background-color: #267d45;
                color:#FFF;
            }

.blue {
    color: #0364a9;
}

.linkbox {
    display: block;
    float: left;
    width: 160px;
    margin: 0px 10px 10px 0px;
    background-color:#FFFFDD;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 0px 1px #DDD;
    cursor: pointer;
    text-align:center;
}

    .linkbox:hover {
        background-color: #FFFFBB;
    }

.linkboxheading {
    color: #0364a9;
    cursor: pointer;
    font-weight: bold;
    margin-left:5px;
}

.linkboxsmall {
    display:inline-block;
    margin: 0px 10px 10px 0px;
    background-color:#F5F5F5;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
    box-shadow: 1px 1px 0px 1px #DDD;
    cursor: pointer;
    text-align:center;
}

    .linkboxsmall:hover {
        background-color:#FFF;
    }

/* === Dialog Boxes === */

#divLoading {
    display: none;
    margin-top: 10px;
    margin-right: 10px;
}

#dialogback {
    text-align: left;
    display: none;
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #0072C6;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.divdlgcontent {
    display: none;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 20px;
    right: 20px;
    z-index: 3;
    text-align: left;
    background-color: #FFF;
    box-shadow: 0px 5px 10px 2px #0364a9;
}

.divdlgcontentsmall {
    display: none;
    position: fixed;
    top: 100px;
    left: 25%;
    width: 50%;
    z-index: 3;
    text-align: left;
    background-color: #FFF;
    box-shadow: 0px 5px 10px 2px #0364a9;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
