body,td,textarea,div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.copyright {
	font-size: 11px;
	padding-top: 5px;
}

.date {
	font-size: 11px;
	padding-top: 2px;
}

.topMenuBox {
	padding-bottom: 3px;
}

.topMenuItem {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.errorsBlock {
	background: #FDFBC8;
	border: 2px solid Red;
	padding: 10px;
}

.messagesBlock {
	background: #FDFBC8;
	border: 2px solid Green;
	padding: 10px;
}

.bottomMenuItem {
	margin-right: 10px;
}

.pageTitle {
	font-size: 12pt;
	font-weight: bold;
	ccolor: #5a84a0;
	color: #395D8A;
	border-bottom: 2px solid #5a84a0;
	margin-bottom: 20px;
}

.redComment {
	color: Red;
	font-size: 9px;
}

.formTitleCell {
	font-size: 9px;
	font-weight: bold;
}

.formValueCell {
	background: #E3FAFE;
}

.inputField {
	width: 100%;
	border: 1px solid #9BC2EB;
}

.fixedField {
	padding-top: 2px;
	padding-bottom: 2px;
}

.formButton {
	border: 1px solid #9BC2EB;
	background: #D0EAF2;
	padding-left: 5px;
	padding-right: 5px;
}

.sideMenuTitle {
	font-size: 11pt;
	font-weight: bold;
	color: #4d462a;
	background: #e9e2c6;
	margin-bottom: 10px;
	text-align: right;
}

.sideMenuItems {
	text-align: right;
}

.sideMenuItem {
	margin-bottom: 2px;
}

.inputListBottom {
	margin-top: 3px;
}

.hhh {
	font-size: 20px;
	color: red;
}

.sListItem {
	background: white;
	border-bottom: 1px dotted Silver;
}

.fixedTitle {
	font-size: 12px;
	font-weight: bold;
	background: white;
	padding-top: 10px;
}

.topSelectorItem {
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
}

.topSelectorItemSelected {
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
	background: Silver;
}



.contentTitle {
    font-size: 12pt;
    font-weight: bold;
    color: #395d8a;
    border-bottom: 2px solid #5a84a0;
}
.contentMenu {
    margin-bottom: 20px;
}
.contentMenuItem {
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
}
.contentMenu .highlight {
    background: #bdeafe;
}