.clear {
	clear: both;
}
.hidden {
	display: none;
}
#tr_system_message {
	background-color: #fff;
	min-height: 440px;
	color: #000;
	margin: 0px;
	padding: 30px;
}
#tr_system_message h2 {
	font-size: 16px;
	color: #0186AF;
}
#tr_system_message h2.error {
	color: #ff0000;
}
#contentArea #tr_system_message a:hover {
	color: #000;
}

.ui-widget {
	color:#0C2332;
    font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size:14px;
}
.ui-widget-overlay { opacity: .6;filter:Alpha(Opacity=60); background-color: #000; }


div.small_text {
    padding-bottom: 10px;
    font-size: x-small;
}
