/* CUC CSS rules */

#VISUAL ul li.PhraseOne {
}

span.error {
	color: red;
}

div.label {
	font-weight: bold;
}

div.indexItemHeader {
	display: inline;
}
div.indexItem span.indexItemTitle{
	float: left;
	text-align: left;
	font-weight: bold;
	width: 49%;
}
div.indexItem span.indexItemCreated{
	float: right;
	text-align: right;
	font-weight: bold;
	width: 49%;

}
div.indexItem a {
	text-decoration: none;
}
div.indexItem img {
	float: left;
	border: none;
	padding-right: 8px;
	padding-top: 4px;
}
div.indexItem div.indexItemSummary {
	float: left;
	text-align: left;
	vertical-align: top;
	padding-bottom: 6px;
	width: 100%;
	border-top: 1px solid black;
}

#flashThumb {
	text-align: center;
}

#TEXT h1 > a {
	color: black;
	text-decoration: none;
}
#TEXT h1 > a:hover { text-decoration: underline; }
#TEXT h1 {
	font-size: 12pt;
	font-weight: bold;
	background-color: #E6E6E6;
	border-bottom: dotted 1px black;
	border-left: dotted 1px black;
	padding: 0px 2px 0px 4px;
	margin-top: 12px;
}
