/* Style rules for message severity levels */

.infoMessage {
	color: green;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.warnMessage {
	color: orange;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.fatalMessage {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.textTitle {
	color:#336699; 
	font-size:16px;
	font-weight:bold;
}

.panelTitleBar {
	padding:8px; 
	background-image:url('/admin/resources/headbkgrnd.jpg'); 
	border:1px solid #336699;
	color:white;
}

.panelTitleBar2 {
	padding:8px; 
	background-image:url('/admin/resources/softbkgrnd.png'); 
	background-repeat: repeat-x; 
	border:1px solid #336699;
	color:black;
}
	
.panelTitle {
	font-size:12px; 
	font-weight:bold; 
}

.panelContentBox {
	padding:8px; 
	border:1px solid #336699;
}

.panelContent {
	font-size:12px; 
	color:#336699;
}