@import url("form.css");

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	font-weight: normal;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
	color: #444444;
	font-size: 0.938em;
    -webkit-text-size-adjust: 100%;
}


/* Styles */

::-moz-selection {
	background: #9f6c2c;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #9f6c2c;
	color: #fff;
	text-shadow: none;
}

a {
	color: #9f6c2c;
	text-decoration: none;
	-webkit-transition : color .3s ease-in;
	-moz-transition: color .3s ease-in;
	transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
}

a:visited {
	color: #9f6c2c;
}

a:hover {
	color: #5D3F1A;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}

.align-right {
	text-align: right;
}

p, ul.csc-uploads {
	padding: 0px 0px 20px 0px;
}

.none {
	display: none;
}

h1 {
	margin: 0px 0px 10px 0px;
	color: #9f6c2c;
	font-size: 2.267em;
	line-height: 1.000em;
}

h2 {
	color: #9f6c2c;
	margin: 0px 0px 10px 0px;
	font-size: 1.333em;
}

h3 {
	color: #444444;
	margin: 0px 0px 3px 0px;
	font-size: 1.200em;
}

.clear {
	clear: both;
}

.error {
	padding: 0px 0px 0px 25px;
	background-image: url('../img/warning.png');
	background-repeat: no-repeat;
	background
}

#main .container ul {
	margin: 0px 0px 20px 0px;
}

#main .container ul li {
    padding-left: 20px;
}



/* Layout */

#wrapper {
	min-height: 100%;
	position: relative;
}

.container {
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	width: 940px;
	padding: 0px 10px 0px 10px;
}

.container:after {
	content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

header {
	text-align: center;
	height: 375px;
	padding: 55px 0px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 27px solid #9f6c2c;
}

header a#logo {
	font-size: 3.333em;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
}

header nav {
	position: absolute;
	bottom: 0px;
	width: 940px;
}



.header nav ul {
	float: left;
	list-style: none;
}

.header nav ul li {
	float: left;
	margin: 0px 1px 30px 0px;
}

.header nav ul li a:link, header nav ul li a:visited {
	padding: 5px 20px 5px 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	background: #c8c8c8;
    background-color: rgba(0, 0, 0, 0.5);
}

.header nav ul li a.current {
	background: #9f6c2c;
}

.header nav ul li a:hover {
	color: #FFFFFF;
	background: #9f6c2c;
}

.header nav ul li ul li {
	display: none;
}









ul#navigation {
    float: left;
    list-style: none;
    position: relative;
	font-size: 1.067em;
}

ul#navigation li {
    float: left;
	margin: 0px 1px 0px 0px;
}

ul#navigation li a {
    display: block;
	padding: 5px 21px 6px 21px;
	color: #FFFFFF;
	text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.5);
}

ul#navigation li span {
	text-align: left;
	padding: 5px 0px;
    float: left;
    position: absolute;
    left: 0;
	top: 30;
    display: none;
    width: 940px;
    background: #9f6c2c;
    color: #444444;
	font-size: 0.933em;
}

ul#navigation li span a {
	color: #000;
	background-color: #9f6c2c;
	padding: 5px 20px;
	text-transform: none;
}

ul#navigation li a:hover, ul#navigation li.current a {
	background-color: #9f6c2c;
}

ul#navigation li:hover span, ul#navigation li.current span { display: block; }
ul#navigation li span a { display: inline; }
ul#navigation li span a:hover, ul#navigation li span a.current {color: #FFFFFF;}




#main {
	padding: 60px 0px 40px 0px;
}

#main .container {
    padding-bottom: 10px;
	line-height: 1.500em;
}

.container .column_block {
	margin: 0px 0px 20px 0px;
	clear: both;
}

.container .column_block .column_32 {
	min-height: 40px;
	float: left;
	width: 620px;
}

.container .column_block .column_31 {
	min-height: 40px;
	float: left;
	width: 300px;
}

.container .column_block .column_21 {
	min-height: 40px;
	float: left;
	width: 460px;
}

.container .column_block .ml20 {
	margin-left: 20px;
}

#main .container table {
	margin: 0px 0px 20px 0px;
}

.container .grey {
	background: #fafafa;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
}




.home {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.home #main {
	padding: 160px 0px 40px 0px;
}

.home header {
	text-align: center;
	height: 60px;
	padding: 55px 0px 0px 0px;
	border-bottom: none;
}

.home .container .homebox {
	text-align: center;
	padding: 20px;
	color: #FFFFFF;
	background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.home .container .homebox .column_block {
	margin: 0px;
}

.home .container .homebox h1 {
	font-size: 5em;
}

.home #main .container .homebox input {
	font-size: 2em;
	height: 55px;
	-webkit-appearance: none;
  -webkit-border-radius: 0;
}

.home #main .container .homebox input#pass {
	font-size: 2em;
	height: 45px;
	width: 340px;
}

.home #main .container .homebox a#golink {
	font-size: 2em;
	padding: 11px 10px 11px 10px;
	background: #fafafa;
	border: none;
}







#main .tx-flatmgr-pi1 .listYearTitle {
	display: none;
}

#main .tx-flatmgr-pi1 table {
	border-spacing: 2px;
}

#main .tx-flatmgr-pi1 td.dayNames {
	font-weight: bold;
}

#main .tx-flatmgr-pi1 .theYears td {
	padding: 0px 10px 0px 0px ;
}

#main .tx-flatmgr-pi1 .theYears .selected {
	color: #000000;
	font-weight: normal;
}

#main .tx-flatmgr-pi1 .listYear td {
	border: none;
	padding: 0px 4px 0px 4px;
}

#main .tx-flatmgr-pi1 .listYear td div {
	width: 13px;
	height: 17px;
}

#main .tx-flatmgr-pi1 .listYear td.vacantDay,
#main .tx-flatmgr-pi1 .calendarLegend td.vacantDay {
	border: none;
	background-color: #fafafa;
}

#main .tx-flatmgr-pi1 .calendarLegend td {
                border: none;
				width: 21px;
}

#main .tx-flatmgr-pi1 .calendarLegend td.legend {
                width: 180px;
}


#main .tx-flatmgr-pi1 .listYear td {
	position: relative;
}

#main .tx-flatmgr-pi1 .listYear td.bookedDay:hover:after,
#main .tx-flatmgr-pi1 .listYear td.startDay:hover:after,
#main .tx-flatmgr-pi1 .listYear td.endWeekend:hover:after,
#main .tx-flatmgr-pi1 .listYear td.startWeekend:hover:after,
#main .tx-flatmgr-pi1 .listYear td.bookedWeekend:hover:after,
#main .tx-flatmgr-pi1 .listYear td.bookerChangedWeekend:hover:after {
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

#main .tx-flatmgr-pi1 .listYear td.bookedDay:hover:before,
#main .tx-flatmgr-pi1 .listYear td.startDay:hover:before,
#main .tx-flatmgr-pi1 .listYear td.endWeekend:hover:before,
#main .tx-flatmgr-pi1 .listYear td.startWeekend:hover:before,
#main .tx-flatmgr-pi1 .listYear td.bookedWeekend:hover:before,
#main .tx-flatmgr-pi1 .listYear td.bookerChangedWeekend:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}


#main .tx-myflat table.monthMultiRow {
	min-height: 230px;
}

#main .tx-myflat table:nth-of-type(7) {
	clear: both
}