/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
body {
	background-color: #000000;
}
h1 {
	font-size: 14px;
	color: #ffca35;
	font-weight:normal;
}
h2 {
	font-size: 14px;
	color: #cccccc;
	font-weight:normal;
}

a {
	font-size: 12px;
	color: #ffca35;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c68c2b;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-right: 30px; /*offset of tabs relative to browser left edge*/
font: normal 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #ffca35; /*right divider between tabs*/
color: #ffca35;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #c68c2b;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
