/* Default CSS Stylesheet for a new Web Application project */
.frm_tbl
{
direction:rtl;
	
}

.frm_label
{
	font-family: sans-serif;
	color: #0066CC;
	font-size: 12px;
	direction: rtl;
	line-height: 13px;
}
.frm_ctrl
{
	background-color: #F0FFFF; height: 16px; font-family: sans-serif; font-size: 11px; color: black;
	 vertical-align: top; border: solid; border-color: black; border-width: 1px;
	 text-align:left;
}
.frm_ctrl2
{
	background-color: #F0FFFF; height: 16px; font-family: sans-serif; font-size: 11px; color: black;
	 vertical-align: top; border: solid; border-color: black; border-width: 1px; direction: rtl;
}
.frm_Title
{
	font-size:12px;
	font-weight:bold;
}
.frm_ErrorMessage
{
	color:Red;
	font-size:11px;
	font-family:sans-serif;
}
.frm_ErrorTitle
{
	color:Red;
	font-size:12px;
	text-decoration:underline;
	font-family:sans-serif;
}
.frm_Button
{
	font-size:11px;
	border:solid 1 navy;	
}
