/* GENERAL */
body{
    background: #000000 url('../images/bg.jpg');
    position: absolute;
    width: 1280px;
    height: 720px;
    margin:0;
    padding:0;
    color:#fff;
    font-size: 22px;
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    font-family: sans-serif;
    outline: none;
    font-size: 22px;
}

#view {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    margin:0px;
    padding:0px;
    display: block;
    overflow: hidden;
}



/* POPUPS */

#loadingDiv, #useractionDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    z-index: 9998;
    display: none; 
}

#useractionDiv div{
    position: relative;
    text-align: center;
    top: 280px;
    margin: 0 auto;
    line-height: 36px;
    padding: 15px;
    width: 400px;
}

#loadingIndicator {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
    z-index: 9999;
    display: block;
}



/* DIALOG */

#Headline {
    position: absolute;
    display: block;
    left: 107px;
    top: 140px;
    width: 709px;
    text-align: left;
}

#Description {
    position: absolute;
    left: 107px;
    top: 220px;
    width: 709px;
    text-align: left;
}

.button_S {
    height: 39px;
    text-align: center;
    width: 70px;
}

.button_M {
    height: 45px;
    text-align: center;
    width: 100px;
}

.button_L {
    height: 53px;
    text-align: center;
    width: 170px;
}

.inputfield {
    height: 30px;
    width: 345px;
}

.inputfield input {
    border: 0 none;
    margin-left: 5px;
    margin-top: 4px;
    width: 335px;
}

#ErrorMessage {
    border-radius: 0 10px 10px;
    line-height: 36px;
    padding: 0 8px;
    text-align: left;
    width: 333px;
}

.checkbox {
    width: 20px;
    height: 20px;
}

#InfoBox {
    display: none;
    font-size: 1rem;
    left: 845px;
    padding: 8px;
    position: absolute;
    text-align: left;
    top: 220px;
    width: 333px;
    z-index: 300;
}

#InfoTitle {
    font-size: 1.3rem;
    line-height: 26px;
    margin-bottom: 6px;
}

#InfoDescription {
    line-height: 22px;
}



/* BUTTONBAR */

#ButtonBar {
    position: absolute;
    height: 26px;
    left: 0;
    padding: 6px 0 6px 109px;
    top: 682px;
    width: 1171px;
    z-index: 1000;
}

#ButtonBar li {
    float: left;
    height: 26px;
    list-style: none;
    margin-right: 50px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

#ButtonBar li div {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

#ButtonBar li span {
    display: block;
    margin-right: 30px;
    white-space: nowrap;
    line-height: 26px;
    font-size: 0.9rem;
}

#RedButtonIcon, #YellowButtonIcon, #BlueButtonIcon, #GreenButtonIcon {
    width: 16px;
    height:16px;
    border-radius:8px;
    margin-right: 10px;
    float: left;
    margin-top:4px;
}



/***************  BOTTOM  ***************/

#ButtonBar {
    position:absolute;
    top:586px;
    left:0px;
    padding: 79px 100px 0;
    height: 55px;
    width:1080px;
}

#ButtonBar li {
    float: left;
    font-size:18px;
    list-style: none;
    display: block;
    margin-right: 70px;
}

#ButtonBar li .colorbutton {
    width: 17px;
    height:17px;
    border-radius:10px;
    margin-right: 10px;
    float: left;
    margin-top:4px;
}

#RedButton .colorbutton {
    background-color: #cc1100;
}

#GreenButton .colorbutton {
    background-color: #1eb200;
}

#BlueButton .colorbutton {
    background-color: #0048ff;
}

#YellowButton .colorbutton {
    background-color: #ffd000;
}

#GreenButtonText.inactive{
    color: #666;
}

.invisible{
    display:none !important;
}

.visible{
    display:block !important;
}

.inactive{
    /*opacity : 0.75 !important;*/
}


#SourceButton {
    position: absolute;
    top: 178px;
    left: 107px;
}

#SourceButtonIcon {
    background: url("../images/icon_source.png");
    width: 35px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

#SourceButtonText {
    font-size: 0.8rem;
    line-height: 26px;
}

#Headline {
    top: auto !important;
    bottom: 540px !important;
}