﻿/* PAGE LAYOUT */

h1 {
    width: 100%;
    background-color: #eaeaea;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: center;
    border-radius: 5px;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    list-style-image: none;
    line-height: 1.5em;
}

body {
    background: #e5e5e5;
    font-family: Sans-Serif, serif;
    width: 959px;
    margin-left: auto;
    margin-right: auto;
    color: #323232;
    font-size: 0.9em;
    margin-top: 0;
    overflow: scroll;
}

#content {
    width: 90%;
    margin: 0 auto;
    padding-top: 1%;
}

#wrapper {
    border-top: 0px;
    background: #fff;
    -moz-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    -webkit-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    min-height: 90%;
}

#main {
    padding: 0px 12px;
    position: relative;
    padding-bottom: 5%;
}

#footer {
    background-color: #a3aeb9;
    color: white;
    font-weight: bold;
    height: 50px;
    -moz-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    -webkit-box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    box-shadow: rgba(0,0,0,.23) 0 10px 15px;
    vertical-align: middle;
    position: relative;
}

/* MISC */

img {
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

a:active {
    color: #a3aeb9;
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input[type="submit"] {
    background-color: #a3aeb9;
    border: 2px solid #a3aeb9;
    color: white;
    height: 35px;
    font-weight: bold;
    border-radius: 10px;
}

    input[type="submit"]:hover {
        background-color: #b9c2ca;
        color: #fff;
        cursor: pointer;
    }


/*largetext,cbo*/
input.textbox, select, textarea {
    color: #48515A;
    line-height: 20px;
    border-radius: 2px 2px 2px 2px;
    border: 2px solid #a3aeb9;
}
/*txt*/
input[type="text"] {
    color: #48515A;
    line-height: 20px;
    border-radius: 2px 2px 2px 2px;
    border: 2px solid #a3aeb9;
}

/*  ACCORDION MENU  */

.accordionContent {
    background-color: #e5e5e5;
    border: 1px gray;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    border-radius: 5px;
}

.accordionHeader {
    background-image: url(../Images/menu_default.png);
    color: white;
    cursor: pointer;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.accordionHeaderSelected {
    background-image: url(../Images/menu_hover.png);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
}
