

.aspnetmaker {
	color: ; /* text color */
	font-family: verdana; /* font name */
	font-size: x-small; /* font size */	
}


/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: verdana; /* 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 */
}

/* main table header cells */
.ewTableHeader {
	background-color: #336699; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99;
}

/* main table selected row color */
.ewTableSelectRow {
	background-color: #E6E6FA;
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}

/* main table paging section */
.ewTablePager {
	background-color: #F5F5F5;	
}


a.aspnetmaker, 
.ewTableRow a,
.ewTableAltRow a,
.ewTableSelectRow a,
.ewTableEditRow a{
	background-color: LightGrey;
	color: Black;
	font-family: verdana; /* font name */
	font-size: 12px; /* font size */
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	text-decoration: none;
	padding: 2px 3px;
	white-space: nowrap;
}
a.aspnetmaker:active,
.ewTableRow a:active,
.ewTableAltRow a:active,
.ewTableSelectRow a:active,
.ewTableEditRow a:active{
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.ewTable a
{
	display:block;
}
.aspnetmakerTableTitle{
	font-weight:bold;
	font-size:12px;
}
hr.aspmakerDetailTable{
	
}