﻿body
{
	margin: 0px 0px 0px 0px;
	background-color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
html > body #PageContainerDiv
{
	position: relative;
}

/**** Layout ***/
#PageContainerDiv
{
	margin: 0px auto;
	width: 930px;
	border: solid 2px #006699;
	text-align: left;
	background-color: #FFF;
	color: black;
}
#HeaderDiv
{
	height: 75px;
	background-color: #000;
	background: #000 url(images/logo.jpg) no-repeat;
}
#TopBannerAd
{
	left: 380px;
	position: relative;
	top: 10px;
}

/**Menu **/
#MenuDiv
{
	width: 100%;
	background-color: #006699;
	color: #fff;
}
.MainMenu
{
	color: #fff;
}
.MainMenuItem
{
	color: #fff;
	padding: 3px;
}
/**Content**/
#ContentDiv
{
}
#Content
{
	padding: 5px;
}

#ContentLeft
{
	float: left;
	width: 650px;
}
#ContentRight
{
	float: left;
	width: 250px;
}

.InfoBoxDiv
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.InfoBoxHeader
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.InfoBoxContent
{
	padding: 5px;
}
/** Form **/

.FrmInputTable
{
	width: 100%;
}
.FrmInputName
{
	width: 20%;
	text-align: right;
}
.FrmInputField
{
	width: 80%;
	text-align: left;
}

.FrmActionButtonTable
{
	width: 100%;
}
.FrmActionButtonLeft
{
}
.FrmActionButtonMiddle
{
}
.FrmActionButtonRight
{
}
/** Footer Div **/
#FooterDiv
{
	width: 100%;
	font-size: 8pt;
	text-align: center;
}
/** Recipe **/
.RecipeInfoDiv
{
}
.RecipeLabel
{
	font-weight: bold;
}
.RecipeText
{
}
/** Items **/
.ItemDisplayLabel
{
	font-weight: bold;
	vertical-align: top;
}
.ItemDisplayValue
{
}
.ItemContent
{
	padding: 10px;
}
.ItemName h1
{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 15px;
}
.ItemZoneContent
{
	padding: 10px;
}
.ItemZoneTitle
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}
.ItemSearchBox
{
	padding: 10px;
}
.ItemRecipeContentDiv
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.ItemRecipeTitle
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.ItemRecipeContent
{
	padding: 5px;
}
.ItemRecipeUsedByRecipe0
{
}
.ItemRecipeUsedByQtyNeeded0
{
}

.ItemRecipeUsedByRecipe1
{
	background-color: #dee6ec;
}
.ItemRecipeUsedByQtyNeeded1
{
	background-color: #dee6ec;
}
/* Item Side Menu */
.TopItemsContent
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.TopItemsTitleBox
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.TopItemTitle
{
}
.TopItems
{
	padding: 5px;
}
/*** Recipe ***/
.RecipeInfoDiv
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.RecipeTitleBox
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.RecipeItems
{
	padding: 5px;
}
.RecipeComponentDiv
{
	padding-top: 10px;
}
.RecipeComponentBoxTitle
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.RecipeComponentItems
{
	padding: 5px;
}
.RecipeProductDiv
{
	padding-top: 10px;
}
.RecipeProductBoxTitle
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 12px;
}
.RecipeProductItems
{
	padding: 5px;
}
/* articles */
.ArticleInfoDiv
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.ArticleTitleDiv
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 14px;
}
.ArticleDetailsDiv
{
	padding: 5px;
}

.ArticleDetailsInfo
{
	border-bottom: solid 2px #E8D0A9;
}
.ArticleDetailsContent
{
	padding-top:10px;
}
.ArticleDetailsFooter
{
}
/* harvest guide */
.HavGuideSection
{
	border: solid 1px #E8D0A9;
	margin-bottom: 15px;
}
.HavGuideTierTitle
{
	background-color: #E8D0A9;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
	font-size: 14px;
}
.HavGuideTierContent
{
	padding: 5px;
}
.HavGuideZones
{
	margin-bottom: 10px;
}
.HavGuideTable
{
	width:100%;
}
.HavGuideNameHeader
{
	font-weight:bold;
	border-bottom: solid 1px black;
}
.HavGuideNodeTypeHeader
{
	font-weight:bold;
	border-bottom: solid 1px black;
}
.HavGuideSkillHeader
{
	font-weight:bold;
	border-bottom: solid 1px black;
}
.HavGuideRareHeader
{
	font-weight:bold;
	border-bottom: solid 1px black;
}
.HavGuideNameItem1
{
	background-color:#eeeeee;
}
.HavGuideNodeTypeItem1
{
	background-color:#eeeeee;
}
.HavGuideSkillItem1
{
	background-color:#eeeeee;
}
.HavGuideRareItem1
{
	background-color:#eeeeee;
}
.HavGuideNameItem2
{
}
.HavGuideNodeTypeItem2
{
}
.HavGuideSkillItem2
{
}
.HavGuideRareItem2
{
}
/*** NPC ***/
.NpcContent{}
.NpcName{}
.{}
.{}
.{}
.{}
.{}