/* Theme by Nick Mahon */
/* http://www.vereor.com */

/* Default Font Attributes */

body, table, td
{
	font-family: Verdana;
	font-size: 16px;
	color: #BBBBBB
}


.smalltext, .mediumtext, .largetext
{
	font-family: Verdana, Helvetica;
	color: #BBBBBB
}


.smalltext
{
	font-size : 12px;
	font-weight: bold
}


.mediumtext
{
	font-size : 15px;
	font-weight: bold
}


.largetext, TD.row1, TD.row2
{
	font-size : 16px;
	font-weight: bold
}


/* Text on the Category Row */

.catrowtext
{
	font-family:  Verdana;
	font-size : 15px;
	color: #DEDEDE
	font-weight: bold
}

/* Text on the Top Row */

.toprowtext
{
	font-family: Verdana, Helvetica;
	font-size : 15px;
	color: #DEDEDE;
	font-weight: bold
}

/* Alternating Cell Colors */

TD.row1
{
	background-color: #1C1C1C;
}


TD.row2
{
	background-color: #0F0F0F;
}


/* Some More Cell Properties */

TD.catrow
{
	background-color: #1c1c1c;
	color: #DEDEDE;
	font-size: 15px;
	font-weight: bold;
	text-align : center;
}


TD.toprow
{
	background-color: #1c1c1c;
	color: #DEDEDE;
	font-weight: bold;
}


div#gap
{
	border-bottom: solid #494949 10px;
/*	margin-bottom: 10px;
	background-color: ;*/
}


TD.tableborder
{
	background-color: #292929;
}

/* Links */

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #999999;
	font-family: Verdana, Helvetica;
	font-weight : bold;
}


a:hover
{
	text-decoration: none;
	color: #ff0000;
	font-family: Verdana, Helvetica;
	font-weight : bold;
}

/* Links to a forum on the Index */

a.forumlink, a.forumlink:link, a.forumlink:visited, a.forumlink:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	color: #999999;
	font-family: Verdana, Helvetica
}


a.forumlink:hover
{
	font-size: 17px;
	font-weight: bold;
	color: #ff0000;
	font-family: Verdana, Helvetica
}

/* Links to a topic while viewing a forum */

a.topiclink, a.topiclink:link, a.topiclink:active, a.topiclink:visited
{
	text-decoration: none;
	font-weight: bold
	font-size: 17px;
	color: #999999;
	font-family: Verdana, Helvetica
}


a.topiclink:hover
{
	text-decoration: underline;
	font-weight: bold
	font-size: 17px;
	color: #ff0000;
	font-family: Verdana, Helvetica
}


a.yellowlink, a.yellowlink:link, a.yellowlink:active, a.yellowlink:visited
{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold
	color: #444444;
	font-family: Verdana, Helvetica
}


a.yellowlink:hover
{
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold
	color: #444444;
	font-family: Verdana, Helvetica
}


a.catlink, a.catlink:link, a.catlink:visited, a.catlink:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #DEDEDE;
	font-family: Verdana
}


a.catlink:hover
{
	color: #DEDEDE;
	font-weight: bold
	font-family: Verdana
}


a.toprowlink, a.toprowlink:link, a.toprowlink:visited, a.toprowlink:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #DEDEDE;
	font-family: Verdana, Helvetica
}


a.toprowlink:hover
{
	font-weight: bold;
	font-size: 15px;
	color: #DEDEDE;
	font-family: Verdana, Helvetica
}


li
{
	margin-bottom:10px;
}


input, textarea, select
{
	color : DEDEDE;
	background-color: #454545;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold
	border: 1px #636363 solid;
}


input, textarea, select
{
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}


input
{
	text-indent : 2px;
}


input.button
{
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}