.tborder
{
	border: ridge 4px;
}

.tcat
{
	color: #000000;
	background: #AEACB9 url("/forum/cpstyles/vBulletin_3_Silver/cp_tblhead_bg.gif") repeat-x;
	border: outset 2px;
}

/* Second-level table titles (often used for column headings) */
td.thead, .thead td
{
	font-weight: bold;
	color: #000000;
	background: #DEE0E2 url("/forum/cpstyles/vBulletin_3_Silver/cp_colheader_bg.gif");
	border: outset 1px;
	padding: 2px 4px 2px 4px;
}

/* First alternating background color */
.alt1
{
	color: #001F30;
	background: #EEEEEE;
}

/* Second alternating background color */
.alt2
{
	color: #001F30;
	background: #F6F6F6;
}

/* menu (left bar)*/
#menu2 a 
{
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}

#menu2 a:hover 
{
	color: #336699;
	text-decoration:underline
}

#menu2 .selected
{
	color: #336699;
}

#top-container
{
	height: 150px;
	padding: 0 5px 10px 5px;
	position:static;
}