body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Arial; /* font name */
	font-size: small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}
/* main table */
.ewTable {
	width: inherit;
	color: inherit; /* text color */
	font-family: tahoma; /* font name */
	font-size: small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 1px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #E6E6FA;  /* table background color */
}

#loading 
{ 
width: 100%; 
position: absolute;
}

li
{ 
list-style: none; 
float: left; 
margin-right: 16px; 
padding:5px; 
border:solid 1px #dddddd;
color:#0063DC; 
}

li:hover
{ 
color:#FF0084; 
cursor: pointer; 
}