body, html, ul {
  margin: 0;
	padding: 0;
  font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #15428b;
}
strong {
	font-weight: bold;
}
#header {
  height: 100px;
	background: #fff url(../img/bg-header.gif) left top repeat-x;
	position: relative;
	min-width: 996px;
}
#header .client-name {
  position: absolute;
	top: 35px;
	left: 67px;
	font-size: 18px;
	font-weight: bold;
}
#page-title {
  font-size: 18px;
	margin-bottom: 3px;
}
.bespoke-options {
  position: absolute;
	top: 0px;
	right: 0px;
}
#user {
  position: absolute;
	bottom: 5px;
	right: 5px;
	width: 430px;
	height: 20px;
}
.logged-in-user {
  float: right;
	height: 24px;
	margin-right: 25px;
}
.bespoke-options a {
  text-decoration: none;
	display: block;
	float: left;
	padding: 5px 20px 5px 0px;
	color: #333;
}
.bespoke-options a:hover {
  text-decoration: underline;
}

.link {
  text-decoration: underline;
  cursor:pointer
}

#container {
  width: 100%;
	padding: 0;
	position: relative;
	min-width: 996px;
}

#nav {
  width: 100%;
	background: url(../img/bg-nav.gif) left top repeat-x;
	height: 27px;
	white-space: nowrap;
}
#nav ul {
  list-style: none;
	min-width: 996px;
}
#nav li {
  float: left;
}
#nav a {
  padding: 3px 13px 5px 13px;
	text-decoration: none;
	height: 100%;
	line-height: 26px;
	font-size: 12px;

	color: #15428b;
	font-weight: bold;
}
#nav a:hover {
  background: #dae6f4;
}
#page {
  padding: 10px 10px 10px 30px;
	width: auto;
}
#top-level-wrapper {
  min-width: 966px;
	float: left;
	width: 100%;
}
#cookie-trail a {
  text-decoration: none;
	/*font-style: italic;*/
	color: #666;
	
}
#instructions {

  font-size: 14px;
	padding: 4px 0;
	color: #15428b;
	float: left;
	clear: left;
}
#title-contents,
#instructions {
  max-width: 540px;
  letter-spacing: 0.1px;
}
#next-links {
  float: right;
	clear: none;
	max-width: 500px;
	/*border-left: 1px solid #d6e3f2;*/
	/*padding-left: 20px;*/
	margin: 0px -5px 3px 0px;
}

#next-links li,
#next-links td,
.button-mid {
  float: left;
	padding: 4px 8px;
	margin: 4px 9px;
	background: url(../img/bg-next-mid.png) left top repeat-x;
	/*height: 23px;*/
	text-align: center;
	cursor: pointer;
	max-width: 200px;
	font-weight:bold;
}
#next-links tr {
/*	background: url(../img/bg-next-mid.png) left top repeat-x; */
}
#next-links td {
  width: 180px;
	padding: 2px 5px 4px 5px;
	border: 1px solid #b8d3f7;
	background: #d6e3f2 url(../img/bg-next-mid.png) left -1px repeat-x;
	margin: 3px;
	min-height: 22px;
}
table#next-links {
  /* border: 1px solid #666; */
}
.button-mid.done {
  float: left;
	clear: left;
  max-width: 70px;
	margin-left: 0px;
}
#logout-wrapper {
  float: right;
	width: 80px;
}
.button-mid.logout {
  /*width: 50px;*/
	margin: -12px 4px 0px 4px;
	margin-left: 10px;
	float: right;
	
}
#AjaxForm {
  float: left;
	clear: left;
}
#title-contents {
  float: left;
}
#next-links {
  float: right;
}
#next-links li:hover,
#next-links td:hover,
.button-mid:hover,
.button-mid.logout:hover,
#logout-button .button-mid:hover {
  background: #cbdbee url(../img/bg-next-mid-over.png) left -1px repeat-x;
}
.button-mid a,
.button-mid-link,
#next-links li a,
#next-links td a {
  text-decoration: none;
	color: #15428b;
	padding-top: 4px;
	display: block;	
	text-align: center;
	width: 100%;
	height: inherit;
	font-size: 12px;
}
.button-left,
.button-right {
  background: url(../img/bg-next-left.png) left top no-repeat;
	height: 29px;
	margin: -4px -8px;
	width: 3px;
	float: left;
}
.button-right {
  background: url(../img/bg-next-right.png) left top;
	float: right;
}
.n-link {
  margin: 0 auto;
	float: left;
	width: 100%;
	margin: 0px -4px;
	height: 100%;
}
#toolbar,
#grid {
  clear: both;
}



/* menu pages */
ul.menu {
  clear: left;
}
.menu li {
  list-style: none;
	min-height: 30px;
	margin: 6px 0;
	float: left;
	width: 48%;
}

.menu a {
	float: left;
  display: block;
  padding: 6px 8px 3px 40px;
	height: 30px;
	background: #fff url(../img/bg-next.gif) left top no-repeat;
	text-decoration: none;
  color: #15428b;
	font-size: 14px;
}
.menu a:hover{
  /*background: #eee;*/
}
#AjaxForm label {
  display: inline-block;
  vertical-align: top;
}

#AjaxForm ol {
  margin: 0;
  padding: 0;
}

#AjaxForm li {
  list-style: none;
  margin: 0px;
	padding: 4px 0;
}

#AjaxForm ul li ul {
	border:solid 1px #666666;
	background-color:#eee;
	margin-left:-4px;
	padding: 4px
}

#AjaxForm label {
  /* width: 140px; *//* Width of labels */ 
}

#Listing {
	border: 1px solid black
}

#Listing th {
	background-color: #FFCCCC;
	font-weight: bold
}

#Listing {
	border:1px solid black;
	border-collapse:collapse
}

#Listing th {
	background-color:#CCCCCC;
	font-weight:bolder;
	border:1px solid black
}

#Listing td {
	border-left:1px solid black;
	border-right:1px solid black;
	cursor:pointer
}

.ContextMenu {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	list-style:none;
	background-color:#CCCCCC;
	border:1px solid black
}

.ContextMenu li {
	border:1px solid black;
	margin-left:-40px
}

#action-popup-wrapper {
  background: url(../img/popup-arrow.png) 0px 20px no-repeat;
	padding: 0 30px;
	display: none;
	height: 100px;
	position: absolute;
	z-index: 3000;
	width: 500px;
}
#action-popup {
  
	/*width: 380px;
	min-height: 210px;*/
	border: 1px solid #a1c5f5;
	background: #e2ebf5;
	position: absolute;
	z-index: 2000;
	color: #072d79;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding: 5px;
}
#action-popup-header {
  float: left;
  width: 120px;
}
#action-popup-menu {
  float: left;
	clear: left;
	width: 120px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#action-popup-menu li {
  padding: 3px 10px;
	width: 100px;
	min-height: 17px;
	line-height: 18px;
	font-weight: normal;
	background: #d6e3f2 url(../img/action-menu-button.png) 0px 0px no-repeat; /*#dedede;*/
	cursor: pointer; 
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #b4cdf1;
}
#action-popup-menu li:hover {
  background: #cbdbee url(../img/action-menu-button-hover.png) 0px 0px no-repeat; /*#dedede;*/
}
#action-popup-more-info {
  /*width: 650px;*/
	height: 100%;
	float: right;
	/* margin-top: -18px; */
}
#action-popup-more-info-content {
	float: left;
	width: 340px;
	margin-top: 10px;
	margin-bottom: 0px;
	/* border-left: 1px solid #99bbe8; */
	/*background: #fff;*/
	clear: right;
	font-size: 12px;
	padding: 5px
}
#action-popup-more-info-content ul {
  padding-left: 22px;
	list-style: disc;
}


#action-popup-more-info-header {
  float: left;
	margin-bottom: 3px;
}
#action-popup-close-button {
  position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 15px;
	background: #072d79;
}

/* ext overrides */
.x-btn button {
  font-size: 12px;
	/*font-weight: bold;*/
	color: #15428B;
}
.x-toolbar td,
.x-toolbar span,
.x-toolbar input,
.x-toolbar div,
.x-toolbar select,
.x-toolbar label {
  font-size: 13px;
	font-weight: bold;
}

/* login page warning */
#Warning {
  display: none;
	margin-left: 125px;
	padding: 5px;
	width: 200px;
	background: #ebf1f9;
	border: 1px solid #15428b;
	
}
#property-name-container.ext-fix-form-align {
  
}
#not-clean-warning {
  display: none;
	background: #f9ecec url(../AjaxForms/smallError.gif) 3px 2px no-repeat; 
	border: 1px solid #fcc9c9;
	font-weight: bold; 
	color: #f00;
	padding: 3px 3px 3px 23px;
	min-height: 15px;
	margin:3px 0;
}

.current-balance, .language-selector {
  clear: both;
  background: #ebf3fd;
  padding: 3px 6px;
	float: left;
	border: 1px solid #99bbe8;
}

/* language links */
.language-selector {
  padding-top: 2px;
  margin-right: 10px;
}
.language-selector a:link,
.language-selector a:visited,
.language-selector a:hover,
.language-selector a:active {
  text-decoration: none;
	font-weight: bold;
	color: #15428b;
	font-size: 11px;
}

/* members booking wizard */
#booking-form {
  position: relative;
  display: none;
	float: left;
	height: 284px;
	width: 384px;
	padding: 8px;
	background: #e2ebf5 url(../img/bg-wizard.jpg) top left no-repeat;
	border: 2px solid #e2ebf5;
  font-family: tahoma, arial, sans-serif;
	font-size: 13px;
  text-align: center;
	color: #072d79;
}
#booking-details {
  display: none;
  position: absolute;
	top: 10px;
	right: -278px;
	padding: 8px;
	width: 260px;
	height: 260px;
	background: #e2ebf5;
	border: 1px solid #c7d9ee;
	border-width: 1px 1px 1px 0px;
	text-align: left;
}
#booking-form .date-container {
  margin-left: 100px;
	text-align: center;
}
.form-header,
.form-instruction {
	font-size: 15px;
  text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.form-instruction {
	margin-bottom: 15px;
}
.form-input {
  position: relative;
	margin-top: 10px;
}
a.form-option,
a.form-mini-option {
  display: block;
	padding: 20px;
	width: 100px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #efefef;
	opacity: 0.8;
	text-align: center;
	border: 1px solid #999;
	border-width: 0px 1px 1px 0px;
	font-weight: bold;
	cursor: pointer;
}
a.form-mini-option {
  padding: 10px;
	width: 27px;
	float: left;
	margin-left: 6px;
}
a.form-done-button {
  display: inline-block;
  padding: 2px 4px;
	width: 40px;
	margin-left: 6px;
  text-align: center;
	background: #efefef;
	border: 1px solid #999;
	border-width: 0px 1px 1px 0px;
	font-weight: bold;
	cursor: pointer;
}
a.form-done-button.clear {
  clear: both;
	float: left;
	padding: 5px 10px;
	margin: 5px 42px;
}
a.form-option:hover,
a.form-mini-option:hover,
a.form-done-button:hover {
  background: #fff;
}
a.form-option:active,
a.form-mini-option:active {
  border-width: 1px 0px 0px 1px;
}
#form-back-button,
#form-next-button {
  display: none;
  padding: 6px 12px;
	font-weight: bold;
	background: #none;
	position: absolute;
	bottom: 3px;
	background: #efefef;
	cursor: pointer;
	z-index: 1000;
}
#form-back-button {
	left: 3px;
}
#form-next-button {
	right: 3px;
}
#form-back-button:hover,
#form-next-button:hover {
  background: #fff;
}
.details-display {
  margin-bottom: 3px;
}
.details-label {
  font-weight: bold;
}
a.form-done-button.time {
  clear: both;
	float: left;
	margin: 5px 88px;
}

.refresh-icon .x-btn-text {
	background-image:url(../extjs/resources/images/default/grid/refresh.gif);
}

.launch-help {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(../img/help-button.png);
	float: right;
	cursor: pointer;
	margin: 1px 0px 0px 10px;
}

