#Common{
	/*border:1px solid #ccc;*/
	margin:0;
	padding:0;
}



#CommonBody {
	margin:0 67px 0 0;
	padding:0;
	width:1000px;
	
}

#CommonHeader{
	width: 100%;
}

#CommonFooter{
	padding: 8px;
	text-align:center;
}

#CommonLeftColumn{
	
	padding-bottom: 22px;
}

#CommonRightColumn{
	padding-right:40px;
	padding-bottom: 22px;
}

#CommonBodyTable{
	margin-left:48px;
	}

/*
SELECT, TEXTAREA,  BUTTON{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
	width:98%;
}

INPUT {
	width:45%;
}

input#ctl00_ctl01_bcr_Subscriptions___SaveButton {
	width:15%;
}

SELECT {
	width:50%;
}

#Buttons input {
	width:100px;
}

.CommonFormField input {
	width:auto;
	margin:0;
	padding:0px;
}*/

.mceSelectList{
	width:150px!important;
}

/*
Common Styles
*/

.CommonJumpArea{
	padding:4px 0;
	font-weight: bold;
}

.CommonFeedArea{
	font-size: 90%;
	padding:4px 0;
	font-weight: bold;
}

.CommonPagingArea{
	font-size: 90%;
	padding: 4px;
	margin:0 3px;
	font-weight: bold;
	color:#000;
}

.CommonPagingArea a{
	padding:2px 4px;
	
	}
.CommonPagingArea a:hover{
	background:#fff;
	text-decoration:none;
	}

.CommonSortArea{
	font-size: 90%;
	padding: 4px;
	margin:0 4px;
	font-weight: bold;
	margin-right: 40px;
}

.CommonBreadCrumbArea{
	text-align:right;
	margin:5px 5px 5px 0;
	font-size: 90%;
	padding:2px;
	
	}

.CommonBreadCrumbArea a{
	padding:2px;
	}
	
.CommonBreadCrumbArea a:hover{
	text-decoration:none;
	}

.CommonFilterArea{
	font-size: 90%;
	margin-right: 40px;
}

.CommonFilterArea SELECT#ctl00_ctl01_bcr_Threadview1___ForumDropDownList1 {
	margin-left:0px;
}

.CommonFilterArea SELECT {
	margin-left:48px;
	margin-top:5px;
}


.CommonSearchResults{
	font-size: 80%;
	color: #000;
	font-weight: bold;
	padding: 8px;
}

/* 
Tree Form Element
*/

.CommonTreeFormArea{
	border:1px solid #999;
	padding: 2px;
	width: 350px;
	height: 175px;
	overflow: auto;
	margin: 4px 4px 4px 2px;
}

.CommonTreeFormTree{
	padding: 0px;
}

.CommonTreeFormNode
{
	
	cursor: pointer;
	font-size: 90%;
}

.CommonTreeFormNodeSelected{
	padding: 1px;
	font-weight: bold;
	background-color: #ddd;
	border:1px solid #ccc;
	cursor: pointer;
	font-size: 90%;
}

.CommonTreeFormNodeHover{
	cursor: pointer;
	font-size: 90%;
}

/* 
Title Bar Styles
*/

.CommonTitleBarSearchArea{
	text-align: right;
	color: #666;
	/*display:none;*/
}


.CommonSearch{
	/*display:none;*/
	margin:-10px 0 5px 0;
	}
	
.CommonSearch SELECT {}

.CommonSearch INPUT {
	padding:2px;
	width:155px;
}

.CommonSearchButton{
	background:url(/images/backgrounds/DG_linksBG.gif) ;
	padding:3px 10px 4px 10px;
	color:#E3DBCA;
}

.CommonSearchButton:hover{text-decoration:none;}

.CommonTitleBarTitle{
	height: 50px;
	padding: 0 0 0 4px;
	font-size: 250%;
	color: #555;
	margin: 0px;
	margin-bottom: -5px;
	font-weight: bolder;
}


.CommonTitleBarDescription{
	position: relative;
	top: -4px;
	padding: 0 0 0 6px;
	color: #999;
	margin: 0 0 -14px 0;	
	}


/*
Form Styles
*/


.CommonFormTitle{
	color: #fff;
	font-size: 100%;
	font-weight:normal;
	background:#000;
	padding-left:10px;
}

.CommonFormDescription{
	padding: 8px 2px 8px 0;

}

TD.CommonFormFieldName{
	font-family: Tahoma, Arial, Helvetica;
	color: #000;
	font-size: 90%;
	padding: 2px 8px 2px 2px;
	
}

DIV.CommonFormFieldName{
	color: #666;
	padding:8px 2px 2px 2px;
	font-weight: bold;
}

.CommonFormFieldDescription{
	color: #000;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}



.CommonFormField{
	color: #000;
	padding: 2px;
	/*background-color:#9b633d;*/
}



.CommonFormField textarea {
	/*width:638px!important;*/
}

.CommonFormField SELECT {

}

.CommonFormActionButtons{
	color: #000;
	padding: 2px;
	text-align: right;
}

/*
Message Styles
*/

.CommonMessageArea{
	width: 50%;
	margin:64px 0;
	background-color: #fff;
}

.CommonMessageTitle{
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	background-color: #e2eecd;
	color: #698d73;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border:1px solid #ccc;
}

.CommonMessageContent{
	font-size: 100%;
	color: #000;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
	border:1px solid #ccc;
	border-top:none;
}

.CommonInlineMessageArea{
	margin: 4px 0;
	background: #DDE5F0;
}

.CommonInlineMessageTitle{
	text-align: left;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background: url(/images/backgrounds/DG_linksBG.gif);
	padding: 4px 4px 4px 8px;
	margin: 0;
	/*border-bottom:2px solid #9BA5B1;*/
}

.CommonInlineMessageTitle a {
	color:#fff;
}

.CommonInlineMessageContent{
	font-size: 80%;
	color: #fff;
	padding: 8px;
	text-align: left;
	background-color:#6F695D;
}

.CommonInlineMessageContent a{
	color:#d5cfc3;
	}

.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;
}



.CommonMessageSuccess{
	padding: 8px;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: 1px solid #999;
	background-color: #cfe7c0;
	margin: 8px 0;
}

.CommonLicenseMessageSuccess{
	padding: 8px;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border:1px solid #999;
	background-color: #cfe7c0;
	margin: 8px 0;

}

.CommonSmallMessageSuccess{
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #334433;
}

.CommonMessageError{
	margin: 8px 0;
	padding: 4px;
	font-size: 100%;
	color: #433;
	font-weight: bold;
	border:1px solid #999;
	background-color: #EBD9D9;
}

.CommonLicenseMessageError{
	margin: 8px 0;
	padding: 4px;
	font-size: 100%;
	color: #443;
	font-weight: bold;
	border:1px solid #999;
	background-color: #fff499;
}

.CommonSmallMessageError{
	padding: 2px;
	font-size: 80%;
	font-weight: bold;
	color: #900;
}

/*
Content
*/

.CommonFreeTextContent{
	line-height: 20px;
	padding-left: 15px;
}

.CommonTitle{
	color: #9b633d;
	font-size: 200%;
	font-weight: normal;
	font-variant:small-caps;
	padding: 0 0 15px 0;
	margin: 12px 0 0 0;
	
}

.CommonSubTitle{
	color: #000;
	font-size: 120%;
	padding: 4px 4px 4px 0;
	margin: 0;
	font-weight:normal;
}



.CommonContent{
	font-size: 110%;
	
	margin-right:15px;
}

.CommonContent th {
	background:#6f695d;
	color:#fff;
}

.CommonContent input#ctl00_ctl01_bcr_ctl00___UpdateButtonBottom {
	width:130px;
	background: url(/images/backgrounds/DG_linksBG.gif);
	color:#E3DBCA;
	border:none;
	cursor:pointer;
	margin-top:10px;
	padding:3px 10px;
}



.CommonGroupedContentArea{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border:none;
	
}

.CommonFloatArea{
	float: left;
	width: 126px;
	margin: 8px 8px 8px 0;
	padding:8px 8px 8px 0;

}

UL.CommonFloatList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL.CommonFloatList LI{
	margin-bottom: 8px;
	clear: both;
}

.CommonNonFloatArea{
	margin-left: 150px;
}

.CommonSidebar {

}

.CommonSidebar a{
	
	
	}

.CommonSidebarContentItem{
	
	list-style:square;
	margin-bottom:5px;
}

.CommonSidebarArea{
	width: 230px;
	
	margin: 15px 5px 0 0;
	overflow: hidden;
	
}

.CommonSidebarHeader{
	text-align: left;
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:5px 0 5px 8px;
	color: #fff;

	
	margin: 0;
	font-size:110%;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
	
	}

.CommonSidebarHeader a{
	color: #e3dbca;
	text-decoration:none;
	}

.CommonSidebarContent{
	font-size: 100%;
	color: #000;
	padding:8px 8px 5px 10px;
	
	
	
	height:100%;
	overflow: hidden;
}


UL.CommonSidebarList{
	margin: 0;
	padding: 0;
}

UL.CommonSidebarList LI{
	margin-bottom: 5px;
	list-style-type: none;	
	margin-left: 16px;
	color: #698d73;
}

.CommonDescription{
	font-size: 90%;
	color: #333;
	padding: 0 0 8px 0px;
	margin:-5px 0 0 0;
}

.CommonSidebarImage{
	margin:0 4px;
	padding: 3px;
	border:1px solid #C4D6AE;
	background-color: #fafafa;
	text-align: center;
}

UL.CommonSidebarImageList{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#welcome{
	color: #000;
	font-size: 10px;
	margin-right: 5px;
	margin-top: -5px;
	padding-bottom: 10px;
}


/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	
	background-color: none;
	
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK{
	text-decoration: none;
	
	background-color: none;
}

.CommonTextButton:VISITED{
	text-decoration: none;
	
	background-color: none;
}

.CommonTextButton:ACTIVE{
	text-decoration: none;
	
}

.CommonTextButton:HOVER{
	text-decoration: underline;

	background-color: none;
}

.CommonTextButtonHighlight{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	background-color: #DDE5F0;

	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #DDE5F0;
	
}

.CommonImageTextButton{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	
	background-color: none;
	font-family: georgia;

	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 28px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK{
	text-decoration: none;

	margin: 1px;
}

.CommonImageTextButton:VISITED{
	text-decoration: none;
	
}

.CommonImageTextButton:ACTIVE{
	text-decoration: none;	
}

.CommonImageTextButton:HOVER{
	text-decoration: none;
	color:#7a1214;	
}

.CommonImageTextButtonHighlight{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	color: #333;
	font-family: georgia;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 28px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER{
	text-decoration: none;
	color: #000;
}

.CommonButtonInnerContentDown{
	background-image: url(../images/common/button-down-arrow.gif) no-repeat right center;
	padding-right: 9px;
}

.CommonButtonInnerContentRight{
	background-image: url(../images/common/button-right-arrow.gif) no-repeat right center;
	padding-right: 7px;
}

/*
Options Styles
*/

.CommonOptionsListArea{
	background-color: #f4f4f4;
	padding:6px 4px;
	margin: 0 0 6px 0;
	border:none;
	border-top: 1px solid #ccc;
	border-bottom-width: 1px solid #ccc;
}

.CommonOptionsListTitle{
	font-size: 8pt;
	font-weight: normal;
	color: #666;
	margin: 0 0 4px 0;
	padding: 0px;
}

.CommonOptionsListItem{
	font-size: 8pt;
}

/*
List 
*/

.CommonListArea{
	padding: 8px 0;
	
	
}

.CommonListArea input {
	width:15px!important;
}


.CommonListArea a{
	
	}

.CommonListTitle{
	padding: 6px;
	padding-left: 8px;
	
	background:url(/images/backgrounds/DG_linksBG.gif);
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
}

.CommonListTitle a{
	color:#fff;
	}

.CommonListHeaderLeftMost{
	text-align: center;
	padding: 4px;
	
	background-color: #B3C6D4;
	color: #666;
	font-size: 80%;
	font-weight: bold;
}

.CommonListHeader{
	text-align: center;
	padding: 4px;
	background-color: #B3C6D4;
	color: #666;
	font-size: 80%;
	font-weight: bold;
}

.CommonListCellLeftMost{
	padding: 4px;
	
	color: #333;
	font-size: 80%;
}

.CommonListCell{
	padding: 4px;
	
	color: #333;	
	font-size: 80%;
	text-align: left;
}

.CommonListCell a{
	
	}

/* 
Simple Tab Strip Styles 
*/

.CommonSimpleTabStripTab 
{
	color: #000;
	font-size:12px; 
	cursor:pointer;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
	height: 30px;
}

.CommonSimpleTabStripTab A:LINK, .CommonSimpleTabStripTab A:VISITED, .CommonSimpleTabStripTab A:ACTIVE{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripTab A:HOVER{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripTabHover{
	font-size:12px; 
	color: #000;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999;
}

.CommonSimpleTabStripTabHover A:LINK, .CommonSimpleTabStripTabHover A:VISITED, .CommonSimpleTabStripTabHover A:ACTIVE
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripTabHover A:HOVER
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripSelectedTab
{
	font-family: Tahoma, Arial, Helvetica; 
	font-size:12px; 
	font-weight: bold;
	color: #000000;
	cursor:default;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.CommonSimpleTabStripSelectedTab A:LINK, .CommonSimpleTabStripSelectedTab A:VISITED, .CommonSimpleTabStripSelectedTab A:ACTIVE
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

.CommonSimpleTabStripSelectedTab A:HOVER
{
	display: block;
	height: 22px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	color: #000000;
	text-decoration: none;
}

/* 
Tab Strip Styles 
*/

.CommonTabBar{
	padding-left: 24px;
	margin: 0px;
	margin-top: -3px;
  	background-color:#ccc; 
  	height: 32px;
  	overflow: hidden;
}

.CommonTabBarInner{
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	border-color: #999;
}

.CommonLevel2Group{
	background-color:silver; 
	background-image: url(../images/common/level2_group_bg.gif);
}

.CommonTopLevelTab {
  	color: #000;
	font-size:12px; 
	cursor:pointer;
	padding:0 16px;
	height: 30px;
	border:none;
	border-right:1px solid #999;
}

.CommonTopLevelTab A:LINK, .CommonTopLevelTab A:VISITED, .CommonTopLevelTab A:ACTIVE{
	color: #000000;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTab A:HOVER{
	color: #000000;
	display: block;
	text-decoration: none;
}

.CommonTopLevelTabHover {
	font-size:12px; 
	color: #000;
	cursor:default;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	padding:0 16px;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999;
}

.CommonTopLevelTabHover A:LINK, .CommonTopLevelTabHover A:VISITED, .CommonTopLevelTabHover A:ACTIVE{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonTopLevelTabHover A:HOVER{
	color: #000;
	display: block;
	text-decoration: none;
}

.CommonSelectedTopLevelTab{
	font-size:12px; 
	font-weight: bold;
	color: #000;
	cursor:default;
	cursor:pointer;
	background-image: url(../images/common/top_item_selected_bg.gif);
	background-repeat:repeat-x;
	padding-left: 16px;
	padding-right: 16px;
	height: 30px;
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #999999;
}

.CommonSelectedTopLevelTab A:LINK, .CommonSelectedTopLevelTab A:VISITED, .CommonSelectedTopLevelTab A:ACTIVE{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonSelectedTopLevelTab A:HOVER{
	color: #000;
	display:block;
	text-decoration: none;
}

.CommonLevel2Tab{
  font-size:11px; 
  cursor:default;
}

.CommonLevel2TabHover{
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.CommonSelectedLevel2Tab {
  background-color:#F6F6F6;
  font-size:11px; 
  border: 1px solid #AAAAAA;
  border-right-color: #F6F6F6;
  border-bottom-color: #F6F6F6;  
  cursor:pointer;
}

/*
Search Results
*/

.CommonSearchResultArea
{
	border-bottom:1px dotted #000;
	margin: 8px;
	
}

.CommonSearchResultArea a{
	
	}

.CommonSearchResult{
	color: #000;
	font-size: 90%;
	line-height: 20px;
}

.CommonSearchResultName{
	
	font-size: 110%;
	font-weight: normal;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonSearchResultDetails{
	margin: 10px 0;
	color: #000;
	font-size: 80%;
}

.CommonSearchStatistics
{
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 16px;
}

UL.CommonSearchResultList
{
	margin: 0px;
	margin-bottom:170px;
	padding: 0px;
	list-style-type: none;
	
}

/*
Validation Styles
*/

.CommonValidationWarning{
	font-size: 100%;
	color: #ff0000;
	font-weight: bold;
	padding: 2px;
}

/*
Popup Area
*/

.CommonPopupArea
{
	padding: 8px;
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
}

/***** CA ************/

.CATopGroup{
  z-index:99;
  position:relative;
}

.CADefaultTab {
  color:#E3DBCA; 
  background:url(/images/backgrounds/DG_linksBG.gif); 
  cursor:default;
}

.CADefaultTabHover{
  color:black; 
  background:#E3DBCA;
  cursor:pointer;
}

.CASelectedTab{
  color:black; 
  background:#E3DBCA;
  cursor:default;
}

.CADisabledTab{
  color:#000; 
  background-image: #ccc;
  font-weight: bold;
  cursor:default;
}

.CAMultiPage{
  background:#E3DBCA;
  width:800px;
  position:relative;
  padding:10px;
  top:-1px;
  left:1px;
  z-index:98;
}

.CAMultiPageModal{
  background-color:White;
  border: 1px solid #919B9C;
  height:350px;
  position:relative;
  padding:20px;
  top:-3px;
  left:1px;
  z-index:98;
}

.PageViewModalPanel{
	height:290px;
	overflow-y:scroll;
	padding-right:2px;
}

table.txt3 td input{
	width:30px;
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border:1px dashed #999;
	background-color: #efefef;
}



/*
Copyright
*/
.Copyright
{
	margin-top: 10px;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 11px;
	text-align: right;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#d5cfc3;
	border:solid 1px gray; 
}

.CommonContextMenuItem{
	background-color:#d5cfc3; 
	font-size:90%; 
	border:solid 1px #d5cfc3; 
	cursor:pointer;
}

.CommonContextMenuItemHover{
	background-color:#48433a; 
	color:#fff; 
	font-size:90%; 
	border:solid 1px #dddddd; 
	cursor:pointer;
}

.CommonContextMenuItemExpanded
{
	background-color:#d5cfc3; 
	color:black; 
	font-size:90%; 
	border:solid 1px #d5cfc3; 
	cursor:pointer;	
}

.CommonContextMenuSeperatorItem
{
	background-color:#d5cfc3; 
	height: 1px;
	border-style: solid;
	border-color: white;
	border-width: 0;
	cursor:pointer;
}

/* Modal Styles */

#popupMask 
{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/images/cs/controlpanel/common/maskBG.png") !important; /* For browsers Moz, Opera, etc. */
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer{
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	
}

#popupInner{
	border:1px solid #000;
	background-color: #d9d2c5;
	
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar{
	height: 1.3em;
	padding: 5px;
	padding-bottom: 7px;
	position: relative;
	z-index: 203;
	background-color: #48433a;
	color: #000;
	font-weight: bold;
	margin: 0px;
}

#popupTitle{
	float:left;
	font-size: 1.1em;
	color: #000;
}

#popupControls{
	float: right;
	cursor: pointer;
	cursor: pointer;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eee;
	border-style: solid;
	border-color: #999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

/*
Video styles
*/

.CommonVideoArea
{
	width: 350px;
	border-style: solid;
	border-width: 2px;
	border-color: #666;
	background-color: #000;
	margin: 16px;
	margin-right: auto;
	margin-left: auto;
}

.CommonVideoContent
{
	padding: 2px;
}

.CommonVideoControlArea{
	background-color: #999;
	padding: 2px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 2px;
	border-color: #666666;
	vertical-align: middle;
}

.CommonVideoDuration
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	color: #333;
	font-size: 80%;
	padding: 2px;
	margin-left: 4px;
}

.CommonVideoPlayButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/play-icon.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoPlayButton:Link, .CommonVideoPlayButton:Hover, .CommonVideoPlayButton:Visited, .CommonVideoPlayButton:Active
{
	text-decoration: none;
}

.CommonVideoPauseButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/pause-icon.gif);
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-left: 4px;
}

.CommonVideoPauseButton:Link, .CommonVideoPauseButton:Hover, .CommonVideoPauseButton:Visited, .CommonVideoPauseButton:Active
{
	text-decoration: none;
}

.CommonVideoStopButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/common/stop-icon.gif);
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 4px;
}

.CommonVideoStopButton:Link, .CommonVideoStopButton:Hover, .CommonVideoStopButton:Visited, .CommonVideoStopButton:Active
{
	text-decoration: none;
}

.CommonVideoFooterArea
{
	background-color: #ccc;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #666;
	padding: 2px;
}

.CommonVideoDetails{
	font-size: 80%;
	color: #000000;
	padding: 2px;
	text-align: right;
	padding-right: 4px;
}

.CommonVideoDownloadButton
{
/*	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #dddddd; */
	color: #333;
	font-size: 80%;
/*	font-weight: bold; */
	padding: 2px;
	margin-right: 2px;
}

.CommonVideoDownloadButton:Link, .CommonVideoDownloadButton:Visited, .CommonVideoDownloadButton:Hover, .CommonVideoDownloadButton:Active
{
	color: #333;
}

/*
Content Selector Styles 
*/

.CommonContentSelectorTreeArea{
	background-color: #fff;
	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: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	height: 250px;
	overflow: auto;
	padding: 4px;
}

.CommonContentSelectorOptionsArea
{
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	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;
}

.CommonContentSelectorItem{
	font-size: 90%;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	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: #999;
	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: #999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 6px;
	margin-top: 1px;
	margin-bottom: 16px;
}

.CommonContentSelectorButtonArea{
	margin: 5px;
	margin-top: 0px;
}

/*
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: #ccc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
}

.CommonCollapseButton:LINK, .CommonCollapseButton:VISITED, .CommonCollapseButton:ACTIVE{
	color: #000;
	
}

.CommonCollapseButton:HOVER{
	background-color: #eee;
	color: #000;
	
}

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;
	border-top: 1px solid #9b633d;
	border-right: 1px solid #9b633d;
	border-bottom: 1px solid #9b633d;
	border-left: 1px solid #9b633d;
}

#CommonCommentForm textarea, #CommonContactForm textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
	border-top: 1px solid #9b633d;
	border-right: 1px solid #9b633d;
	border-bottom: 1px solid #9b633d;
	border-left: 1px solid #9b633d;
	font-size: 1em;
	}
	
#CommonCommentForm dl dt input {
	width:auto;
}

/* Comments */

#comments{
	margin: 0px;
	margin-top:70px;
	margin-bottom:30px;
	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 img{
	height: 20px;
	width: 16px;
	vertical-align: middle;
}

a.helpicon{
	border-style:none;
	height: 20px;
	background-image: url(../images/common/help_out_lt.gif);
	background-position: center;
	background-repeat: no-repeat;
}
a.helpicon:hover, a.helpicon:active {
	background-image:url(../images/common/help_hover.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor:help;
}

/* 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:#FFF;
}

.othermonthday { color:#999; }

.outofrangeday { visibility:hidden; }

.selectedday
{
	width:25px;
	background-color:#FBE694;
	color:#000;
	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:#FFF;
	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:center;
	padding:0px 5px 0px 5px;
}

.selector
{
	width:14px;
	cursor:pointer;
	text-align:left;
	vertical-align:center;
	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: #fff;
	border:1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

.CommonPollQuestion{
	background-color: #9BA5B1;
	border-bottom:1px solid #000;
	padding: 4px;
	color: #fff;
	margin: 0px;
	font-size: 100%;
	font-weight:normal;
}

.CommonPollContent{
	padding: 4px;
}


.CommonPollSwitchedContent{
	width: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.CommonPollAnswerList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.CommonPollAnswerList li{
	padding: 0;
	margin: 6px 0;
}

.CommonPollAnswer{
	padding: 2px;
}

.CommonPollUserVote{
	color: #000;
}

.CommonPollFooter{
	padding: 2px;
	background-color: #9F9F9F;
	font-size: 80%;
}

ul.CommonPollFooterList{
	list-style-type: none;
	margin: 0;
	text-align: center;
}

ul.CommonPollFooterList li{
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

/* End Poll Styles */

#ForumLogin{
	padding:5px 20px 5px 0;
	width:920px;
	margin:-8px auto 0 auto;
	text-align:right;
	}

#ForumLogin a{
	color:#818995;
	text-decoration:none;
	}

.ShortCuts{
	background:none;
	padding:5px 5px 3px 0;
	text-align:right;
	margin:15px 0;
	height:16px;
	}

.ShortCuts .CommonSidebarContentItem{
	width:auto;
	list-style:none;
	float:right;
	/*border-right:#fff 1px solid;*/
	}

.ShortCuts a{
	color:#fff;
	padding:5px;
	/*border-bottom:2px dotted #ea602f;*/
	background:#000;
	
	}

.ShortCuts a:hover{
	color:#9b5635;
	text-decoration:none;
	
	}

.ShortCuts ul{
	list-style:none;
	margin:0;
	padding:0;
	}

.ShortCuts ul li{
	float:right;
	margin:0;
	padding:0;
	}	

.profileEdit{
	border:1px solid #6B7983;	
	}

.CommonGroupedContentArea .back2Top{
	margin-bottom:25px;

	}

.CommonSubTitleHelp{
	color:#000;
	border-bottom:1px dotted #fff;
	margin-bottom:10px;
	}

/* -------------------------------Forum Navigation------------------------------------------- */

#messageBoardMenu{
	display:block;
	float:right;
	margin-right:68px;
	
}

a.ForumNav{
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:5px 25px;
	color:#fff;
	border:1px solid #fff;
	margin-top:15px;
	width:175px;
	}

#messageBoardMenu ul#messagBoardNav{ /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 100;
}



#messageBoardMenu ul#messagBoardNav li  { /* all list items */
	float: left;
	position: relative;
	width: 165px;
	text-align: center;
}

#messageBoardMenu ul#messagBoardNav li ul { /* second-level lists */
	display: none;
	position: absolute;
	border-top: 1px solid #f6f0e4;
	top: 113px;
	left: -40px;
	magin:0;
	padding:0;
	margin-top: -300px;
	z-index: 100;
	list-style:none;
	margin-left:41px;
}

#messageBoardMenu ul#messagBoardNav li ul li, #messageBoardMenu ul#messagBoardNav li ul li{
	height: 100%;
	width: 221px;
	padding: 2px;
	border:0;
	background-color: #6F695D;
	border-bottom: 1px solid #f6f0e4;
	font-weight: normal;
	text-align: left;
}


#messageBoardMenu ul#messagBoardNav li a {
	font-weight: bold;
	vertical-align: middle;
	text-decoration:none;
	display:block;
	color: #fff;
}



#messageBoardMenu ul#messagBoardNav li a:hover {
	color: #EBE5D4;
	
}



#messageBoardMenu ul#messagBoardNav li li a {
	display: block;
	padding: 1px;
	font-weight: normal;
}

#messageBoardMenu ul#messagBoardNav li li a:hover {

	background: #fff;
	color: #000;
	font-style: normal;
	height:100%;
	display:block;
}

#messageBoardMenu ul#messagBoardNav li:hover ul, ul#messagBoardNav li.over ul, ul#messagBoardNav li.sfhover ul { /* lists nested under hovered list items */

	display: block;

}

div.messageBoardMenu{
	!important font-size:10px;
	font-size:10px;
}




/*div#footerGallery {
	margin-left:65px!important;
}

div#footerGallery a img{
	border:none!important;
}

#Footer div#socialLinks {
	width:700px!important;
	margin:0px!important;
	margin-top:-10px!important;
	margin-left: 10px!important;
	padding-top:0px!important;
}

#topBar{
	margin-left:-8px!important;
	margin-top:-8px!important;
	
}

div#header {
	margin-left:-8px!important;
	margin-top:-16px!important;
}

#Nav{
	margin-left:-8px!important;
}


#Footer{
	margin-left:-8px!important;
	
	}
*/


#ForumSettings {
	width:700px;
}

.BackToBoards{
	width:130px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 858px;
	}

.BackToBoards a{
	color:#000;
	}	

.BackToBoards a:hover{
	text-decoration:none;
	color:#9B633D;
	}

#footerDavid{
	display:none;
	}


.DeletePostBtns input{
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:5px 15px;
	color:#fff;
	border:0;
	cursor:pointer;
	margin-top:10px;
	}

.ForumSubscriptionBtn input{
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:5px 15px;
	color:#fff;
	border:0;
	cursor:pointer;
	}

.UserSearchBtn{
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:5px 15px;
	color:#fff;
	}

.UserSearchBtn:hover{
	text-decoration:none;
	}

.PostBtn input{
	background:url(/images/backgrounds/DG_linksBG.gif);
	padding:3px 25px;
	color:#fff;
	border:0;
	cursor:pointer;
	margin-top:10px;
	}
