* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(#9999FF, #FFFFFF);
    background: -o-linear-gradient(#9999FF, #FFFFFF);
    background: -moz-linear-gradient(#9999FF, #FFFFFF);
    background: linear-gradient(#9999FF, #FFFFFF) no-repeat center center fixed;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font: normal 12px Arial, Helvetica;
    color: #666666;
}
#main_container{
    width: 80%;
    margin: 0 auto;
}
#content{
    min-height: 700px;
    margin-top: 10px;
    padding: 18px 20px 10px 20px;
    background-color: #E6E6F3;
    box-shadow: 0 1px 0 #00008B, 0 2px 0 #777;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#footer{
    min-height: 150px;
    padding: 10px;
    background-color: #555555;
    box-shadow: 0 1px 0 #00008B, 0 2px 0 #777;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #999999;
}
#login_button, #cnt_form, #cookie_more{
    cursor: pointer;
}
.button {
    background-color: #4C5665;
    border: none;
    border-radius: 8px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}
#log_errors{
     display: none;
     border-radius: 8px 8px 8px 8px;
     border-color: darkred;
     border-style: solid;
     color: darkred;
     margin-bottom: 5px;
     padding: 5px;
}
.big_text{
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: normal;
    font-size: 16px;
}
.big_text a{
    color: #666666;
    text-decoration: none;
}
.big_text a:hover{
    text-decoration: underline;
}
.quest{
    margin-bottom: 10px;
    font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: bold;
    font-size: 18px;
}
#tabs{
    min-height: 600px;
}
h1 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4em;
    color: #10328F;
    margin: 0 0 8px 0;
    padding: 0 0 0 0
}
h2 {
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 300; font-size: 1.6em;
    line-height: 1.1em;
    color: #10328F;
    margin: 0 0 10px 0;
    padding: 0 0 0 0
}
.tab_menu, .tab_menu_func{
    font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: normal;
    font-size: 20px;
    color: #555555;
    border-bottom: solid 1px #EEEEEE;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 20px;
}
.tab_menu:hover, .tab_menu_func:hover{
    background-color: #8080FF;
    color: #FFFFFF;
}

.tab_menu_active{
    font-family: "Droid Serif", "Georgia", "Times New Roman", "Palatino", "Hoefler Text", "Baskerville", serif;
    font-weight: bold;
    font-size: 20px;
    color: #10328F;
    border-bottom: solid 1px #EEEEEE;
    padding: 8px;
    border-radius: 20px;
}
.tab_menu_active:hover{
    background-color: #FFB6C1;
    color: #FFFFFF;
}