/* global defaults */
html,body {
  margin:0;
  padding:0;
	background-color:#202429;
  font:normal 13px arial;
  color:#A1A1A1;
}
html {
	padding:5px;
}

.inputItem input {
  border:1px solid #999999;
  background:#ffffff;
}

a {
  color:#E1E1E1;
	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:10px;
	font-weight:bold;
	font-size:12px;
}
.messageBox {
	font-family:Arial;
	padding:0px 15px 5px 15px;
	width:525px;
	border:1px solid #F25A24;
}
.messageBox h3{
	width:100%;
	text-align:center;
	font-size:16px;
	margin:10px 0px 10px 0px;
	padding-right:10px;
}
.messageItem {
	margin-bottom:2px;
}
.messageItem span {
	display:block;
	float:left;
	width:130px;
	font-weight:bold;
	text-align:right;
	margin-right:5px;
}
.reminder {
	margin-top:10px;
	margin-bottom:10px;
}

/* forms */
.back {
	float:left;
}
.submit,.extra {
	float:right;
}


/* 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:#539646;
}
td.slotNA {
	background-color:#ff6a6a;
}


/* userinfo */
#userInfo {
	padding:5px;
	width:550px;
	border:1px solid #F25A24;
	font-weight:bold;
	font-family:Arial;
}
#userInfo h3 {
	width:100%;
	text-align:center;
	font-size:16px;
	margin:3px 0px 13px 0px;
	padding-right:10px;
}
#userInfo h2 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	clear:both;
}
#userInfo .text {
	margin-bottom:20px;
}
#userInfo .userData {
	margin-bottom:4px;
	font-size:12px;
}
#userInfo .userData span {
	display:block;
	float:left;
	width:105px;
	text-align:right;
	padding-right:15px;
}
.reservationsTable {
	width:535px;
	margin-bottom:10px;
	margin-left:15px;
	border:1px solid #F25A24;
}
.reservationsTable caption {
	margin-bottom:3px;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
}
.reservationsTable th {
	text-align:left;
	padding:2px;
}
.reservationsTable td {
	padding:2px;
}


/* show available (list) */
#bookMenu {
	margin:0;
	padding:0;
	list-style:none;
	font-family:serif;
	font-size:16px;
}
#bookMenu li {
	clear:both;
}
/* - menu */
#bookMenu .username {
	margin-bottom:0px;
}
#bookMenu .username span{
	font-family:Arial;
	font-weight:normal;
	display:block;
	float:left;
}
#bookMenu .username a {
	font-family:Arial;
	font-weight:normal;
	margin-bottom:0px;
	display:block;
	float:right;
}
#bookMenu .username img {
	border:0px;
}
#bookMenu .menu {
	list-style-type:disc;
	list-style-position: inside;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:6px;
}
#bookMenu .menu a {
	text-decoration:none;
}
#bookMenu .menu a:hover {
	text-decoration:underline;
}
/* - search form */
#bookMenu .selections form {
	margin:0px;
	padding:4px 0px 16px 0px;
}
#bookMenu select.location {
	width:120px;
}
#bookMenu select.type {
	width:120px;
}
#bookMenu select.week {
	width:200px;
}
#bookMenu button.show {
	width:40px;
}
/* - entries */
.bookWeek {
	width:840px;
	clear:both;
	background-color:#202429;
	height:100%;
	border-bottom:0px solid #F25A24;
	border-left:0px solid #F25A24;
	border-right:0px solid #F25A24;
	padding-left:1px;
	padding-right:1px;
}
.bookDay {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:119px;
	margin-right:1px;
	font-family:Arial;
	padding-bottom:5px;
	background-color:#202429;
}
.bookDay#last {
	margin:0px;
}
.bookDay li.day {
	padding:0px;
	padding-top:4px;
	height:19px;
	background-color:#F25A24;
	color:white;
	font-size:13px;
	padding-top:8px;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid white;
}
.bookDay li.error{
	display:none;
}
/* - session */
.bookEntry {
	clear:both;
}
.bookEntry #session{
	height:100%;
	padding:2px;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:0px;
	border-right:1px solid white;
	border-left:1px solid white;
	border-top:1px solid white;
	border-bottom:1px solid white;
	background-color:#202429;
}
.bookEntry .icon {
	width:14px;
	height:14px;
	float:right;
}
.bookEntry .icon img{
	float:right;
}
.bookEntry span {
	display:block;
	float:left;
}

.topInfo {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	width:926px;
	margin-right:1px;
	font-family:Arial;
	padding-bottom:5px;
}
.topInfo li.entry {
	padding:0px;
	padding-top:4px;
	height:19px;
	background-color:#F25A24;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-left:2px;
}
.topInfo li.entry2 {
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	height:14px;
	background-color:yellow;
	color:black;
	font-size:12px;
	text-align:left;
	margin-left:2px;
}

#session .clock {
	width:75px;
	font-size:12px;
	margin-bottom:1px;
	color:black;
}
#session .capacity {
	width:47px;
}
#session .description {
	width:110px;
	padding-top:2px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:black;
}
#session .instructor {
	width:110px;
	font-size:10px;
	text-align:center;
	margin-left:-1px;
	color:black;
}
#session .colorBox {
	width:100%;
	font-size:1px;
	line-height:0px;
}
#session .sms_prefix {
	width:100%;
	font-size:10px;
	text-align:right;
	color:black;
}
/* - interval */
.bookEntryInterval {
	float:left;
	overflow:hidden;
	width:64px;
	border-right:1px solid black;
}
#interval {
	width:65px;
	overflow:hidden;
	display:block;
	float:left;
}
#interval .clock {
	width:80px;
	display:none;
}
#interval .description {
	width:63px;
	padding-left:2px;
	border-bottom:1px solid black;
}
#interval .instructor {
	width:140px;
	display:none;
}
/* - slots */
#interval form {
	margin:0px;
}
#interval button {
	margin-top:2px;
	width:64px;
}
#interval .arrow {
	display:none;
}
.slotBoxTitle {
	text-align:center;
	table-layout:fixed;
	width:30px;
	float:left;
	display:inline;
	margin-left:12px;
	margin-right:0px;
}
.slotBoxTitle th{
	padding:0px;
	width:30px;
	height:21px;
	font-weight:normal;
	font-size:12px;
	letter-spacing:-1px;
	border-bottom:1px solid black;
}
.slotBox table{
	text-align:center;
	vertical-align:middle;
	table-layout:fixed;
	width:1px;
}
.slotBox td{
	text-align:center;
	padding:0px;
	width:20px;
	height:21px;
	background-color:white;
	border-bottom:1px solid black;
	border-left:1px solid black;
}
.slotBox td input{
	height:14px;
}
td.slotBooked {
	background-color:#539646;
}
td.slotNA {
	background-color:#ff6a6a;
}
.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;
}
.scrollUpReminder {
	display:none;
}