
table#skillset {
	border: 1px solid #036;
	border-collapse: collapse;
	margin-left: 2.5em;
	width: 494px;
	padding: 0;
	background-color:#e3e3e3;
}
table#skillset caption {
	color: #FFFF;
	font-weight: bold;
	padding-bottom: 1em;
}
table#skillset th {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000;
	background: #317495;
	padding:6px;
	text-align: center;
}

table#skillset th a {
	color: #036;
	text-decoration:none;
}

table#skillset th a:hover {
	color: #036;
	text-decoration:underline;
}

table#skillset td.subheader {
	background: #000;
	color: #fff;
	font: bold 1.25em verdana, sans-serif;
	padding-left: 1.5em;
	padding-top: .25em;
	padding-bottom: .25em;
}

table#skillset td {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:6px;
	color: #036;
	border: 1px solid #036;
	border-collapse: collapse;
	background: #fff;
}

table#skillset td a {
	color: #036;
	text-decoration:none;
}

table#skillset td a:hover {
	color: #036;
	text-decoration:underline;
}

table#skillset tr.alt td{
background-color:#5A8B7E;
color:#fff;
}

table#skillset tr.over td{
background-color:#85CDBA;
color:#f0f8ff;
}

