* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Helvetica, "Helvetica Neue", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #fefefe;
	margin: 0;
	color: #333333;
}

html, body {
	height: 100%;
}

img {
	border: none;
}

h1 {
	padding-top: 25px;
	margin-bottom: 10px;
	color: #666;
	border-bottom: solid 1px #999;
}

.textbox, .pulldown {
	font-size: 12px;
	color: #716e71;
	padding: 2px 3px;
	border: solid 1px #aaaaaa;
	margin:1px;
}

.button {
	display: inline;
	margin: 0 7px 0 0;
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;
	-moz-box-shadow: 0px 0px 3px 0px #ccc;
	-webkit-box-shadow: 0px 0px 3px 0px #ccc;
	box-shadow: 0px 0px 3px 0px #ccc;
}

.main-div-shadow {
	-moz-box-shadow: 0px 0px 3px 0px #dddddd;
	-webkit-box-shadow: 0px 0px 3px 0px #dddddd;
	box-shadow: 0px 0px 3px 0px #dddddd;
	background-color: #F1F1F1;
	border: solid 1px #ccc;
	padding: 10px;
}

.main-div-header {
	background-color: #ddd;
	margin:-10px -10px 10px -10px;
	line-height:25px;
	padding-left:15px;
	font-size:1.2em;
	font-weight: bold;
	color:#777;
	border-bottom: solid 1px #ccc;
}

.button:hover {
	background-color: #e8e8e8;
}

.button.disabled
{
	color:#949494;
}

/*********************************************************/
div.error, div.warning, div.success, #loginError {
	border: 1px solid #ba0026;
	border-radius: 5px 5px 5px 5px;

	background: #ffc3c8 url("../img/s_error.png") no-repeat scroll 5px 5px;

	margin: 5px auto 5px auto;
	padding: 6px 25px !important;
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
}

div.error, div.success {
	text-align: left;
	font-size: 13px;
}

div.success {
	border: solid 1px #8CC739;
	text-align: center;
	background: #BCE27F url("../img/tick-circle.png") no-repeat scroll 5px 5px;
}

div.warning {
	border: solid 1px #c77600;
	text-align: center;
	background: #f6c500;
}

div.error table {
	width: 100%;
}

div.error img {
	padding: 0px 10px;
}

div.error ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

div.error li {
	font-size: inherit;
}

#content {
	margin: 10px 15px 15px 15px;
	padding: 0;
}

.asyncValidation {
	display: none;
	color: red;
}

.error .asyncValidation {
	color: black;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

div.page-footer {
	color: #fafafa;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
	height: 38px;
	background-color: #e3f2ff;
	background: url(../img/footer-gradient.png) repeat;
	padding-top: 1px;
	border-top: solid 1px #333333;
	font-size: 8pt;
	font-weight: normal;
}

div.push {
	height: 38px;
}

.page-footer a, .page-footer a:visited {
	color: #fafafa;
}

.p-center {
	text-align: center;
}

.no-data {
	font-style: italic;
	color: #aaa;
}

form.login, form.forgot, form.register, #reservationForm, form.box-form, #activation-body {
	margin: 0 0 0 8px;
	padding: 20px 16px 48px 16px;
	font-weight: normal;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200, 200, 200, 1) 0 4px 5px;
	-webkit-box-shadow: rgba(200, 200, 200, 1) 0 4px 5px;
	-khtml-box-shadow: rgba(200, 200, 200, 1) 0 4px 5px;
	box-shadow: rgba(200, 200, 200, 1) 0 4px 5px;
}

form.login {
	padding-bottom: 18px;
}

div.registrationHeader, div.forgot_pwdHeader, .reservationHeader, div.box-form div.header {
	padding: 5px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: rgba(200, 200, 200, 1) 3px 3px 8px;
	-webkit-box-shadow: rgba(200, 200, 200, 1) 3px 3px 8px;
	-khtml-box-shadow: rgba(200, 200, 200, 1) 3px 3px 8px;
	box-shadow: rgba(200, 200, 200, 1) 3px 3px 8px;
	text-decoration: none;
	margin: 0 0 20px 0;
	background-color: rgba(18, 52, 86, 0.72);
	background-color: rgba(74, 74, 86, 0.80);
	color: #fff;
}

.registrationHeader h3, .forgot_pwdHeader h3, .reservationHeader h3, div.box-form h3.header {
	font: bold 18px Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
	vertical-align: middle;
}

#registrationbox, #forgotbox, div.box-form {
	width: 550px;
	margin: 3em auto 1em;
}

#notificationPreferences {
	width: 650px;
}

#notificationPreferences label {
	margin-left: 0.3em;
}

form.box-form li {
	list-style: none;
}

#registrationbox .input {
	font-size: 16px;
	width: 97%;
	padding: 3px;
	margin: 2px 0 5px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777;
}

#loginbox {
	width: 450px;
	margin: 7em auto 5em;
}

#loginbox .input, #forgotbox .input {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin: 2px 6px 20px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777
}

.input-small {
	font-size: 12px;
	width: 97%;
	padding: 3px;
	margin: 2px 6px 20px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777
}

form p {
	margin: 0 3px 12px 3px;
}

label.login, label.forgot {
	color: #666;
	font-size: 18px;
}

form .stayloggedin {
	font-weight: normal;
	float: left;
	margin-bottom: 0;
}

form .stayloggedin label {
	font-size: 13px;
	line-height: 1.5em;
}

form.res-checkbox input {
	vertical-align: middle;
}

p.loginsubmit, p.save, p.reg-adminsubmit, p.reporting-submit, p.resetpassword {
	float: right;
}

#login-links p, #login-links h4 {
	text-align: center;
	font-size: 12pt;
}

h4.register {
	text-align: center;
	margin-bottom: 0;
}

p.regsubmit {
	float: left;
}

#reservationForm, label.res, label.reg {
	font: 16px Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
	color: #4f4f4f;
}

p.forgot {
	font: 14px Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
}

ul.no-style {
	list-style-type: none;
}

textarea.input-area {
	font: 16px Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
	width: 98%;
	padding: 3px;
	margin: 2px 0 5px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777;
	overflow: hidden;
}

td.center {
	text-align: center;
}

.inline {
	display: inline;
}

.dateinput {
	width: 100px;
	padding: 3px;
	margin: 2px 0 5px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777;
	/*text-align: center;*/
}

.repeatDiv select {
	width: 100px;
	padding: 3px;
	margin: 2px 0 5px 0;
	border: 1px solid #e0e0e0;
	background: #fbfbfb;
	color: #777;
}

#dashboardList {
	list-style: none;
}

fieldset {
	border: solid #dedede 1px;
	padding: 10px;
}

legend {
	font-size: 11px;
	padding: 0 5px;
}

a, a:visited {
	color: #006295;
}

a.page, a.page:visited {
	padding: 1px;
	font-size: larger;
	text-decoration: none;
	border: solid 1px transparent;
}

a.page:hover, a.page.current {
	background-color: #fafafa;
	border-color: #bbbbbb;
}

.watermark {
	color: #ebebeb;
	font-style: italic;
	font-weight: normal;
}

.dialog {
	display: none;
	/*max-height: 600px;*/
	overflow: auto;
}

.notification-row {
	display: table-row;
	font-size: 12pt;
	font-weight: normal;
}

.notification-row div {
	padding: 5px;
}

.notification-row.alt {
	background-color: #ced1c5;
}

div.notification-type {
	width: 50%;
	display: table-cell;
}

div.notification-status {
	width: 50%;
	display: table-cell;
}

#help h3, #help h2 {
	/*margin: 10px 0;*/
}

#help h2 {
	padding: 2px;
	background-color: #e8eef2;
}

#help h3 {
	margin-left: 10px;
	text-decoration: underline;
}

#help p {
	margin: 10px 20px;
	font-size: 11pt;
}

#help p.setting span, #help span.setting, #helpPopupDiv p.setting span, #helpPopupDiv span.setting {
	color: green;
	font-family: Courier, serif;
	display: block;
}

#help ul {
	margin-left: 20px;
	font-size: 11pt;
}

.note {
	font-style: italic;
	color: #8D96A8
}

.customAttributes {
	clear: both;
}

.customAttribute {
	font-size: 9pt;
}

.customAttributes label.customAttribute {
	font-weight: bold;
	font-size: 9pt;
}

.customAttributes h3 {
	border-bottom: solid 1px #eee;
}

.customAttributes ul {
	padding-top: 2px;
	list-style: none outside none;
}

.customAttributes li {
	float: left;
	position: relative;
	padding-right: 10px;
	vertical-align: top;
}

.customAttributes label {
	vertical-align: top;
}

input.customAttribute {
	width: 150px;
}

textarea.customAttribute {
	width: 150px;
	height: 50px;
}

select.customAttribute {

}

.validationSummary {
	display: none;
}

.validationSummary li {
	font-size: 10pt;
	color: red;
}

ul.indented li {
	margin-left: 25px;
}

.clear {
	clear: both;
	height:0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bold {
	font-weight: bold;
}

#resourceDetailsPopup, #userDetailsPopup {
	min-width: 300px;
	max-width: 1000px;
	width: auto;
}

#resourceDetailsPopup ul {
	margin-left: 25px;
}

#resourceDetailsPopup h4, #userDetailsPopup #userDetailsName {
	border-bottom: solid 1px #000;
	font-size: 12pt;
	margin-bottom: 3px;
}

#resourceDetailsPopup .customAttribute, #userDetailsPopup .customAttribute {
	font-size: inherit;
}

#resourceDetailsPopup .attributes {
	border-left: solid 1px #ced1c5;
}

#resourceDetailsPopup .description, #resourceDetailsPopup .attributes {
	padding: 10px 5px;
	float: left;
	max-width: 400px;
}

#resourceDetailsPopup .resourceImage {
	width: 200px;
	float: left;
}

#resourceDetailsDiv, #userDetailsDiv, #customize-columns {
	display: none;
	position: absolute;
	border: solid 2px #212121;
	background-color: #fff;
	padding: 5px;
	-moz-box-shadow: 0px 0px 3px 0px #212121;
	-webkit-box-shadow: 0px 0px 3px 0px #212121;
	box-shadow: 0px 0px 3px 0px #212121;
}

#userDetailsPopup .label {
	font-weight: bold;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.image-button {
	cursor: pointer;
}

.block {
	display:block;
}

#reservationCreated .resources, #reservationUpdated .resources {
	margin-top:10px;
}

#reservationCreated .dates, #reservationUpdated .dates {
	margin-top:10px;
}

.resourceNameSelector {
	cursor:pointer;
}

/*#customize-columns {*/
	/*display:none;*/
	/*position: absolute;*/
	/*background-color: #fff;*/
	/*border:solid 1px #333;*/
	/*padding:15px;*/
/*}*/