/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #003399;
	font-weight: bold;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #666;
	font-weight: normal;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #003399;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a,a:visited{
	color: #003A63;
	text-decoration: underline;
}
a:hover,a:visited:hover{
	color: #4A71AE;
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
.contentsection{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.contentsection h3{
	
	color: #4A71AE;
}
.contentsection h3 a, .contentsection h3 a:visited{
	color: #fff;
}
.contentsection h3 a:hover, .contentsection h3 a:visited:hover{
	color: #003A63;
}
.contentsectionscroll{
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	height: 200px;
	overflow: auto;
}
.contentsectionscroll h3{
	
	color: #4A71AE;
}
.moduleprogress{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
/* -------------- end general glasses -------------------------------------------- */

/* --------------- Specific Area ----------------------------------------------- */

#breadcrumbs{
	background: #E6E6E6;
	padding: 10px;
	margin: 20px 0px 20px 0px;
	color: #4A71AE;
}
#breadcrumbs a{
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #000;
}
#pageoptions{
	padding: 10px;
	margin-top: 7px;
}
#pageoptions h3{
	border-bottom: 1px solid #999;
	color: #333;
}
#pageoptions li{
	list-style-type: none;
	margin-left: 0px;
}
#pageoptions a{
	text-decoration:none;
}
.textbutton a{
	text-decoration: none;
}
#journals{
	padding: 10px;
	margin-top: 7px;
}
.journal{
	padding: 10px 0px;
	border-bottom: 1px dashed #ccc;
}
.searchresult{
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
}
.results{
	margin-top: 15px;
}
#contacts{
	width: 250px;
	margin-right: 10px;
}
/* ------------ Tables ---------------------------------------------------------- */

table{
	width: 100%;
}
th{
	background: #4A71AE;
	padding: 7px;
	color: #fff;
	font-size: 1.1em;
}
th a, th a:visited{
	text-decoration: none;
	color: #fff;
}
th a:hover, th a:visited:hover{
	color: #000;
	text-decoration: underline;
}
td{
	padding: 5px 3px 5px 7px;
	background: #F2F2F2;
	border-bottom: 1px solid #fff;
}
tr.altrow td{
	background: #fff;
}
tr.footer td{
	background: #4A71AE;
	padding: 7px;
	color: #fff;
	font-size: 1.1em;
}

.schedule th{
	background: #4A71AE;
	padding: 3px;
	color: #fff;
	font-size: 0.85em;
}
.schedule td{
	font-size: 0.9em;
	padding: 6px 3px 6px 3px;
	border-right: 1px solid #fff;
	color: #ccc;
}
.schedule td a{
	color: #fff;
}
.nameColumn{
	background: #333;
	color: #fff;
}
.bookingTypes{
	width: 300px;
	border: 1px solid #ccc;
}
.bookingTypes td{
	border-bottom: 1px solid #ccc;
}

/* calendar CSS */
 
table.calendar {width: 100%; border: 1px solid #999; border-collapse: collapse; margin: 0px; padding: 0px; background-color: #ffffff;}
table.calendar th {background-color: #ccc; text-transform: none; color: #000; padding: 4px; text-align: center; border: 1px solid #999;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 70px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #F3F5EB;}
table.calendar td {border: 1px solid #cccccc;}
 
table.calendar td div.cell-number {text-align: right; font-size: 9px; color: #444444; display: block;}
table.calendar td div {display: block; font-size: 11px; text-align: left;}
table.calendar thead th {border: 1px solid #cccccc;}


/* ----- Colour Picker ------  */
table.colorPicker {
	margin-left: 210px;
}
table.colorPicker td{
	width: 15px;
	height: 15px;
	border: solid 1px #000000;
}

/* ------------------------- DEfinition Lists ------------------------------------- */

dl{}
dt{ margin-bottom: 5px; width: 33%; float: left; background: #F2F2F2; color: #666; padding: 1%; clear: left;}
dd{ margin-bottom: 5px; width: 60%; float: left; background: #F2F2F2; padding: 1%; }


/* --------------- Form Styles - Using CMX Form ---------------------------------- */

.filterform{
	
	margin: 0px 0px 10px 0px;
	background: #e6e6e6;
	padding: 10px;
}
.filterform .input{
	float: left;
	display: inline;
	margin: 0px 20px 0px 10px;
}
.filterform:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.filterform {display: inline-block;}
/* Hides from IE-mac \*/
* html .filterform {height: 1%;}
.filterform {display: block;}
/* End hide from IE-mac */	

form.cmxform fieldset { margin-bottom: 5px; }
form.cmxform legend {
	padding: 0 2px;
	margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 2px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #BE1E2D;
	}

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 203px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { 
	font-size: 100%;
	font-weight: normal;
}

form.cmxform fieldset {
	border: none;
	background: url(../../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	
#ajaxform label { width: 100px; } /* Width of labels */
#ajaxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
#ajaxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #EFEFEF;
	color: #003399;
	font-style: italic;
}

form{ margin-bottom: 15px;}
form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ margin: 0px 0px 20px 0px; border: 1px solid #e6e6e6; padding: 5px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #003399;
	font-style: italic;
}
form.cmxform ol{	
	margin-bottom: 15px;
}
form.cmxform li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #F2F2F2;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.datebox{
	border: 1px solid #666;
	padding: 2px;
	width: 120px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.medtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 200px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}

.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.submit input{
	padding: 0px 20px;
	height: 30px;
	background: #4A71AE;
	border: 1px solid #4A71AE;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	margin-left: 215px;
}
.checkbox input{
	margin-right: 10px;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.error-message{
	padding: 3px 3px 3px 10px;
	background: #D4145A;
	color: #fff;
	font-size: 0.9em;
}
.form-error{
	border: 2px solid #D0738F;
}

#PageSearchForm{	
	background: #e6e6e6;
	padding: 10px;
}
#PageSearchForm label{
	margin-right: 5px;
}
#PageSearchForm .submit input{
	margin-left: 0px;
	margin-top: 5px;
}

.editor_field{
	width: 100%;
	border: 1px solid #333;
	background: #fff;
}

#formButtons{
	clear: both;
	padding-top: 20px;
	
}

/* -------------- End Form Styles ----------------------------------------------- */

/* --------------------------------------------------------------------------------
###################################################################################
			LAYOUT STYLES
###################################################################################
----------------------------------------------------------------------------------- */
body{
	background: url(../images/bgrepeat.gif);
}

/* ------ Wrappers --------------------------- */

#headerwrapper{
	background: url(../images/header_bg.gif) no-repeat;
	margin: 0px auto;
	width: 980px;
	height: 210px;
}
#contentwrapper{
	background: url(../images/content_bg.gif);
	margin: 0px auto;
	width: 980px;
}
#footerwrapper{
	background: url(../images/footer_bg.gif);
	margin: 0px auto;
	width: 980px;
	height: 81px;
}

/* ------ Header Layout -------------------- */
#header{
	width: 960px;
	margin: 0px auto;
}
#header h1{ margin: 0px; height: 70px; width: 250px; float: left; padding: 10px 0px 0px 0px;}
#header h1 a span{	
	display: none;
}
/*----------- end header ------------------- */

/* ---------- menu layout ------------------- */
/* Drop Down Menu */
#nav{
	width: 960px;
	margin: 0px auto;
	background: #0096D6;
}
#nav ul {
	list-style: none;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.4em 1em;
	background: #0096D6;
	font-weight: normal;
}
#nav a:hover{ color: #fff; background: #8BC0E8;}
#nav #current a{
	background: #8BC0E8;
	color: #fff;
}
#nav #current a:hover{
	background: #8BC0E8;
}
#nav #current li{
	padding-right: 0;
	width: 13em;
}
#nav li {
	float: left;
	padding: 0;
	margin: 0px 1px 0px 0px;
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}

#nav li li {
	padding: 0;
	margin: 0;
	width: 13em;
	background:#8BC0E8;
	border-top: #fff solid 1px;
}
#nav li li a{
	color: #fff;
	padding: 0.5em 0.5em;
}
#nav li li a:hover{
	background: #8BC0E8;
}

#nav li ul ul {
	margin: -2em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {	
	color: #fff;
	position: static;
}

/* end drop down */
/* ------ end menu ------------------------------- */

#loginArea{
	width: 500px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
}

#content{
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}
.sidebar{
	background: url(sidebar_bg.gif) repeat-y;
}
.column{	
	float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#column1{
	width: 240px;
	height: 1%;
}
#column1alt{
	margin-left: 20px;
	width: 920px;
}
#column2{
	width: 680px;
	margin-left: 20px;
	height: 1%;
	padding-bottom: 20px;
}
#column3{
	width: 240;
	margin-left: 20px;
	height: 1%;
}
#datacolumn1{
	width: 330px;
}
#datacolumn2{
	width: 330px;
	margin-left: 10px;
}
#innercolumn1{
	width: 440px;
}
#innercolumn2{
	width: 440px;
	margin-left: 20px;
}
#innercolumn3{
	width: 300px;
	margin-left: 10px;
}
#footer{
	width: 960px;
	margin: 0px auto;
}
#footer ul{
	margin: 3px 0px;
}
#footer li{
	padding: 4px 0px;
	margin: 0px 20px 0px 0px;
	font-size: 1.1em;
	color: #fff;
	list-style-type:none;
	display: inline;
}
#footer p{
	margin: 0px;
	padding: 5px;
}

/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
	margin-left: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px 0px;
	margin-left: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
	border: 1px solid #ccc;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px 8px 5px 8px;
	text-decoration: none; 
	color: #666;
	background: #e6e6e6;
}

.pagination a:hover, .pagination a:active{
	color: #fff;
	background: #666;
}

.pagination span.current{
font-weight: bold;
cursor: default;
color: #fff;
	background: #666;
	padding: 5px 8px 5px 8px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;

}

.pagination a.prevnext{
font-weight: bold;
}

.paginationstatus{
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.message{
	background: #DFF1F4;
	border: 1px solid #003399;
	color: #000;
	padding: 5px;
	font-size: 1.2em;
}

.editor_field{
	width: 100%;
	border: 1px solid #333;
	background: #fff;
}

/* ----- Login Page ------ */
#login-body{
	background: #171831;
}
#login-container{
	width: 500px;
	margin: 0 auto;
}
#login-header{
	width: 960px;
	margin: 0px auto;
	height: 80px;
}
#login-header h1 a{	
	display: block;
	width: 200px;
	height: 50px;
}
#login-content{
	background: #fff;
	padding: 10px;
}



#quicksearchform{
	
	background: #e6e6e6;
	padding: 10px;
}
#ApartmentName{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 250px;
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
div.auto_complete {
  position:absolute;
  width:290px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:18px;
  cursor:pointer;
}

#status{
	padding: 5px;
	border: 1px solid #009966;
	background: #DBEFB1;
	margin: 10px 0px 10px 0px;
}
ul.sortable{
	margin: 0px;
}
ul.sortable li{
	list-style-type: none;
	padding: 5px 5px 5px 30px;
	border: 1px solid #ccc;
	cursor:move;
	margin: 0px 0px 3px 0px;
	font-size: 1.2em;
	background: url(icon_order_arrows.gif) no-repeat left;
}
ul.sortable li:hover{
	border: 1px solid #1FBECA;
	background: #CFEBEE;
}
ul.sortable li.defaultpicture{
	background: #0F9;	
}

#scheduler{
	overflow: auto;
	padding: 0px 0px 20px 0px;
}

/* -- booking report layout ------ */
.booking{
	clear: both;
}
#booking1{
	width: 210px;
}
#booking2{
	width: 210px;
	margin-left: 10px;
}
#booking3{
	width: 210px;
	margin-left: 10px;
}

#shortcuts{
	margin: 30px 0px 40px 0px;
}
#shortcuts img{
	margin: 0px 10px 0px 0px;
}

.contentBox{
	width: 280px;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
}
#colourKey{
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#pageButtons{
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

.calendar{
	width: 150px;
	float: left;
	display: inline;
}

.calendar li{
	list-style: none;
	margin: 1px;
	padding: 5px;
	background: #e6e6e6;
	color: #000;
	font-weight: bold;
	height: 60px;
}

.calendar a{
	color: #000;
	text-decoration: none;
}

.calendar li.booked{
	background: url(../images/colour_booked.gif);
}
.calendar li.available{
	background: url(../images/colour_available.gif);
}
.calendar li.turnaround{
	background:  url(../images/colour_turnaround.gif);
}
.calendar li.attending{
	background:  url(../images/colour_attending.gif);
}
.clearboth{
	clear: both;
}

#bookingsteps{
	padding-top: 15px;
	width: 600px;
	float: right;
}
#bookingsteps li{
	display: inline;
	float: left;
	list-style-type: none;
	font: 1.3em Helvetica, Arial, sans-serif;
	color: #B3B3B3;
	margin: 0px;
	padding: 0px 10px 0px 40px;
	background: url(../images/line.gif) left no-repeat;
}
#bookingsteps #current{
	color: #005AA4;
	font-weight: bold;
}
#bookingsteps span{
	font-size: 0.8em;
}