/* 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{
}
.messageBox2 {
  	background:#f8f8f8;
	padding: 10px;
	font-family: Verdana;
	border: 1px solid #ccc;
}
.messageItem {
	margin-bottom:2px;
}
.messageItem_nowidth {
	margin-bottom:2px;
}
.messageItem span {
	display:block;
	float:left;
	width:130px;
}
.messageItem_nowidth span {
	display:block;
	float:left;
}

.messageItem textarea {
	width: 400px;
	height: 100px;
}

.reminder {
	margin-top:10px;
	margin-bottom:10px;
}
.scrollUpReminder {
	margin-top:400px;
}

/* 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 {
	width: 800px;
	margin: 0px auto;
	margin-top: 30px;
	padding: 20px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	color: black;
}
#userInfo h3 {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #eaeaea;
}
#userInfo div.userData {
	border-bottom: 1px dotted #eaeaea;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#userInfo div.userData span {
	text-align: left;
	font-weight: bold;
}
#userInfo a,a.info {
	color: black;
}
#userInfo h2 {
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #eaeaea;
	margin-top: 20px;
}
.reservationsTable {
	margin-bottom: 30px;
	margin-top: 10px;
	border: 1px solid #eaeaea;
	border-collapse: collapse;
}
.reservationsTable tr td,.reservationsTable tr th {
	padding: 5px;
}
.reservationsTable tr th {
	background-color: #e8e8e8;
	color: black;
}
.reservationsTable tr.alternating {
	background-color: #f1f1f1;
}

.progress {
	border:1px solid #999999;
	width:200px;
	float:left;
}
.progress div {
	background-color:#999999;
}
.campainsTable {
	width:100%;
	margin-bottom:20px;
}
.campainsTable th {
	text-align:left;
	padding:2px;
	background:#cccccc;
	font-weight:bold;
	color:666666;	
}
.campainsTable td {
	padding:2px;
}


/* show available (list) */
#bookMenu {
	margin:0;
	padding:0;
	list-style:none;
}
#bookMenu li {
	clear:both;
}
/* - menu */
#bookMenu .username {
	color:green;
	font-weight:bold;
	margin-bottom:0px;
}
#bookMenu .username span{
	display:block;
	float:left;
}
#bookMenu .username a {
	color:green;
	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:green;
	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 {
	width:120px;
}
#bookMenu select.type {
	width:80px;
}
#bookMenu select.week {
	width:105px;
}
#bookMenu button.submit {
	width:40px;
	float:right;
}
/* - 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:#539646;
	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 #539646;
}
.bookEntry .icon {
	width:22px; float:left; clear:both;
}
.bookEntry span {
	display:block;
	float:left;
}
/* - session */
#session .clock {
	width:40px;
}
#session .capacity {
	width:40px;
}
#session .description {
	width:130px;
}
#session .instructor {
	width:160px;
}
#session .colorBox {
	padding-left:8px;
	border:1px solid #539646;
	font-size:9px;
	vertical-align:middle;
}
/* - 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:#539646;
}
td.slotNA {
	background-color:#ff6a6a;
}
#slotScroll {
	position:relative;
	left:0px;
	height:42px;
}
#slotScrollPane {
	height:44px;
	position:relative;
	left:0px;
	overflow:hidden;
	float:left;
}
.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;
}
