/* global defaults */
html,body {
  margin:0;
  padding:0;
  background:#ffffff;
  font:normal normal 13px arial;
}

input,button,textarea,select {
  font:normal normal 13px arial;
}

.inputItem input {
  border:1px solid #999999;
  background:#ffffff;
}

a {
  color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}


/* Standard rules */
.clear {
	clear:both;
	width:100%;
	font-size:1px;
	line-height:0px;
}
#error {
	color:red;
}
a.info{
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
a.info:hover{
	text-decoration:underline;
}


/* message box */
.messageText {
	margin-bottom:20px;
}
.messageBox {
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #666666;
}
.messageBox h3{
}
.messageItem {
	margin-bottom:2px;
}
.messageItem span {
	display:block;
	float:left;
	width:130px;
}

/* forms */
.back {
}
.submit,.extra {
}

/* resources reservation table */
.resTableRsc {
	width:782px;
	margin:1px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	padding-top:1px;
}
.resTableRsc td{
	padding:0px
}
.resListRsc {
	border-top:1px solid black;
	margin-top:5px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
}
.resListRsc div#left{
	width:780px;
	float:left;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.resItemRsc {
	font-size:24px;
	width:780px;
	border-bottom:1px solid #CCCCCC;
	clear:left;
}
.resItemRsc span {
	display:block;
	float:left;
}
.resItemRsc #nr{
	width:28px;
	padding-left:3px;
}
.resItemRsc #name{
	width:430px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding-left:3px;
}

.resItemRsc #sstatus{
	width:100px;
	margin-right:6px;
	vertical-align:middle;
}
.resItemRsc #spaystat{
	margin-right:4px;
	vertical-align:middle;
}
.resItemRsc #sbtype {
	margin-left:4px;
	margin-right:4px;
	width:100px;
	vertical-align:middle;
}
.resItemRsc #del{
	text-align:center;
	width:20px;
}
.resItemRsc #del a{
	text-decoration:none;
	color:black;
}

/* reservation table */
.resTable {
	width:649px;
	margin:1px;
	font-family:serif;
	padding-top:1px;
}
.resTable td{
	padding:0px
}
.resError {
	font-size:20px;
	font-weight:bold;
	color:red;
	padding-bottom:5px;
	text-align:left;
}
.resHeader {
	text-align:center;
	margin-bottom:10px;
}
.resHeader input {
	width:90px;
}
.resHeader span {
	display:inline-block;
	width:469px;
	font-size:34px;
	font-weight:bold;
	float:left;
}
.resTitle {
	font-size:20px;
	margin-bottom:2px;
	width:216px;
	float:left;
}
.resTitle span {
	display:block;
	text-align:right;
	float:left;
	width:50px;
	padding-right:3px;
	font-weight:bold;
	font-size:18px;
}
.resImage {
	float:right;
	width:216px;
	height:100px;
}
.resImage img {
	height:100px;
	float:right;
}
.resForm {
	margin-top:10px;
	clear:both;
	border:1px solid #AAAAAA;
}
.resForm form{
	margin:0px;
	padding:3px;
}
.resList {
	border-top:1px solid black;
	margin-top:5px;
}
.resList div#left{
	width:323px;
	float:left;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.resList div#right{
	width:323px;
	float:right;
	border-right:1px solid black;
	border-left:0px solid black;
	border-bottom:1px solid black;
}
.resList div#left.noshow{
	width:647px;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:0px solid black;
}
.resList div#right.noshow{
	width:647px;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}
.resItem {
	font-size:24px;
	width:323px;
	border-bottom:1px solid #CCCCCC;
	clear:left;
}
.resList div.noshow .resItem {
	width:647px;
}
.resItem span {
	display:block;
	float:left;
}
.resItem #nr{
	width:28px;
	padding-left:3px;
}
.resItem #name{
	width:267px;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding-left:3px;
}
.resList div.noshow .resItem #name{
	width:487px;
}
.resItem #status{
	text-align:center;
	width:100px;
}
.resItem .noshow_status{
	width:110px;
	height:25px;
	font-size:16px;
}
.resItem #del{
	text-align:center;
	width:20px;
}
.resItem #del a{
	text-decoration:none;
	color:black;
}
.sendSMS{
	float:left;
	margin-left:3px;
}
.resStatusSave{
	float:right;
	margin-right:10px;
}

/* slot table in interval reservation */
.slotTable {
	table-layout:fixed;
	width:1px;
}
.slotTable td {
	text-align:center;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.slotTableHead th {
	text-align:center;
	border-bottom:1px solid black;
}
.slotTableHead sup {
	vertical-align:top;
	font-size:9px;
}
td.slotTableName {
	text-align:left;
	font-size:110%;
}
.slotTableFooter td {
	text-align: center;
}
td.slotBooked {
	background-color:#E62814;
}
td.slotNA {
	background-color:#ff6a6a;
}


/* userinfo */
#userInfo {
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #666666;
}
#userInfo h3 {
	font-size:20px;
	font-weight: bold;
	margin:0;
	margin-bottom:10pt;
	padding:0;
}
#userInfo .text {
	margin-bottom:20px;
}
#userInfo .userData {
	margin-bottom:2px;
}
#userInfo .userData span {
	display:block;
	float:left;
	width:130px;
}
.reservationsTable {
	width:100%;
	margin-bottom:20px;
	border:1px solid #999999;
}
#userInfo h2 {
	font-size:14px;
	font-weight: bold;
	margin:20px 0px 3px 0px;
}
.reservationsTable th {
	text-align:left;
	padding:2px;
	background:#E62814;
	color:white;
}
.reservationsTable td {
	padding:2px;
}
.progress {
	border:1px solid #999999;
	width:160px;
	float:left;
}
.progress div {
	background-color:#999999;
}
.campainsTable {
	width:100%;
	margin-bottom:20px;
}
.campainsTable th {
	text-align:left;
	padding:2px;
	background:#E62814;
	font-weight:bold;
	color:white;	
}
.campainsTable td {
	padding:2px;
}

/* show available (list) */
#bookMenu {
	margin:0;
	padding:0;
	list-style:none;
}
#bookMenu li {
	clear:both;
}
/* - menu */
#bookMenu .username {
	color:#E62814;
	font-weight:bold;
	margin-bottom:0px;
}
#bookMenu .username span{
	display:block;
	float:left;
}
#bookMenu .username a {
	color:#E62814;
	font-weight:normal;
	margin-bottom:0px;
	display:block;
	float:right;
}
#bookMenu .username img {
	border:0px;
}
#bookMenu .menu button{
	margin-right:5px;
}
#bookMenu .menu {
	margin-bottom:3px;
	margin-top:3px;
}
#bookMenu .menu a {
	color:#E62814;
	font-weight:normal;
	text-decoration:none;
}
#bookMenu .menu a:hover {
	text-decoration:underline;
}
/* - search form */
#bookMenu .selections select {
	margin-right:2px;
	float:left;
	border:1px solid #999999;
}
#bookMenu .selections form {
	margin:0px;
	padding:5px 0px 0px 0px;
}
#bookMenu select.location {
}
#bookMenu select.type {
}
#bookMenu select.week {
}
#bookMenu button.show {
	width:40px;
	margin-left:0px;
}
#bookMenu button.goleft {
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:5px;
	margin-right:-4px;
}
#bookMenu button.goright {
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:-4px;
	margin-right:5px;
}

/* - entries */
.bookWeek {
}
.bookDay {
	margin:0;
	padding:0;
	list-style:none;
}
.bookDay li {
	clear:both;
}
.bookDay li.day {
	margin-top:13px;
	padding:3px;
	padding-left:5px;
	background:#E62814;
	font-weight:bold;
	text-transform:uppercase;
	color:white;
}
.bookDay li.error{
	font-style:italic;
}
.bookEntry {
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:0px;
	border-bottom:1px solid #E62814;
}
.bookEntry .icon {
	width:22px; float:left; clear:both;
}
.bookEntry span {
	display:block;
	float:left;
}
/* - session */
#session .clock {
	width:40px;
}
#session .level_name,#session .categories,#session .keywords {
	margin-right: 10px;
}
#session .capacity {
	width:40px;
}
#session .description {
	width:165px;
}
#session .has_description {
	width:20px;
}
#session .room {
	width: 80px;
	color: blue;
	margin-left: 30px;
}
#session .instructor {
	width:145px;
	margin-right:5px;
	white-space:nowrap;
	height:16px;
	overflow:hidden;
}
#session .studioName {
	width: 150px;
	color: #E62814;
}
#session .sms_prefix {
	font-size:11px;
	width:85px;
}
#session .colorBox {
	padding-left:8px;
	border:1px solid #E62814;
	font-size:9px;
	margin-right: 10px;
	vertical-align:middle;
}

/* squash */
.red_status {
	background-color: red;
}
.#E62814_status {
	background-color: #E62814;
}
#bookMenu .usermessage {
 	margin-left:20px;
   color: red;
   font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
   font-weight:normal;
   font-size:14px;
}
.bookActivity {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:120px;
	margin-right:3px;
	font-family:sans-serif;
	padding-bottom:0px;
}
.bookActivity #last {
	margin:0px;
}
.bookActivity li.name {
	padding:0px;
	height:22px;
	color:white;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	font-size:13px;
	padding-top:8px;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
	background-color:#E62814;
	zbackground-color:#1575AB;
	zborder: 1px solid #DDDDDD;
	zborder-top: 1px solid #C3861A;
	zborder-bottom: 1px solid #C3861A;
}
.bookActivity li.error{
	display:none;
}
.bookActivityEntry {
	clear:both;
}
.bookActivityEntry #session{
	margin:0px;
	margin-bottom:1px;
	height:100%;
	padding:0px;
	padding-left:0px;
	padding-top:2px;
	border-bottom: 1px solid #DDDDDD;
}
.bookActivityEntry #sessionadmin{
	margin:0px;
	margin-bottom:1px;
	height:100%;
	padding:0px;
	padding-left:0px;
	padding-top:4px;
	border-bottom: 1px solid #DDDDDD;
}
#sessionadmin:hover {
  cursor:pointer;
  opacity:0.4;
}

.bookActivityEntry .icon {
	margin-top:-1px;
	margin-bottom:0px;
	height:14px;
	float:right;
}
.bookActivityEntry .icon img{
	float:right;
}

.bookActivityEntry .icon #admimg {
	width:14px;
	height:14px;
}

.bookActivityEntry span {
	display:block;
	float:left;
}
.bookActivityEntry #session .sclock {
	padding-left:1px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	font-size:9px;
}
.bookActivityEntry #sessionadmin .sclock {
	padding-left:1px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	font-size:9px;
	font-weight:bold;
}
.bookActivityEntry #session .capacity {
	width:47px;
}
.bookActivityEntry #session .sdescription {
	width:40px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	font-size:9px;
	padding-left:2px;
	white-space:nowrap;
}
.bookActivityEntry #sessionadmin .sdescription {
	width:40px;
	font-family:'Lucida Grande',arial,verdana,helvetica,sans-serif;
	font-size:9px;
	padding-left:2px;
	white-space:nowrap;
	font-weight:bold;
	zfont-style:italic;
}
.bookActivityEntry #session .instructor {
	display:none;
	width:80px;
	font-family:arial, sans-serif;
	font-size:9px;
	text-align:center;
	margin-left:-1px;
   margin-bottom:3px;
}
.bookActivityEntry #sessionadmin .colorBox {
	display:inline-block;
	width:5px;
	height:5px;
	border:1px solid white;
	float:right;
	margin-right:2px;
	margin-top:-2px;
}
.bookActivityEntry #session .colorBox {
	display:none;
}
.zbookActivityEntry #session .sms_prefix {
	display:none;
	width:100%;
	font-size:10px;
	text-align:right;
}

/* - interval */
#interval .clock {
	width:80px;
}
#interval .description {
	width:130px;
}
#interval .instructor {
	width:140px;
}
/* - slots */
#interval form {
	height:42px;
	margin:0px;
}
#interval button {
	margin-top:15px;
	width:65px;
}
#interval .arrow {
	position:relative;
	text-align:center;
	top:-30px;
	width:14px;
	height:30px;
	overflow:hidden;
	float:left;
	background-color:white;
	text-align:center;
}
#interval .arrow img {
	margin-top:4px;
	border:2px solid white;
	background-color:white;
	display:none;
}
#interval .arrow#left {
	float:left;
}
#interval .arrow#right {
	float:right;
}
.slotBoxTitle {
	margin-left:14px;
	text-align:center;
	table-layout:fixed;
	width:1px;
	background-image:url(/img/icons/hspacer.gif);
	background-repeat:repeat-x;
	background-position:1px 12px;
}
.slotBoxTitle th{
	padding:0px;
	width:28px;
	font-weight:normal;
	font-size:11px;
	letter-spacing:-1px;
}
div.slotBox{
	margin-left:14px;
	border-left:1px solid black; /* Bloddy FF bug */
}
.slotBox table{
	font-size:1px;
	text-align:center;
	vertical-align:middle;
	table-layout:fixed;
	width:1px;
}
.slotBox td{
	text-align:center;
	padding:0px;
	width:27px;
	height:25px;
	background-color:white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
td.slotBooked {
	background-color:#E62814;
}
td.slotNA {
	background-color:#ff6a6a;
}
#slotScroll {
	position:relative;
	left:0px;
	height:42px;
}
#slotScrollPane {
	height:44px;
        width:581px;
	position:relative;
	left:0px;
	float:left;
	overflow:hidden;
}
.slotTable {
	table-layout:fixed;
	width:1px;
}
.slotTable td {
	text-align:center;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.slotTableHead th {
	text-align:center;
	border-bottom:1px solid black;
}
td.slotTableName {
	text-align:left;
	font-size:110%;
}
.slotTableFooter td {
	text-align: center;
}
sup {
	vertical-align:top;
	font-size:9px;
}

/* Payment */
span.pc_title {
	width:300px;
	clear:both;
}

.hidden_id,
.hidden_hasinfo {
	display:none !important;
}