/*
Generics
*/

body, html
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body
{
	padding: 20px;
}

#CommonBodyTable
{
	width: 100%;
}

#CommonBodyColumn
{
	width: 100%;
}

#CommonLeftColumn, #CommonRightColumn
{
	color: White;
	vertical-align: top;
}

#CommonFooter
{
	background: #edfbfe url(../Images/Aerofooter.gif) repeat-x;
	padding: 5px 10px 0px 10px;
	overflow: hidden;
	font-size: 9pt;
}

#CommonFooter #CommonFooterBuild
{
	position: absolute;
	left: 4px;
	margin-top: 4px;
}

#CommonFooter #CommonFooterLinks
{
	text-align: center;
}

#CommonFooter #CommonFooterLinks a
{
	margin-right: 4px;
}

#CommonFooter #CommonFooterCopyright
{
	position: absolute;
	right: 4px;
	margin-top: 4px;
}

A, A:LINK, A:ACTIVE, A:VISITED
{
	text-decoration: none;	
	color: Black;
}

A:HOVER
{
	text-decoration: underline;
}

IMG
{
	text-decoration: none;
	border: solid 0px White;
	vertical-align: text-bottom;
}

SELECT
{
    font-size: 9pt;
}

TEXTAREA
{
    font-size: 9pt;
}

INPUT
{
    font-size: 9pt;
}

BUTTON
{
    font-size: 9pt;
}

/*
Common Styles
*/

.CommonJumpArea
{
	font-size: 90%;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

.CommonFeedArea
{
	font-size: 90%;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

.CommonPagingArea
{
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
}

.CommonSortArea
{
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	margin-right: 40px;
}

.CommonBreadCrumbArea
{
	font-weight: bold;
	font-size: 80%;
	margin: -5px -15px 10px -15px;
	padding: 5px 5px 5px 20px;
	background-color: #f4f4f4;
	color: #666666;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-color: #cccccc;
}

.CommonBreadCrumbArea A:LINK
{
	color: #666666;
}

.CommonBreadCrumbArea A:VISITED
{
	color: #666666;
}

.CommonFilterArea
{
	font-size: 90%;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	margin-right: 40px;
}

.CommonPagingArea A:LINK
{
	
	color: #666666;
}

.CommonPagingArea A:VISITED
{
	
	color: #666666;
}

.CommonSearchResults
{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	padding: 8px;
}

.CommonSearchResultsArea
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-color: #cccccc;
	margin-top: 16px;
	padding-top: 4px;
}

/* 
Tree Form Element
*/

.CommonTreeFormArea
{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 2px;
	width: 350px;
	height: 175px;
	overflow: auto;
	margin: 4px;
	margin-left: 2px;
}

.CommonTreeFormTree
{
	padding: 0px;
}

.CommonTreeFormNode
{
	cursor: pointer;
	font-size: 90%;
	padding: 2px;
	padding-left: 3px;
}

.CommonTreeFormNodeSelected
{
	padding: 2px;
	padding-left: 3px;
	font-weight: bold;
	cursor: pointer;
	font-size: 90%;
}

.CommonTreeFormNodeHover
{
	cursor: pointer;
	padding: 2px;
	padding-left: 3px;
	text-decoration: underline;
	font-size: 90%;
}

/* 
Title Bar Styles
*/

#CommonTitleBar
{
	height: 70px;
	overflow: hidden;
}

.CommonTitleBarTitle
{
	padding: 0px;
	margin: 0px;
}

/*
Form Styles
*/

.CommonFormArea
{
}

.CommonFormTitle
{
	color: #999999;
	font-size: 140%;
	font-weight: bold;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonFormDescription
{
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

TD.CommonFormFieldName
{
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
}

DIV.CommonFormFieldName
{
	color: #666666;
	padding: 2px;
	padding-top: 8px;
	font-weight: bold;
}

TD.CommonFormFieldDescription
{
	color: #000000;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

DIV.CommonFormFieldDescription
{
	color: #000000;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

TD.CommonFormField
{
	padding: 2px;
}

DIV.CommonFormField
{
	color: #000000;
	padding: 2px;
}

.CommonFormActionButtons
{
	color: #000000;
	padding: 2px;
	text-align: right;
}

/*
Join Form Styles
*/

.JoinTitle
{
	font-weight: normal;
	color: #006e12;
	font-size: 140%;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
	width: 650px;
}

.JoinArea
{
	width:650px;
	font-size: 100%;
	color: #000000;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
}


/*
Message Styles
*/

.CommonMessageArea
{
	width: 50%;
	margin-top: 64px;
	margin-bottom: 64px;
	background-color: #ffffff;
}

.CommonMessageTitle
{
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border: solid 1px #bdcaea;
	color: #0033a2;
	background: #e5f3fa;
}

.CommonMessageContent
{
	font-size: 100%;
	color: #000000;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
	border: solid 1px #bdcaea;
	border-top: solid 0px white;
}

.CommonInlineMessageArea
{
	margin-top: 4px;
	margin-bottom: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #bdcaea;
	background-color: #ffffff;
}

.CommonInlineMessageTitle
{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	padding: 6px;
	padding-left: 8px;
	margin: 0px;
	border-bottom: solid 1px #bdcaea;
	color: #0066cc;
	background: #e5f3fa;
}

.CommonInlineMessageContent
{
	font-size: 80%;
	color: #000000;
	padding: 8px;
	text-align: left;
}

.CommonInlineTidbit
{
	background-image: url('/cs/themes/default/images/tidbit_arrow.gif');
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	margin-left: 40px;
}

.CommonInlineTidbit, .CommonInlineTidbit A
{
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	color: #66bb66;
}

.CommonInlineTidbit A
{
	color: #449944;
}

.CommonMessageSuccess
{
	padding: 8px;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cfe7c0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonLicenseMessageSuccess
{
	padding: 8px;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cfe7c0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonSmallMessageSuccess
{
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #334433;
}

.CommonMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-size: 100%;
	color: #443333;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EBD9D9;
}

.CommonLicenseMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-size: 100%;
	color: #444433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #fff499;
}

.CommonSmallMessageError
{
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
}

/*
Content
*/

.CommonTextBig
{
	margin: 1px;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}

.CommonInputSearch
{
	font-size: 150%;
}

.CommonInputBig
{
	width: 90%;
	font-size: 130%;
}


.CommonContentArea
{
	margin: 4px;
	padding: 0px 10px 10px 10px;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	text-align: left;
}

.CommonFreeTextContent
{
	line-height: 20px;
	padding-left: 15px;
}

.CommonTitle, .CommonProfileTitle
{
	color: #0033a2;
	font-size: 180%;
	padding: 15px 0px;
	margin: 0px;
	font-weight: normal;
}

#CommonBodyColumn .CommonTitle A
{
    color: #0033a2;
}

#CommonBodyColumn .CommonTitle A:HOVER
{
    color: #3399ff;
}

.CommonSubTitle
{
	font-weight: normal;
	color: #006e12;
	font-size: 140%;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

#CommonBodyColumn .CommonSubTitle A
{
	color: #006e12;
}

#CommonBodyColumn .CommonSubTitle A:HOVER
{
	color: #00ae1d;
}

.CommonHeader
{
	color: #666666;
	font-size: 130%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
}

.CommonContent
{
	padding: 0px 8px 8px 8px;
	font-size: 100%;
}

.CommonGroupedContentArea
{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #eeeeee;
}

.CommonFloatArea
{
	float: left;
	width: 126px;
	margin: 8px;
	margin-left: 0px;
	padding: 8px;
	padding-top: 0px;
}

UL.CommonFloatList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL.CommonFloatList LI
{
	margin-bottom: 8px;
	clear: both;
}

.CommonNonFloatArea
{
	margin-left: 150px;
}


.CommonSidebar
{
	padding: 0px;
	background: transparent;
	color: White;
}

.CommonSidebar a
{
	color: White;
	text-decoration: underline;
	background-color: Transparent;
}

.CommonSidebar a:HOVER
{
	color: White;
	text-decoration: none;
	background-color: Black;
}

.CommonSidebarContentItem
{
	margin-bottom: 5px;
	display: list-item;
	list-style-type: square;	
	margin-left: 16px;
	color: white;
	line-height: normal;
}

.CommonSidebarArea
{
	width: 192px;
	margin: 22px 0px 0px 0px;
	overflow: hidden;
}

.CommonSidebarHeader
{
	text-align: left;
	font-size: 100%;
	padding: 2px;
	padding-left: 8px;
	padding-top: 0px;
	margin: 0px;
	color: White;
}

.CommonSidebarContent
{
	font-size: 80%;
	color: #FFF;
	padding: 8px;
	padding-bottom: 5px;
	line-height: normal;
	overflow: hidden;
}

.CommonSidebarFooter
{
	font-size: 80%;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	width: 174px;
	overflow: hidden;
}

UL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	list-style-type: square;	
	margin-left: 16px;
	color: #fff;
}

OL.CommonSidebarList
{
	margin: 0px;
	padding: 0px;
}

OL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 20px;
	color: #fff;
}


UL.CommonSidebarRssList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarRssList LI
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
	color: #fff;
}

LI.CommonSidebarRssListItem
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
	color: #fff;
}

UL.CommonSidebarList LI a, OL.CommonSidebarList LI a, UL.CommonSidebarRssList LI a
{
	color: #fff;
}

.CommonDescription
{
	font-size: 90%;
	color: #333333;
	padding: 0px 0px 8px 0px;
	margin-top: -5px;
	margin-bottom: 15px;
}

.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;
}

/*
Text Button
*/

#CommonBodyColumn A.CommonTextButton, A.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px white;
	background: white;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

#CommonBodyColumn  A.CommonTextButton:LINK, #CommonBodyColumn  A.CommonTextButton:VISITED, #CommonBodyColumn  A.CommonTextButton:ACTIVE,
A.CommonTextButton:LINK, A.CommonTextButton:VISITED, A.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #000;
	background: #fff;
}

#CommonBodyColumn A.CommonTextButton:HOVER, A.CommonTextButton:HOVER
{
	text-decoration: none;
	color: #000;
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
	border-color: #b3e4f9;
}

.CommonTextButtonBig, #CommonBodyColumn .CommonTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	color: #000;
	font-size: 120%;
	white-space: nowrap;
}

.CommonTextButtonBig:LINK, .CommonTextButtonBig:VISITED, .CommonTextButtonBig:ACTIVE,
#CommonBodyColumn .CommonTextButtonBig:LINK, #CommonBodyColumn .CommonTextButtonBig:VISITED, #CommonBodyColumn .CommonTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #000;
	background: #fff;
}

.CommonTextButtonBig:HOVER, #CommonBodyColumn .CommonTextButtonBig:HOVER
{
	text-decoration: none;
	color: #000;
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
	border-color: #b3e4f9;
}

.CommonTextButtonHighlight, #CommonBodyColumn .CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
	border-color: #b3e4f9;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER,
#CommonBodyColumn .CommonTextButtonHighlight:LINK, #CommonBodyColumn .CommonTextButtonHighlight:VISITED, #CommonBodyColumn .CommonTextButtonHighlight:ACTIVE, #CommonBodyColumn .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
	border-color: #b3e4f9;
	color: #000;
}

#CommonBodyColumn .CommonImageTextButton, .CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK, #CommonBodyColumn .CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #000;
	margin: 1px;
}

.CommonImageTextButton:VISITED, .CommonImageTextButton:ACTIVE, #CommonBodyColumn .CommonImageTextButton:VISITED, #CommonBodyColumn .CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #000;
}

#CommonBodyColumn .CommonImageTextButton:HOVER, .CommonImageTextButton:HOVER
{
	text-decoration: underline;
	color: #000;
	border-color: #b3e4f9;
	background-color: #e5f3fa;
}

.CommonImageTextButtonBig, #CommonBodyColumn .CommonImageTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	color: #000;
	font-size: 130%;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 30px;
	padding-right: 10px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonBig:LINK, #CommonBodyColumn .CommonImageTextButtonBig:LINK
{
	text-decoration: none;
	color: #000;
	margin: 1px;
}

.CommonImageTextButtonBig:VISITED, .CommonImageTextButtonBig:ACTIVE, #CommonBodyColumn .CommonImageTextButtonBig:VISITED, #CommonBodyColumn .CommonImageTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:HOVER, #CommonBodyColumn .CommonImageTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #000;
	border-color: #b3e4f9;
	background-color: #e5f3fa;
}

#CommonBodyColumn .CommonImageTextButtonHighlight, .CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #fff;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER,
#CommonBodyColumn .CommonImageTextButtonHighlight:LINK, #CommonBodyColumn .CommonImageTextButtonHighlight:VISITED, #CommonBodyColumn .CommonImageTextButtonHighlight:ACTIVE, #CommonBodyColumn .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: none;
	border-color: #b3e4f9;
	background-color: #e5f3fa;
	color: #000;
}

.CommonButtonInnerContentDown
{
	background-image: url(../images/common/button-down-arrow.gif);
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonButtonInnerContentRight
{
	background-image: url(../images/common/button-right-arrow.gif);
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonBigButton
{
	font-size: 18px;
}

/*
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/file/edit.gif); }
.CommonDeleteButton { background-image: url(../images/common/delete.gif); }
.CommonUploadButton { background-image: Url(../images/file/upload.gif); }
.CommonDownloadButton { background-image: url(../images/file/download.gif); }
.CommonPostButton { background-image: url(../images/forum/newpost.gif); }
.CommonReplyButton { background-image: url(../images/forum/reply.gif); }
.CommonPreviousButton { background-image: url(../images/forum/previoustopic.gif); }
.CommonNextButton { background-image: url(../images/forum/nexttopic.gif); }
.CommonViewButton { background-image: url(../images/common/view.gif); }
.CommonLockedButton { background-image: url(../images/forum/locked.gif); }
.CommonHomepageButton { background-image: url(../images/common/homepage.gif); }
.CommonWeblogButton { background-image: url(../images/common/weblog.gif); }



/*
Options Styles
*/

.CommonOptionsListArea
{
	background-color: #f4f4f4;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	margin-bottom: 6px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.CommonOptionsListTitle
{
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}

.CommonOptionsListItem
{
	font-size: 8pt;
}

/*
Advertisements
*/

.CommonStandardTopAdArea
{
	text-align: center;
	padding: 4px;
	margin: 0px;
	margin-bottom: 4px;
	border: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
}

.CommonStandardTopAdArea IFRAME
{
	margin-left: auto;
	margin-right: auto;
}

.CommonStandardBottomAdArea
{
	text-align: center;
	padding: 4px;
	border: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
	margin: 0px;
	margin-top: 4px;
}

.CommonStandardBottomAdArea IFRAME
{
	border: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
}

/*
List 
*/

.CommonListArea
{
	padding-bottom: 8px;
	padding-top: 8px;
}

.CommonListTitle
{
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	background: white url(../Images/CommonListTitleBG.gif) repeat-x;
	background-position: left center;
	margin-bottom: 4px;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE, .CommonListTitle A:HOVER, .CommonListTitle SPAN
{
	background: white;
	padding: 3px 8px;
}

.CommonListHeaderLeftMost
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #b0bfde;
	color: #006e12;
	font-size: 80%;
	font-weight: normal;
}

.CommonListHeader
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #b0bfde;
	color: #006e12;
	font-size: 80%;
	font-weight: normal;
}

.CommonListCellLeftMost
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #b0bfde;
	color: #333333;
	font-size: 80%;
}

.CommonListCell
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #b0bfde;
	color: #333333;
	font-size: 80%;
	text-align: left;
}


/*
Search Results
*/
/*
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: 80%;
}

.CommonSearchStatistics
{
	margin: 4px 0 0 0;
	color: #000;
	font-size: 80%;
}

UL.CommonSearchResultList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
Validation Styles
*/

.CommonValidationWarning
{
	font-size: 100%;
	color: #ff0000;
	font-weight: bold;
	padding: 2px;
}

/*
Popup Area
*/

.CommonPopupArea
{
	padding: 8px;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border-style: dashed;
	border-width: 1px;
	border-color: #394550;
}

.CommonInlineEditOn
{
}

.CommonInlineEditOff
{
	padding: 0px;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background: #f0f0f0 url(../Images/contextbg.gif) repeat-y;
	border: solid 1px #979797; 
	padding: 2px;
	width: 183px;
	overflow: hidden;
}

.CommonContextMenuItem
{
	font-size: 90%; 
	cursor: pointer;
	padding: 2px;
	height: 22px;
	width: 179px;
	overflow: hidden;
}

.CommonContextMenuItemHover
{
	background: transparent url(../Images/contextfull.gif) no-repeat left;
	color: black; 
	font-size: 90%; 
	cursor: pointer;
	padding: 2px;
	height: 22px;
	width: 179px;
	overflow: hidden;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333333;
}

.CommonModal
{
	background: transparent;
	border-left: solid 1px #394550;
	border-right: solid 1px #394550;
}

.CommonModalTitle
{
	font-size: 16px;
	padding: 4px;
	padding-bottom: 3px;
	background: transparent url(../Border.ashx?MainBorderTop=1) repeat-x;

	color: #000;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
	white-space: nowrap;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
	font-family: Tahoma, MS Sans-Serif;
}

.CommonModalFooter
{
	background: transparent url(../Border.ashx?MainBorderBottom=1) repeat-x;
	padding: 0px;
	height: 8px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
	position: relative;
	top: -7px;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	padding: 4px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	cursor: pointer;
	padding: 4px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
	border-style: solid;
	border-width: 1px;
	border-color: #b3e4f9;
	cursor: pointer;
	padding: 4px;
	white-space: nowrap;
}

/*
Content Selector Styles 
*/

.CommonContentSelectorTreeArea
{
	background-color: #ffffff;
	height: 330px;
	width: 215px;
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	overflow: auto;
}

.CommonContentSelectorItemsArea
{
	margin: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	height: 250px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorOptionsArea
{
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	height: 60px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorTree
{
	padding: 0px;
	height: 330px;
	width: 215px;
	overflow: visible;
}

.CommonContentSelectorTreeNode
{
	cursor: pointer;
}

.CommonContentSelectorTreeNodeSelected
{
	font-weight: bold;
	cursor: pointer;
}

.CommonContentSelectorTreeNodeHover
{
	cursor: pointer;
	text-decoration: underline;
}

.CommonContentSelectorItem
{
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	cursor: pointer;
	padding: 3px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItemSelected
{
	font-size: 90%;
	border-style: solid;
	border-width: 3px;
	border-color: #999999;
	cursor: pointer;
	padding: 1px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItem img, .CommonContentSelectorItemSelected img
{
	margin-top: auto;
	margin-bottom: auto;
}

.CommonContentSelectorItemName
{
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 6px;
	margin-top: 1px;
	margin-bottom: 16px;
}

.CommonContentSelectorItemNameSelected
{
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background-color: #999999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 6px;
	margin-top: 1px;
	margin-bottom: 16px;
}

.CommonContentSelectorButtonArea
{
	text-align: right;
	margin: 5px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 120%;
}

/*
ThreePanelResizeableControl Styles
*/

.CommonResizeArea
{
	width: 8px;
	background-color: #7fa2bd /*#eeeeee*/;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #333333;
	position: relative;
	cursor: move;
	cursor: col-resize;
}

.CommonCollapseButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #cccccc;
	color: #000000;
	
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.CommonCollapseButton:LINK, .CommonCollapseButton:VISITED, .CommonCollapseButton:ACTIVE
{
	color: #000000;
	
}

.CommonCollapseButton:HOVER
{
	background-color: #eeeeee;
	color: #000000;
	
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
{
	margin:0in;margin-bottom:.0001pt;
}

/* Comment Form */

#CommonCommentForm, #CommonContactForm {

	padding: 0;

	font-size: 0.95em;}

#CommonCommentForm h2, #CommonContactForm h2
{
	margin-bottom:0;
}

#CommonCommentForm h3, #CommonContactForm h3{	
font-size: 1.3em;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 5px;
	font-weight: 600;
	letter-spacing: 0px;}

#CommonCommentForm p, #CommonContactForm p{
	padding: 0em;
	font-size: 0.95em;
}

#CommonCommentForm dl, #CommonContactForm dl {
	margin: 0;
	padding: 0;
}

#CommonCommentForm dt, #CommonContactForm dt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1.0em;
	margin: 0px;}
	
#CommonCommentForm dd, #CommonContactForm dd {
	color: #777777;
	margin-left:0;
}

#CommonCommentForm dt em, #CommonContactForm dt em {
	font-size: 0.95em;
}
 
#CommonCommentForm .smallbox, #CommonContactForm .smallbox {
	width: 350px;
	padding: 2px;
}

#CommonCommentForm textarea, #CommonContactForm textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	font-size: 1em;
	}

/* Comments */

#comments{
	margin: 0px;
	padding: 0;
}

#comments dl
{
    margin:0;
    padding:0;

}
	
#comments h3{	
font-size: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px;
	font-weight: 600;
	letter-spacing: 0px;
}

#comments dt{
	font-size: 1.1em;
	letter-spacing: 0px;
	font-weight: 600;
    margin-left:0;
	    padding-left:0;

}
#comments dd{
	padding: 0.5em 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-left:0;
	font-size: 0.9em;
}

#comments dd span{
	font-weight: 600;
	padding-top: 0.5em;
	font-size: 0.9em;
	color: #777777;
}
.comment h4{
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
}

/* Help Icon */

.helpicon
{
    display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	border-style:none;
	height: 20px;
	width: 20px;
	background-image: url(../images/common/help_out_lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: help;
}

.helpiconhover
{
    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;
}

.helptooltip
{
    width: 250px;
    padding: 8px;
    border: solid 2px #000;
    background-color: #ffffcc;
    color: #000;
    font-size: 8pt;
}


/* BEGIN ComponentArt Date Picker & Popup Calendar */
.calendar_button { border:none; cursor:pointer; }

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
  cursor: pointer;
}

.calendar td { font-size:11px; }

.title { font-weight:bold; background-color:#D7D7E5; }

.day
{
	width:25px;
	cursor:pointer;
	text-align:center;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayhover
{
	width:25px;
	cursor:pointer;
	text-align:center;
	text-decoration:underline;
	border-width:1px;
	border-color:#F6F6F6;
	border-style:solid;
}

.dayheader
{
	width:25px;
	text-align:center;
	border-width:1px;
	border-color:white;
	border-style:solid;
	font-weight:bold;
	background-color:#FFFFFF;
}

.othermonthday { color:#999999; }

.outofrangeday { visibility:hidden; }

.selectedday
{
	width:25px;
	background-color:#FBE694;
	color:#000000;
	border-width:1px;
	border-color:#BB5503 !important;
	border-style:solid;
	font-weight:bold;
}

.calendar
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-collapse:collapse;
	background-color:#FFFFFF;
	cursor:default;
}

.month
{
	background-color:#F6F6F6;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
}

.nextprev
{
	cursor:pointer;
	height:25px;
	vertical-align: middle;
	padding:0px 5px 0px 5px;
}

.selector
{
	width:14px;
	cursor:pointer;
	text-align:left;
	vertical-align: middle;
	background-color:#FFFFFF;
}
/* END ComponentArt Date Picker & Popup Calendar */

/* Poll Styles */

.CommonPollMoveUpButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 80%;
	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: #333333;
}

.CommonPollMoveUpButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonPollMoveDownButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 80%;
	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: #333333;
}

.CommonPollMoveDownButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonPollDeleteButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-size: 80%;
	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: #333333;
}

.CommonPollDeleteButton:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

ol.CommonPollAnswerList
{
	margin: 0px;
	padding: 0px;
}

ol.CommonPollAnswerList li
{
	margin-left: 24px;
}

/* rendered poll styles */

.CommonPollArea
{
	width: 375px;
	background-color: #f4f4f4;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbbbb;
	margin-left: auto;
	margin-right: auto;
}

.CommonPollQuestion
{
	background-color: #e2eecd;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #bbbbbb;
	padding: 4px;
	color: #698d73;
	margin: 0px;
	font-size: 105%;
}

.CommonPollContent
{
	padding: 4px;
}

.CommonPollDescription
{
}

.CommonPollSwitchedContent
{
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.CommonPollAnswerList
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.CommonPollAnswerList li
{
	padding: 0px;
	margin: 6px;
	margin-left: 0px;
	margin-right: 0px;
}

.CommonPollAnswer
{
	padding: 2px;
}

.CommonPollUserVote
{
	color: #777777;
}

.CommonPollFooter
{
	padding: 2px;
	background-color: #cccccc;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #999999;
	font-size: 80%;
}

ul.CommonPollFooterList
{
	list-style-type: none;
	margin: 0px;
	text-align: center;
}

ul.CommonPollFooterList li
{
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

/* End Poll Styles */

/* Tag Styles */

.CommonTagCloud
{
	background-color: #f7f7f7;
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 100%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #FFF;
	font-size: 80%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	background-color: #000;
	text-decoration: none;
}

/* End Tag Styles */

.CommonSearchArea
{
	margin-bottom: 8px;
	margin-top: 16px;
	padding: 6px;
	background-color: #f3f3f3;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

.CommonSearchArea table
{
	margin-left: auto;
	margin-right: auto;
}

/*
TabPane Styles
*/

.CommonPane
{
	padding: 0px;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 8px;
}

.CommonPaneTabSet
{
	font-size: 11px;
	padding: 0px;
	padding-bottom: 0px;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
}

.CommonPaneTab
{
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 22px;
	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: 14px;
	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: 22px;
	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: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 14px;
	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: 22px;
	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: 14px;
	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 #394550;
	background-color: #f3f3f3;
}

.CommonInlineTagEditor INPUT, .CommonInlineTagEditor TEXTAREA
{
	margin: 0px 10px 0px 0px;
}

/* Common Tree List */
ul.CommonTreeList
{
	margin: 0px;
	padding: 0px;
}

ul.CommonTreeList li
{
    margin: 0px;
    padding-top: 5px;
	list-style-type: none;
	background-image: url(../images/file/folder.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 18px;
	color: #698d73;
}

.CommonTreeListItemSelected
{
    font-weight: bold;
}

.CommonTreeListItem
{
    font-weight: normal;
}

.CommonHalfWidthArea
{
    float: left;
    width: 50%;
}

.CommonHalfWidthContent
{
    padding: 10px;
    padding-left: 0px;
}

.CommonHalfWidthBreak
{
    clear: both;
}

.CommonInlineListArea
{
}

.CommonInlineListHeader
{
    font-weight: bold;
    font-size: 115%;    
    margin: 0px;
    margin-bottom: .4em;
}

.CommonInlineList
{
    margin: 0px;
    padding: 0px;
}

.CommonInlineList li
{
    margin-bottom: .5em;
    margin-left: 25px;
    padding: 0px;
    list-style-type: square;
}

.CommonAvatarListArea a
{
    margin: .5em;
    margin-bottom: 0px;
	margin-left: 0px;
	padding: 3px;
	padding-bottom: 0px;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	float: left;
	font-size: 120%;
}

.CommonAvatarAreaHighlight a
{
    background-color: #eee;
    border: solid 1px #ccc;
    display: block;
}

.CommonAvatarArea a
{
    display: block;
    padding: 1px;
}

/* Main Navigation */

#MainNavigation
{
	padding: 3px 5px 3px 54px;
	margin: 0;
	height: 24px;
	background: transparent url(../Background.ashx?MainNavigation=1) repeat-x;
	border-bottom: solid 1px #394550;
	overflow: hidden;
}

#MainNavigation a
{
	float: left;
	margin-left: 6px;
	background: transparent;
	display: block;
	padding-right: 3px;
	text-decoration: none;
	position: relative;
}

#MainNavigation a.dd, #MainNavigation a.ddover, #MainNavigation a.dddown
{
	margin-left: 0px;
	left: -14px;
	margin-right: -14px;
}

#MainNavigation a.over, #MainNavigation a.ddover
{
	background: transparent url(../Background.ashx?NavLink2=1) no-repeat right top;
}

#MainNavigation a.down, #MainNavigation a.dddown, #MainNavigation a.active
{
	background: transparent url(../Background.ashx?NavLink2=1) no-repeat right bottom;
}

#MainNavigation a span
{
	display: block;
	padding: 5px 14px 6px 17px;	
	font-size:11px; 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#MainNavigation a span.bdd 
{
	padding-right: 16px;
}

#MainNavigation a.dd span, #MainNavigation a.ddover span, #MainNavigation a.dddown span
{
	padding: 3px 0px;
}

#MainNavigation a.over span, #MainNavigation a.ddover span
{
	background: transparent url(../Background.ashx?NavLink=1) no-repeat left top;
}
	
#MainNavigation a.down span, #MainNavigation a.dddown span, #MainNavigation a.active span
{
	background: transparent url(../Background.ashx?NavLink=1) no-repeat left bottom;
}

#MainNavigation a.down span
{	
	padding: 6px 13px 5px 18px;
}

#MainNavigation a.down span.bdd 
{
	padding-right: 15px;
}

/* End of Main Navigation */

.AeroNews
{
	background: Transparent url(../images/newsletter.gif) no-repeat;
	float: left;
	height: 31px;
	width: 62px;
}

/* Aero Orb Styles */

#AeroOrb
{
	border: none 0px white; 
	position: absolute; 
	top: 97px; 
	left: 32px;
	z-index: 99;
	background: transparent url(../Background.ashx?Orb=1) no-repeat;
	background-position: left top;
	width: 47px;
	height: 47px;
}

#OrbMenu
{
	display: none;
	position: absolute;
	top: 119px;
	left: 36px;
	overflow: hidden;
	z-index: 98;
}

#OrbMenuTopLeft
{
	background: transparent url(../Border.ashx?OrbBorderTopLeft=1) no-repeat top left;
	padding-left: 8px;
	padding-right: 1px;
}

#OrbMenuTopRight
{
	background: transparent url(../Border.ashx?OrbBorderTopRight=1) no-repeat top right;
	padding-right: 8px;
}

#OrbMenuTop
{
	color: black; 
	padding: 4px 0px 0px 40px; 
	height: 24px; 
	font-weight: bold;
	width: 128px;
	background: transparent url(../Border.ashx?OrbBorderTop=1) repeat-x top;
}

#OrbMenuLeft
{
	background: transparent url(../Border.ashx?OrbBorderSide=1) repeat-y top left; 
	padding-left: 8px;
}

#OrbMenuRight
{
	background: transparent url(../Border.ashx?OrbBorderSide=1) repeat-y top right; 
	padding-right: 8px;
}

#OrbMenuBottomLeft
{
	background: transparent url(../Border.ashx?OrbBorderBottomLeft=1) no-repeat Bottom left;
	padding-left: 8px;
	padding-right: 1px;
}

#OrbMenuBottomRight
{
	background: transparent url(../Border.ashx?OrbBorderBottomRight=1) no-repeat Bottom right;
	padding-right: 8px;
}

#OrbMenuBottom
{
	height: 8px;
	background: transparent url(../Border.ashx?OrbBorderBottom=1) repeat-x bottom;
}

#OrbMainMenu
{
	width: 151px; 
	height: 268px;
	overflow: hidden;
	vertical-align: top;
}

#OrbMainMenu a
{
    display: block; 
    padding: 10px;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    text-decoration: none;
    height: 16px;
}

#OrbMainMenu a.active, #OrbMainMenu a.active:hover
{
    padding: 10px;
    cursor: default;
    height: 16px;
    font-weight: bold;
}

#OrbMainMenu a:ACTIVE, #OrbMainMenu a.active, #OrbMainMenu a.active:hover
{
	background: transparent url(../Images/Orb/MenuActive.png) no-repeat;
}

#OrbMainMenu a:hover, #OrbMainMenu a.active:hover
{
    background: transparent url(../Images/Orb/Menu.png) no-repeat;
}

#OrbMainMenu a IMG
{
	border: solid 0px white;
	vertical-align: bottom;
}

#OrbMenuContent
{
	overflow: hidden;
	width: 0px;
	display: none;
	background: white;
}

#OrbSelectContent
{
	overflow: hidden;
	border-left: solid 1px #4c5762;
	padding-left: 2px;
	height: 264px;
}

#OrbSelectContent #UpdateAvailable
{
	border: solid 1px #dd8e8e;
	padding: 10px;
	color: #0033a2;
	font-size: 15px;
	margin-bottom: 10px;
	background: #e9afaf;
}

#OrbSelectContent #UpdateComplete
{
	border: solid 1px #bdcaea;
	padding: 10px;
	color: #0033a2;
	font-size: 15px;
	margin-bottom: 10px;
	background: #afe9b0;
}

#OrbSelectContent table
{
	border: solid 1px #bdcaea;
	border-bottom: solid 0px white;
	margin: 10px auto;
	width: 100%;
}

#OrbSelectContent table tr td
{
	border-bottom: solid 1px #bdcaea;
	padding: 2px;
}


#OrbSelectContent table thead tr td
{
	padding: 4px 5px;
	color: #0033a2;	
}

#OrbSelectContent label
{
	float: left;
	width: 150px;
}

#AeroUpdates tr td
{
	height: 17px;
}

#AeroUpdates input
{
	float: left;
}

#AeroUpdates label
{
	float: left;
	width: 200px;
	height: 17px;
	overflow: hidden;
}

#OrbMenuSaveButton, #OrbMenuResetButton, .OrbMenuSaveButton, .OrbMenuResetButton
{
    float: left;
    padding: 10px;
    height: 16px;
    width: 80px;
    font-weight: bold;
    margin-top: 2px;
    margin-left: 1px;
}

#OrbMenuSaveButton SPAN, .OrbMenuSaveButton SPAN
{
	padding-left: 20px;
	background: transparent url(../Images/SaveButtonYes.png) no-repeat left center;
	color: Black;
}

#OrbMenuResetButton SPAN, .OrbMenuResetButton SPAN
{
	padding-left: 20px;
	background: transparent url(../Images/Orb/MenuLS.png) no-repeat left center;
	color: Black;
}

#OrbMenuSaveButton:HOVER, #OrbMenuResetButton:HOVER, .OrbMenuSaveButton:HOVER, .OrbMenuResetButton:HOVER
{
    background: white url(../Images/SaveButton.png) no-repeat;
    text-decoration: none;
}

#OrbMenuSaveButton:ACTIVE, #OrbMenuResetButton:ACTIVE, .OrbMenuSaveButton:ACTIVE, .OrbMenuResetButton:ACTIVE
{
    background: white url(../Images/SaveButton-Active.png) no-repeat;
}

#AeroHelp, #aeropopup
{
	position: absolute;
	z-index: 99999;
	border: solid 1px #394550;
	background: White;
	padding: 10px 10px 10px 10px;
	width: 220px;
	display: none;
}

#aeropopupshadow
{
	background: silver;
	/*opacity: 0.8;
	filter: alpha(opacity=80);*/
	position: absolute;
	z-index: 99998;
	width: 240px;
	margin-top: 2px;
}
	

#AeroHelp div, #aeropopup div
{
	padding-left: 40px;
	background: White url(../images/orb/help.png) no-repeat left center;
}

#ColorWheel
{
	position: absolute;
	display: none;
	border: solid 1px black;
	background: white;
	top: 168px;
	left: 196px;
	z-index: 102;
}

#wheel
{
	cursor: crosshair;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#ColorWheel INPUT
{
	width: 50px;
	border: solid 1px black;
	margin-left: 3px;
}

#democolor, #setcolor
{
	float: left;
	height: 30px;
	width: 50px;
	border: solid 1px black;
	margin-left: 3px;
	border-top: solid 0px white;
}

    
/* End of Aero Orb Styles */


/* Aero Search Control Styles */

#CommonTitleBarSearchArea
{
	border: solid 1px #394550; 
	height: 18px; 
	float: left; 
	padding-left: 2px; 
	overflow: hidden;
}

#CommonTitleBarSearchArea.Active
{
	background-color: White;
}

#OtherSearch, #WLSearchBoxDiv, #WLSearchBoxPlaceholder
{
	display: inline;
}

#SearchTextbox, #WLSearchBoxInput
{
	background: transparent; 
	border: solid 0px white; 
	color: #575757; 
	font-style: italic;
	width: 150px;
}
    
#SearchDropDown
{
    background: transparent url(../Images/down.gif) no-repeat; 
    padding: 0px 5px 1px; 
    text-decoration: none;
}

#SearchButton, #WLSearchBoxButton
{
    padding: 0px 2px 1px 18px; 
    width: 20px;
    background: transparent url(../Images/search.png) no-repeat;

}

#AeroSearchDropDown a, #MainNavDropDown a
{
    text-decoration: none;
    padding: 3px 2px 2px 32px;
    display: block;
}

#SearchDropDown:HOVER, #SearchButton:HOVER, #SearchDropDown.Active, #WLSearchBoxButton:HOVER
{
    background-color: #b3e4f9;
}

#AeroSearchDropDown a:hover, #MainNavDropDown a:hover
{
	background: transparent url(../Images/contextfull.gif) no-repeat bottom;
}

#AeroSearchDropDown, #MainNavDropDown
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 97;
}

/* End of Aero Search Contorl Styles */

/* Aero User Control Styles */

#UserControlLeft
{
	position: absolute; 
	top: 91px; 
	font-size: 9pt; 
	right: 30px; 
	background: transparent url(../Images/UserBorder/Border_Left.png) no-repeat top left; 
	padding-left: 4px;
}

#UserControlRight
{
	background: transparent url(../Images/UserBorder/Border_Right.png) no-repeat top right; 
	padding-right: 4px;
}

#UserControl
{
	background: transparent url(../Images/UserBorder/Border.png) repeat-x; 
	height: 17px;
}

#UserControl a
{
    border-left: solid 1px #656e77;
    padding: 0px 6px 1px;
    font-weight: bold;
    text-decoration: none;
}

#UserControl a:HOVER
{
    background: transparent url(../Images/UserBorder/Border-OVER.png) repeat-x;
}

#UserControl div.UserControlRed
{
	display: inline;
}

#UserControl div.UserControlRed a:HOVER
{
	background-image: url(../Images/UserBorder/Border-OVER-RED.png);
}

#aeroprofilesave span
{
	background: #ade7ae; 
	padding: 0px 2px 1px;
}

/* End of Aero User Control Styles */

/* Start of Aero Font Styles */

#fontSelected
{
	background: white;
	border: solid 1px #394550;
	padding: 1px;
	width: 160px;
	height: 20px;
	overflow: hidden;
	border-bottom: solid 0px white;
	display: block;
}

#fontSelects
{
	background: white;
	border: solid 1px #394550;
	padding: 1px;
	width: 160px;
	height: 160px;
	overflow: auto;
}

#fontSelects A
{
	display: block;
	height: 16px;
	font-size: 9pt;
	overflow: hidden;
	text-decoration: none;
    padding: 1px 2px;
    border: solid 1px white;
}

#fontSelects A:HOVER
{
	background: #e5f3fa url(../Images/contextover.gif) repeat-x bottom;
    border-color: #b3e4f9;
}

/* End of Aero Font Styles */

/* Sliders */

#mainopslider, #navopslider, #sideopslider
{
	float: right;
	width: 266px;
	background-image: url(../Images/sliderbg.gif);
	background-repeat: repeat-x;
	background-position: left 9px;
	padding: 0px 2px;
}

#mainopslider .slider, #navopslider .slider, #sideopslider .slider
{
	background: Transparent url(/Themes/Aero2007/Images/slider.gif) no-repeat top left; 
	width: 11px;
	cursor: e-resize;
	position: relative;
	height: 22px;
}

/* End of Sliders */

/* Background Stuff */

#backgroundGallery div
{
	height: 19px;
}

#backgroundGallery input
{
	width: 330px;
}

#backgroundGallery #backgroundGalleryList
{
	height: 166px;
	overflow: auto;
	margin-top: 4px;
}

#backgroundGallery #backgroundGalleryList div
{
	height: 80px;
}

#backgroundGallery #backgroundGalleryList A
{
	padding: 2px;
	display: block;
	float: left;
	background: white;
	width: 104px;
}

#backgroundGallery #backgroundGalleryList A img
{
	border: solid 2px Gray;
}

#backgroundGallery #backgroundGalleryList A span
{
	display: none;
	font-size: 8px;
	overflow: hidden;
	position: relative;
	margin-top: -14px;
	top: -30px;
	background: white;
	height: 14px;
}

#backgroundGallery #backgroundGalleryList A.BGOVER
{
	padding: 1px;
	border: solid 1px black;
	width: 104px;
	text-decoration: none;
}

#backgroundGallery #backgroundGalleryList A.BGOVER span
{
	display: block;
}

/* end of bg stuff */