﻿/* === Generics */
/* === Common Styles */
/* === Tree Form Element */
/* === Form Styles */
/* === Message Styles */
/* === Content */
/* === Text Button */
/* === Specific Buttons */
/* === Advertisements */
/* === List */
/* === Search Results */
/* === Validation Styles */
/* === ContentParts */
/* === Context Menu Styles */
/* === Rating Styles */
/* === Content Selector Styles */
/* === Comment Form */
/* === Comments */
/* === Comment List */
/* === Help Icon */
/* === Poll Styles */
/* === rendered poll styles */
/* === Tag Styles */
/* === TabPane Styles */
/* === Inline tag editor */
/* === Common Tree List */
/* Generics =====================================*/
body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #EAEAEA;
	background-image: none;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif";
}
form {
	background-color: #050;
	min-width: 960px;
}
.CommonH {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: Verdana, Tahoma;
	font-size: 9px;
	background-color: Black;
}
.Common {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #EAEAEA;
}
#CommonHeader {
	padding: 0 0 24px 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-top: solid 4px #006;
	background-color: #000;
	
/*	background-image: url(../images/common/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;*/
}
#CommonHeader table {
	padding: 18px 0 0 0;
	margin: 0 0 0 3px;
	height: 120px;
}
#CommonHeaderImage {
	vertical-align: bottom;
}
#CommonHeaderImage a {
	display: block;
	margin: 0 8px 0 0;
	position: relative;
	z-index: 100;
}
#CommonHeaderTitle {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	font-size: 120%;
	line-height: 90%;
	letter-spacing: -1px;
	color: #636364;
}
#CommonHeaderTitle h1 {
	margin: 0;
	padding: 0;
	font-size: 280%;
	color: #A0AE5A;
	line-height: 120%;
	letter-spacing: -2px;
	font-weight: bold;
}
#CommonHeaderDescription {
	margin: 0;
	padding: 0 0 0 4px;
}
#CommonHeaderUserArea {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 20%;
	position: relative;
	z-index: 100;
}
#CommonHeaderUserArea table {
	margin: 0;
	padding: 0;
}
#CommonHeaderUserArea a:link, #CommonHeaderUserArea a:visited, #CommonHeaderUserArea a:active {
	color: #aac;
	font-family: Arial;
	font-size: 8pt;
}
#CommonHeaderUserContent {
	padding: 4px 12px 7px 12px;
	background-color: #000;
	text-align: right;
	color: #aac;
	/*background-image: url('/themes/default/images/common/content_bg.gif');*/
}
#CommonHeaderUserWelcome {
}
#CommonHeaderSearch {
	padding-top: 4px;
	font-size: 8pt;
	text-align: right;
}
#CommonHeaderUserRoundBottom, #CommonHeaderUserRoundLeft, #CommonHeaderUserRoundRight {
	margin: 0;
	padding: 0;
	height: 5px;
	width: inherit;
	overflow: hidden;
}
#CommonHeaderUserRoundLeft, #CommonHeaderUserRoundRight {
	width: 6px;
}
#CommonHeaderUserRoundBottom .r1, #CommonHeaderUserRoundBottom .r2, #CommonHeaderUserRoundBottom .r3, #CommonHeaderUserRoundBottom .r4, #CommonHeaderUserRoundLeft .r1, #CommonHeaderUserRoundLeft .r2, #CommonHeaderUserRoundLeft .r3, #CommonHeaderUserRoundLeft .r4, #CommonHeaderUserRoundRight .r1, #CommonHeaderUserRoundRight .r2, #CommonHeaderUserRoundRight .r3, #CommonHeaderUserRoundRight .r4 {
	height: 1px;
	overflow: hidden;
	background-color: #004;
}
#CommonHeaderUserRoundBottom .r4 {
	margin: 0 5px;
}
#CommonHeaderUserRoundBottom .r3 {
	margin: 0 3px;
}
#CommonHeaderUserRoundBottom .r2 {
	margin: 0 2px;
}
#CommonHeaderUserRoundBottom .r1 {
	margin: 0 1px;
	height: 2px;
}
#CommonHeaderUserRoundLeft .r1 {
	width: 6px;
}
#CommonHeaderUserRoundLeft .r2 {
	width: 4px;
	margin: 0 0 0 2px;
}
#CommonHeaderUserRoundLeft .r3 {
	width: 2px;
	margin: 0 0 0 4px;
}
#CommonHeaderUserRoundLeft .r4 {
	width: 1px;
	margin: 0 0 0 5px;
	height: 2px;
}
#CommonHeaderUserRoundRight .r1 {
	width: 6px;
}
#CommonHeaderUserRoundRight .r2 {
	width: 4px;
}
#CommonHeaderUserRoundRight .r3 {
	width: 2px;
}
#CommonHeaderUserRoundRight .r4 {
	width: 1px;
	height: 2px;
}
#CommonHeaderSearchContent {
	padding-top: 12px;
	text-align: right;
}
#CommonFooter {
	width: 100%;
	background-color: #EAEAEA;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	padding: 4px 0 10px 0;
}
#CommonNavigation {
	margin: 0;
	height: 20px;
	overflow: hidden;
	background-color: #666666;
	
/*
	background-image: url(../images/common/navigation-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
*/
}
#CommonNavigationShadow {
	background-image: url(../images/common/navigation-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 26px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #EAEAEA;
}
#CommonNavigation ul {
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}
#CommonNavigation ul li {
	display: block;
	float: left;
	margin-right: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0;
	line-height: 20px;
}
#CommonNavigation a:link, #CommonNavigation a:active, #CommonNavigation a:visited {
	color: #FFA800;
	text-decoration: none;
	display: block;
	padding: 0px 20px 0px 20px;
}
#CommonNavigation a:hover {
	color: #FFA800;
	text-decoration: none;
	display: block;
	background-color: #444;
}
#CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited {
	color: #FFA800;
	background-color: #000;
	padding: 0px 20px 0px 20px;
}
#CommonNavigation a.Selected:hover {
	color: #FFA800;
}
#CommonContent {
	/*margin: 10px 215px 0px 10px;*/
	padding: 5px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	background-color: #EAEAEA;
}
#CommonContentInner 
{
	width: 100%;
}
.CommonContentArea 
{	
	background-color: #EAEAEA;
}

.CommonSearchArea
{	padding: 10px 10px 0px 10px;
	}

A:LINK, A:ACTIVE {
	color: #333;
}
A:VISITED {
	color: #333;
}
A:HOVER {
	text-decoration: underline;
	color:Orange;
}
SELECT, TEXTAREA, INPUT, BUTTON {
	font-family: Verdana, Tahoma;
	font-size: 90%;
}
TABLE {
	empty-cells: show;
}
/* Common Styles ================================*/


.CommonPagingArea a:link, .CommonPagingArea a:visited {
	color: #000;
}
.CommonFilterArea {
	font-size: 100%;
	padding: 4px;
	margin: 0 40px 0 3px;
	font-weight: bold;
}
.CommonSearchResults {
	font-size: 80%;
	font-weight: bold;
	padding: 8px;
}
.CommonSearchResultsArea {
	margin: 16px 0;
}
/* Tree Form Element ============================*/
.CommonTreeFormArea {
	border: solid 1px #999;
	padding: 2px;
	width: 200px;
	height: 175px;
	overflow: auto;
	margin: 4px 4px 2px 4px;
}
.CommonTreeFormTree {
	padding: 0;
}
.CommonTreeFormNode {
	cursor: pointer;
	font-size: 90%;
}
.CommonTreeFormNodeSelected {
	padding: 1px;
	font-weight: bold;
	background-color: #ddd;
	border: solid 1px #ccc;
	cursor: pointer;
	font-size: 90%;
}
.CommonTreeFormNodeHover {
	cursor: pointer;
	font-size: 90%;
}
/* Form Styles ==================================*/

/* Message Styles ===============================*/
.CommonMessageArea {
	width: 50%;
	margin: 64px 0;
	background-color: #000;
}
.CommonMessageTitle {
	text-align: left;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: #E1E1E1;
	color: #000;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}
.CommonMessageContent {
	font-size: 100%;
	color: #000;
	padding: 8px 8px 16px 8px;
	text-align: left;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
}
.CommonInlineMessageArea {
	margin: 4px 0;
	border: solid 1px #E1E1E1;
	background-color: #aeaeae;
	background-position: left top;
	background-repeat: repeat-x;
}
.CommonInlineMessageTitle {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	background-color: #E1E1E1;
	color: #999;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 0 #E1E1E1;
	border-bottom-width: 1px;
}
ol.CommonInlineMessageList, ul.CommonInlineMessageList {
	margin: 0;
	padding: 0;
}
.CommonInlineMessageList li {
	margin-left: 30px;
}
.CommonInlineMessageContent {
	font-size: 80%;
	color: #333333;
	padding: 8px;
	text-align: left;
}
.CommonMessageSuccess {
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #030;
	background-color: #6a5;
	margin: 8px 0;
}
.CommonMessageError {
	margin: 8px 0 12px 0;
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #300;
	background-color: #a00;
}
/* Content =====================================*/
.CommonTextBig {
	margin: 1px;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}
.CommonInputBig {
	width: 90%;
	font-size: 130%;
}

.CommonHeader {
	color: #aaa;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 0 0;
}
.CommonGroupedContentArea {
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
}
/* Text Button ==================================*/
.CommonTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}
.CommonTextButton:LINK, .CommonTextButton:VISITED {
	text-decoration: none;
	color: #333;
	background-color: #eee;
}
.CommonTextButton:ACTIVE {
	text-decoration: none;
	color: #333;
}
.CommonTextButton:HOVER {
	text-decoration: underline;
	color: #333;
	background-color: #ddd;
}
.CommonTextButton.Big {
	padding: 10px;
	font-size: 100%;
}
.CommonTextButtonHighlight {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #bbb;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
}
.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER {
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}
.CommonImageTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}
.CommonImageTextButton:LINK, .CommonImageTextButton:VISITED {
	text-decoration: none;
	color: #333;
	margin: 1px;
}
.CommonImageTextButton:ACTIVE {
	text-decoration: none;
	color: #333;
}
.CommonImageTextButton:HOVER {
	text-decoration: underline;
	color: #333;
	background-color: #ddd;
}
.CommonImageTextButton.Big {
	font-size: 130%;
	background-position: 4px center;
	padding-left: 30px;
	padding-right: 10px;
}
.CommonImageTextButtonHighlight {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #bbb;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}
.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER {
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}
/* Specific Buttons =============================*/
.CommonPrivateMessageButton {
	background-image: url(../images/common/privatemessage.gif);
}
.CommonEmailButton {
	background-image: url(../images/common/email.gif);
}
.CommonEmailSubscriptionButtonEnabled {
	background-image: url(../images/common/tracktopic-on.gif);
}
.CommonEmailSubscriptionButtonDisabled {
	background-image: url(../images/common/tracktopic.gif);
}
.CommonEmailSubscriptionButtonProcessing {
	background-image: url(../images/common/tracktopic-wait.gif);
}
.CommonFavoriteButton {
	background-image: url(../images/common/favorite.gif);
}
.CommonContactButton {
	background-image: url(../images/common/contact.gif);
}
.CommonEditButton {
	background-image: url(../images/common/edit.gif);
}
.CommonDeleteButton {
	background-image: url(../images/common/delete.gif);
}
.CommonUploadButton {
	background-image: Url(../images/common/upload.gif);
}
.CommonDownloadButton {
	background-image: url(../images/common/download.gif);
}
.CommonPostButton {
	background-image: url(../images/common/newpost.gif);
}
.CommonReplyButton {
	background-image: url(../images/common/reply.gif);
}
.CommonPreviousButton {
	background-image: url(../images/common/previoustopic.gif);
}
.CommonNextButton {
	background-image: url(../images/common/nexttopic.gif);
}
.CommonViewButton {
	background-image: url(../images/common/view.gif);
}
.CommonLockedButton {
	background-image: url(../images/common/locked.gif);
}
.CommonHomepageButton {
	background-image: url(../images/common/homepage.gif);
}
.CommonWeblogButton {
	background-image: url(../images/common/weblog.gif);
}
/* Advertisements ===============================*/
.CommonStandardTopAdArea {
	text-align: center;
	padding: 4px;
	margin: 0 0 4px 0;
	border: solid 0 #999;
	border-top-width: 1px;
}
.CommonStandardTopAdArea IFRAME {
	margin: 0 auto;
}
.CommonStandardBottomAdArea {
	text-align: center;
	padding: 4px;
	border: solid 0 #999;
	border-top-width: 1px;
	margin: 4px 0 0 0;
}
.CommonStandardBottomAdArea IFRAME {
	border: solid 1px #999;
	margin: 0 auto;
}
/* Search Results ===============================*/
.CommonSearchResultArea {
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 70px;
	min-height: 46px;
}
.CommonSearchResultArea.Weblog {
	background-image: url(../images/blogs.png);
}
.CommonSearchResultArea.Forum {
	background-image: url(../images/forums.png);
}
.CommonSearchResultArea.FileGallery {
	background-image: url(../images/files.png);
}
.CommonSearchResultArea.Gallery {
	background-image: url(../images/photos.png);
}
.CommonSearchResult {
	font-size: 100%;
}
.CommonSearchResultName {
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}
.CommonSearchResultDetails {
	margin: 4px 0 0 0;
	color: #000;
	font-size: 100%;
}
.CommonSearchStatistics {
	margin: 4px 0 0 0;
	color: #000;
	font-size: 100%;
}
UL.CommonSearchResultList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* Validation Styles ============================*/
.CommonValidationWarning {
	font-size: 100%;
	color: #f00;
	font-weight: bold;
	padding: 2px;
}
/* ContentParts =================================*/
.CommonContentPartBorderOff {
	border: 0px;
}
.CommonContentPartBorderOn {
	border: dashed 1px #999;
	background-color: #000;
}
/* Context Menu Styles ==========================*/
.CommonContextMenuGroup {
	background-color: #fff;
	border: solid 1px #999;
}
.CommonContextMenuItem {
	background-color: #fff;
	font-size: 100%;
	border: solid 1px #fff;
	cursor: pointer;
	padding: 3px;
}
.CommonContextMenuItemHover {
	background-color: #f4f4f4;
	color: #000;
	font-size: 100%;
	border: solid 1px #E1E1E1;
	cursor: pointer;
	padding: 3px;
}
.CommonContextMenuItemExpanded {
	background-color: #E1E1E1;
	color: #000;
	font-size: 100%;
	border: solid 1px #f4f4f4;
	cursor: pointer;
	padding: 3px;
}
.CommonContextMenuSeperatorItem {
	background-color: #999;
	height: 1px;
	border-style: solid;
	border-color: #fff;
	border-width: 4px;
	cursor: pointer;
}
/* Modal Styles =================================*/
.CommonModalMask {
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}
.CommonModal {
	padding: 0 7px;
}
.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5 {
	background-color: #ccc;
	background-image: url(../images/common/navigation-gradient.png);
	background-repeat: repeat-x;
	background-position: left -20px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}
.CommonModal1 {
	margin: 0 -2px;
	padding: 0;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-left-width: 0px;
	border-right-width: 0px;
}
.CommonModal2 {
	margin: 0 -2px;
	padding: 1px 0;
	border-left-width: 2px;
	border-right-width: 2px;
}
.CommonModal3 {
	margin: 0 -3px;
	padding: 1px 0;
}
.CommonModal4 {
	margin: 0 -2px;
	padding: 2px 0;
}
.CommonModal5 {
	margin: 0 -2px;
	padding: 1px 0;
}
.CommonModalTitle {
	border-bottom: solid 1px #666;
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	cursor: move;
	min-height: 16px;
}
.CommonModalContent {
	background-color: #fff;
}
.CommonModalFooter {
	border-top: solid 1px #666;
	width: 100%;
	height: 20px;
}
.CommonModalClose {
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}
/* Rating Styles ================================*/
.CommonRateControlReadOnly {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #999;
	padding: 1px;
	white-space: nowrap;
}
.CommonRateControl {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eee;
	border: solid 1px #999;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}
.CommonRateControlActive {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fc6;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}
/* Content Selector Styles ======================*/
.CommonContentSelectorTreeArea {
	background-color: #0ff;
	height: 330px;
	margin: 5px;
	margin-left: 0;
	border: solid 1px #999;
	overflow: auto;
}
.CommonContentSelectorItemsArea {
	margin: 5px;
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border: solid 1px #999;
	overflow: auto;
	padding: 4px;
	height: 322px;
}
.CommonContentSelectorOptionsArea {
	margin: 0;
	background-color: #fff;
	border: solid 1px #999;
	padding: 4px;
}
.CommonContentSelectorTree {
	padding: 0;
	height: 330px;
	width: 215px;
	overflow: visible;
}
.CommonContentSelectorTreeNode {
	cursor: pointer;
}
.CommonContentSelectorTreeNodeSelected {
	font-weight: bold;
	cursor: pointer;
}
.CommonContentSelectorTreeNodeHover {
	cursor: pointer;
}
.CommonContentSelectorItemArea {
	float: left;
}
.CommonContentSelectorItem {
	font-size: 100%;
	border: solid 1px #ccc;
	cursor: pointer;
	padding: 3px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}
.CommonContentSelectorItemSelected {
	font-size: 100%;
	border: solid 3px #999;
	cursor: pointer;
	padding: 1px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}
.CommonContentSelectorItem img, .CommonContentSelectorItemSelected img {
	margin-top: auto;
	margin-bottom: auto;
}
.CommonContentSelectorItemName {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 1px 6px 16px 6px;
}
.CommonContentSelectorItemNameSelected {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	background-color: #999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 1px 6px 16px 6px;
}
.CommonContentSelectorButtonArea {
	text-align: right;
	margin: 5px;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
	margin: 0 0 .0001pt 0;
}
/* Comment Form =================================*/
#CommonCommentForm, #CommonContactForm {
	padding: 0;
}
#CommonCommentForm h2, #CommonContactForm h2 {
	margin-bottom: 0;
}
#CommonCommentForm h3, #CommonContactForm h3 {
	margin: 0 10px 0 0;
	padding: 10px 0 5px;
	font-weight: 600;
	letter-spacing: 0;
}
#CommonCommentForm p, #CommonContactForm p {
	padding: 0em;
}
#CommonCommentForm dl, #CommonContactForm dl {
	margin: 0;
	padding: 0;
}
#CommonCommentForm dt, #CommonContactForm dt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}
#CommonCommentForm dd, #CommonContactForm dd {
	color: #777;
	margin-left: 0;
}
#CommonCommentForm dt em, #CommonContactForm dt em {
}
#CommonCommentForm .smallbox, #CommonContactForm .smallbox {
	width: 3200px;
	padding: 2px;
}
#CommonCommentForm textarea, #CommonContactForm textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
}
/* Comments =====================================*/
/* Comment List =================================*/
#comments table, .FileCommentsContent table {
	width: 100%;
	table-layout: fixed;
}
.Comment {
background-color: #fff;
	padding: 12px 8px 8px 8px;
	border: solid 0 #eee;
	border-bottom-width: 1px;
}
.CommentOwner {
	padding: 16px;
	background-color: #ddd;
	color :#000;
	border-top: solid 1px #A44;
}
.CommentAvatar {
	white-space: nowrap;
	width: 15%;
}
.CommentAvatar img {
	margin-right: 8px;
}
.CommentContent {
	width: 85%;
	overflow: hidden;
}
.CommentTitle {
	font-size: 110%;
	margin: 0;
	padding: 0;
}
.CommentText {
	padding: 2px 0;
}
.CommentFooter {
	font-size: 100%;
	color: #999;
}
/* Help Icon ====================================*/
.CommonHelpIcon {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	border-style: none;
	height: 20px;
	width: 20px;
	background-image: url(../images/common/help_out.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: help;
}
.CommonHelpIconHover {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	border-style: none;
	height: 20px;
	width: 20px;
	background-image: url(../images/common/help_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: help;
}
.CommonHelpToolTip {
	width: 250px;
	padding: 8px;
	border: solid 2px #000;
	background-color: #ffc;
	color: #000;
}
/* Poll Styles ==================================*/
.CommonPollMoveUpButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/up.gif);
}
.CommonPollMoveUpButton:LINK, .CommonPollMoveUpButton:VISTED, .CommonPollMoveUpButton:ACTIVE {
	text-decoration: none;
	color: #333;
}
.CommonPollMoveUpButton:HOVER {
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
.CommonPollMoveDownButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/down.gif);
}
.CommonPollMoveDownButton:LINK, .CommonPollMoveDownButton:VISTED, .CommonPollMoveDownButton:ACTIVE {
	text-decoration: none;
	color: #333;
}
.CommonPollMoveDownButton:HOVER {
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
.CommonPollDeleteButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(../images/common/delete.gif);
}
.CommonPollDeleteButton:LINK, .CommonPollDeleteButton:VISTED, .CommonPollDeleteButton:ACTIVE {
	text-decoration: none;
	color: #333;
}
.CommonPollDeleteButton:HOVER {
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
ol.CommonPollAnswerList {
	margin: 0;
	padding: 0;
}
ol.CommonPollAnswerList li {
	margin-left: 24px;
}
/* rendered poll styles =========================*/
.CommonPollArea {
	width: 375px;
	background-color: #f00;
	border: solid 1px #bbb;
	margin: 0 auto;
}
.CommonPollQuestion {
	background-color: #e2eecd;
	border: solid 0 #bbb;
	border-bottom-width: 1px;
	padding: 4px;
	color: #698d73;
	margin: 0;
	font-size: 100%;
}
.CommonPollContent {
	padding: 4px;
}
.CommonPollDescription {
}
.CommonPollSwitchedContent {
	width: 275px;
	margin: 6px auto;
}
ul.CommonPollAnswerList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.CommonPollAnswerList li {
	padding: 0;
	margin: 6px 0 0 0;
}
.CommonPollAnswer {
	padding: 2px;
}
.CommonPollUserVote {
	color: #777;
}
.CommonPollFooter {
	padding: 2px;
	background-color: #ccc;
	border: solid 0 #999;
	border-top-width: 1px;
	font-size: 100%;
}
ul.CommonPollFooterList {
	list-style-type: none;
	margin: 0;
	text-align: center;
}
ul.CommonPollFooterList li {
	display: inline;
	margin: 0 6px;
}
/* End Poll Styles */

/* TabPane Styles ===============================*/
.CommonPane {
	border: solid 1px #999;
	border-top-width: 0;
	background-color: #eee;
	color:Black;
	padding: 8px;
}
.CommonPaneTabSet {
	padding: 0;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
	color: #000;
}
.CommonPaneTab {
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}
.CommonPaneTab1 {
	padding-left: 3px;
	background-image: url(../images/common/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.CommonPaneTab2 {
	padding: 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}
.CommonPaneTabSelected {
	padding-right: 4px;
	background-image: url(../images/common/tab-selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}
.CommonPaneTabSelected1 {
	padding-left: 3px;
	background-image: url(../images/common/tab-selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.CommonPaneTabSelected2 {
	padding: 3px 4px 5px 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab-selected.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.CommonPaneTabHover {
	padding-right: 4px;
	background-image: url(../images/common/tab-hover-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}
.CommonPaneTabHover1 {
	padding-left: 3px;
	background-image: url(../images/common/tab-hover-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.CommonPaneTabHover2 {
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
	height: 13px;
	background-image: url(../images/common/tab-hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}
/* Inline tag editor ============================*/
.CommonInlineTagEditor {
	padding: 4px;
	border: solid 1px #999;
	background-color: #00f3f3;
}
/* Common Tree List =============================*/
ul.CommonTreeList {
	margin: 0;
	padding: 0;
}
ul.CommonTreeList li {
	margin: 0;
	padding: 5px 0 0 18px;
	list-style-type: none;
}
.CommonTreeListItemSelected {
	font-weight: bold;
	padding: 5px 0 0 18px;
	background-image: url(../images/common/folder_open.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.CommonTreeListItem {
	font-weight: normal;
	padding: 5px 0 0 18px;
	background-image: url(../images/common/folder.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.CommonTreeListItemSelected a:link, .CommonTreeListItemSelected a:visited, .CommonTreeListItemSelected a:active, .CommonTreeListItem a:link, .CommonTreeListItem a:visited, .CommonTreeListItem a:active {
	text-decoration: none;
	color: #000;
}
.CommonTreeListItemSelected a:hover, .CommonTreeListItem a:hover {
	text-decoration: underline;
	color: #000;
}
.CommonHalfWidthArea {
	float: left;
	width: 50%;
}
.CommonHalfWidthContent {
	padding: 10px;
	padding-left: 0;
}
.CommonHalfWidthBreak {
	clear: both;
}
.CommonInlineListArea {
}
.CommonInlineListHeader {
	font-weight: bold;
	margin: 0 0 0 .4em;
}
.CommonInlineList {
	margin: 0;
	padding: 0;
}
.CommonInlineList li {
	margin: 0 0 .5em 25px;
	padding: 0;
	list-style-type: square;
}
.CommonAvatarListArea {
	margin: 12px 12px 0 0;
	padding: 3px 3px 3px 0;
	width: 80px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	float: left;
	font-size: 120%;
}

.CommonAvatarListArea2 {
	margin: 12px 12px 0 0;
	padding: 3px 3px 3px 0;
	width: 80px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	float: left;
	font-size: 80%;
}

.CommonAvatarListArea A {
	color: #aaa;
}
.CommonAvatarAreaHighlight {
	background-color: #eee;
	border: solid 1px #ccc;
	display: block;
}
.CommonAvatarArea {
	display: block;
	padding: 1px;
}
/*============= CEM =============================*/
.pullout-left {
	margin-left: 0;
	clear: both;
}
.pullout-right {
	margin-right: 0;
	clear: both;
}
.pullout-left .pullout-item {
	float: left;
	margin-left: 0;
}
.pullout-right .pullout-item {
	float: right;
	margin-right: 0;
}
body div, body form {
	text-align: left;
}
div.left-wrap .pullout-item {
	margin-right: 10px;
}
div.right-wrap .pullout-item {
	margin-right: 10px;
}
body * div {
	height: auto;
}
body {
	padding: 0;
	margin: 0;
}
.pullout-right, .pullout-left {
	display: block;
}
div.newslistitem {
	min-height: 60px;
	background: #e8e8e8 url(../images/Common/stripeW3.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 0px 10px 3px;
	border-top: 1px solid #666666;
	text-indent: 0px;
	color: #000;
}
div.newsband {
	min-height: 60px;
	background: #e8e8e8 url(../images/Common/stripeW3.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0px 0px 10px 3px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	text-indent: 0px;
	color: #000;
}
.newsband h5 {
	margin-top: 0px;
	padding-top: 5px;
	color: #FF9900;
}
.newslistitem .rightborder {
	border-top: 0;
}
.newslistitem h4 {
	margin-top: 0px;
	padding-top: 5px;
	color: #FF8800;
}
.newslistitem h6 {
	color: white;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.newslistitem h6 a:link, .newslistitem h6 a:visited, .newslistitem h6 a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
.newslistitem h6 a:hover {
	color: #FF9900;
	font-weight: bold;
}
.newslistitem li a {
	color: #bbb;
	text-decoration: none;
	margin-bottom: 2px;
}
.newslistitem li a:link, .newslistitem a:visited, .newslistitem a:active {
	color: #bbb;
	text-decoration: none;
}
.newslistitem li a:hover {
	color: #FF9900;
}
/******************************/
.CommonContentbar {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.CommonContentbarContentItem {
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;
	margin-left: 0px;
	color: #909090;
}
.CommonContentbarArea {
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	font-family: verdana, geneva, lucida;
	font-size: 11px;
}
.CommonContentbarArea A:LINK {
	color: #909090;
}
.CommonContentbarArea A:ACTIVE {
	color: #909090;
}
.CommonContentbarArea A:VISITED {
	color: #909090;
}
.CommonContentbarArea A:HOVER {
	color: #909090;
}
.CommonContentbarContent A:LINK {
	color: #909090;
}
.CommonContentbarContent A:ACTIVE {
	color: #909090;
}
.CommonContentbarContent A:VISITED {
	color: #909090;
}
.CommonContentbarContent A:HOVER {
	color: #909090;
}
.CommonContentbarHeader {
	font-size: 110%;
	text-align: left;
	color: #909090;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	background-image: url(../images/common/header_blue.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.CommonContentbarContent {
	font-family: verdana, geneva, lucida;
	color: #cdcdcd;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
	background-color: #2b2b2b;
	width: 100%;
	overflow: hidden;
}
.CommonContentbarFooter {
	font-family: verdana, geneva, lucida;
	font-size: 100%;
	color: #909090;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #cccccc;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
/******************************/
#CommonSidebarLeft {
}
#CommonSidebarLeft .CommonSidebar {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 200px;
}
#CommonSidebarRight {
}
#CommonSidebarRight .CommonSidebar {
	padding-top: 0px;
	margin-right: 5px;
	margin-top: 5;
	float: right;
	overflow: hidden;
	width: 200px;
	background-color: #e8e8e8;
}

UL.CommonSidebarImageList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CommonSidebarContentItem {
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;
	margin-left: 16px;
	color: #000;
}

.CommonSidebarArea A:LINK {
	color: #000;
}
.CommonSidebarArea A:ACTIVE {
	color: #000;
}
.CommonSidebarArea A:VISITED {
	color: #000;
}
.CommonSidebarArea A:HOVER {
	color: #000;
}
.CommonSidebarContent A:LINK {
	color: #000;
}
.CommonSidebarContent A:ACTIVE {
	color: #000;
}
.CommonSidebarContent A:VISITED {
	color: #000;
}
.CommonSidebarContent A:HOVER {
	color: #F90;
}
.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE, .CommonListTitle A:HOVER {
	color: #000;
	text-decoration: none;
}


UL.CommonSidebarList {
	margin: 0px;
	padding: 0px;
}
UL.CommonSidebarList LI {
	margin-bottom: 5px;
	list-style-type: square;
	margin-left: 16px;
	color: #909090;
}
.CommonSidebarImage {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #C4D6AE;
	background-color: #fafafa;
	text-align: center;
}
UL.CommonSidebarImageList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.CommonSidebarArea {
	padding: 0 0 12px 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.CommonSidebarHeader {
	line-height: 20px;
	text-align: left;
	font-family: verdana, geneva, lucida;
	background-color: #AAA;
	color: #830;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
}
.CommonSidebarHeader a:link, .CommonSidebarHeader a:visited, .CommonSidebarHeader a:active {
	text-decoration: none;
}
.CommonSidebarInnerArea {
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0 8px 8px 8px;
	overflow: hidden; /*background-image: url(../images/common/sidebar-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/;
	min-height: 109px;
	margin: 0;
}
.CommonSidebarContent {
	background: #e8e8e8 url(../images/Common/stripeW3.gif) w;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana, geneva, lucida;
	color: #000;
	padding: 8px;
	padding-bottom: 5px;
	border-style: solid;
	border-width: 0px;
	border-color: #cccccc;
	width: 200px;
	overflow: hidden;
	font-size:9pt;
}
.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4 {
	background-color: #D7D7CE;
	border-color: #999;
}
.CommonSidebarFooter {
	font-family: verdana, geneva, lucida;
	color: #909090;
	overflow: hidden;
	font-size: 100%;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #fff;
}
OL.CommonSidebarList {
	margin: 0;
	padding: 0;
	font-size:9pt;
}
OL.CommonSidebarList LI {
	margin: 0 0 5px 20px;
	font-size:9pt;
}
LI.CommonSidebarRssListItem {
	margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url(../images/common/feed-icon-12x12.png);
	font-size:9pt;
}
#welcome {
	color: #909090;
	margin-right: 5px;
	margin-top: -5px;
	padding-bottom: 10px;
}
#welcome A, #welcome A:VISITED, #welcome A:ACTIVE, #welcome A:HOVER {
	color: #909090;
}
/* 
==========================================================================================
Forum Style Overrides
==========================================================================================
*/
.CommonFormArea {
	margin: 16px 5px 0 5px;
	/*background-image: url('/themes/default/images/common/content_bg.gif');*/
	color: #eaeaea;
}
Ul.ForumPostList {
	background-color: #E1E1E1;
	margin: 20px 25px 20px 25px;
}
.CommonFormTitle {
	color: #aaa;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
}
.CommonFormDescription {
	padding: 8px 2px 8px 0;
}
TD.CommonFormFieldName {
	color: #630;
	padding: 2px 8px 2px 2px;
	font-weight: bold;
	margin: 10px;
}
DIV.CommonFormFieldName {
	color: #e0e0e0;
	padding: 8px 8px 2px 2px;
	font-size: 100%;
}
TD.CommonFormFieldDescription {
	padding: 2px;
	font-size: 120%;
	font-weight: normal;
}
DIV.CommonFormFieldDescription {
	padding: 2px;
	font-size: 120%;
	font-weight: normal;
}
TD.CommonFormField {
	color: #CCC;
	padding: 2px;
	font-size: 120%;
}
DIV.CommonFormField {
	color: #000;
	padding: 2px;
	font-size: 120%;
}
.CommonTitle, .CommonProfileTitle {
	color: #F80;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0 0 10px 10px;
}
.CommonTitle A:LINK, .CommonTitle A:ACTIVE, .CommonTitle A:VISITED {
	color: #000;
	text-decoration: none;
}
.CommonTitle A:HOVER {
	text-decoration: underline;
}
.CommonSubTitle {
	color: #840;
	font-size: 130%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 15px;
}
.CommonDescription {
	font-family: verdana, geneva, lucida;
	padding: 0px 0px 8px 0px;
	margin-top: -5px;
	margin-bottom: 15px;
	font-size: 100%;
	margin: 0 0 0 10px;
	color: Black;
}

.CommonBreadCrumbArea {
	margin: 0;
	padding: 8px 0 8px 0;
	font-size: 90%;
	color: #000;
	background-image: url(../images/common/navigation-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAEAEA;
}
.CommonBreadCrumbArea a:link, .CommonBreadCrumbArea a:visited, .CommonBreadCrumbArea a:active {
	color: #000;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 80%;
}
.CommonFeedArea {
	font-size: 90%;
	padding: 4px 0;
	font-weight: normal;
	color: #000;
}
.CommonPagingArea {
	font-size: 100%;
	padding: 4px;
	margin: 0 3px;
	font-weight: bold;
	color: #820;
}
/*
List Styles
*/
.ForumListCellLeftMostImageOnly {
	padding: 4px;
	border: solid 1px #E1E1E1;
	border-top-width: 0px;
	border-right-width: 0px;
	width: 20px;
}
.ForumListCellImageOnly {
	padding: 4px;
	border: solid 0px #E1E1E1;
	border-bottom-width: 1px;
}
.ForumSubListCellLeftMost {
	padding: 2px;
	text-align: left;
}
.ForumLastPost {
	font-size: 100%;
}
.ForumSubListCell {
	padding: 2px;
}
.ForumSubListCellPager {
	padding: 2px;
	font-size: 90%;
	text-align: right;
}
/*
Styles within Lists
*/
A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED, A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED {
	color: #000;
	font-size : 130%;
}
A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED, A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED {
	color: #000;
	font-weight: bold;
	font-size : 130%;
}
/*
Post Styles
*/
.ForumPostArea {
	margin: 12px 0;
}
.ForumPostHeader {
	padding: 3px 6px 3px 8px;
	border: solid 1px #E1E1E1;
	border-bottom-width: 0;
	font: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	color: #FFF; /*background-image: url(../images/common/navigation-gradient.png);*/;
	background-image: url(../images/common/navigation-gradient.gif);
	background-repeat: repeat-x;
	background-position: left -0px;
}
.ForumPostHeaderControlArea {
}
.ForumPostManagementArea {
	background-color: #f4f4f4;
	border: solid 0 #bbb;
	border-bottom-width: 1px;
}
.ForumPostTitleArea {
	background-color: #f4f4f4;
	border: solid 0 #ccc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-left: 8pt;
	font-size: 7pt;
}
.ForumPostTitle {
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #820;
}
.ForumPostBodyArea {
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	font-size: 9pt;
}
.ForumPostContentArea {
	border: solid 0 #E1E1E1;
	border-right-width: 1px;
	color: #000;
}
.ForumPostUserArea {
	width: 200px;
	background-color: #D6D6D6;
	padding: 4px;
	text-align: center;
	border: solid 1px #CCC;
	font-size: 9pt;
}
.ForumPostUserContent {
	width: 190px;
	overflow: hidden;
}
.ForumPostFooterArea {
	border: solid 1px #CCC;
	border-top-width: 0;
	border-left-width: 0;
	padding: 4px;
	line-height: 10px;
	vertical-align: bottom;
}
.ForumPostContentText {
	font-size: 90%;
	text-align: left;
	padding: 8px;
	margin-bottom: 20px;
}
.ForumPostSignature {
	margin: 1em 8px 8px 8px;
	border: solid 0 #ddd;
	border-top-width: 1px;
	padding: 1em 0 20px 0;
	font-size: 90%;
	text-align: left;
}
.ForumPostUserName {
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	color: #820;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 28pt;
}
.ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover {
	text-decoration: none;
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	color: #820;
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 28pt;
}
.ForumPostUserAvatar {
	padding: 4px 0 4px 4px;
}
.ForumPostRoleIcons {
	padding: 4px 0;
}
.ForumPostRoleIcons img {
	padding: 0 4px;
}
.ForumPostAttachment {
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding: 4px 4px 4px 8px;
}
.ForumPostThreadStatus {
	float: right;
	padding: 4px;
	color: #666;
	font-weight: bold;
}
.ForumPostButtons {
	margin: 4px 4px 4px 0;
	padding-left: 4px;
	text-align: right;
}
UL.ForumPostStatistics {
	text-align: right;
	font-size: 100%;
	list-style-type: none;
	margin: 4px 8px 0 0;
	padding: 0;
}
UL.ForumPostStatistics LI {
	display: inline;
	padding-left: 16px;
	font-size: 90%;
}
UL.ForumPostUserPropertyList {
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;
}
UL.ForumPostUserPropertyList LI {
	margin: 4px 10px 4px 2px;
	font-size: 90%;
}
/*
Header Definitions
*/
.ForumThreadImageAndNameHeader {
	text-align: center;
}
.ForumThreadLastPostHeader {
	text-align: center;
}
.ForumThreadTotalThreadsHeader {
	text-align: center;
}
.ForumThreadTotalPostsHeader {
	text-align: center;
}
.ForumThreadMoveHeader {
	text-align: center;
}
.ForumMyImageAndNameHeader {
	text-align: center;
}
.ForumMyRepliesHeader {
	text-align: center;
}
.FormMyMoveHeader {
}
.ForumGroupImageAndNameHeader {
	color: #FFF;
	font-size: 120%;
	text-align: center;
	background-image: url('../images/common/navigation-gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.ForumGroupLastPostHeader {
	color: #FFF;
	font-size: 120%;
	text-align: center;
	background-image: url('../images/common/navigation-gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.ForumGroupTotalThreadsHeader {
	color: #FFF;
	font-size: 120%;
	text-align: center;
	background-image: url('../images/common/navigation-gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
.ForumGroupTotalPostsHeader {
	color: #FFF;
	font-size: 120%;
	text-align: center;
	background-image: url('../images/common/navigation-gradient.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
/* List =========================================*/
.CommonListArea {
	padding: 8px 0;
}
.CommonListTitle {
	padding: 6px 6px 6px 0;
	color: #820;
	font-size: 160%;
	font-weight: bold;
	margin: 0;
}

.CommonListTitle A:HOVER {
	text-decoration: underline;
}
.CommonListHeaderLeftMost {
	text-align: left;
	padding: 4px;
	border: solid 1px #E1E1E1;
	color: #CCC;
	font-size: 100%;
	font-weight: bold;
	background-image: url('../images/common/navigation-gradient.gif');
}
.CommonListHeader {
	text-align: left;
	padding: 4px;
	border: solid 1px #E1E1E1;
	border-left-width: 0;
	color: #CCC;
	font-size: 100%;
	font-weight: bold;
	background-image: url('../images/common/navigation-gradient.gif');
}
.CommonListCellLeftMost {
	padding: 4px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	color: #333;
	font-size: 100%;
}
.CommonListCell {
	padding: 4px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	color: #333;
	font-size: 100%;
	text-align: left;
}
.CommonListRow {
}
.CommonListRowAlt td {
	background-color: Background;
}
/* 
Column Defitions
*/
.ForumThreadImageColumn {
	width: 20px;
}
.ForumThreadNameColumn {
	width: 52%;
	font-size: 90%;
}
.ForumThreadLastPostColumn {
	width: 20%;
	font-size: 70%;
	text-align: center;
}
.ForumThreadLastPostColumn a:link, .ForumThreadLastPostColumn a: .ForumThreadTotalThreadsColumn {
	width: 14%;
	text-align: center;
}
.ForumThreadTotalPostsColumn {
	width: 14%;
	text-align: center;
}
.ForumThreadMoveColumn {
	text-align: center;
}
.ForumMyImageColumn {
	width: 20px;
	background-color: #DDD;
}
.ForumMyNameColumn {
	width: 85%;
	font-size: 100%;
	background-color: #DDD;
}
.ForumMyRepliesColumn {
	width: 15%;
	text-align: center;
}
.ForumMyMoveColumn {
	text-align: center;
	width: 15%;
}
.ForumGroupImageColumn {
	width: 20px;
	background-color: #D6D6D6;
}
.ForumGroupNameColumn {
	width: 52%;
	background-color: #E1E1E1;
}
.ForumGroupLastPostColumn {
	width: 20%;
	text-align: left;
}
.ForumGroupTotalThreadsColumn {
	width: 14%;
	text-align: center;
}
.ForumGroupTotalPostsColumn {
	width: 14%;
	text-align: center;
}
/*
Quoting
*/
BLOCKQUOTE {
	border: dotted 1px #ccc;
	padding: 4px;
	margin: 16px;
}
.ForumReplyToPostArea {
	padding: 8px;
	border: dotted 1px #ccc;
	margin-bottom: 16px;
	background-color: #dddddd;
}
/*
Sub Forums
*/
.ForumSubArea {
	padding-bottom: 15px;
	margin-top: -10px;
}
/*
Thread rating control in post flat view
*/
.ForumThreadRateControlReadOnly {
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eaeaea;
	border: solid 1px #999;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}
.ForumThreadRateControlReadOnly img {
	margin: auto 0;
}
.ForumThreadRateControl {
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border: solid 1px #999;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}
.ForumThreadRateControl img {
	margin: auto 0;
}
.ForumThreadRateControlActive {
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}
.ForumThreadRateControlActive img {
	margin: auto 0;
}
.ForumCollapsedReply, .ForumCollapsedReplyChild {
}
.ForumCollapsedReply span {
	cursor: pointer;
	color: #02469b;
}
.ForumCollapsedReplyChild {
	background-color: #eeeeee;
	border: solid 1px #ccc;
	margin-left: 15px;
	padding-left: 5px;
}
/*
Collapse/Expand Group Styles
*/
.ForumGroupToggleCollapsed {
	background-image: url(../images/forum/group_expand.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1px;
	padding: 0 7px;
	cursor: pointer;
	text-decoration: none;
}
a.ForumGroupToggleCollapsed:link, a.ForumGroupToggleCollapsed:visited, a.ForumGroupToggleCollapsed:active, a.ForumGroupToggleCollapsed:hover {
	text-decoration: none;
}
.ForumGroupToggleExpanded {
	background-image: url(../images/forum/group_collapse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1px;
	padding: 0 7px;
	cursor: pointer;
	text-decoration: none;
}
a.ForumGroupToggleExpanded:link, a.ForumGroupToggleExpanded:visited, a.ForumGroupToggleExpanded:active, a.ForumGroupToggleExpanded:hover {
	text-decoration: none;
}
.ForumGroupTitleProcessing {
	background-color: #E1E1E1;
}
/* Threaded View Styles */
.ForumTreeArea {
	border: solid 1px #E1E1E1;
}
.ForumThreadedPostArea {
	border: solid 1px #E1E1E1;
	border-left-width: 0;
	background-color: #999;
}
.ForumSplitterPane {
}
.ForumPostTree {
	padding: 0;
}
.ForumPostTreeNode {
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	cursor: pointer;
}
.ForumPostTreeNodeSelected {
	font-size: 11px;
	padding: 1px;
	border: solid 1px #E1E1E1;
	cursor: pointer;
	background-color: #f4f4f4;
}
.ForumPostTreeNodeHover {
	font-size: 11px;
	padding: 2px 2px 2px 3px;
	cursor: pointer;
	background-color: #f4f4f4;
}
.ForumPostTreeHeading {
	border-bottom: solid 1px #E1E1E1;
	font-size: 11px;
	text-align: center;
	background-color: #f4f4f4;
	background-image: none;
	padding: 4px;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}
.ForumDisplayMessage {
	background-color: #fee;
	color: #900;
	font-weight: bold;
	font-size: 80%;
	padding: 4px;
}
.inlineLink {
	cursor: pointer;
}
/* ===============================================================================================================
Blog Style Overrides
*/
/*
Blog Styles
*/
UL.BlogPostList {
	margin: 10px 0 0 0;
	padding: 0px;
	list-style-type: none;
}
.BlogPostArea {
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-image: url(../images/blogs.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 70px;
	min-height: 46px;
}
.BlogPostArea.External {
	background-image: url(../images/external.png);
}

.BlogPostArea.None {
	background-image: none;
	padding-left: 0;
}

.BlogPostHeader {
	font-size: large;
	font-weight: normal;
	font-family:Comic Sans MS; 
	padding: 0;
	margin: 0 0 8px 0;
}

.BlogPostHeader a:link, .BlogPostHeader a:active, .BlogPostHeader a:visited{
	text-decoration: none;
	color :#300;
}

.BlogPostHeader a:hover {
	text-decoration: none;
	color : Orange;
}
.BlogRating {
	text-align: center;
	width: 80px;
	height: 80px;
	margin: 5px 10px 0 15px;
	background-color: #DDD;
	padding: 8px 2px 2px 2px;
	background-image: url(../images/Common/blog_comment_background.gif);
	line-height: 20px;
}
.BlogRating2 {
	text-align: center;
}
.BlogCommentCount {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
}
.BlogRating a:link, .BlogRating a:visited, .BlogRating a:active, .BlogRating a:hover {
	color: #338;
	text-decoration: none;
	text-align: center;
}
.BlogPostContent 
{
	color:#000;
	font-family: Verdana, Tahoma, "Microsoft Sans Serif";
}
.BlogPostFooter {
	margin: 8px 0 0 0;
	color: #AAA;
	font-size: 80%;
}
/*
Blog List Columns
*/
.BlogBlogNameColumn {
	width: 25%;
}
.BlogAuthorColumn {
	width: 14%;
}
.BlogLastPostColumn {
	width: 25%;
}
.BlogPostsColumn {
	text-align: center;
	width: 9%;
}
.BlogArticlesColumn {
	text-align: center;
	width: 9%;
}
.BlogCommentsColumn {
	text-align: center;
	width: 9%;
}
.BlogTrackbacksColumn {
	text-align: center;
	width: 9%;
}
/* Links */
UL.BlogLinkCategoryLinkList {
	padding: 0;
	margin: 0 0 0 24px;
	list-style-type: square;
}
UL.BlogLinkCategoryLinkList li {
	padding-top: 4px;
}
UL.BlogLinkCategoryLinkList li a {
	font-weight: bold;
}
.BlogLinkCategoryArea {
	padding: 4px;
}
.BlogSubscriptionItem {
	margin-bottom: 3px;
}
/* Tag Styles ===================================*/
.CommonTagCloud {
	background-color: #f7f7f7;
	padding: 16px 8px 16px 8px;
	margin: 32px 0;
	color: #999;
	line-height: 250%;
	list-style-type: none;
}
.CommonSidebarTagCloud {
	line-height: 180%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6 {
	margin: 0;
	padding: 0;
	display: inline;
}
.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #808;
	font-size: 200%;
	font-weight: 800;
}
.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #880;
	font-size: 160%;
	font-weight: 600;
}
.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #088;
	font-size: 140%;
	font-weight: 500;
}
.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #008;
	font-size: 120%;
	font-weight: 400;
}
.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #080;
	font-size: 100%;
	font-weight: 300;
}
.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active {
	margin-right: 6px;
	text-decoration: none;
	color: #800;
	font-size: 80%;
	font-weight: 200;
}
.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover {
	text-decoration: underline;
}
/* End Tag Styles */

