.error {
	color: red;
}
.success {
	color: green;
}
* {
	font-size: 14px;
}
.fl {
	float: left;
}
div.bl {	/* Button Left */
		 background-image:url('../img/left2.gif');
		 width: 7px;
		 height: 36px;
		 background-repeat: no-repeat;
}
div.bm {	/* Button Middle */
		 background-image:url('../img/middle2.gif');
		 min-width: 6px;
		 height: 36px;
		 background-repeat: repeat-x;
		 text-align: center;
		 padding-left: 10px;
		 padding-right: 10px;
		 padding-top: 6px;
		 font-size: 14px

}
div.br {	/* Button Right */
		 background-image:url('../img/right2.gif');
		 width: 7px;
		 height: 36px;
		 background-repeat: no-repeat;
}
#menu a{
	margin-right: 20px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.error{

	color: red;
    font-weight: bold;
}
.success{

	color: #009900;
    font-weight: bold;
}
.sic {	/*Silk ICon comes before the text*/
	   padding-left: 20px;
	   background-position: 0px 1px;
	   background-repeat: no-repeat;
	   min-width: 20px;
	   min-height: 17px;
}
.fc{	/*Float Clear*/
	 clear: both
}
.dn{
	display: none;
}
.sic2 {	/*Silk ICon comes before the text, but there's NO text'*/
		/*padding-left: 16px;*/
		background-position: 5px 1px;
		background-repeat: no-repeat;
		width: 22px;
		height: 17px;
}
table.tab1{
	border: 1px solid #BEBCB7; border-collapse: collapse;
}
table.tab1 tr.head{
	background: #D9E5EE url('../img/data_table_th_bg.gif') repeat-x scroll 0 100%;
}
table.tab1 tr.item td{
	 padding: 10px;
}
.fr{
	float: right;
}