body {
	background: white url(/images/Backgrounds/bg_stripes.gif) 0 0 repeat;
}

a {
    font-family: 'trebuchet ms', 'arial';	
	font-size: 10pt;
	font-weight: normal;
	color: blue;
}

ul {
	list-style-type: none;
	margin: 26px 0; 
	padding: 0;
}
ul a {
	font-family: 'trebuchet ms', 'arial';	
	font-size: 10pt;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	width: 82px;
	border: 1px solid #800080;
	color: #000000;
	background: #CC99FF; 
	display: block
}
ul a.selected {
	color: #FFFFFF;
	font-weight: bold;
	background: #FF6666; 
	border: 1px solid #800080;
}

ul li {
	margin: 4px 0; 
}

#gbTable {
    border-collapse: collapse;
}

#gbTable th, #gbTable td {
    vertical-align: top;
    text-align: left;
        padding: 3px;
}

#gbTable .gbFound th, #gbTable .gbFound td {
    border-bottom: 1px solid black;
}


#gbTable th {
	white-space: nowrap;
}