
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #C0C0C0;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #808080
	text-decoration: underline;
}

/* No image should have a border when linked */
a img{
	border: 0;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td) use Tahoma in black. */
td
{
	color: #FFFFFF;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #777;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: small;
	font-family: Tahoma, arial, helvetica, serif;
}


/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg
{
	background-image: url(../images/titlebg.jpg);
}
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: #FFFFFF;
	font-style: normal;
}
.titlebg a:hover
{
	color: #FFFFFF;
}

.windowbg2, tr.windowbg2 td, .windowbg2 a:link, .windowbg2 a:visited
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.windowbg2 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #FFFFFF;
	background-color: #282828;
}
.windowbg2
{
	color: #FFFFFF;
	background-color: #333333;
}

.phpc-navbar a:link, .phpc-navbar a:visited
{
 background-color: #282828;
 color: #FFFFFF;
 border: 1px solid #000000;
}



.phpc-navbar a:hover
{
 background-color: #CCCCCC;
 color: #777;
 border: 1px solid #000000;
}

.calendar-headings
{
 background-image: url(../images/titlebg.jpg);
}
td.none
{
 background-color: #282828;
}

 .bvmenu a:link, .bvmenu a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

 .bvmenu a:hover,
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}


.menubg
{
	color: #FFFFFF;
	background-color: #333333;
}

.menubg, tr.menubg td, .menubg a:link, .menubg a:visited
{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
.menubg a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.menutitlebg
{
	background-image: url(../images/titlebg.jpg);
}
.menutitlebg, tr.menutitlebg td, .menutitlebg a:link, .menutitlebg a:visited
{
	color: #FFFFFF;
	font-style: normal;
}
.menutitlebg a:hover
{
	color: #FFFFFF;
}



