/* -------------------------------- SECTIONS LAYOUT --------------------------------*/

/* section tabs */
.noticeSection, .noticeSectionText, .activeSection, .activeSectionText, .inactiveSection, .inactiveSectionText,
	input.inactiveSectionLink, input.inactiveSectionLink:hover {
	font-family: Verdana, sans;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.noticeSection {
	background-color: #EC0000;
}

.inactiveSection, .inactiveSectionText {
	font-weight: normal;
}

input.inactiveSectionLink, input.inactiveSectionLink:hover {
	background-color: transparent;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	cursor: hand;
}

a.inactiveSectionLink, a.inactiveSectionLink:visited, a.inactiveSectionLink:active, a.inactiveSectionLink:hover,
	a.inactiveSectionLink_flat, a.inactiveSectionLink_flat:visited, a.inactiveSectionLink_flat:active, 
	a.inactiveSectionLink_flat:hover, a.selectedSectionLink_flat, a.selectedSectionLink_flat:visited,
	a.selectedSectionLink_flat:visited, a.selectedSectionLink_flat:active, a.selectedSectionLink_flat:hover	{
	font-family: Verdana, sans;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.inactiveSectionLink_flat, a.inactiveSectionLink_flat:visited, a.inactiveSectionLink_flat:active,
a.inactiveSectionLink_flat:hover {
	background-image: url(../_genimages?type=gradient&element=tab&length=40&startcull=20);
}

a.inactiveSectionLink_flat:hover, a.selectedSectionLink_flat:hover {
	text-decoration: underline;
}

a.selectedSectionLink_flat, a.selectedSectionLink_flat:visited, a.selectedSectionLink_flat:visited, 
	a.selectedSectionLink_flat:active, a.selectedSectionLink_flat:hover {
	background-image: url(../_genimages?type=gradient&element=squareButtonSelected&length=32);
}
