﻿a.DefaultLink, td.DefaultLink a
{	
	color: #6B696B;
	text-decoration: none;
}

a.DefaultLink:visited, td.DefaultLink a:visited
{
	color: #6B696B;
}

a.DefaultLink:hover, td.DefaultLink a:hover
{
	color: Black;
	text-decoration: underline;
}

a.DefaultLinkWhite
{	
	color: White;
	text-decoration: none;
}

a.DefaultLinkWhite:visited
{
	color: White;
}

a.DefaultLinkWhite:hover
{
	color: White;
	text-decoration: underline;
}

a.CurrentPage
{
	color: Black;
	text-decoration: none;
	font-weight:bold;
}
a.CurrentPage:visited
{
	color: Black;
}
a.CurrentPage:hover
{
	color: Black;
}

table.menu
{
	text-align:left;	
}

div.menu
{
	text-align:left;	
}

table.menu a,div.menu a
{
	color:White;
}

table.menu a:visited,div.menu a:visited
{
	color: White;
}

table.menu a:hover,div.menu a:hover
{
	color: White;
	text-decoration: underline;
}

.DefaultButton
{
	background-color: #FFFBFF;
	border-color: #CCCCCC; 
	border-style: solid; 
	border-width: 1px;
	font: Verdana;
    color: #284775;
}

.titleText
{
	color:White;
	background-color:#336699;
	font-weight:bold;	
	font-size: 10pt;
	text-align: center;
	padding-bottom: 2px; 
	padding-top: 2px;
}

table.SmallTable
{
	border: solid 1px black;
	border-collapse:collapse;
	font-size:13px;
}

table.ForumHeader
{
	width:100%;
	border: solid 1px black;
	background-color: #336699;
	margin-bottom: 10px;
}

table.ForumFooter
{
	width: 100%;
	border: solid 1px black;
	background-color: #336699;
	color:White;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 12px;	
}

/* ---> ForenList */
table.ForenList
{
	width:100%;
	border: solid 1px black;
	border-collapse:collapse;
}

table.ForenList td
{
	border: solid 1px black;
}

table.ForenList td.Category
{
	font-size:16px;
	font-weight:bold;
	color: white;
	background-color: #336699;
}

table.ForenList td.Category .Name
{
	font-size:16px;
	font-weight:bold;
}

table.ForenList td.Category .Description
{
	font-size:12px;
}

table.ForenList td.CategoryUpDownDel
{
	background-color: #336699;
	width:40px;
}

table.ForenList td.ForumUpDownDelTD
{
	width:40px;
}

table.ForenList td.ForumImage
{
	width: 40px;
}

table.ForenList td.ForumTopicsPosts
{
	width: 80px;
	font-size: 12px;
}

table.ForenList td.ForumNameDesc
{
	font-size:14px;
	font-weight:bold;
}

table.ForenList td.ForumNameDesc .Description
{
	font-size:11px;
	font-weight:normal;
}

table.ForenList td.ForumLastPost
{
	font-size:10px;
	width:110px;
}
/* <--- ForenList */

/* ---> TopicList */
table.TopicList
{
	width:100%;
	border: solid 1px black;
	border-collapse:collapse;
}

table.TopicList td
{
	border: solid 1px black;
}

table.TopicList td.Header
{
	font-weight: bold;
	font-size: 15px;
	color: White;
	background-color: #336699;
	border:none;
}

table.TopicList td.TopicImage
{
	width:40px;
}

table.TopicList td.RepliesViews
{
	font-size:12px;
	width:80px;
}

table.TopicList td.TopicTitle
{
	font-size:14px;
	font-weight:bold;
}

table.TopicList td.LastPost
{
	font-size:10px;
	width:110px;
}

table.TopicList td.Creator
{
	font-size:12px;
	width:110px;
}
/* <--- TopicList */

/* ---> ReplyList */
table.ReplyList
{
	width:100%;
	border: solid 1px black;
	border-collapse:collapse;
}

table.ReplyList td
{
	border: solid 1px black;
}

table.ReplyList td.Header
{
	font-size:11px;
	color: White;
	background-color: #336699;
}

table.ReplyList td.Creator
{
	font-size:12px;
	width:120px;	
	background-color: #cccc99;
}

table.ReplyList td.Text
{	
	font-size:14px;
}

table.ReplyList td.Text div.EditDelete
{
	border-bottom: solid 1px Black;
	margin-bottom: 5px;	
	text-align:right;
}

table.ReplyList td.Text div.signature
{
	font-size:10px;
}
/* <--- ReplyList */
