body {
	margin: 0 0 0 0;
}

table#tab-line td {
	white-space: nowrap;
	background-repeat: repeat-x;
}

table#tab-line td.separator {
	width: 27px;
}

.titleBar {
	font-size:11px;
	font-weight: bold;
	color:white;
	width:100%;
	height: 24px;
	padding: 0px 5px 0px 15px;
	background-color:#01428C;
	white-space: nowrap;
}

a.tabLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013E81;
	text-decoration: none;
	display: table;
	width: 100%;
	border-spacing: 5px;
}
a.tabLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #013E81;
	text-decoration: underline;
}
.tabLinkSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #01448B;
	text-decoration: none;
}
.tabLink_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
}
.popupTitle {
	font-size: 14px;
	font-weight: bold;
	color:#01448B;
}
div.topButtons {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
}

form div.sectionBottom {
	margin-top: 10px;
	margin-left: 11px;
}


