body {
	background-color: #BABABA;
	width: 1070px;
	margin: 0 auto;
    font-family: 'Lato', sans-serif;

}

img {
	border: 0;
}

div.nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

table {
	border-collapse: separate;
	border-spacing: 6px;
	border-color: gray;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: red;
}

div.booking-table-day-container {
	position: relative;
	border: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 5px;
	margin-top: 15px;
	background-color: #fff;
}

div.booking-table-day-container > h2 {
	text-align: center;
	color: #ff495b;
}

div.booking-table-day-container > img{
	position: absolute;
	width: 120px;
}
div.booking-table-day-container > img.sponsor-left{
	left: 15px;
	top: 5px;
}
div.booking-table-day-container > img.sponsor-right{
	top: 5px;
	right: 15px;
}

div.booking-table-field-column {
	color: white;
	width: 500px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-top: 60px;
	background-color: rgba(0, 0, 0, 0.83);
}

div.booking-table-field-column > h3 {
	margin-top: 10px;
	text-align: center;
}

div.booking-table-field-column > table {
	width: 100%;
}

div.booking-table-field-column > table tr td.slot-desc-cell {
	width: 45%;
	text-align: center;
}

div.booking-table-field-column > table tr td.slot-desc-cell-past {
	width: 45%;
	text-align: center;
	color: #666;
}

div.booking-table-field-column > table tr td.slot-cell {
	width: 55%;
	text-align: center;
}

div.booking-table-field-column > table tr td.slot-cell:hover {
	color: red;
}

div.booking-table-field-column > table tr td.available {
	cursor: pointer;
	color: #fff;
}

div.booking-table-field-column > table tr td.busy {
	cursor: pointer;
	color: #FFBB00;
}

div.booking-table-field-column > table tr td.available-past {
	color: #666;
}

div.booking-table-field-column > table tr td.available-past:hover {
	color: #666;
}

div.booking-table-field-column > table tr td.busy-past {
	color: #8C6700;
}

div.booking-table-field-column > table tr td.busy-past:hover {
	color: #8C6700;
}

div#add-user-button {

}

table#user-list-table {
	background-color: #ccc;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}

table#user-list-table tr th {
	height: 25px;
}

table#user-list-table tr td {
	text-align: center;
}

div#unlogged-space {
	text-align: center;
}

div#unlogged-space a {
	text-decoration: none;
	color: #000;
}

div#unlogged-space a:hover {
	color: #000;
}

div#return a:hover {
	color: #000;
}

div.marquee {
margin-top: 10px;
margin-bottom:10px;
text-align: center;
font-size: 130%;
}



/*
 * Login Dialog Style
 */
/* You can customize to your needs  */
.login-popup {
	display: none;
	background: #333;
	padding: 10px;
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	z-index: 99999;
	box-shadow: 0px 0px 20px #999;
	/* CSS3 */
	-moz-box-shadow: 0px 0px 20px #999;
	/* Firefox */
	-webkit-box-shadow: 0px 0px 20px #999;
	/* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	/* Firefox */
	-webkit-border-radius: 3px;
	/* Safari, Chrome */
}

img.btn_close {
	float: right;
	margin: -28px -28px 0 0;
}

fieldset {
	border: none;
}

form.signin .textbox label {
	display: block;
	padding-bottom: 7px;
}

form.signin .textbox span {
	display: block;
}

form.signin p, form.signin span {
	color: #999;
	font-size: 11px;
	line-height: 18px;
}

form.signin .textbox input {
	background: #666666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 6px 6px 4px;
	width: 200px;
}

form.signin input:-moz-placeholder {
	color: #bbb;
	text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
	color: #bbb;
	text-shadow: 0 0 2px #000;
}

.button {
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background: -o-linear-gradient(top, #f3f3f3, #dddddd);
	border-color: #000;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 6px 6px 4px;
	margin-top: 10px;
	font: 12px;
	width: 214px;
}

.button:hover {
	background: #ddd;
}

/**
 * 	user credentials
 */

.ui-widget-content {
	background: transparent;
	border: 0;
}

#user-credentials-layout {
	background: #F1F2F4;
	border-bottom: 2px solid #C5C5C8;
	border-radius: 5px;
	text-align: center;
	color: #36383C;
	text-shadow: 0 1px 0 #FFF;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px 40px 20px 40px;
	box-shadow: 0 0 3px #000;
	overflow: visible;
}

#user-credentials-layout:before {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background: #4E535B;
	border-radius: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 2px solid #CBCBCD;
	margin: 0 auto;
}

#user-credentials-layout > img {
	width: 32px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
#user-credentials-layout h1 {
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 10px;
}

#user-credentials-layout p {
	font-family: 'Droid Sans';
	font-weight: 300;
	color: #7B808A;
	margin-top: 0;
	margin-bottom: 30px;
}

#user-credentials-layout .input {
	text-align: right;
	background: #E5E7E9;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: inset 0 0 3px #65686E;
	border-bottom: 1px solid #FFF;
}

#user-credentials-layout input {
	width: 260px;
	background: transparent;
	border: 0;
	line-height: 3.6em;
	box-sizing: border-box;
	color: #71747A;
	font-family: 'Droid Sans';
	text-shadow: 0 1px 0 #FFF;
}

#user-credentials-layout input:focus {
	outline: none;
}

#user-credentials-layout .blockinput {
	border-bottom: 1px solid #BDBFC2;
	border-top: 1px solid #FFFFFF;
}

#user-credentials-layout .blockinput:first-child {
	border-top: 0;
}

#user-credentials-layout .blockinput:last-child {
	border-bottom: 0;
}

#user-credentials-layout .blockinput i {
	padding-right: 10px;
	color: #B1B3B7;
	text-shadow: 0 1px 0 #FFF;
}

#user-credentials-layout ::-webkit-input-placeholder {
	color: #71747A;
	font-family: 'Droid Sans';
	text-shadow: 0 1px 0 #FFF;
}

#user-credentials-layout button {
	margin-top: 20px;
	display: block;
	width: 100%;
	line-height: 2em;
	background: #0aeb30;
	border-radius: 5px;
	border: 0;
	border-top: 1px solid #B2ECE6;
	box-shadow: 0 0 0 1px #46A294, 0 2px 2px #808389;
	color: #FFFFFF;
	font-size: 1.5em;
	text-shadow: 0 1px 2px #21756A;
}

#user-credentials-layout button:hover {
	background: #46A294;
	background: linear-gradient(to bottom, rgba(9,214,44,1) 0%,rgba(8,188,39,1) 100%);
}

#user-credentials-layout button:active {
	box-shadow: inset 0 0 5px #000;
	background: linear-gradient(to bottom, rgba(8,188,39,1) 0%,rgba(9,214,44,1) 100%);
}