html, body
{
	color: #000;
	font-family: Tahoma, Arial, Helvetica;
	padding: 0;
}

html
{
	background-color: #87060c;
	padding: 20px 0 0 0;
}

body
{
	background-color: #ffffff;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

a:link
{
	color: #005b89;
	text-decoration: underline;
}

a:visited
{
	color: #003967;
	text-decoration: underline;
}

a:active
{
	color: #005b89;
	text-decoration: underline;
}

a:hover
{
	color: #005b89;
	text-decoration: underline;
}

/* Header */

#CommonHeaderArea
{
	text-align: right;
	margin: 0px auto 0px auto;
	padding: 0 0 20px 0;
}

#CommonHeaderArea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-weight: bold;
}

#CommonHeaderArea ul li
{
	float: right;
	display: block;
	border: none;
	border-bottom-width: 0;
	padding: 4px 8px 4px 8px;
}

#CommonHeaderArea ul li a:link, 
#CommonHeaderArea ul li a:visited, 
#CommonHeaderArea ul li a:active
{
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#CommonHeaderArea ul li a:hover
{
	text-decoration: underline;
}


/* Navigation */

#CommonNavigationArea
{
	text-align: left;
	margin: 0px auto 0 auto;
	padding: 0px auto 0 auto;
	border-top: solid 1px;
}

#CommonNavigationArea ul
{
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 8px 0;
	font-size: 100%;
	font-weight: bold;
}

#CommonNavigationArea ul li
{
	float: left;
	display: block;
	border: none;
	padding: 0 8px 0 8px;
	margin: 0 0 8px 0;
}

#CommonNavigationArea ul li a:link, 
#CommonNavigationArea ul li a:visited, 
#CommonNavigationArea ul li a:active
{
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#CommonNavigationArea ul li a:hover
{
	text-decoration: underline;
}

/* Content */

#CommonContentArea
{
	float: none;
	text-align: left;
	padding: 10px 8px 10px 8px;
	width: 780px;
	margin: 10px auto;
}

#CommonContentHome
{
	float: left;
	text-align: left;
	padding: 0px 10px 10px 0px;
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
}
#CommonContentRight
{
	float: right;
	text-align: left;
	padding: 0px 0px 10px 10px;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

#CommonModal
{
	background-color: #fff;
}

body#CommonModal
{
	padding: 8px;
	margin: 0;
}

h1.CommonTitle
{
	font-size: 140%;
	margin: 12px 0;
	padding: 0;
	color: #333;
}

h2.CommonTitle
{
	font-size: 120%;
	margin: 12px 0;
	padding: 0;
	color: #333;
}

h1.CommonTitle a
{
	color: #302916;
}

h2.CommonTitle a
{
	color: #675402;
}


/* Footer */

#CommonFooterArea
{
	float: none;
	clear: both;
	width: 800px;
	margin: 20px auto;
	background-color: #87060c;
}

/* Forms */
.CommonFormFieldName
{
	padding: 12px 8px 2px 0;
	font-weight: bold;
	color: #6b5936;
}

.CommonFormFieldDescription
{
	font-weight: normal;
	font-size: 80%;
	color: #666;
}

.CommonFormField
{
	padding: 0 0 0 8px;
}

.CommonFormHeader
{
	color: #302916;
	border-bottom: 1px solid #302916;
	padding: 0 0 4px 0;
	margin: 24px 0 8px 0;
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border: dotted 1px #302916;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #333;
}

.CommonModal
{ 
	padding: 7px;
	background-color: #a19e87;
	border: solid 1px #302916;
}

.CommonModalTitle
{
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #302916;
	cursor: move;
	min-height: 16px;
	background-color: #a19e87;
	border-bottom: 1px solid #302916;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.CommonModalFooter
{
	border-top: 1px solid #302916;
	background-color: #a19e87;
	width: 100%;
	height: 20px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-color: #a19e87;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}

/* Status Messages */

.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;
}

/* 
Supplemental Navigation 
*/

.CommonPagingArea
{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #343;
}

.CommonRelatedLinksList
{
	float: right;
	margin: 0;
	list-style-type: none;
}

.CommonRelatedLinksList li
{
	display: inline;
	margin: 0 0 0 8px;
}

.CommonRelatedLinksList a
{
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}

/* 
List
*/

.CommonList
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.CommonList li
{
	border-bottom: solid 1px #ddd;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.CommonList li li
{
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.CommonList .CommonHeader
{
	margin-bottom: 2px;
}

.CommonList .CommonContent
{
}

.CommonList .CommonFooter
{
	font-weight: normal;
	font-size: 80%;
	color: #666;
}

.CommonList .CommonHeaderDetails
{
	font-weight: normal;
	font-size: 80%;
	color: #666;
}

/* 
Hierarchal List
*/

.CommonHierarchalList
{
	float: left; 
	width: 49%;
	padding: 8px 8px 8px 0;
}

.CommonHierarchalList .CommonHeader
{
	margin-bottom: 2px;
}

/*
Tabular List
*/

.CommonListHeader
{
	border: 1px solid #ddd;
	border-left-width: 0;
	padding: 2px;
	color: #6b5936;
}

.CommonListHeaderLeftMost
{
	border: 1px solid #ddd;
	padding: 2px;
	color: #6b5936;
}

.CommonListCell
{
	border: 1px solid #ddd;
	border-left-width: 0;
	border-top-width: 0;
	padding: 2px;
}

.CommonListCellLeftMost
{
	border: 1px solid #ddd;
	border-top-width: 0;
	padding: 2px;
}

/*
Forums
*/

.ForumPostUserArea
{
	background: #eee; 
	text-align: center;
	float: left;
	width: 80%;
	margin: 16px 0;
	padding: 4px;
	font-size: 80%;
}

.ForumPostUserArea ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ForumPostUserArea ul li
{
	padding: 0;
	margin: 0;
}

.ForumPostUserArea img
{
	margin: 4px 0;
}

.ForumPostContentArea
{
	float: left; 
	width: 73%;
	padding-left: 1%;
	border-top: 3px solid #eee;
	margin: 16px 0;
}

.ForumPostContentArea .CommonRelatedLinksList
{
	padding-bottom: 12px;
}

/*
Galleries
*/

.GalleryImageList
{
	list-style: none;
	margin:0;
	padding: 0;
}

.GalleryImageList li
{
	float:left;
	padding: 0;
	margin: 0;
	padding-right:2px;
}

/* 
Files
*/

.FileFilePropertiesArea
{
	border-top: solid 1px #ddd;
}

.FilePropertyName
{
	width: 20%;
	font-size: 80%;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	height: 36px;
}

.FileProperty
{
	width: 30%;
	font-size: 80%;
	border-bottom: solid 1px #ddd;
	height: 36px;
}


/*
Blogs
*/

.CommonList .BlogListHeader
{
	margin-bottom: 8px;
	line-height: 100%;
}

.BlogListContent
{
	padding-bottom: 8px;
}

.BlogListFooter
{
	font-weight: normal;
	font-size: 80%;
	color: #666;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#fff;
	border: solid 1px #302916; 
}

.CommonContextMenuItem
{
	background-color: #fff; 
	font-size: 90%; 
	border: solid 1px #fff; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemHover
{
	background-color: #302916; 
	color: #fff; 
	font-size: 90%; 
	border: solid 1px #302916; 
	cursor: pointer;
	padding: 3px;
}

/*
Inline Editor 
*/

.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
}

.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;
}