@CHARSET "UTF-8";
@import url(reset.css);
@import url(lib.css);
html, body{
	background: url("../img/bg.jpg") repeat-x scroll 0 0 #C7C5C5;
	color: #595a5c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	padding:0px;
	margin:0px;
	
}
a:link, a:visited, a:hover{
	color: #063b67;
	outline: none;
}
#processing {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#E5E5E5;
	color:#000000;
	display:none;
	font-weight:bold;
	left:50%;
	padding:5px 8px;
	position:absolute;
	top:20px;
	width:auto;
	z-index:9999;
}
#container{
	min-height: 100%;
	width: 100%;	
}
#header{
	height: 118px;
	position: relative;
	margin: 0 auto;
	width: 1040px;
}
#logo{
	display: block;
	width: 552px;
	margin: 0 auto;
	height: 118px;
}
#middle{
	padding: 25px 0 60px;
	margin: 0 auto;
	width: 1040px;
}
#leftmenu{
	float: left;
	width: 240px;	
}
#right{
	float: right;
	width: 782px;
}
#footer-wrap{
	background: #f6f5f5 url(../img/footer.png) 0 0 repeat-x;
	height: 40px;
	margin-top: -40px;
	width: 100%;
}
#footer{
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 1040px;
}
#footer p{
	position: absolute;
	top: 15px;
	right: 0;
}
.content-top{
	background: url(../img/content-top.png) 0 0 no-repeat;
	height: 12px;
	overflow: hidden;
}
.content-middle{
	background: url(../img/content-middle.png) 0 0 repeat-y;
	overflow: hidden;
	padding: 10px 20px;
}
.content-bottom{
	background: url(../img/content-bottom.png) 0 0 no-repeat;
	height: 11px;
	overflow: hidden;
	
}
.leftmenu-top{
	background: url(../img/leftmenu-top.png) 0 0 no-repeat;
	height: 10px;
	overflow: hidden;
	width: 240px;
}
.leftmenu-middle{
	background: url(../img/leftmenu-middle.png) 0 0 repeat-y;
	overflow: hidden;
	width: 240px;
}
.leftmenu-bottom{
	background: url(../img/leftmenu-bottom.png) 0 0 no-repeat;
	height: 10px;
	overflow: hidden;
	width: 240px;
}
/* Login */
#login-content{
	margin: 80px auto 0;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	width: 560px;
}
#login-content h3{
	color: #6f8a9f;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.login-box{
	width: 517px;
	height: 197px;
	background: url(../img/login.png) 0 0 no-repeat;
	
	padding: 20px;
}
/* Buttons */
.button{
	border: none;
	cursor: pointer;
	height: 30px;
	width: 97px;	
}
.button_login{background: url(../../img/btn_login.png) 0 0 no-repeat;}
.button_save{background: url(../../img/btn_save.png) 0 0 no-repeat;}
.button_search{background: url(../../img/btn_search.png) 0 0 no-repeat;}
.button_export{background: url(../../img/btn_export.png) 0 0 no-repeat;}
.button_hover{background-position: 0 -30px;}
/* Form controls */
.text,
.select,
.textarea{
	background-color: #fff;
	border: solid 1px #a0bad1;
	box-shadow: inset 2px 2px 1px #e8e8e8;
	border-radius: 3px;
	-moz-box-shadow: inset 2px 2px 1px #e8e8e8;	
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 2px 2px 1px #e8e8e8;
	-webkit-border-radius: 3px;
	padding: 5px 3px;
}
.text{
	height: 20px;
}
.tsbc-form{}
.tsbc-form p{
	overflow: hidden;
	margin: 0 0 10px;
}
.tsbc-form p label.title{
	display: block;
	float: left;
	padding: 6px 0 0;
	width: 150px;
}
label.error{
	color: red;
	display: block;
	padding: 5px 0 0 150px;
}
span.left{
	display: block;
	margin: 6px 0 0;
}
.tsbc-form h3{
	color: #185181;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
/* Menu */
.tsbc-menu{
	list-style: none;
	margin: 9px auto;
	overflow: hidden;
	width: 199px;
}
.tsbc-menu li{
	margin: 0 0 5px 0;
}
.tsbc-menu li a:link, .tsbc-menu li a:visited{
	background: url(../img/leftmenu-sprite.png) 0 0 no-repeat;
	color: #989393;		
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	width: 199px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}
.tsbc-menu li a:hover,
.tsbc-menu li a.tsbc-menu-focus{
	background-position: 0 -37px;
	color: #242625;
	text-decoration: none;
}
.tsbc-menu a span{
	display: block;
	float: left;
	height: 37px;
	margin: 0 12px 0 0;
	width: 40px;
}
.tsbc-menu-calendar{background: url(../img/leftmenu-icons.png) 0 0 no-repeat;}
.tsbc-menu-bookings{background: url(../img/leftmenu-icons.png) 0 -37px no-repeat;}
.tsbc-menu-prices{background: url(../img/leftmenu-icons.png) 0 -74px no-repeat;}
.tsbc-menu-options{background: url(../img/leftmenu-icons.png) 0 -111px no-repeat;}
.tsbc-menu-install{background: url(../img/leftmenu-icons.png) 0 -185px no-repeat;}
.tsbc-menu-preview{background: url(../img/leftmenu-icons.png) 0 -148px no-repeat;}
.tsbc-menu-users{background: url(../img/leftmenu-icons.png) 0 -259px no-repeat;}
.tsbc-menu-logout{background: url(../img/leftmenu-icons.png) 0 -222px no-repeat;}
/* table */
.tsbc-table{
	border-collapse: separate;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #e5e2e2;
	border-bottom: solid 1px #e5e2e2;
	empty-cells: show;
	width: 100%;
}
.tsbc-table th{
	background-color: #fff;
	border-bottom: solid 1px #e5e2e2;
	border-right: solid 1px #e5e2e2;
	color: #027ac6;
	font-weight: bold;
	font-size: 1.2em;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
}
.tsbc-table th.nosub{
	border-bottom: solid 1px #fff;
}
.tsbc-table th.sub{
	background-color: #f7f7f7;
	border-right: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	white-space: nowrap;
}
.tsbc-table th.sort{
	overflow: hidden;
	padding: 0;
	width: 16px;
}
.tsbc-table th.sort div{
	height: 35px;
	line-height: normal;
	overflow: hidden;
	width: 16px;
}
.tsbc-table a:link, .tsbc-table a:visited{
	color: #007AC3; /*808080;*/
	text-decoration: none;
}
.tsbc-table a:hover{
	text-decoration: underline;
}
.sort a{
	display: block;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
.sort a.up:link, .sort a.up:visited, .sort a.up:hover{ background: url(../img/icons/bullet_arrow_up.png) 0 0 no-repeat; }
.sort a.down:link, .sort a.down:visited, .sort a.down:hover{ background: url(../img/icons/bullet_arrow_down.png) 0 0 no-repeat; }
.tsbc-table tbody tr.odd{
	background-color: #fff;
}
.tsbc-table tbody tr.even{
	background-color: #F7F7F7;
}
.tsbc-table tbody tr.highlight{
	background-color: #FFFFCC;
}
.tsbc-table tbody tr.hover{
	background-color: #F7F7F7;
}
.tsbc-table a.icon:link, .tsbc-table a.icon:visited{
	color: #757777;
	display: block;
	height: 16px;
	line-height: 16px;
	text-indent: 20px;
	text-decoration: none;
}
.tsbc-table a.icon-calendar{
	background: url(../img/icon-calendar.png) 0 0 no-repeat;
}
.tsbc-table a.icon-edit{
	background: url(../img/icon-edit.png) 0 0 no-repeat;
}
.tsbc-table a.icon-delete{
	background: url(../img/icon-delete.png) 0 0 no-repeat;
}
.tsbc-table td{
	border-right: solid 1px #e5e2e2;
	border-top: solid 1px #e5e2e2;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 5px 7px;
}
.tsbc-table span.ghost{
	display: block;
	width: 24px;
	height: 24px;
}
/* jqueryui fix */
.ui-widget {
    font-family: inherit;
    font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: inherit;
    font-size: inherit;
}
img.ui-datepicker-trigger {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	padding: 10px 0;
	overflow: hidden;
}
#content div.ui-tabs{
	padding: 0;
}
#content div.ui-widget-content{
	background: none;
	border: none;
}
/* Errors */
.notice-box{
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 742px;
}
.notice-top{
	background: url(../img/notice-top.png) 0 0 no-repeat;
	height: 2px;
	overflow: hidden;
}
.notice-middle{
	background: url(../img/notice-middle.png) 0 0 repeat-y;	
	overflow: hidden;
	padding: 10px;
}
.notice-bottom{
	background: url(../img/notice-bottom.png) 0 0 no-repeat;
	height: 5px;
	overflow: hidden;
}
.notice-middle span{
	display: block;
	float: left;
	height: 32px;
	margin: 0 10px 0 0;
	width: 32px;
}
.notice-middle .notice-info{
	background: url(../img/icon-info.png) 0 0 no-repeat;	
}
/* */
#boxBookingSlots{
	overflow: hidden;
}
.daySlot{
	float: left;
	border: solid 1px #AAAAAA;
	margin: 0 5px 5px 0;
	overflow: hidden;
	padding: 1px;
	width: 140px;
}
.daySlot p{
	background-color: #072B4F;
	color: #fff;
	position: relative;
	padding: 2px 18px 2px 3px;
	margin: 0 0 1px;
	height: 18px;
	line-height: 18px;
}
.daySlot p a{
	background-color: #fff;
	color: #072B4F;
	line-height: normal;
	padding: 0 5px;
	position: absolute;
	right: 3px;
	top: 3px;
	text-decoration: none;
}
.daySlot table{
	border-collapse: separate;
	width: 100%;
}
.daySlot table th{
	background-color: #F3F3F3;
	font-weight: bold;
	empty-cells: show;
	padding: 2px;
	text-align: center;
}
.daySlot table td{
	background-color: #F9F9F9;
	padding: 2px;	
}
/* status */
.booking-status,
.user-role,
.event-booking{
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.booking-status-pending{background-color: #FF9900; color: #000; text-shadow: 1px 1px 1px #fff;}
.booking-status-confirmed{background-color: #2A8000; color: #fff; text-shadow: 1px 1px 1px #999;}
.booking-status-cancelled{background-color: #B3B3B3; color: #fff; text-shadow: 1px 1px 1px #333;}

.user-role-admin{background-color: #6EB738; color: #fff; text-shadow: 1px 1px 1px #666;}
.user-role-owner{background-color: #006699; color: #fff; text-shadow: 1px 1px 1px #ccc;}

.event-booking{background-color: #000; color: #fff !important; text-shadow: 1px 1px 1px #ccc;}
/* paginator */
.tsbc-paginator{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.tsbc-paginator li{
	display: inline;
}
.tsbc-paginator li a:link, .tsbc-paginator li a:visited{
	background-color: #CCCCCC;
	color: #000;
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 1px 4px;
	border-radius: 2px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.tsbc-paginator li a:hover{
	background-color: #EAEAEA;
}
.tsbc-paginator li a.focus{
	background-color: #072B4F;
	color: #fff;
}
.calendarPast{
	cursor: pointer;
}

#fail{margin:5px 0px;border:1px solid #c82820;color:#c82820;font-family:"Arial", Arial, sans-serif;font-size:12px;font-weight:700;background:#e7928d;padding:5px;-moz-border-radius:3px;-webkit-border-radius: 3px; float:left; width:87%; margin-left:150px;}

.ico_cancel{padding-left:20px;background:url(../img/error.jpg) no-repeat left center; width:100%; float:left;}

#save
{
  background: none repeat scroll 0 0 #4780AE;
    border-color: #084577;
    border-left: 1px solid #084577;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-size: 13px;
    width: 100px;
	padding:4px;
	cursor:pointer;
}
