@charset "utf-8";
.formEntryTitle {
	font-weight: bold;
	vertical-align: top;
}
.topicDetailText {
}
.topicDetailHeading {
	font-weight: bold;
}

.adminTitle {
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.topicList {
	font-size: medium;
	font-weight: bold;
	vertical-align:middle
}

.topicTableHeader {
background-color:#0066FF;
color:#FFFFFF;
}

.topicTableRow1, .topicTableRow2 {
	font-weight: bold;
	background-color:#C8F0EF;
	color:#000000;
}

.topicTableRow2 {
	background-color:#C4EAC7;
}

#topicUpdateStatus {
	color: #000000;
	background-color: #CCFFFF;
	text-align: left;
	text-indent: 4px;
	height: 20px;
	width: 400px;
}
.topicButton {
	margin-right: 3px;
	margin-bottom: 3px;
	cursor:pointer;
	border:0px;
}
.errorList, .resultList {
	background-color: #FFB7B9;
	padding: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.resultList {
background-color:#BFFFC9
}
.topicSelectTitle {
	font-weight: bold;
}
.topicListHeading {
	font-weight: bold;
	color: #000099;
}
.topicLink {
	font-weight: bold;
}
.topicState, .topicState:link, .topicState:hover, .topicState:visited, .topicState:active {
	font-weight: bold;
	color: #008000;
	text-decoration:none;
}
.topicStateHeading {
	color:#800000;
	font-weight: bold;
}
.topicBullets {
	color: #008000;
}
.topicTopic, .topicTopic:link, .topicTopic:hover, .topicTopic:visited, .topicTopic:active {
	font-weight: bold;
	text-decoration: underline;
	color: #008000;
}
.topicSubtopic, .topicSubtopic:link, .topicSubtopic:hover, .topicSubtopic:visited, .topicSubtopic:active {
	font-weight: normal;
	color: #008000;
	text-decoration:none;
}
.topicSubtopic2, .topicSubtopic2:link, .topicSubtopic2:hover, .topicSubtopic2:visited, .topicSubtopic2:active {
	font-weight: bold;
	color: #008000;
	text-decoration:none;
}
.topicAssetList li {
margin-bottom:8px;
}
.pageheadLocal {
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	color: #cf9800; 
	font-size: 150%; 
	font-weight: none;
	line-height: 1.1em;
}


