	#body {

}

#gradient-style {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	width: 1024px;
	text-align: left;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#gradient-style td { 
border-bottom-color: #ffffff;
border-bottom-width: 1px;
border-bottom-style: solid;
color: #666699;
border-top-color: #ffffff;
border-top-width: 1px;
border-top-style: solid;
background-attachment: scroll;
background-repeat: repeat-x;
background-image: url("../Images/Tables/gradback.png");
background-position: 0% 0%;
background-color: #e8edff;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
border-left: 1px solid white;
}

#gradient-style td.subHeader {
	text-align: center; 
	font-weight: bold; 
	background-color:#3C9;
	background-image: url("../Images/Tables/gradsubhead.png");
}

td { 
display: table-cell;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 1px;
vertical-align: inherit;

}

#gradient-style tbody tr:hover td { 
background-attachment: scroll;
background-repeat: repeat-x;
background-image: url("../Images/Tables/gradhover.png");
background-position: 0% 0%;
background-color: #d0dafd;
color: #333399;
}

#gradient-style th {
	font-size: 13px;
	font-weight: 400;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("../Images/Tables/gradhead.png");
	background-position: 0% 0%;
	background-color: #b9c9fe;
	border-top-color: #d3ddff;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left: 1px solid white;
	color: #003399;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: center;
}

th { 
display: table-cell;
font-weight: 700;
padding-top: 1px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 1px;
vertical-align: inherit;
}

table {

}

