#menu {
	padding-top: 10px;
    background-color: #37474f;
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 210px;
    border-right: 1px solid #ccc;
    top: 0;
    left: 0;
}

.menuItemContainer > .active {
	background-color: #EBEBEB;
	font-weight: bold;
}

.menuItemContainer > .active a {
	color: #000;
}

.menuItem a, .subMenuItem a {
	line-height: 25px;
	color: #fff;
}

.menuItem a {
	padding-left: 1em;
	height: 25px;
}

.options {
	height: 30px;
}

.options .left {
	text-align: center;
	float: left;
	width: 50%;
}

.options .right {
	text-align: center;
	font-size: 28px;
}

.subMenuItem,.mixedMenuItem {
	border-top: 1px solid #BBBBBB;
	border-bottom: 0px;
}

.subMenuItem {
	background-color: #FFFFFF;
	font-size: 11px;
	height: 25px;
}

.subMenuItem a {
	padding-left: 25px;
}

.menuItem a:hover {
	background-color: #CCCCCC;
}

#contentFooter {
	border: 1px solid #BBBBBB;
	border-top: 0px hidden;
	border-bottom-left-radius: .25em;
	-webkit-border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
	background-color: white;
}

#contentContainer {
	margin: 10px 10px 10px 220px;
    min-width: 1050px;
}

#content,.tabsContainer {
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}

.tabsContainer {
	clear: both;
	min-height: 2em;
	padding-top: 1em;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #bbb;
	border-top-left-radius: .25em;
    -webkit-border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    -webkit-border-top-right-radius: .25em;
}

.tabsContainer div {
	width: 9.6%;
	height: 1.9em;
	float: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	text-align: center;
	line-height: 1.85em;
	margin-left: 0.2em;
	border-top-left-radius: 0.25em;
	-webkit-border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
}

.tabsContainer div.tabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.tabsContainer div a {
	display: block;
	height: 100%;
}

.tabsContainer img {
	vertical-align: middle;
}

.tabsContainer div:hover {
	background-color: #CCCCCC;
}

.tabsContainer div.emptyTab {
	background-color: #f6f6f6;
	border: none;
}

.innerTabsContainer {
	border-left: none;
	border-right: none;
	margin-bottom: 1em;
}

#content {
	background-color: white;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
	border-top: 1px solid #bbb;
	border-top-left-radius: .25em;
    -webkit-border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    -webkit-border-top-right-radius: .25em;
}

.innerContent {
	margin: 5px;
}

.innerContentBody {
	padding: 10px;
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	border-bottom-left-radius: 1em;
	-webkit-border-bottom-left-radius: .25em;
	border-bottom-right-radius: .25em;
	-webkit-border-bottom-right-radius: .25em;
	height: 100%;
}

.innerContentBody label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 11px;
	width: 70px;
}