body {
	position: absolute;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	color: #007BA4;
	font-size: 0.70em;
	font-family: Arial,sans-serif;
}

.container {
	position: relative;
	/*width: 90%;*/
	width: 1024px;
	/*min-width: 1024px;*/
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
}

.header {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

.left {
	position: relative;
	float: left;
	width: 20%;
	margin-bottom: 1em;
}

.center {
	position: relative;
	float: left;
	width: 78%;
	margin-left: 2%;
	margin-bottom: 1em;
	border-bottom: 5px solid #007BA4;
}

.tabPanel {
	position: relative;
	width: 100%;
}

.tabCaption {
	position: relative;
	display: inline-block;
	margin: 0.15em;
	padding: 0.5em;
	cursor: pointer;
	background-color: #AECAD4;
	vertical-align: middle;
	font-size: 1em;
	font-weight: bolder;
	color: white;
	line-height: 1.5em;
}

.tabCaption span {
	position: relative;
	vertical-align: middle;
}

.tabCaption img {
	float: right;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-left: 1em;
	cursor: pointer;
}

.tabContent {
	position: relative;
	width: 100%;
	background-color: #F9FDFE;
}

.contentPanel {
	padding: 1em 1em 1em 2em;
}