@font-face
{
    font-family: LFont;
    src: url(../assets/eurof35.woff);
}
@font-face
{
    font-family: HFont;
    src: url(../assets/eurof55.woff);
}

body, html {
    height: 100%;
    background-color:#565451;
    font-family: HFont;
    color:#333;
}
input,select,textarea,button
{
    font-family: HFont;
}
#pageWrapper
{
    background-color: #fff;
    overflow-y: auto;
    display: block;
    margin: auto;
    width: 1024px;
    height: 99%;
}
#header
{
    background: -webkit-linear-gradient(#ECE7E4, white); /* For Safari */
    background: -o-linear-gradient(#ECE7E4, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ECE7E4, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ECE7E4, white);
    border-bottom: 5px inset;
    border-bottom-color: #A33F27;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#logo
{
    display: inline-block;
    float: left;
    border: none;
    margin-left: 20px;
    text-decoration: none;
}
#title
{
    display: inline-block;
    position: relative;
    width: 100px;
    right: 4%;
    font-size: 1.7em;
    font-weight: bold;
    border: none;
    margin: auto;
}
#contentWrapper
{
    display: block;
    height: 100%;
    width: 100%;
}

#footer
{
    background-color: #A33F27;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 99.85%;
    min-width: 1024px;
    color: white;
    box-shadow: 0 -4px 10px #444;
    font-style: italic;
    font-size: .8em;
    text-align: center;
    height: 30px;
    line-height: 30px;

}
#logout
{
    position:relative;
    margin-right: 20px;
    float: right;
    text-decoration: none;
    color: black;
}
#changePass
{
    position:relative;
    margin-right: 20px;
    float: right;
    text-decoration: none;
    color: black;
}
.navWrapper
{
    height:27px;
    line-height:25px;
    background: -webkit-linear-gradient(#ECE7E4, white); /* For Safari */
    background: -o-linear-gradient(#ECE7E4, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ECE7E4, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ECE7E4, white);
    border-bottom: 2px inset;
    border-bottom-color: #A33F27;
    box-shadow: 2px 0 5px black;
}
.navWrapper > ul
{
    display:inline-block;
    margin:0px;
    margin-left:25px;
    padding:0px;
    list-style:none;
}
.navWrapper > ul > li
{
    display:inline-block;
    margin-right: 50px;
}
.active
{
    font-weight:bold;
}
.navWrapper > ul > li > a
{
    text-decoration:none;
    color:black;
}
#searchBar
{
    display:inline-block;
    border : 1px solid black;
    height:25px;
    overflow:hidden;
    padding:0px;
    float:right;
}

#searchBar > select, #searchBar > input, #searchBar > button
{
    display:inline-block;
    height:25px;
    border: 0px;
    margin:0px;
    padding:0px;
}
#searchBar > button
{
    padding-left:4px;
    padding-right:4px;
    border: 0px;
    font-family: HFont;
}
button, input[type = "button"],input[type = "submit"]
{
    border: none;
    background-color: #A33F27;
    padding:5px;
    color: white;
}

button:hover
{
    opacity:0.5;
}
a:hover
{
    opacity:0.5;
}
.modalOverlay
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.3); /* black semi-transparent */
}
.navWrapper > span
{
    position:relative;
    float:right;
}
#cover
{
    background: url("../assets/ajax-loader.gif") no-repeat scroll center center #FFF;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    top: 0;
    opacity: 0.5;
}