@import url("surface_style.css");

body {
	margin: 0;
	padding: 0;
}

#login {
    float: left;
    margin: 0.5em 0 0 10.5em;
    display: inline-block;
}  
#content_header {
    position: absolute; top: 0; left: 0;
    width: 100%;
    display: block;
}
#left {
    position: absolute; top: 3em; left: 0;
    z-index: 1000;
    float: left;
    width: 11em;
    margin: 2.5em 0;
    text-align: right;
}

#right {
    position: absolute; top: 3.5em; left: 0;
    width: 100%;
    float: left;
    clear: both;
}

#contentWrapper {
    width: auto !important;
    margin: 0 0 2em 11em;
    padding: 1.2em 3em;
    border-color: #ceccb4;    
    border-width: 1px 0 1px 1px;
    min-height: 300px;
    -moz-border-radius-topleft: .6em;
    border-top-left-radius: .6em;
    -moz-border-radius-bottomleft: .6em;
    border-bottom-left-radius: .6em;
    box-shadow: -0.1em -0.1em 0.8em #ccc;
    -moz-box-shadow: -0.1em -0.1em 0.8em #ccc;
    -webkit-box-shadow: -0.1em -0.1em 0.8em #ccc;
}

#content {
    display: table;
    width: 100%;
    min-height: 300px;
}

#messages {
    display: table;
    width: 100%;
    min-height: 300px;
    -moz-border-radius: .6em;
    border-radius: .6em;
    -webkit-border-radius: .6em;
    padding: 0;
    margin: 0 0 1em 0;
}

.whiteBox {
   background-color: #fff;
   border-color: #babdb6; 
   border-style: solid; 
}

.login {

    width: 350px;
    margin: 1em auto;
    padding: 1em;
    background-color: #fff;
}

#kontaktTablazat {
    border: 1px solid gray;
}

td.fejlec {
    background-color: #ceccb4;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

td.even {
    background-color: #e8eef7;
}
