html, body
{
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Arial, Helvetica;
	margin: 0;
	padding: 0;
}

a
{
    color: #000;
}

/* Header */

#CommonHeaderArea
{
	text-align: center;
	width: auto;
	margin: 20px auto 30px auto;
}

#CommonHeaderTitle
{
	font-size: 210%;
	font-weight: bold;
}

#CommonHeaderDescription
{
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
}

/* Navigation */

#CommonNavigationArea
{
    display: none;
}

/* Content */

#CommonContentArea
{
	clear: both;
	padding: 10px;
	width: auto;
	margin: 0 auto;	
}

body#CommonModal
{
	padding: 8px;
	margin: 0;
}

h1.CommonTitle
{
	font-size: 160%;
	margin: 12px 0;
	padding: 0;
}

h2.CommonTitle
{
	font-size: 140%;
	margin: 12px 0;
	padding: 0;
}

/* Footer */

#CommonFooterArea
{
	text-align: center;
	width: auto;
	margin: 10px auto;
}

/* Forms */
.CommonFormFieldName
{
	padding: 12px 8px 2px 0;
	font-weight: bold;
}

.CommonFormFieldDescription
{
	font-weight: normal;
	font-size: 80%;
}

.CommonFormField
{
	padding: 0 0 0 8px;
}

.CommonFormHeader
{
	border-bottom: 1px solid #000;
	padding: 0 0 4px 0;
	margin: 24px 0 8px 0;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #333;
}

.CommonModal
{ 
	padding: 7px;
	border: solid 1px #000;
}

.CommonModalTitle
{
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	cursor: move;
	min-height: 16px;
	border-bottom: 1px solid #000;
}

.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 #000;
	width: 100%;
	height: 20px;
}

.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;
}

/* Status Messages */

.CommonMessageSuccess
{
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
	border: solid 2px #000;
	margin: 8px 0;
}

.CommonMessageError
{
	margin: 8px 0 12px 0;
	padding: 8px;
	font-size: 100%;
	font-weight: bold;
	border: solid 2px #000;
}

/* 
Supplemental Navigation 
*/

.CommonPagingArea
{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

.CommonRelatedLinksList
{
	display: none;
}

/* 
List
*/

.CommonList
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.CommonList li
{
	border-bottom: solid 1px #000;
	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%;
}

.CommonList .CommonHeaderDetails
{
	font-weight: normal;
	font-size: 80%;
}

/* 
Hierarchal List
*/

.CommonHierarchalList
{
	float: left; 
	width: 49%;
	padding: 8px 8px 8px 0;
}

.CommonHierarchalList .CommonHeader
{
	margin-bottom: 2px;
}

/*
Tabular List
*/

.CommonListHeader
{
	border: 1px solid #000;
	border-left-width: 0;
	padding: 2px;
}

.CommonListHeaderLeftMost
{
	border: 1px solid #000;
	padding: 2px;
}

.CommonListCell
{
	border: 1px solid #000;
	border-left-width: 0;
	border-top-width: 0;
	padding: 2px;
}

.CommonListCellLeftMost
{
	border: 1px solid #000;
	border-top-width: 0;
	padding: 2px;
}

/*
Forums
*/

.ForumPostUserArea
{
	background: #eee; 
	text-align: center;
	float: left;
	width: 25%;
	margin: 16px 0;
	padding: 1px;
	font-size: 80%;
	border: 3px solid #eee;
}

.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 #000;
}

.FilePropertyName
{
	width: 20%;
	font-size: 80%;
	font-weight: bold;
	border-bottom: solid 1px #000;
	height: 36px;
}

.FileProperty
{
	width: 30%;
	font-size: 80%;
	border-bottom: solid 1px #000;
	height: 36px;
}

/*
Blogs
*/


.CommonNoPrint
{
    display: none;
}