.adminBody { height: 100%; padding-top: 40px }
#topToolbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #464646;
	height: 30px;
	font-weight: bold;
	color: white;
	z-index: 10000;
}
.logoText {
	position: absolute;
	top: 0;
	left: 20px;
	color: #0C92DF;
	background-color: white;
	padding: 0 10px;
	line-height: 30px;
}
.logoText span {
	color: #8DC63F;
}
#topToolbar>ul { float: right }
#topToolbar>ul>li {
	position: relative;
	float: left;
	line-height: 30px;
	padding: 0 10px;
	min-width: 55px;
	text-align: center;
	color: white;
	border-left: 1px solid #27292D;
}
#topToolbar>ul>li a { 
	color: white;
	display: block;
	height: 30px;
	line-height: 30px;
	position: relative;
	width: 55px;
}
#topToolbar .reserved a {
	background: transparent url('/images/toolbar-reserved-icon.png') center center no-repeat;
}
#topToolbar .events a {
	background: transparent url('/images/toolbar-event-icon.png') center center no-repeat;
}
#topToolbar .badge {
	background-color: #E73C3C;
	border-radius: 9px;
	display: block;
	font-size: 11px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	min-width: 8px;
	padding: 4px 6px;
	position: absolute;
	left: 31px;
	top: 1px;
	vertical-align: baseline;
	white-space: nowrap;
}

/* Events Sub Menu */
#eventsSubMenu {
	display: none;
	position: absolute;
	width: 400px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	
	top: 30px;
	left: -162px;
	
	-webkit-box-shadow: 0px 2px 5px #BBB;
	-moz-box-shadow: 0px 2px 5px #BBB;
	-o-box-shadow: 0px 2px 5px #BBB;
	box-shadow: 0px 2px 5px #BBB;
}
#eventsSubMenu li.title-menu,
#eventsSubMenu li.title-menu:hover {
	padding: 0;
	color: #FFF;
	background: #939393 url(../img/old-browsers/colors/bg_grey-gradient.png) repeat-x;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#B3B3B3), to(#939393));
	background: -webkit-linear-gradient(top, #B3B3B3, #939393);
	background: -moz-linear-gradient(top, #b3b3b3, #939393);
	background: -ms-linear-gradient(top, #b3b3b3, #939393);
	background: -o-linear-gradient(top, #b3b3b3, #939393);
	background: linear-gradient(top, #b3b3b3, #939393);
	border-color: #666;
}
#eventsSubMenu li:hover {
	background: none;
	background-color: #FCFCFC;
}
#eventsSubMenu li {
	padding: 10px 0;
	line-height: 20px;
	color: #666;
	background: #E4E7EB;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7FA), to(#E4E7EB));
	background: -webkit-linear-gradient(top, #F7F7FA, #E4E7EB);
	background: -moz-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: -ms-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: -o-linear-gradient(top, #f7f7fa, #e4e7eb);
	background: linear-gradient(top, #f7f7fa, #e4e7eb);
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#eventsSubMenu .space { padding-top: 8px; }
#eventsSubMenu .separator { 
	border-bottom: 1px solid #DDD;
	display: block;
	margin: 3px 0;
}
#eventsSubMenu .left {
	float: left;
	width: 149px;
	line-height: 18px;
}
#eventsSubMenu .right {
	float: right;
	width: 149px;
	line-height: 18px;
}
#eventsSubMenu .eHour {
	float: left;
	width: 70px;
	padding: 3px 5px 0;
	font-size: 12px;
	color: #8DC63F;
}
#eventsSubMenu .eRight {
	float: right;
	text-align: left;
	font-weight: normal;
	width: 222px;
	padding: 0 5px;
}
#eventsSubMenu .eContact {
	font-weight: normal;
}