/*These styles are required by the system. The attributes can be modified, but these classes must remain. */
.pad{padding:0 5px;}
.label{font-size: 11pt; color: #000;padding-right:25px;}
.note{font-size: 8pt; color: #000;}
.tiny{font-size: 7pt;}

#alert{margin:0 5px 10px 5px; padding:5px; border: 2px dashed #FF0000;}
#alert ul,#alert ul li{list-style-type:none;margin:0;padding:0;}
#alert ul li{width:auto;margin:0 5px;text-align: left;font-size: 10pt}

#info{
	margin: 0 5px 10px 5px;
	padding: 5px;
	border: 2px dashed Lime;
}
#info ul,#alert ul li{list-style-type:none;margin:0;padding:0;}
#info ul li{width:auto;margin:0 5px;text-align: left;font-size: 10pt}

div#console {border: 1px dashed #DDD;	text-align:right; 	padding:3px 3px 0;	 margin:0;}
div#mainconsole {border: 1px solid #DDD;	text-align:right; 	padding:3px 3px 0;	 margin:0 0 5px;}

#newstitle {
	font-size: 12pt;
	font-weight: bold;
	color: #6F8192;
	padding: 1px; /*background-color: #FFA500;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	border-bottom: 2px solid #FF9900;
	padding: 2px 2px 2px 2px;
}
/*#newstitle:hover{background-color: #FFA500;}*/
#newscontent {font-size: 10pt;padding:0 0 12px;}