body {
	text-align:center;
	direction:rtl;
	/*background-color: ;  background color */
	/*color: ;  text color */
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.search_title{
	/*color: ;  text color */
	font-family: tahoma; /* font name */
	font-size: 12px; /* font size */	
	direction:rtl;
	text-align:right; 
	background-color:silver;
	width:90%;
	padding:7px;
}
.phpmaker {
	/*color: ;  text color */
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	/* color: ; active link color */
	text-decoration:none;
}

a:link {
	/*color: ;  link color */
	text-decoration:none;
}

a:visited {
	/*color: ;  visited link color */
	text-decoration:none;
}

/* main table */
.ewTable {
	width:90% ; /* table width */	
	 /*color: ; text color */
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	cursor:pointer;
}

/* main table header cells */
.ewTableHeader {
	background-color: #4D8062; /* header color */
	color: #003f6a; /* header font color */	
	vertical-align: top;	
	white-space: nowrap;
	width:20%;
}

.ewTableHeader a {	
	color:#ffffff; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #EAFBF1;  /* alt row color 1 */
	cursor:pointer;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #E6FFFB; /* alt row color 2 */	
	cursor:pointer;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #90D5AC; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
	cursor:pointer;
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: tahoma; /* font name */
	font-size: x-small; /* font size */	
}

.my_formLegend{
	font-family: Arial , Tahoma ;
	font-size  : 16px;
	font-weight:bold;
	background-color :#d6e2e9;
	color : #0c5b82;
	text-align:center;
}

.my_formLegend2{
	font-family: Tahoma ;
	font-size  : 12px;
	background-color :#d6e2e9;
	color : #0c5b82;
	text-align:right;
}

.my_formLegendBlank{
	height:25px;
}

.my_formLegendBlank2{
	height:10px;
}


.my_formAttach{
	font-family: Arial , Tahoma ;
	font-size  : 18px;
	background-color :#d6e2e9;
	color : #0c5b82;
	text-align:center;
}
#article_col{
	color:#0033ff;
}
#article_col p{
	text-align:justify;
}
