body
{
	font-size: medium;
	background-image: url(images/matt.gif);
	margin: 0px;
	font-family: Arial;
}

.aspnetmaker
{
	font-size:  small;
	background-image: url(images/matt.gif);
	font-family: Arial;
}

input, textarea, select
{
	font-size: medium;
	background-image: url(images/matt.gif);
	font-family: Arial;
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable
{
   	border-right: medium none;
	border-top: medium none;
	font-size: small;
	background-image: url(images/matt.gif);
	border-left: medium none;
	border-bottom: medium none;
	font-family: Arial;
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td
{
	border-right: #cccccc 1px solid;
	padding-right: 2px;
	border-top: #cccccc 1px solid;
	padding-left: 2px;
	background-image: url(images/matt.gif);
	padding-bottom: 2px;
	border-left: #cccccc 1px solid;
	padding-top: 2px;
	border-bottom: #cccccc 1px solid;
}

/* main table header cells */
.ewTableHeader
{
	vertical-align: top;
	color: black;
	background-color: transparent;
}

.ewTableHeader a
{
	color: black;
	background-color: transparent;
}

/* main table row color */
.ewTableRow
{
	background-color: transparent;
}

/* main table alternate row color */
.ewTableAltRow
{
	background-color: transparent;
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99;
}

/* main table selected row color */
.ewTableSelectRow
{
	background-color: transparent;
}

/* main table sorting indicator */
.ewTableOrderIndicator
{
	font-family: Arial;
	background-color: transparent;
}

/* main table footer section */
.ewTableFooter
{
	background-color: transparent;
}

/* main table paging section */
.ewTablePager
{
	background-color: transparent;
}
