/* CSS Document */
form .hint {
	font-size:12px;
	color:#666666;
	margin:5px;
	background-color:#F1F1F1;
	padding:0px !important ; 
}

form{
	/*color:#990000;*/
	/*color:#FF0000;
	font-size:11px;
	display:block;
	margin-top:2px;
	font-weight:bold;*/
	/*margin-left:130px;*/
}
.error{
	color:#FF0000;
	display:inline;
	font-weight:bold;
}


.message {
	background-repeat:repeat-x; 
	margin:10px 0px 10px 0px;
	height:40px;
}
.message div {
	padding: 4px 10px 10px 40px;
	background-repeat:no-repeat;
	margin-top:5px; margin-left:5px;
	font-weight:bold;
	font-size:11px; color:#333333;
}

.m-info { background-image:url(../images/message/blue_rep.gif); border:1px solid #7B9FCB; }
.m-alert { background-image:url(../images/message/yellow_rep.gif); border:1px solid #FFBE5E; }
.m-error { background-image:url(../images/message/red_rep.gif); border:1px solid #B34141; }
.m-good { background-image:url(../images/message/green_rep.gif); border:1px solid #009900; }

.m-info div { background-image:url(../images/message/icons/icon_info.gif) }
.m-alert div { background-image:url(../images/message/icons/icon_alert.gif); }
.m-error div { background-image:url(../images/message/icons/icon_error.gif); }
.m-good div { background-image:url(../images/message/icons/icon_good.gif); }

.edit_icon{
	background:url(../images/icon_edit.gif) no-repeat left top;
	padding:0px 12px 10px 0px; 
	text-decoration:none !important;
}
.delete_icon{
	background:url(../images/icon_delete.gif) no-repeat left top;
	padding:0px 10px 10px 0px; 
	text-decoration:none !important;
}
.calender_icon{
	background:url(../images/icon_cal.gif) no-repeat left top;
	padding:0px 10px 10px 3px; 
	text-decoration:none;
	cursor:pointer;
}
