﻿body
{
    font-family: Times New Roman;
    font-size: 13pt;
    color:#203060;
    background-color:#F8F8F8;
}


header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input
{
    background-color:#f3f3f3
}


input.focused
{
    background-color:#fff;
}

input.disabled
{
    background-color:#ccc;
}

.editor-label 
{
    margin: 1em 0 0 0;
    font-size:1.1em;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-valid
{
    display: none;
}


/* Custom */

body 
{
}

.page 
{
 width:1000px;
 margin:5px auto;
 padding:5px;
}



ul
{
 padding:0px;
 margin:0px;   
 list-style-type:circle
}

li
{
 padding:0px;
 margin:5px 25px;   
}


.actions
{
    list-style-type:none;
    padding:0px;
    margin:6px 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
    
    .actions li
    {
        font-size:1.1em;
        display:inline-block;
        margin:0px;
        padding:6px 0px 6px 10px;
    }
    
    .actions a
    {
        
    }

.gameList-year
{
 font-size:1.4em;   
 width:100%;
 margin:3px;
 padding:3px 6px;
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
}




.region
{
    border: 3px solid #su;
    padding: 5px;
}

.itemList
{
}

.itemList-item
{
    display:inline-block;
}
    
.companyList .lastSave
{
    color:#999;   
}

.footerNavigation
{
    padding:5px 0px;
}

.headerNavigation
{
    overflow:hidden;
}
    

.headerNavigation-right
{
    float:right;   
}

.headerNavigation a, .headerNavigation-item
{
    display: inline-block;
    padding: 5px;
    overflow:hidden;    
}

.headerNavigation a.active, .headerNavigation .headerNavigation-item-active
{
    font-weight:bold;
}

.userInfo
{
    float: right;
}

.logo
{
    font-size: 36pt;
}

.version
{
    font-size: 24pt;
}
    

/* Text */
a
{
  color:#6070a0   
}

h1
{
    font-size: 2.3em;
    font-weight: normal;
}

h2
{
    font-size: 2.1em;
    font-weight: normal;
    margin:0px;
    padding:4px 0px 10px 0px;
}

h3
{
    font-size: 1.9em;
    font-weight: normal;
    margin:0px;
    padding:4px 0px 10px 0px;
}

h4
{
    font-size: 1.7em;
    font-weight: normal;
}

h5
{
    margin: 0.1em 0em;
    font-size: 1em;
    font-weight: bold;
}

input
{
    font-family: Times New Roman;
    font-size: 1em;
    border:1px solid #ccc;
    color:#203060;
    background-color:#eee;
}

input.submitButton
{
    background-color:inherit;
    font-size:1.2em;
    margin:8px;
}

input.submitButton.disabled
{
    color:#999;
}

input.submitButtonLastSave {
    background-color: #0075FF;
    color: white;
    }

span.submitButtonLastSave {
    background-color: #0075FF;
    color: white;
    font-size: 14pt;
    margin-right: 10px;       
}

input.resetLastSaveButton {
    color: indianred;
    font-size: 12pt;
    margin: 8px;
}    

/* Positionierung */

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.top
{
    vertical-align: top;
}

.middle
{
    vertical-align: middle;
}

.bottom
{
    vertical-align: bottom;
}

/* Layout */
.section > .section-header
{
    font-size: 1.9em;
    padding: 0px;
    margin: 0px 3px;
    position: relative;
}

.section > .section-header .section-header-right
{
    position: absolute;
    bottom: 2px;
    right: 0px;
}

.section > .section-content
{
    border: 3px solid black;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1em;
    background-color:White;
}

.section .section > .section-header
{
    font-size: 1.7em;
    padding: 0px;
    margin: 0px;
    position: relative;
    text-align: center;
}

.section .section > .section-title
{
    font-size: 1.2em;
    padding: 0px;
    margin: 0px;
    position: relative;
    text-align: center;
}

.section .section > .section-content
{
    border: none;
    padding: 1em;
}

.separator
{
    clear:both;
    display: block;
    height: 0px;
    margin: 10px 30px;
    border-bottom: 1px solid black;
}


.content > table
{
}

.spacer, .spacer-vertical
{
    height: 2em;
    overflow:hidden;
}

.containerSeparator
{    
    padding:1em 0em;
}   

.spacer-horizontal
{
    display: inline-block;
    width: 1em;
}

.tableTitle
{    
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

table
{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

table th, table td
{
    border: 1.5px solid black;
    padding-left:3px;
    padding-right:3px;
}

table table th, table table td
{
    border: none;
}

table th.title, table td.title
{
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
}

table thead th
{
    font-weight: normal;
    padding:3px;
}

table tbody th
{
    text-align: left;
    font-weight: normal;
    padding:3px;
}


table thead th.title
{
    border-top: none;
    border-left: none;
}

table tr.subheader, table th.small
{
    font-size: 0.8em;
}

/* Messagebox */

.messageBox,  .validation-summary-errors
{
    padding:5px;
    font-weight:normal;
    font-size:1.1em;
    position:relative;
    margin:10px 0px;
}

.messageBox-close
{
    text-decoration:none;
    display:block;
    font-size:0.9em;
    color:#999;
    position:absolute;
    top:5px;
    right:5px;
}

.validation-summary-errors .field-validation-error
{
    color:inherit;
}

.messageBox-error, .validation-summary-errors
{
    border:1px solid #aa0000;
    color:#550000;
    background-color:#ff9595;
}

.messageBox-success
{
    border:1px i #00aa00;
    background-color:#a4ff95;
    color:#005500;
}

.messageBox-warning
{
    border:1px solid #FFB200;
    background-color:#FFEB96;
}

/* Inhalte */


.headerInfo-text
{
    font-size: 0.5em;
}

.headerInfo-companyNumber
{
    font-size:0.8em;  
    width:1em;
    height:1em;
    vertical-align:middle;
    text-align:center;
    display:inline-block;
    border:2px solid black;
    border-radius:0.5em;
    -moz-border-radius:0.5em;
    -webkit-border-radius:0.5em;
}