/* Default fonts */
body,
TD,
P
{
	font-family: Arial, Verdana;
	font-size: 10px;
	color: White;
}

body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	/*margin-left: 5px;
	margin-right: 5px;*/
    /*border-color: #333333;  /*Dark Purple
	background-color: #333333;*/
}

/* Form styles */
.Field,
.FieldFull,
.Field50,
.Field100,
.Field200,
.Field300,
.Field400
{
	font-size: 10px; /*9px*/
}

.Field50
{
	width: 30px;
	
}

.Field100
{
	width: 100px;
}

.Field200
{
	width: 200px;
}

.Field300
{
	width: 300px;
}

.Field400
{
	width: 400px;
}

.Required
{
	color: #FF7113;
}

.Button
{
	font-size: 10px; /*9px*/
}

.FormButton
{
	font-size: 10px; /*9px*/
	width: 100px;
}

.FieldLabel
{
	white-space: nowrap;
}

/* Misc styles */
A
{
	color: #62E61C; /*Green*/
}

.RatingDisplay .Label
{
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 5px;
}

.RatingDisplay .Rating
{
	padding: 0px 0px 0px 0px;
}

.RatingDisplay .Rating IMG
{
	margin: 0px 2px 0px 2px;
}

.Trail
{
	border-bottom: solid 1px #F9F9F9;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 10px; /*9px*/
}

.Details,
.Details A
{
	color: White;
	font-size: 10px;
}

/* Container styles */
.GlobalContainer
{
	text-align: center;
	border-collapse: collapse;
	padding: 0px;
}

.PageContainer
{
	width: 100%;
	border-collapse: collapse;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #3C3C3C; /*dark grey*/
	/*background-image: url(Images/background_strip.gif);
	background-repeat: repeat-y;*/

	
	/*border: solid #333333; */	
}

.HeaderContainer
{
	background-color: #000000;

}

.HeaderMenuContainer
{
	height: 165px;
	border-collapse: collapse;
	padding: 0px;
}

.HeaderFillContainer
{
	width: 100%;
	height: 125px;
	border-collapse: collapse;
	padding: 0px;
}

.PageContainer TD
{
	padding: 0px;
}

.PageContainer .BodyColumns .CentreTable
{
	border-collapse: collapse;
	font-size: 20px;
}

.BodyColumns
{
	border-collapse: collapse;
}

.BodyColumns TD
{
	padding-left: 6px;
	padding-right: 6px;
}

/*.BodyContainer
{
	vertical-align: top;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
} */

.FadeRow
{
	background-image: url(Images/FadeRow.jpg);
	height: 6px;
}

.FadeRowDark
{
	background-image: url(Images/FadeRowDark.jpg);
	height: 6px;
}

.TopBorder
{
	height: 15px;
	background-color: #62E61C; /*Green*/
}

.RightBorder
{
 background-color: #62E61C; /*Green*/
 width: 15px;
}

.SidebarColumn
{
	width: 80px;
	background-color: #000000; /*Black*/
	background-image: url(Images/GameNuttsSideLogo.gif);
	background-repeat: no-repeat;
}

.BodySideBar
{
	width: 80px;
	background-color: #000000;
	background-image: url(Images/Oblivion_SideBar.gif);
	background-repeat: no-repeat;
}

.BodyBuffer
{
	height: 30px;
}

.TopLeftGraphicHolder
{
	width: 60px;
	background-color: #323232;
}

.LeftColumn,
.RightColumn
{
	width: 18%;
	vertical-align: top;
	background-color: #323232;
}

.CenterLeftColumn,
.CenterRightColumn
{
	width: 50%;
	vertical-align: top;
	border: solid 1px #FF7113;
}

.AuthorTable .OuterColumn
{
	border: solid 1px #FF7113;
	vertical-align: top;
	width: 50%;
}

.AuthorTable .OuterColumn .ColumnHeading
{
	font-weight: bolder;
	color: #FF7113;  /*Orange*/
	font-size: 16px;
}

.LeftColumn .Heading,
.RightColumn .Heading
{
	padding-top: 5px;
	font-weight: bold;
	color: #FF7113;  /*Orange*/
}

.LeftColumn .Content,
.RightColumn .Content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.LeftColumn .Content DIV,
.RightColumn .Content DIV
{
	margin-top: 5px;
	margin-left: 10px;
}

.LeftColumn DIV.BulletItem,
.RightColumn DIV.BulletItem
{
	background-image: url(Images/TriBullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.LeftColumn A,
.RightColumn A
{
	font-size: 10px; /*9px*/
}

.LeftColumn OL,
.RightColumn OL
{
	margin-bottom: 0px;
}

.LeftColumn .HorizontalRule,
.RightColumn .HorizontalRule
{
	border-top: solid 1px #E8E8E8;
}

TD.CentreColumn
{
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	padding-bottom: 20px;
	padding-top: 5px;	
}

.CentreColumn .Heading
{
	font-weight: bolder;
	font-size: 20px;
	color: #FF7113;  /*orange*/
	padding: 3px 3px 10px 0px;
}

.CentreColumn .AuthorListContent
{
	text-align: left;
}

.SubmitCommentPanel .BufferRow
{
	height: 100px;
}

.PopularAuthorsPanel .BufferRow
{
	height: 50px;
}

.BufferRow
{
	height: 200px;
}


.PopularAuthorsPanel .HorizontalRule
{
	border-top: solid 1px #E8E8E8;
}


.CentreColumn .HorizontalRule
{
	border-top: solid 1px #F9F9F9;
	margin: 10px;
}

.CentreColumn UL
{
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Header & Footer styles */
.PageHeader
{
	width: 100%;
}

.PageHeader .HeaderPreBufferRow
{
	height: 80px;
}

.PageHeader .HeaderPreBufferRow .MainLogo
{
	Width: 250px;
	background-image: url(Images/gamenutts.gif);
	background-repeat: no-repeat;
}

.PageHeader .HeaderPreBufferRow .MidGraphicSpacer
{
	width: 200px;
}

.PageHeader .HeaderPreBufferRow .SmallLogoBuffer
{
	width: 100px;
}

.PageHeader .HeaderPreBufferRow .SmallLogo
{
	Width: 200px;
	background-image: url(Images/GameNuttsLogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.PageHeader .HeaderPostBufferRow1
{
	height: 15px;
	background-color: #000000;
}

.PageHeader .HeaderPostBufferRow1 .MainLogoWidth
{
	width: 250px;
}

.PageHeader .HeaderPostBufferRow1 .SmallLogoWidth
{
	width: 200px;
}

.PageHeader .HeaderPostBufferRow1 .SmallLogoBuffer
{
	width: 100px;
}

.PageHeader .HeaderPostBufferRow1 .MidGraphic
{
	Width: 200px;
	background-image: url(Images/SubTitle.gif);
}


.PageHeader .HeaderPostBufferRow2
{
	height: 15px;
	background-color: #62E61C; /*Green*/
}

.PageHeader .HeaderPostBufferRow2 .MainLogoWidth
{
	width: 250px;
}

.PageHeader .HeaderPostBufferRow2 .SmallLogoWidth
{
	width: 200px;
}

.PageHeader .HeaderPostBufferRow2 .SmallLogoBuffer
{
	width: 100px;
}

.PageHeader .HeaderPostBufferRow3
{
	height: 15px;
	background-color: #3C3C3C;
}

.PageHeader .HeaderPostBufferRow3 .MainLogoWidth
{
	width: 250px;
}

.PageHeader .HeaderPostBufferRow3 .SmallLogoWidth
{
	width: 200px;
}

.PageHeader .HeaderPostBufferRow3 .SmallLogoBuffer
{
	width: 100px;
}


.PageHeader .Main
{
	font-size: 20px;
	font-family: Arial Narrow;
	font-weight: bold;
	padding: 15px;
	color: #57739A;
}

.PageHeader .Menu
{
	/*background-color: #6A89A6;*/
	text-align: right;
	height: 18px;
	/*border-bottom: solid 4px #577398;*/
	/*padding: 5px;*/
	/*color: white;*/
	
}

.PageHeader .Menu A
{
	color: White;
	text-decoration: none;
	margin: 8px;
}

.PageFooter
{
	width: 100%;
	background-color: #000000;
	/*border-top: solid 8px #62E61C; */
	border-bottom: solid 5px #000000;
}

.FooterBackground
{
	background-color: #000000;
}

.FooterContainerBuffer
{
	width: 80px;
	background-color: Black;
}

.PageFooter TD
{
	font-size: 10px; /*9px*/
	text-align: center;
}

/*.Message
{
	background-color: #F9F9F9;
}*/

/* ArticleSummariesPanel styles */
.ArticleSummariesPanel .Item
{
	
	/* margin-bottom: 30px; */
}

.ArticleSummariesPanel .Title
{
	font-weight: bold;
	width: 100%;
	display:block;
	font-size: 12px;
	color: #62E61C; /*Green*/
}

.ArticleSummariesPanel .Title A
{
	text-decoration: none;
	color: #62E61C;
}

.ArticleSummariesPanel .Title A:hover
{
	text-decoration: underline;
}

.ArticleSummariesPanel .Details
{
	color: White;
	font-size: 10px;
	padding: 10px;
}

.ArticleSummariesPanel .Details A
{
	color: White;
}

.ArticleSummariesPanel .Status
{
	background-color: #FF7113;
}

.ArticleSummariesPanel .Status TABLE TD
{
	font-size: 10px; /*9px*/
}

.ArticleSummariesPanel .Status .Notes
{
	font-style: italic;
}

.ArticleSummariesPanel .Content
{
	line-height: 18px;
}

.ArticleSummariesPanel .SmallLinks
{
	margin: 10px 0px 20px 0px;
	border-bottom: dotted 1px white;
	border-top: dotted 1px white;
}

.ArticleSummariesPanel .SmallLinks A
{
	text-decoration: none;
	color: Aqua;
}

.ArticleSummariesPanel .SmallLinks .IMG
{
	vertical-align: super;
}

.ArticleSummariesPanel IMG.AuthorPicture
{
	margin-right: 10px;
	float: left;
}

/* RecentBlogsPanel styles */
.RecentBlogsPanel
{
	background-color: #f4f4f4;
	float: right;
	border: lightblue 1px solid;
	padding: 2px 8px 8px 8px;
	margin: 35px 0px 5px 15px;
	width: 180px;
	font-size: 10px; /*9px*/
}

.RecentBlogsPanel .Title
{
	line-height: 18px;
	color: #62E61C; /*Green*/
}

.RecentBlogsPanel .Details
{
	font-size: 10px;
	color: Gray;
	padding-bottom: 10px;
}

.RecentBlogsPanel .Details A
{
	color: Gray;
}

.RecentBlogsPanel .Heading
{
	color: black;
	font-weight: bold;
	font-size: 10px; /*9px*/
}

.RecentBlogsPanel .Link
{
	text-align: right;
}

/* RecentNewsPanel styles */
.RecentNewsPanel SPAN
{
	width: 100%;
	display: block;
}

.RecentNewsPanel .Item
{
	margin-bottom: 20px;
}

.RecentNewsPanel .Title
{
	font-weight: bold;
	display:block;
	font-size: 12px;
	color: #62E61C; /*Green*/
}

.RecentNewsPanel .Date
{
	color: Aqua;
	font-size: 10px;
	padding: 5px 0px 3px 0px;
}

.RecentNewsPanel .Content
{
	line-height: 18px;
}

.RecentNewsPanel .SmallLinks
{
	margin: 10px 10px 20px 10px;
}

.RecentNewsPanel .SmallLinks A
{
	text-decoration: none;
}

.RecentNewsPanel .SmallLinks .IMG
{
	vertical-align: super;
}

/* ViewArticlePanel styles */
.ViewArticlePanel
{
	border-collapse: collapse;
	width: 100%;
}

.ViewArticlePanel .Title
{
	font-weight: bolder;
	font-size: 16px;
	color: #006699;
	/*font-style: italic;*/
	padding: 0px 0px 10px 0px;
}

.ViewArticlePanel .Content, .ViewArticlePanel .Content P,
.ViewArticlePanel .Content li, .ArticleSeriesPanel .Content
{
	line-height:18px;
	font-size: 12px;
}

.ViewArticlePanel .PageTitle
{
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}

.ViewArticlePanel .Details
{
	color: White;
	font-size: 10px;
	padding: 5px;
}

.ViewArticlePanel .Details A
{
	color: White;
}

.ArticleSeriesPanel Div.Heading, .ArticleCommentsPanel Div.Heading
{
	font-size: 14px;
}


.ViewCategoryArticleSummariesPanel .content
{
	font-size: 12px;
}

.ViewCategoryArticleSummariesPanel .Title
{
	font-weight: bold;
	display:block;
	font-size: 12px;
	color: #62E61C; /*Green*/
}

.ViewCategoryArticleSummariesPanel .Title A
{
	text-decoration: none;
}

.ViewCategoryArticleSummariesPanel .Title A:hover
{
	text-decoration: underline;
}

.ReviewScorePanel
{
	background-color: Black;
	margin: 5px 0px 5px 0px;
	width: 100%;
	/*text-align: left;*/
	border: #62E61C 1px solid;
	padding: 10px;
}

.ReviewScorePanel .Heading
{
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #FF7113;  /*orange*/
	text-align: center;
	/*white-space: nowrap;*/
}

 .GamePic
{
 padding: 25px 5px 5px 5px;	
}

.AddInfo Table TR TD 
{
	text-align: left;
	font-size: 10px;
}

.GameScore
{
    color: #62E61C;	
    /*width: 35%;*/
    text-align: center;
    font-size: 52px;
    font-weight: Bolder;
    vertical-align: text-top;
    
}

.CategoryScore Table TR TD
{
	font-size: 10px;
	/*font-style: italic;*/
}

.CategoryScore Table
{
}

.AuthorSummary
{
	background-color: #f4f4f4;
	float: right;
	border: lightblue 1px solid;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 15px 15px;
	width: 180px;
	color: Black;
}

.AuthorSummary .Name
{
	font-weight: bold;
	margin: 2px 0px 8px 0px;
	font-size: 10px; /*9px*/ 
}

.AuthorSummary .Biography
{
	line-height: 18px;
	font-size: 10px; /*9x*/
}

.AuthorSummary .Picture
{
	float: right;
	margin: 10px 10px 10px 10px;
}

.AuthorSummary A
{
	color:Black;
}

.ArticleFeedbackPanel
{
	background-color: Black;
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: left;
	border: #62E61C 1px solid;
	padding: 10px;
}

.ArticleFeedbackPanel Input Radio
{
	width: 35px;
}


.ArticleFeedbackPanel textarea
{
	width:100%;
}

.ArticleFeedbackPanel .Heading
{
	font-size: 10px;
}

.ArticleRelatedArticlesPanel .Heading
{
	font-size:10px;
}

.ArticleSeriesPanel .Heading
{
	font-size: 10px;
}

.ArticleCommentsPanel .Heading
{
	font-size: 10px;
}

.ArticleRelatedLinksPanel .Heading
{
	font-size: 10px;
}

.ArticleNavigation
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* BlogSummariesPanel styles */
.BlogSummariesPanel .Title
{
	font-weight: bold;
	padding: 3px;
}

.BlogSummariesPanel .Title A
{
	text-decoration: none;
}

.BlogSummariesPanel .Title A:hover
{
	text-decoration: underline;
}

.BlogSummariesPanel .Details
{
	color: Gray;
	font-size: 10px;
	padding: 5px;
}

.BlogSummariesPanel .Details A
{
	color: gray;
}

.BlogSummariesPanel .Status
{
	background-color: #FFFFCC;
}

.BlogSummariesPanel .Status TABLE TD
{
	font-size: 10px; /*9px*/
}

.BlogSummariesPanel .Status .Notes
{
	font-style: italic;
}

.BlogSummariesPanel .Content
{
	line-height: 18px;
	margin-bottom: 10px;
}

.BlogSummariesPanel .Content .SmallLinks
{
	margin: 10px 10px 20px 10px;
}

.BlogSummariesPanel .Content .SmallLinks A
{
	text-decoration: none;
}

.BlogSummariesPanel .Content .SmallLinks .IMG
{
	vertical-align: super;
}

.BlogEntryCommentsPanel .Heading
{
	font-size: 10px;
}

/* SyndicatePanel styles */
.SyndicatePanel .Title
{
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	color: #62E61C; /*Green*/
}

.SyndicatePanel .Content DIV
{
	margin-bottom: 5px;
	margin-left: 10px;
}

.SyndicatePanel .Content
{
	font-size: 12px;
}

.SyndicatePanel .Intro
{
	font-size: 12px;
}

.ViewPagePanel .Content, .ViewPagePanel .Content P
{
	font-size: 12px;
}

.ViewAuthorsPanel TD
{
	font-size: 12px;
}

.ViewAuthorsPanel .Content
{
	font-size: 10px;
}

.ViewAuthorPanel .Content
{
	font-size: 12px;
}

.AuthorRegisterPanel .FieldLabel
{
	font-size: 12px;
}

.AuthorRegisterPanel .Content
{
	font-size: 12px;
}

.AuthorLoginPanel .FieldLabel, .AuthorLoginPanel .Content
{
	font-size: 12px;
}

.AdvancedSearchPanel .FieldLabel
{
	font-size: 12px;
}
.SearchResultsPanel .Content
{
	font-size: 12px;
}