﻿
body {
	background: url("/Images/body-bg.jpg") repeat-x scroll 0 0 #00a7d5;
	font: 12px "AvantGardeBkBTBook",Arial,sans-serif;
	height: 100%;
	line-height: 1 !important;
}




.button {
	background: none repeat scroll 0 0 #4dc8ed;
	border: 1px solid #666;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 31px;
	line-height: 28px;
	padding: 0 20px;
}

a.button {
	padding: 6px 20px;
	text-decoration: none;
}



.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.clear-fix {
	clear: both;
}



#quickNavigationPane {
	overflow: hidden;
}

#quickNavigationPane input {
	width: 100%;
}

#quickNavigationPane label {
	font-size: 9pt;
	margin-top: unset;
	margin-bottom: unset;
}

#quickNavigationLink {
	font-size: 9pt;
	color: green;
}

.SectionPageCssHeader {
	font-size: 8pt;
}


.yellow {
	color: #908900;
}

.red {
	color: red;
}

.green {
	color: green;
}



.failure {
	color: red;
	font-weight: bold;
	font-size: 12pt;
}

.success {
	color: green;
	font-weight: bold;
	font-size: 12pt;
}



.content-wrapper {
	margin: 0 auto;
	padding-bottom: 10px;
}



.header {
	padding-top: 12px;
	padding-bottom: 10px;
}

	.header div {
		float: right;
		color: #4dc8ec;
		font-size: 14px;
	}

		.header div .loggedInUser {
			display: block;
			float: right;
			color: white;
		}

			.header div .loggedInUser a, .header div .loggedInUser a:hover {
				color: #4dc8ed;
			}


.content {
	background-color: white;
	color: black;
	min-height: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	margin-left: 1px;
}

	.content input {
		background: linear-gradient(white, lightgrey) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 12px;
		padding: 2px 10px 4px 10px;
	}



/*??*/
select {
	background: -moz-linear-gradient(center top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	display: block;
	height: 25px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}



/*This sub-menu section is for the tabs, like in the Team module*/
#sub-menu {
	height: 33px;
	margin-left: 1px;
	background: transparent;
	padding-top: 10px;
	box-sizing: unset;
	margin-bottom: -2px;
	display: inline-block;
}

	#sub-menu ul {
		list-style: none;
		margin: 0;
		padding: 0px 0 0 0;
		width: 100%;
	}

		#sub-menu ul li {
			margin: 1px 4px 0 0;
			padding: 0;
			float: left;
			display: block;
			border: 0px solid #666;
			border-bottom: 3px solid #333;
			border-radius: 3px 3px 0 0;
			width: auto;
			text-align: center;
			background: #888 url('/Images/top-sub-menu-bg.jpg') repeat-x;
			max-height: 29px;
			box-sizing: unset;
		}

			#sub-menu ul li a, #sub-menu ul li a:link, #sub-menu ul li a:active, #sub-menu ul li a:visited {
				background: transparent;
				font-size: 12px;
				color: #000;
				padding: 7px 15px 7px 15px;
				font-weight: bold;
				margin: 0;
				display: block;
				text-decoration: none;
				line-height: 18px;
			}

			#sub-menu ul li:hover {
				/*border-bottom: #fff solid 3px;*/
				background: #fff url('/Images/top-sub-menu-bg-hover.jpg') repeat-x;
			}

			#sub-menu ul li.selected {
/*				border-bottom: #fff solid 3px;*/
				background: #fff url('/Images/top-sub-menu-bg-hover.jpg') repeat-x;
			}

			#sub-menu ul li.end {
				margin: 1px 0 0 1px;
			}
/* End Sub Menu */




.block {
	margin-left: 10px;
	width: 102%;
	text-align: left;
}


	.block .item {
		border: 1px solid gray;
		border-radius: 3px;
		box-shadow: 1px 1px 6px black;
		padding: 9px;
		width: 94%;
		background: linear-gradient(white, lightgrey) repeat scroll 0 0 rgba(0, 0, 0, 0);
		margin-bottom: 20px;
	}

		.block .item .age {
			float: left;
			color: blue;
			font-weight: bold;
			margin-bottom: 5px;
		}







/*Block list formatting - this is the block/dashboard list like in the Team Room List or Room List dashboard views*/
.block-lists {
	font: 12px "AvantGardeBkBTBook",Arial,sans-serif;
}

	.block-lists .block {
		width: 98%;
	}

	.block-lists .left-side {
		float: left;
		width: 38%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.block-lists .right-buttons {
		float: left;
		width: 19%;
	}

	.block-lists .right-side {
		float: left;
		width: 38%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.block-lists .block .item {
		font-size: 16px;
	}

	.block-lists .block .details {
		float: left;
		width: 800px;
	}

	.block-lists .block .item a.button {
		width: 185px;
		display: block;
		text-align: center;
		margin-bottom: 6px;
		color: white;
		font-size: 14px;
		padding: 0;
		height: 27px;
		line-height: 27px;
	}

	.block-lists .block .item .label {
		display: inline-block;
		color: blue;
		margin-right: 3px;
		text-align: right;
		width: 128px;
		margin-bottom: 6px;
		vertical-align: top;
	}

	.block-lists .block .item .value {
		display: inline-block;
		width: auto;
	}

	.block-lists .block .hotel {
		float: left;
		width: 445px;
	}

		.block-lists .block .hotel .value {
			width: 300px;
		}

	.block-lists .block .venue {
		float: left;
		width: 349px;
	}

		.block-lists .block .venue .label {
			width: 55px;
		}

		.block-lists .block .venue .value {
			width: 274px;
		}

	.block-lists .block .options {
		float: right;
		width: 195px;
		text-align: right;
	}
/*End Block List*/
