@import "font.css";

/* 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 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: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #0018A8;
	font-weight: normal;
}
h3 {
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 20px 0px 0.6em 0px;
	color: #0018A8;
	font-weight: normal;
}
h4{
	font: 1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #333;
}
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: #000;
	margin-bottom: 8px;
}
a,a:visited{
	color: #003A63;
	text-decoration: underline;
}
a:hover,a:visited:hover{
	color: #0018A8;
}

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: #0018A8;
}
.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: #0018A8;
}
.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: #0018A8;
}
#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%;
}

@media (max-width: 767px){
	table {
		overflow-x: auto;
		display: block;
	}
}

th{
	background: #0018A8;
	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: #fff;
	text-decoration: underline;
}
td{
	padding: 5px 3px 5px 7px;
	background: #e6e6e6;
	border-bottom: 1px solid #fff;
}
tr.altrow td{
	background: #fff;
}

.schedule th{
	background: #0018A8;
	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{
	clear: both;
}
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: #006699;
	font-style: italic;
}

form{ margin-bottom: 15px;}
form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform .wide-label label{ width: 100%;}
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ margin: 0px 0px 20px 0px; border: 1px solid #0098db; padding: 5px;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.4em; background: #fff;
	color: #0018A8;
	font-weight: bold;
}
form.cmxform ol{	
	margin-bottom: 15px;
}
form.cmxform li{
	font-size: 1.1em;
	border-bottom: 2px solid #fff;
	background: #eaf1f7;
}
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;
}
.longtextbox{
	border: 1px solid #666;
	padding: 2px;
	width: 440px;
	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;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.emailtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 70px;
	width: 400px;
	overflow:auto;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.emailbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 300px;
	width: 500px;
	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: #0018A8;
	border: 1px solid #0018A8;
	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: #e00034;
	color: #fff;
	font-size: 0.9em;
}
.textError{
	color: #C00
}
.form-error{
	border: 2px solid #D0738F;
}

.full-width select{
	width: 70%;
}

#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;
	text-align: center;
}

#findHost{
	margin: 5px 0px;
	padding: 5px;
	background: #0098db;
	font-size: 1.2em;
	
}
#findHost input{
	background: #fff;
	border: 1px solid #666;
	height: 25px;
	width: 250px;
}

div#cke_MeetingEmailMsg[style]{
	width: 100% !important;
}


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

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

/* ------ Wrappers --------------------------- */
#popupContainer{
	background: #fff;
	margin: 20px;
	padding: 20px;
	position: relative;
}

#container{
	margin: 0 auto;
	width: 960px;
	background: #fff;
}

#loginDetails{
	float: right;
	margin: 17px 20px 0px 0px;
	color: #fff;
}
#loginDetails a{
	color: #fff;
}

@media (max-width: 767px){
	#container{
		width: 100%;
	}
	.not-for-mobile{
		display: none;
	}
	
}

@media (min-width: 768px) {
	#container{
		width: 768px;
	}
	.not-for-mobile{
		display: block;
	}
}

@media (min-width: 992px) {
	#container{
		width: 960px;
	}
}



/* ------ Header Layout -------------------- */
#header{
	width: 960px;
	margin: 0px auto;
	background: url(../images/db_icon.gif) center right no-repeat;
	height: 106px;
	position: relative;
}
#header h1{ margin: 0px; height: 70px; width: 250px; float: left; padding: 10px 0px 0px 0px;}
#header h1 a span{	
	display: none;
}

#logo{
	padding: 20px;
}

#headerButtons{
	position: absolute;
	top: 30px;
	left: 600px;
	width: 300px;
}

#helpButton,#improvementsButton{
	display: inline-block;
}

#helpButton a{
	display: inline-block;
	padding: 10px 20px;
	background: #cc0000;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#helpButton a:hover{
	background: #333;
}

#improvementsButton a{
	display: inline-block;
	padding: 10px 20px;
	background: #F7931E;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
}

#improvementsButton a:hover{
	background: #333;
}

#searchForm form{
	display: inline-block;
	margin-left: 20px;
}


@media (max-width: 767px){
	#header{
		width: 100%;
		background: none;
		height: auto;
	}
	#logo{ 
		width: 250px;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	#headerButtons{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
}
}

@media (min-width: 768px) {
	#header{
		width: 768px;
	}
	#headerButtons{
		position: absolute;
		top: 30px;
		left: 400px;
		width: 300px;
	}
}

@media (min-width: 992px) {
	#header{
		width: 960px;
	}
	#headerButtons{
	position: absolute;
	top: 30px;
	left: 600px;
	width: 300px;
}
}
/*----------- end header ------------------- */

/* ---------- menu layout ------------------- */
/* Drop Down Menu */

#navArea{
	background: #eaf1f7;
	padding: 10px 0px 20px 0px;
}

#nav{
	background: url(../images/background_navi.gif) repeat-x;
	height: 40px;
	width: 940px;
	margin: 0 auto;
}
#nav ul {
	list-style: none;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	z-index: 100;
	
}

#nav .selected a, #nav .selected a:visited{
	color: #0098db;
}

#nav a, #nav a:visited{
	display: block;
	color: #000;
	text-decoration: none;
	
	padding: 0px;
	
}

#nav a:hover, #nav a:visited:hover{ 
	color: #0098db;
}


#nav li {
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 3px 1px 0px 0px;
	list-style-type: none;
	background: url(../images/nav_divider.gif) no-repeat right center;
}
#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:#0018A8;
	border-top: #fff solid 1px;
}
#nav li li a{
	color: #fff;
	padding: 0.5em 0.5em;
}
#nav li li a:hover{
	background: #0018A8;
}

#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;
}

#mobile-menu{
	display: none;
}

@media (max-width: 767px){
	#mobile-menu{
		display: block;
		padding-left: 10px;
		font-size: 16px;
		cursor: pointer;	
	}
	#nav{
		background: none;
		height: auto;
		width: 100%;
	}
	#nav li {
		background: none;
		float: none;
	}
}

@media (min-width: 768px) {
	#nav{
		width: 768px;
	}
}

@media (min-width: 992px) {
	#nav{
		width: 940px;
	}
}



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

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

#content{
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px;
	background: url(../images/bar_shadow.gif) no-repeat top center;
}

.meetings{
	padding: 20px 0px 20px 0px;
	background: url(../images/tabs_bg.gif) repeat-x;
}

.sidebar{
	background: url(../admin-theme/sidebar_bg.gif) repeat-y;
}
.column{	
	float: left;
	display: inline;
}
.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;
	height: 1%;
}
#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: 15px;
}
#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: 30px 0px 0px 20px;
	color: #999;
}

@media (max-width: 767px){
	#content{
		width: 100%;
	}
	#column1alt{
		margin-left: 2%;
		margin-right: 2%;
		width: 96%;
	}
	#innercolumn1{
		width: 100%;
	}
	#innercolumn2{
		width: 100%;
		margin-left: 0px;
	}
	#loginArea{
		width: 96%;
		margin: 0px 2%;
		padding: 40px 0px 0px 0px;
		color: #fff;
	}
	#column1{
		width: 96%;
		margin: 0px 2%;
		height: 1%;
	}
	#column2{
		width: 96%;
		margin: 0px 2%;
	}
}

@media (min-width: 768px) {
	#content{
		width: 768px;
	}
	#column1alt{
		margin-left: 10px;
		width: 768px;
	}
	#loginArea{
		width: 500px;
		margin: 0px auto;
		padding: 40px 0px 0px 0px;
		color: #fff;
	}
	#innercolumn1{
		width: 48%;
		margin: 0px 1%;
	}
	#innercolumn2{
		width: 48%;
		margin: 0px 1%;
	}
}

@media (min-width: 992px) {
	#content{
		width: 960px;
	}
	#innercolumn1{
		width: 440px;
		margin: 0px;
	}
	#innercolumn2{
		width: 440px;
		margin-left: 20px;
	}
	#loginArea{
		width: 500px;
		margin: 0px auto;
		padding: 40px 0px 0px 0px;
		color: #fff;
	}
	#column1alt{
		margin-left: 20px;
		width: 920px;
		height: 1%;
	}
}

/* ------------------ 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: url(../admin-theme/alert.png) no-repeat #FC0;
	background-position: 2px 2px;
	border: 4px solid #cc0000;
	color: #000;
	padding: 12px 10px 10px 40px;
	font-size: 1.2em;
	font-weight: bold;
}

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

/* ----- Login Page ------ */
#login-body{
	background: #fff;
}
#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;
}

@media (max-width: 767px){
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 992px) {
	
}

#quicksearchform{
	clear: both;
	display: block;
	background: #e6e6e6;
	padding: 10px;
	font-size: 1.2em;
}
#quicksearchform input{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
#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;
  z-index: 100;
}

#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(../admin-theme/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;
}

#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: #0018A8;
	font-weight: bold;
}
#bookingsteps span{
	font-size: 0.8em;
}

form.cmxform li.booked{
	background: #FF3333;
}
form.cmxform li.available{
	background: #99CC33;
}
form.cmxform li.selected{
	background: #000;
}

#colourKey{
	width: 420px;
	float: right;
	text-align: right;
	padding-top: 0px;
	margin-left: 30px;
}

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

#meetingCalendar{
	overflow: auto;
	height: 500px;
	clear: both;
}

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

.calendar h4{
	font-size: 0.8em;
}

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

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

.calendar li.booked{
	background: url(../images/colour_booked.gif);
	color: #fff;
}

.calendar li.booked.catering-required{
	background: #666;
	color: #fff;
}



.calendar li.booked a{
	color: #fff;
}
.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;
}

.addMeetingButton{
	float: right;
}

#windowButtons{
	right: 10px;
	top: 10px;
	position: absolute;
}

@media (max-width: 767px){
	#colourKey{
		width: 100%;
		float: none;
		margin-left: 0px;
		text-align: left;
	}
	#colourKey span{
		display: block;
	}
	#pageButtons{
		clear: both;
		width: 100%;
		float: none;
		text-align: left;
	}
	.calendar{
		width: 100%;
		float: none;
		display: block;
	}
	.calendar.mobile-header h4{
		padding: 10px;
		font-size: 14px;
		background: #efefef;
	}
	.calendar.mobile-header{
		display: block;
	}
	.calendarHeaders{
		display: none;
	}
	#meetingCalendar{
		overflow: visible;
		height: auto;
		clear: both;
	}
	.calendar li{
		height: auto;
	}
	#bookingsteps{
		padding-top: 15px;
		width: 100%;
		float: none;
	}
	#bookingsteps li{
		
		padding: 0px 10px 0px 0px;
		background: none;
	}
	#bookingsteps span{
		display: none;
	}
}

@media (min-width: 768px) {
	#colourKey{
		width: 100%;
		float: none;
		margin-left: 0px;
		text-align: left;
	}
	#colourKey span{
		display: inline;
	}
	#pageButtons{
		clear: both;
		width: 520px;
		float: right;
	}
	.calendar{
		width: 68px;
		float: left;
		display: inline;
	}
	#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;
	}
	
	.calendar.mobile-header{
		display: none;
	}
}

@media (min-width: 992px) {
	.calendar.mobile-header{
		display: none;
	}
	.calendarHeaders{
		display: block;
	}
	#meetingCalendar{
		overflow: auto;
		height: 500px;
		clear: both;
		
	}
	.calendar li{
		height: 80px;
	}
	#colourKey{
		width: 420px;
		float: right;
		text-align: right;
		padding-top: 0px;
		margin-left: 30px;
	}
	
}


#meetingTabs{
	padding: 2px 10px 0px 10px;
}

#meetingDays ul{
	margin: 0px;
}

#meetingTabs li{
	display: inline;
	float: left;
	margin: 0px 4px 0px 0px;
	
}

#meetingTabs li a{
	display: block;
	padding: 10px 10px 10px 10px;
	background: url(../images/bg_tabcontent.gif);
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #000;
}

#meetingTabs li.selected{
	
}

#meetingTabs li.selected a{
	background: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#alerts{
	width: 44%;
	float: left;
	display: inline;
	padding: 3%;
	background: #eaf1f7;
	margin-top: 20px;
}

.alert{
	padding: 5px;
	background: #fff;
	margin-bottom: 5px;
	
}

@media (max-width: 767px){
	#meetingTabs{
		padding: 2px 10px 0px 0px;
	}
	#meetingTabs li{
		margin: 0px 0px 0px 0px;
	}
	#meetingTabs li a{
		padding: 5px;
	}
	#alerts{
		width: 100%;
		float: none;
		display: block;
	}
	div#MB_window[style]{
		width: 100% !important;
	}
	
}

@media (min-width: 768px) {
	#meetingTabs{
		padding: 2px 10px 0px 10px;
	}
	#meetingTabs li{
		margin: 0px 4px 0px 0px;
	}
	#alerts{
		width: 44%;
		float: right;
	}
	#meetingTabs li a{
		padding: 10px 10px 10px 10px;
	}
}

@media (min-width: 992px) {
	
}

.page-content img[style]{
	width: 100% !important;
	height: auto !important;
}

