#pageBody
{
	margin: 0 25px;
}

/* Table Headings */

TD.tableHead
{
	background-color: #002245;
	background-image: url('/styles/gp/tables/head-bg.gif');
	font-size: 10px;
	font-weight: bold;
}
TD.tableHeadLarge
{
	background-color: #002245;
	background-image: url('/styles/gp/tables/head-bg.gif');
	font-size: 13px;
}

/* Forum Categories */

TD.tableCat
{
	padding-left: 15px;
	background-color: #001A33;
	background-image: url('/styles/gp/tables/cat-bg.gif');
	font-size: 13px;
	font-weight: bold;
}
DIV.tableCatDesc
{
	font-size: 10px;
	font-weight: normal;
}
A.catLink
{
	color: #D2D5D9;
	text-decoration: none;
}
A.catLink:hover
{
	color: #FF6600;
	text-decoration: underline;
}
A.catLink:active
{
	color: #FF9933;
}


/* Main Table Columns */

TD.tableColA
{
	background-color: #000F1F;
	background-image: url('/styles/gp/tables/col-a-bg.gif');
	background-repeat: repeat-x;
	font-size: 13px;
}
TD.tableColB
{
	background-color: #001326;
	background-image: url('/styles/gp/tables/col-b-bg.gif');
	background-repeat: repeat-x;
	font-size: 13px;
}

/* Forum Lists */

DIV.flForumTitle
{
	font-size: 13px;
	font-weight: bold;
}
DIV.flForumDesc
{
	font-size: 10px;
}
DIV.flLastPost
{
	font-size: 10px;
}
DIV.flFeatForumTitle
{
	font-size: 13px;
	font-weight: normal;
}

/* Thread List */

DIV.tlPgNav, DIV.tlSource
{
	font-size: 10px;
}

/* Misc Text */

.time
{
	color: #4C7399;
}
.normal, span.normalfont
{
	font-size: 13px;
}
.medium
{
	font-size: 11px;
}
.small, span.smallfont
{
	font-size: 10px;
}
.large, span.largefont
{
	font-size: 15px;
	font-weight: bold;
}
.small2
{
	font-size: 9px;
}

/* Links */

A.usercpnav, A.sortLink, A.alt
{
	color: #D2D5D9;
	text-decoration: none;
}
A.usercpnav:hover, A.sortLink:hover, A.alt:hover
{
	color: #FF6600;
	text-decoration: underline;
}
A.usercpnav:active, A.sortLink:active, A.alt:active
{
	color: #FF9933;
}

/* User CP */

TD.cpnavSel
{
	background-color: #002245;
	background-image: url('/styles/gp/tables/head-bg.gif');
	font-size: 13px;
}

/* Forms */

TD.fFieldName
{
	background-color: #000F1F;
	background-image: url('/styles/gp/tables/col-a-bg.gif');
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
}
TD.fField
{
	background-color: #001326;
	background-image: url('/styles/gp/tables/col-b-bg.gif');
	background-repeat: repeat-x;
	font-size: 11px;
}

/* Home */

#gp-updates-list
{
	border: none;
	margin: 0 0 22px 0;
}

#home_right_island
{
	margin: 0 0 22px 0;
	padding: 4px;
	width: 300px;
	height: 250px;
	background-color: #000000;
}

/* OLD */

FONT.body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

INPUT, SELECT
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

A.linkAlt
{
	color: #FF6600;
}
A.linkAlt:active, A.linkAlt:hover
{
	color: #FF9933;
}


