table.reservations {
	border-collapse: collapse;
	width: 100%;
	font-size: 8pt;
	table-layout: fixed;
    border: solid #36648B 1px;
}

table.reservations td {
	border: solid #36648B 1px;
	height: 30px;
	display:table-cell;
}

td.resourcename {
	padding: 1px 3px;
	background-color: #EDEDED;
	color: #999999;
}

td.resourcename a {
	color: #0772A1;
	text-decoration: none;
}

td.resourcename a:hover {
	color: #3BA3D0;
}

td.resdate {
	width: 150px;
	padding: 0 3px;
	background-color: #36648B;
	color: #F0F0F0;
}

tr.today td.resdate, td.today {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5199d1
}

tr.today td.reslabel {
	font-weight: bold;
	background-color: #cfcfcf
}

.slot {
    min-width: 1px;
    max-width: 1px;
    overflow: hidden;
}

td.reslabel {
	padding-left: 2px;
	background-color: #EDEDED;
	color: #333333;
}

tr.today td.reslabel {
	color: #000000;
}

.unreservable {
	background-color: #CF9D9B;
	color: #fff;
}

td.reservable, div.reservable {
	background-color: #FFF;
	color: #333;
}

.reserved {
	background-color: #408AD2;
	color: #fff;
}

td.reserved {
    padding-left: 1px;
}

.reserved.hilite {
	background-color: #59A8EF;
}

.reserved.mine {
	background-color: #6F9BAE;
}

.reserved.mine.hilite {
	background-color: #63AFD0;
	color: #ffffff;
}

.reserved.participating {
	background-color: #875cae;
}

.reserved.participating.hilite {
	background-color: #a979d1;
}

.reserved.pending {
	background-color: #ffb540;
	color: black;
}

.reserved.pending.hilite {
	background-color: #ffc973;
}

.reservable.hilite, #reservations .ui-selecting {
	background-color: #23BF35;
}

td.hilite {
	cursor: pointer;
}

.reservable.clicked, #reservations .ui-selected {
	background-color: #259433;
}

.reserved.clicked {
	background-color: #1979CF;
}

.pasttime {
	background-color: #BDBDBD;
}

.restricted {
	background: url("../img/stripe.bg.red.png");
    color: black;
}

select.schedule_list {
	font-size: 8pt;
}

.schedule_drop {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.schedule_drop ul {
	display: block;
	list-style: none;
	position: absolute;
	padding: 0;
	margin-left: -16px;
	border: solid 1px #666;
	background-color: white;
    z-index: 1000;
    min-width: 125px;
}

.schedule_drop ul li {
	font-size: 10pt;
	padding: 4px;
	text-align: left;
}
.schedule_drop ul li:hover {
    background-color: #ededed;
}

.schedule_drop ul li:hover a
{
    color: #000;
}

.schedule_drop a {
    display: block;
    min-width: 125px;
	text-decoration: none;
}

.schedule_drop ul li a {
	color: #666;
    padding-right: 15px;
}

.schedule_title {
	text-align: center;
	padding: 10px 0;
}

.schedule_title span {
	font-size: 18pt;
}

.schedule_dates {
	text-align: center;
	font-size: 14pt;
	padding-bottom: 10px;
}

.ui-datepicker {
	margin-left: auto;
	margin-right: auto;
}

.res_popup_details .summary {
	font-style: italic;
}

.res_popup_details .user {
	font-weight: bold;
}

.res_popup_details .dates {
}

.res_popup_details .customAttribute {
	font-size:8pt;
}

td.resourcename.hilite {
	background-color: #fbffc2;
}

div.legend {
    line-height: 25px;
    width: 100px;
    border: solid #555 2px;
    text-align: center;
    display: inline-block;
    *display: inline;
    margin: 0px 2px;
}

#reservations {
	width:auto;
	margin-left:160px;
}

#reservations-left {
	float:left;
	width: 150px;
	background-color:#F4F5ED;
	border: solid 1px #C7C9BE;
	min-height:400px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	margin-right: 2px;
	-moz-box-shadow: 0px 0px 3px 0px #ccc;
	-webkit-box-shadow: 0px 0px 3px 0px #ccc;
	box-shadow: 0px 0px 3px 0px #ccc;
}

.reservations-left-header {
	border-bottom: solid 1px #C7C9BE;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	padding: 3px 0;
}

.reservations-left-content {
	padding:10px;
}

ul.jqtree-tree .group-resource .jqtree-title {
	color:#111111;
}

#reservations-left > h4 { text-align: center;}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover  { background:none; font-weight: bold;}
ul.jqtree-tree .jqtree-toggler { top: 10%; }

#make_default
{
	padding-right:10px;
}

.table-cell-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

#reservations-left .textbox{
	width:120px;
}

#reservations-left select.textbox, #reservations-left textarea, #reservations-left .button {
	width:128px;
}

#reservations-left .customAttribute, #reservations-left{
	font-size: 9pt;
}

.advancedFilterTitle {
	margin-top: 10px;
	text-align: center;
}

#reservations-left hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(76, 76, 76, 0.74), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(76, 76, 76, 0.74), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(76, 76, 76, 0.74), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(76, 76, 76, 0.74), rgba(0,0,0,0));
}