body
{
	font-size: 8pt;
	margin: 0px;
	direction: rtl;
	font-family: Tahoma;
}

.aspnetmaker {
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 8pt;/* font size */	
}

input, textarea, select {	
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */
} 

a:active {
	color: ; /* active link color */
	font-family: Tahoma;
	font-size: 8pt
}

a:link {
	color: ; /* link color */
		font-family: Tahoma;
	font-size: 8pt

}

a:visited {
	color: ; /* visited link color */
		font-family: Tahoma;
	font-size: 8pt

}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 8pt; /* font size */
	border-collapse: collapse;
	border: none;
}


/* main table data cells */
.ewTable td 
{
		font-family: Tahoma;
	

	font-size: 8pt;
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader 
{
			font-family: Tahoma;
font-size: 8pt;
	background-color: #A8D0F8; /* header color */
	color: #ffffff; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */
	font-size: 8pt;
	font-family: Tahoma;	
}

/* main table row color */
.ewTableRow 
{
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow 
{
	font-family: Tahoma;
	font-size: 8pt;
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow 
{
	font-family: Tahoma;
	background-color: #FFFF99;
	font-size: 8pt;
}

/* main table selected row color */
.ewTableSelectRow 
{
	font-family: Tahoma;
	background-color: #E6E6FA;
	font-size: 8pt;
}

/* main table sorting indicator */
.ewTableOrderIndicator 
{
	font-family: Tahoma;
	font-family: Webdings;	
	font-size: 8pt;
}

/* main table footer section */
.ewTableFooter 
{
	font-family: Tahoma;
	background-color: #FFFFCC;	
	font-size: 8pt;
}

/* main table paging section */
.ewTablePager 
{
	font-family: Tahoma;
	background-color: #F5F5F5;
	font-size: 8pt;	
}

