/*****************************************************
General Anchor
*****************************************************/
a.linkMenuSink,
a.linkSmallBold,
.linkMenuSink a,
.linkMenuSink a:link,
.linkSmallBold a,
.linkSmallBold a:link
{
	color: #3d68d6;
    font-weight: bold;
	text-decoration: underline;
}

a.linkSmall,
a.LinkSmallBold,
a.linkMenuSink,
.linkSmall a,
.LinkSmallBold a,
.linkMenuSink a
{
	color: #3d68d6;
    font-size: 11px;
}

a.linkSmallBold:visited,
a.linkMenuSink:visited,
.linkSmallBold a:visited,
.linkMenuSink a:visited
{
	color: #3d68d6;
}

a.linkSmallBold:hover,
a.linkMenuSink:hover,
.linkSmallBold a:hover,
.linkMenuSink a:hover
{
	color: #3d68d6;
}
/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/
.userOnlineLinkBold, a.userOnlineLinkBold, a.userOnlineLinkBold:Visited, a.userOnlineLinkBold:Hover, a.userOnlineLinkBold:Link
{
    font-weight: bold;
    color: #0055E7;
}

.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold, a.moderatorOnlineLinkBold:Visited, a.moderatorOnlineLinkBold:Hover, a.moderatorOnlineLinkBold:Link
{
    font-weight: bold;
    color: darkblue;
}

.adminOnlineLinkBold, a.adminOnlineLinkBold, a.adminOnlineLinkBold:Visited, a.adminOnlineLinkBold:Hover, a.adminOnlineLinkBold:Link
{
    font-weight: bold;
    color: black;
}
/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
	color: #3d68d6;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}

.menuText
{
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 10px;
    text-decoration: none; 
    color: #3d68d6;
}

a.menuTextLink:Hover
{
    color: #000000;
}
/*****************************************************
Text and anchors used in the search
*****************************************************/
.searchPager
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	line-height: 18px;
}

.searchPager:link,
.searchPager:visited,
.searchPager a,
.searchPager a:visited
{
	color: #3d68d6;
	font-weight: normal;
	text-decoration: underline;
}

.searchItem
{
    background-color: #EFF6FC; 
}

.searchAlternatingItem
{
    background-color: #F9F9F9;
}
/*****************************************************
Default separator style for PostList
*****************************************************/
/*td.flatViewSpacing
{
    height: 2px;
    background-color: #80B7FF;
}*/

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
	height: 25px;
	padding: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
    background-color: White;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #C3C3C3;
    background-image: url(/Forum/Skins/default/images/forumHeaderBackground.gif);
}

td.forumHeaderBackgroundAlternate
{
	height: 23px;
	padding: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
    background-color: White;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
    background-image: url(/Forum/Skins/default/images/forumHeaderBackgroundAlternate.gif);
}
/*****************************************************
Body
*****************************************************/
/*body
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF; 
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}*/
/*****************************************************
Validation Text
*****************************************************/
.validationWarningSmall
{
    color: Red;
    font-size : 11px;
}
/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
	font-size: 12px;
	font-weight: normal;
}

.normalTextSmallBold
{ 
    font-size : 12px;
    font-weight: bold;
}

.normalTextSmaller
{
    font-size: 11px;
}

.normalTextSmall a,
.normalTextSmall:link
{
	color: #3d68d6;
	text-decoration: underline;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
	color: #707070;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: white;
    font-size: 11px;
    font-weight:bold;
}
/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    background-color: #FFFFFF;
    border: 1px #C3C3C3 solid;
}

.tableBorderWoBottom
{
    background-color: #FFFFFF;
    border-top: 1px #C3C3C3 solid;
    border-left: 1px #C3C3C3 solid;
    border-right: 1px #C3C3C3 solid;
}

.moderationBorder
{
    border-top: 1px #d4d4d4 solid;
    border-left: 1px #d4d4d4 solid;
    border-right: 1px #d4d4d4 solid;
}

/*****************************************************
Main forum colors
*****************************************************/
td.forumRow
{
    background-color: #EFF6FC;
}

td.forumAlternate
{
    background-color: #F9F9F9;
}
/*****************************************************
Background color and text used in threaded view
*****************************************************/
td.threadTitle
{
    background-color: #D4D9EC;
}

.threadDetailTextSmall
{
    color: #0055E7;
    font-size: 11px;
}

.threadDetailTextSmallBold
{
    color: #0055E7;
    font-size: 11px;
    font-weight: bold;
}

td.forumRowHighlight
{
    background-color: #EFF6FC;
}

/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #3d68d6;
}


a.forumTitle:visited, a.forumTitle:link
{
    font-size: 12px;
    font-weight: bold;
    color: #3d68d6;
}

a.forumTitle:hover
{
    color: #DD6900;
}

.forumName
{
    font-weight: bold;
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 
    color: navy;
}

a.forumName:hover
{
    color: #DD6900;
    text-decoration: underline;
}


/*****************************************************
Form Elements
*****************************************************/
/*select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #DAE7FD;
    border-color: Black;
}*/

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: White;
    border-color: Black;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink
{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

TD.popupMenuSink
{
    position: relative;
}

DIV.popupMenu
{
    border: 1px solid blue;
}

DIV.popupTitle
{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    background-color: #4455AA;
}

DIV.popupItem
{
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #DDEEFF;
}

/* New Styles */
/* Forum Übersicht - Thread Übersicht */

.ForumBreadCrumb,
.ForumBreadCrumb span.normalTextSmallBold
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.ForumBreadCrumb:link
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

.ForumBreadCrumb:link:hover
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d4302;
	text-decoration: underline;
}

.ForumName, 
.ThreadName
{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #3d68d6;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.ThreadName:visited
{
    color: #75a1ea;
}

.ForumName:hover, 
.ThreadName:hover
{
	text-decoration: underline;
}

.LastPostBy,
.FirstPostBy,
.ForumNameSubtitle
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #707070;
	text-decoration: none;
	white-space: nowrap;
}

.LastPostBy a,
.FirstPostBy a,
.LastPostBy:link,
.FirstPostBy:link,
.LastPostBy:link:visited,
.FirstPostBy:link:visited
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d68d6;
	text-decoration: underline;
	white-space: nowrap;
}

.ForumColumnTitle
{
	color: #6f6f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

.ForumSecondRowTitle, 
.ForumSecondRowTitle:link, 
.ForumSecondRowTitle:visited
{
	color: #c1c1c1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.ForumSecondRowTitle:hover
{
	color: #c1c1c1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.ForumLargeCounts
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #707070;
	text-decoration: none;
}

/* Thread Ansicht */
.ForumFunctionTitle
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}

.ForumDropDown
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.ForumThreadNavigation a,
.ForumThreadNavigation:link
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3d68d6;
	text-decoration: underline;
	line-height: 17px;
}

.ForumThreadNavigation a:hover,
.ForumThreadNavigation:link:hover
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e36c18;
	text-decoration: underline;
}

.ForumThreadNavigationPrevious a,
.ForumThreadNavigationPrevious:link,
.ForumThreadNavigationPrevious a:visited,
.ForumThreadNavigationPrevious:link:visited
{
	background: url(/Forum/Skins/default/images/PreviousThreadArrow.png) no-repeat 0 center;
	padding-left: 26px;
}

.ForumThreadNavigationPrevious:hover
{
	background: url(/Forum/Skins/default/images/PreviousThreadArrowOver.png) no-repeat 0 center;
	padding-left: 26px;
}

.ForumThreadNavigationNext a,
.ForumThreadNavigationNext:link,
.ForumThreadNavigationNext a:visited,
.ForumThreadNavigationNext:link:visited
{
	background: url(/Forum/Skins/default/images/NextThreadArrow.png) no-repeat right center;
	padding-right: 26px;
}

.ForumThreadNavigationNext:hover
{
	background: url(/Forum/Skins/default/images/NextThreadArrowOver.png) no-repeat right center;
	padding-right: 26px;
}

.ForumPostNavigation,
.ForumPostNavigation a,
.ForumPostNavigation:link,
.ForumPostNavigation a:visited,
.ForumPostNavigation:link:visited,
.ForumModerationNavigation,
.ForumModerationNavigation a,
.ForumModerationNavigation:link,
.ForumModerationNavigation a:visited,
.ForumModerationNavigation:link:visited
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.ForumPostNavigation a,
.ForumPostNavigation:link,
.ForumPostNavigation a:visited,
.ForumPostNavigation:link:visited
{
	color: #3d68d6;
	margin-right: 8px;
}	

.ForumPostNavigation span,
.ForumModerationNavigation span
{
	text-decoration: underline;
}

.ForumPostNavigation img
{
	margin-right: 5px;
}

.ForumPostTitle
{
	color: #6f6f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.ForumPostTime
{
	color: #6f6f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

.ForumAuthorOnline:link
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #799d34;
	text-decoration: underline;
}

.ForumAuthorOnline:hover
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #799d34;
	text-decoration: none;
}

.ForumAuthorOffline:link
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e36c18;
	text-decoration: underline;
}

.ForumAuthorOffline:hover
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #e36c18;
	text-decoration: none;
}

.ForumAuthorPic
{
	width: 90px;
	height: 120px;
	border: 1px solid #707070;
}

.ForumAuthorInfo
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}

.ForumAuthorInfo span
{
	font-weight: normal;
}

.ForumPager,
.ForumPostText, 
.ThreadListFooter
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
	line-height: 18px;
}

.ForumPager:link,
.ForumPostText:link, 
.ThreadListFooter:link,
.ThreadListFooter:visited,
.ThreadListFooter a,
.ThreadListFooter a:visited
{
	color: #3d68d6;
	font-weight: normal;
	text-decoration: underline;
}

.ForumPostText:visited
{
	font-weight: normal;
	color: #75a1ea;
	text-decoration: underline;
}

.ForumFunctionsFooter
{
	height: 25px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
    background-color: White;
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
    background-image: url(/Forum/Skins/default/images/forumHeaderBackground.gif);
}

/* Forum Bar deluxe */
.ForumBar
{
	width: 960px;
	border: none;
	padding: 0;
	margin: 0;
	height: 31px;
}

.ForumBreadCrumbPlain
{
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 31px;
	padding-left: 7px;
	background: url(/Forum/Skins/default/images/BreadCrumbBG.png) repeat-x;
	color: white;
	overflow: hidden;
}

.ForumBreadCrumbPlain a, 
.ForumBreadCrumbPlain a:link, 
.ForumBreadCrumbPlain a:visited
{
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: underline;
}

.ForumBreadCrumbPlain a:hover, 
.ForumBreadCrumbPlain a:active
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7d4302;
	text-decoration: underline;
}

.ForumBreadLanguages
{
	width: 250px;
	padding-right: 10px;
	height: 31px;
	color: white;
	overflow: hidden;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(/Forum/Skins/default/images/BreadCrumbBG.png) repeat-x;
}

.ForumBreadCrumbInfo
{
	width: 23px;
	background: url(/Forum/Skins/default/images/BreadCrumbBG.png) repeat-x;
}

.ForumBreadCrumbLeft
{
	width: 5px;
	height: 31px;
	background: url(/Forum/Skins/default/images/BreadCrumbLeft.png) no-repeat;
	margin: 0;
	padding: 0;
}

.ForumBreadCrumbRight
{
	width: 5px;
	height: 31px;
	background: url(/Forum/Skins/default/images/BreadCrumbRight.png) no-repeat;
	margin: 0;
	padding: 0;
}

.NewThread
{
	height: 31px;
	background: url(/Forum/Skins/default/images/NewThreadLeft.png) no-repeat;
	padding-left: 31px;
	padding-right: 5px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-transform: uppercase;
	line-height: 31px;
	width: 15%;
}

.NewThread a, 
.NewThread a:link, 
.NewThread a:visited
{
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

.NewThread a:hover, 
.NewThread a:active
{
	color: white;
	text-decoration: underline;
}

.NewThreadRight
{
	height: 31px;
	width: 10px;
	background: url(/Forum/Skins/default/images/NewThreadRight.png) no-repeat;
}

.ForumBreadCrumb
{
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 31px;
	padding-left: 12px;
	background: url(/Forum/Skins/default/images/BreadCrumbBG.png) repeat-x;
	color: white;
	overflow: hidden;
}

.ForumBreadCrumb a,
.ForumBreadCrumb a:link, 
.ForumBreadCrumb a:visited
{
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: underline;
}

.ForumBreadCrumb a:hover,
.ForumBreadCrumb a:active
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7d4302;
	text-decoration: underline;
}

.ForumSearchLeft
{
	height: 31px;
	width: 12px;
	background: url(/Forum/Skins/default/images/SearchLeft.png) no-repeat;
}

.ForumSearch
{
	height: 31px;
	width: 30%;
	text-align: right;
	background: url(/Forum/Skins/default/images/BreadCrumbBG.png) repeat-x;
}

.ForumSearchWrapper
{
	height: 31px;
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	background: url(/Forum/Skins/default/images/SearchBG.png) repeat-x;
}

.ForumSearchWrapper td
{
	height: 31px;
	line-height: 31px;
}

.ForumSearchContainer
{
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
}

.ForumSearchField,
.ForumSearchFieldDescr
{
	background-color: #8d8d8d;
	border: 1px solid #676767;
	height: 15px;
	width: 150px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
}

.ForumSearchField
{
	color: #f1f1f1;
}

.ForumSearchFieldDescr
{
	color: #c0c0c0;
}

.ForumSearchDevider
{
	height: 31px;
	width: 12px;
	background: url(/Forum/Skins/default/images/SearchRight.png) no-repeat;
}

.ForumSearchSubmitButton
{
	cursor: pointer;
	height: 31px;
	background: url(/Forum/Skins/default/images/SearchGoBG.png) repeat-x;
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	border-style: none;
	border-width: 0;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444444;
	text-decoration: none;
}

.ForumSearchSubmitButton:hover
{
	text-decoration: underline;
}

.ForumSearchRight
{
	height: 31px;
	width: 3px;
	background: url(/Forum/Skins/default/images/SearchGoRight.png) no-repeat;
}

/* Post Template */

.PostRow td
{
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #d4d4d4;
}

.ThreadTable
{
	margin: 0;
	padding: 0;
	width: 100%;
}

.ThreadTable .odd
{
	background-color: #e9f4fc;
}

.ThreadTable .even
{
	background-color: #f7f7f7;
}

.UserInfo
{
	border-right: 1px solid #f9f9f9;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	vertical-align: top;
	width: 145px;
	padding-left: 7px;
}

.ForumAuthorOnline a, 
.ForumAuthorOnline a:link, 
.ForumAuthorOnline a:hover, 
.ForumAuthorOnline a:active,
.ForumAuthorOnline a:visited
{
	cursor: pointer;
}

.ForumAuthorOnline a, 
.ForumAuthorOnline a:link, 
.ForumAuthorOnline a:visited
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #799d34;
	text-decoration: underline;
}

.ForumAuthorOnline a:hover, 
.ForumAuthorOnline a:active
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #799d34;
	text-decoration: none;
}

.ForumAuthorOnline
{
	background: url(/Forum/Skins/default/images/user_IsOnline.png) no-repeat -3px;
	padding-left: 13px;
}

.ForumAuthorOffline
{
	background: url(/Forum/Skins/default/images/user_IsOffline.png) no-repeat -3px;
	padding-left: 13px;
}

.ForumAuthorOffline a, 
.ForumAuthorOffline a:link, 
.ForumAuthorOffline a:hover, 
.ForumAuthorOffline a:active,
.ForumAuthorOffline a:visited
{
	cursor: pointer;
}

.ForumAuthorOffline a, 
.ForumAuthorOffline a:link, 
.ForumAuthorOffline a:visited
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #e36c18;
	text-decoration: underline;
}

.ForumAuthorOffline a:hover,
.ForumAuthorOffline a:active
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #e36c18;
	text-decoration: none;
}

.FlatForumAuthorPicSpace
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.FlatForumAuthorPic td
{
	width: 90px;
	height: 120px;
	background-color: White;
	border: 1px solid #707070;
}

.ForumAuthorInfo
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	text-decoration: none;
}

.ForumAuthorInfo span
{
	font-weight: normal;
}

.PostBody
{
	vertical-align: top;
	padding-left: 0px;
}

.PostInfo
{
	width: 100%;
	height: 27px;
}

.PostInfo td
{
	height: 27px;
}

.PostBodyHead
{
	color: #6f6f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background: url(/Forum/Skins/default/images/PostBodyHeadBG.png) repeat-x;
}

.PostBodyHead td
{
	height: 25px;
}

.ForumPostText
{
	padding: 8px;
}

.ForumPostTime,
.FlatForumPostTitle,
.FlatForumPostTitle a, 
.FlatForumPostTitle a:link, 
.FlatForumPostTitle a:hover,
.FlatForumPostTitle a:active,
.FlatForumPostTitle a:visited
{
	color: #6f6f6f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.ForumPostTime,
.FlatForumPostTitle
{
	padding-left: 8px;
}

.FlatForumPostTitle
{
	width: 400px;
}

.ForumPostTime
{
	width: 100%;
}

.PostClock
{
	background: url(/Forum/Skins/default/images/time.png) no-repeat 0 center;
	padding-left: 20px;
	height: 27px;
	line-height: 27px;
}

.FlatForumPostNavigation
{
	text-align: right;
}

.FlatForumPostNavigation a, 
.FlatForumPostNavigation a:link, 
.FlatForumPostNavigation a:visited
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3d68d6;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 8px;
}

.FlatForumPostNavigation a:hover, 
.FlatForumPostNavigation a:active
{
	font-weight: normal;
	color: #3d68d6;
	text-decoration: underline;
}

.FlatForumPostText,
.FlatForumReplyPostText,
.FlatForumPostTextSmaller
{
	color: #444;
	font-weight: normal;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.FlatForumPostText,
.FlatForumReplyPostText
{
	font-size: 12px;
}

.FlatForumPostText
{
	padding: 10px;
}

.FlatForumPostTextSmaller
{
	font-size: 11px;
}

.FlatForumPostText a, 
.FlatForumPostText a:link, 
.FlatForumPostText a:hover,
.FlatForumReplyPostText a,
.FlatForumReplyPostText a:link,
.FlatForumReplyPostText a:hover,
.FlatForumPostTextSmaller a, 
.FlatForumPostTextSmaller a:link, 
.FlatForumPostTextSmaller a:hover
{
	color: #3d68d6;
	font-weight: normal;
	text-decoration: underline;
}

.FlatForumPostText a:visited,
.FlatForumReplyPostText a:visited,
.FlatForumPostTextSmaller a:visited
{
	color: #75a1ea;
	font-weight: normal;
	text-decoration: underline;
}

.FlatForumPostText blockquote,
.FlatForumReplyPostText blockquote,
.FlatForumPostTextSmaller blockquote
{
	border: none;
	padding-left: 10px;
	border-left: 2px solid #d4d4d4;
}

.ForumSignatureSplitter
{
	height: 2px;
	border: none;
	border-bottom: 1px dotted #d4d4d4;
}

.LeftPostOverview
{
	width: 130px;
	white-space: nowrap;
}

.forumSearchButton
{
	border: 0px;
	width: 152px;
	height: 24px;
	color: White;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/button/UserActionButtonPlainBlue.jpg') no-repeat;
}

.ModeratorLabel
{
    width: 90px;
    color: white;
    display: block;
    padding-top: 1px;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 1px;
    letter-spacing: 0.1em;
    background-color: #3d68d6;
    text-transform: lowercase;
    border-left: 1px solid #3d68d6;
    border-right: 1px solid #3d68d6;
    font: normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.ForumEmptyForum
{
	color: #2987d7;
	text-align: center;
	font: normal 20px "Lucida Grande", Arial, "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
}