/*
Generics
*/

body, html
{
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #f0f0f0;
    background-image: none;
    font-family: Arial, Helvetica;
}

form
{
    min-width: 960px;
}

.Common
{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#CommonHeader
{
	/*padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	height: 115px;
	background-color: #fff;*/
}

#CommonHeaderUserArea
{
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
    z-index: 100;
}

#CommonHeaderUserArea a:link, #CommonHeaderUserArea a:visited
{
    color: #fff;
	text-decoration: none;
}

#CommonHeaderUserWelcome a:hover
{
	text-decoration: underline;
}

#CommonHeaderUserWelcome .sub a
{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}

#CommonHeaderUserWelcome .sub a:hover
{
	text-decoration: underline;
	color: #fff;
}

#CommonHeaderUserWelcome .sub2
{
    text-align: right; 
    font-size: 90%; 
    margin-top: .5em;
    font-weight: normal;
}

#CommonHeaderUserWelcome .sub2 a
{
    color: #fff;
}

#CommonHeaderUserContent
{
    padding: 6px 12px 3px 12px;
	background-color: #95B6C3;
	text-align: right;
    color: #8EA5AE;
}

#CommonHeaderUserWelcome
{
    font-size: 90%;
    font-weight: bold;
}

#CommonHeaderUserRoundBottom
{
    margin: 0;
    padding: 0;
	height: 5px;
	width: inherit;
	overflow: hidden;
}

#CommonHeaderUserRoundBottom .r1, #CommonHeaderUserRoundBottom .r2, #CommonHeaderUserRoundBottom .r3, #CommonHeaderUserRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
	background-color: #95B6C3;
}

#CommonHeaderUserRoundBottom .r4 { margin: 0 5px; }
#CommonHeaderUserRoundBottom .r3 { margin: 0 3px; }
#CommonHeaderUserRoundBottom .r2 { margin: 0 2px; }
#CommonHeaderUserRoundBottom .r1 { margin: 0 1px; height: 2px; }

#CommonHeaderTitleArea
{
	float: left;
	/*padding-top: 14px;*/
	width: 60%;
	overflow: hidden;
}

.CommonHeaderTitle
{
	font-size: 325%;
	font-weight: bold;
	color: #000;
	letter-spacing: -2px;
	line-height: 100%;
}

.CommonHeaderTitleDescription
{
	font-size: 85%;
	padding-left: 2px;
}

#CommonFooter
{
	clear: both;
	margin-top: 16px;
	background-color: #f7f7f7;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

#CommonFooter .Common
{
	padding: 12px 0;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

#CommonFooter .Copyright
{
	padding: 12px 0;
	text-align: center;
	font-size: 85%;
}

#CommonNavigation
{
    clear: both;
    margin: 0;
	width: 100%;
	overflow: hidden;
	background-color: #95B6C3;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	padding: 0;	
	font-size: 105%;
}

#CommonNavigation .Common
{
    border-left: solid 1px #558B9F;
}

#CommonNavigation .Common .Inner
{
	border-left: solid 1px #D5E1E7;
	height: 1%;
}

#CommonNavigationShadow
{
	clear: both;
	margin-bottom: 12px;
}

#CommonNavigation ul
{
	list-style-type: none;
	padding: 0;
	display: block;
	margin: 0;
}

#CommonNavigation ul li
{
	display: block;
	float: left;
	padding: 0;
	border-right: solid 1px #D5E1E7;
	font-weight: bold;
	color: #000;
}

#CommonNavigation a, #CommonNavigation a:link, #CommonNavigation a:active, #CommonNavigation a:visited
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation a:hover
{
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 12px;
    border-right: solid 1px #558B9F;
}

#CommonNavigation a, #CommonNavigation a.Selected, #CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited
{
    color: #fff;
}

#CommonNavigation a.Selected:hover
{
    color: #fff;
}

#CommonContent {
	margin: 0;
	padding: 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
}

#CommonContentInner
{
	width: 100%;
	overflow: hidden;
}

#CommonSidebarLeft
{
}

#CommonSidebarLeft .CommonSidebar
{
    float: left;
	padding-right: 12px;
	overflow: hidden;
	width: 240px;
}

#CommonSidebarRight
{
}

#CommonSidebarRight .CommonSidebar
{
    float: right;
	padding-left: 12px;
	overflow: hidden;
	width: 240px;
}

A:LINK, A:ACTIVE
{
    color: #36c;
    text-decoration: none;
}

A:VISITED
{
    color: #039;
    text-decoration: none;
}

A:HOVER
{
	text-decoration: underline;
}

SELECT, TEXTAREA, INPUT, BUTTON
{
    font-family: Arial, Helvetica;
    font-size: 90%;
}

TABLE
{
    empty-cells: show;
}

HR
{
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #ccc;
	background-color: transparent;
	height: 0;
}

/*
Common Styles
*/

.CommonBreadCrumbArea
{
	margin: 0;
	padding: 4px 0;
	font-size: 85%;
	color: #000;
	background-color: #f7f7f7;
	border-bottom: solid 1px #bbb;
}

/*
Form Styles
*/

.CommonFormArea
{
    margin: 0;
}

.CommonFormTitle
{
	color: #000;
	font-size: 180%;
	font-weight: bold;
	padding: 0;
	margin: 32px 0 0 0;
	line-height: 100%;
}

.CommonFormSubTitle
{
    margin: 16px 0 4px 0;
    padding: 6px;
    font-weight: bold;
    color: #000;
    background-color: #ddd;
}

.CommonFormDescription
{
	padding: 8px 2px 8px 0;
}

TD.CommonFormFieldName
{
	font-weight: bold;
	padding: 8px 2px 2px 2px;
}

DIV.CommonFormFieldName
{
	font-weight: bold;
	padding: 12px 2px 2px 2px;
}

TD.CommonFormFieldDescription
{
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

DIV.CommonFormFieldDescription
{
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

TD.CommonFormField
{
	color: #000;
	padding: 2px;
}

DIV.CommonFormField
{
	color: #000;
	padding: 2px;
}

/*
Message Styles
*/

.CommonMessageSuccess
{
	padding: 12px;
	font-size: 100%;
	color: #030;
	font-weight: normal;
	border: solid 1px #030;
	background-color: #88dd88;
	margin: 16px 0;
}

.CommonMessageWarning
{
	margin: 16px 0;
	padding: 12px;
	font-size: 100%;
	color: #330;
	font-weight: normal;
	border: solid 1px #eec600;
	background-color: #FFFFAA;
}

.CommonMessageError
{
	margin: 16px 0;
	padding: 12px;
	font-size: 100%;
	color: #000;
	font-weight: normal;
	border: solid 1px #300;
	background-color: #d66;
}

/*
Content
*/

.CommonContentArea
{
    margin: 16px 0 0 0;
}

.CommonTitle
{
    color: #333;
	font-size: 200%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.CommonSubTitle
{
	margin-top: 15px;
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}

.CommonHeader
{
	color: #aaa;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 0 0;
}

.CommonContent
{
}

.CommonGroupedContentArea
{
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
}

.CommonDescription
{
	margin: 0 0 16px 0;
}

.CommonWarning
{
	padding: 8px 8px;
	font-weight: normal;
	margin: 24px 0 16px 0;
	color: #333;
	border: solid 1px #FFD226;
	background-color: #fffcb3;
}

/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	white-space: nowrap;
	cursor: pointer;
	color: #36c;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	background-color: #bbb;
	white-space: nowrap;
	cursor: pointer;
	color: #333;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK, .CommonImageTextButton:VISITED
{
	text-decoration: none;
	margin: 1px;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
}

.CommonImageTextButton:HOVER
{
	text-decoration: underline;
}

/*
Specific Buttons
*/

.CommonDownloadButton { background-image: url(download.gif); }
.CommonLockedButton { background-image: url(locked.gif); }

/*
List 
*/

.CommonListArea
{
	padding: 8px 0;
}

.CommonListTitle
{
	padding: 6px 6px 6px 0;
	color: #000;
	font-weight: bold;
	margin: 0;
}
.CommonListTitleLarger
{
	padding: 6px 6px 6px 0;
	color: #000;
	font-weight: bold;
	margin: 0;
	font-size: 110%;
}
.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE
{
	color: #000;
	text-decoration: none;
}

.CommonListTitle A:HOVER
{
    text-decoration: underline;
}
.CommonListHeaderLeftMost
{
	text-align: left;
	padding: 4px;
	border-width: 1px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
}
.CommonListHeaderLeftMostBorder
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.CommonListHeader
{
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
}
.CommonListHeaderBorder
{
	text-align: left;
	padding: 4px;
	background-color: #999;
	color: #fff;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 110%;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #B0B0B0;
}
.CommonListCell
{
	padding: 5px 0px 5px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;

}
.CommonSidebar .CommonListCell
{
  padding:5px 0px 5px 0px;
}

.CommonListBorder
{
	padding: 5px 0px 5px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
  border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #B0B0B0;
}
.CommonListCellBorder
{
	padding: 5px 0px 5px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
  border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #B0B0B0;
}
.CommonListCellTight
{
	padding: 0px 0px 0px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
}

.CommonListCellTightLeft
{
	padding: 0px 0px 0px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-right: 0px;
}
.CommonListCellTightMiddle
{
	padding: 0px 0px 0px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.CommonListCellTightRight
{
	padding: 0px 0px 0px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-left: 0px;
}

.CommonListCellLeft
{
	padding: 3px 0px 3px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-right: 0px;
}
.CommonListCellMiddle
{
	padding: 3px 0px 3px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}
.CommonListCellRight
{
	padding: 3px 0px 3px 5px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border: solid 1px #bbb;
	border-top: 0px;
	border-left: 0px;
}

.CommonListRow
{
	background-color: #eee;
}

.CommonListRowAlt td
{
	background-color: inherit;
}

.WikiTable td
{
  padding: 2px 0px 2px 2px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	border-bottom: dotted 1px #CCC;
	font-size:.8em;
}
.WikiTable .left
{
	
}  
.WikiTable .top
{
	font-weight:bold;
	text-align:center;
}
/*
Avatar List
*/

.CommonAvatarListItemsArea
{
	margin: 0;
}

.CommonAvatarListItemArea
{
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 10px 10px 70px;
	min-height: 46px;
	background-color: #eee;
}

.CommonAvatarListItemArea.Alt
{
	background-color: #fff;
}
.CommonAvatarListItemArea.Popup
{
  cursor:pointer;
}
.CommonAvatarListItemArea.Weblog
{
    background-image: url(blog.png);
}

.CommonAvatarListItemArea.Forum
{
    background-image: url(forum.png);
}

.CommonAvatarListItemArea.MediaGallery
{
    background-image: url(media.png);
}

.CommonAvatarListItemArea.Wiki
{
    background-image: url(wiki.png);
}
.CommonAvatarListItemArea.GuestBook
{
    padding: 10px;
}
.CommonAvatarListItemArea.Hub
{
    background-image: url(page.png);
}

.CommonAvatarListItemArea.Unknown
{
    padding-left: 10px;
}

.CommonAvatarListItemArea.Custom
{
	padding-left: 0px;
}

.CustomAvatarListItemCustomAvatar
{
	float: left;
	padding-left: 10px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.CustomAvatarListCustomContent
{
	margin-left: 120px;
}

.CustomAvatarListVideoContent
{
	margin-left: 115px;
}

.CustomAvatarListItemVideo
{
	float: left;
	background-position: bottom;
	background-repeat: no-repeat;
	text-decoration:none;
	padding-left: 10px;
}
.CustomTableCellVideo
{
	text-decoration:none;
}
.CustomTableCellVideo img
{
  border: 0px;
	text-decoration:none;
}
.CustomAvatarListItemVideo img
{
  border: 0px;
	text-decoration:none;
}

.CustomAvatarListNewsContent
{
  margin-left: 10px;
}

.CommonAvatarListItem
{
	font-size: 100%;
}

.CommonAvatarListItemName
{
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}

.CommonAvatarListItemDetails
{
	margin: 4px 0 0 0;
	color: #000;
	font-size: 80%;
}

UL.CommonAvatarListItemList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
Validation Styles
*/

.CommonValidationWarning
{
	font-size: 100%;
	color: #f00;
	font-weight: bold;
	padding: 2px;
}

/*
ContentParts
*/

.CommonContentPartBorderOff
{
	padding: 1px;
}

.CommonContentPartBorderOn
{
	border: dashed 1px #999;
	background-color: #efefef;
}

.CommonContentPartBorderEdit
{
	border: solid 1px #999;
	background-color: #fff;
	width:120px;
}

/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#fff;
	border: solid 1px #999; 
}

.CommonContextMenuItem
{
	background-color: #fff; 
	font-size: 90%; 
	border: solid 1px #fff; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemHover
{
	background-color: #f4f4f4; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #E1E1E1; 
	cursor: pointer;
	padding: 3px;
}

.CommonContextMenuItemExpanded
{
	background-color: #E1E1E1; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #f4f4f4; 
	cursor: pointer;	
	padding: 3px;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}

.CommonModal
{
	background-color: #fff;
	border: solid 6px #333;
}

.CommonModalTitle
{
	border-bottom: solid 1px #333;
	padding: 8px 0 2px 0;
	font-size: 150%;
	margin: 0 8px;
	font-weight: bold;
	color: #333;
	cursor: move;
	min-height: 24px;
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	width: 100%;
	height: 12px;
}

.CommonModalClose
{
	width: 16px;
	height: 15px;
	background-image: url(close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
	margin: 0;
}

.CommonModalResize
{
	width: 12px;
	height: 12px;
	background-image: url(resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 6px;
	cursor: se-resize;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #999;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eee;
	border: solid 1px #999;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fc6;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

/*
Content Selector Styles 
*/

.CommonContentSelectorTreeArea
{
	background-color: #fff;
	height: 330px;
	margin: 5px;
	margin-left: 0;
	border: solid 1px #999;
	overflow: hidden;
}

.CommonContentSelectorItemsArea
{
	margin: 5px;
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
	border: solid 1px #999;
	overflow: auto;
	padding: 4px;
	height: 322px;
}

.CommonContentSelectorOptionsArea
{
	margin: 0;
	background-color: #fff;
	border: solid 1px #999;
	padding: 4px;
}

.CommonContentSelectorItemArea
{
    float: left;
}

.CommonContentSelectorItem
{
	font-size: 90%;
	border: solid 1px #ccc;
	cursor: pointer;
	padding: 3px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px 6px 0 6px;
	text-align: center;
	vertical-align: middle;
}

.CommonContentSelectorItemSelected
{
	font-size: 90%;
	border: solid 3px #999;
	cursor: pointer;
	padding: 1px;
	width: 79px;
	height: 79px;
	overflow: hidden;
	margin: 6px 6px 0 6px;
	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: 1px 6px 16px 6px;
}

.CommonContentSelectorItemNameSelected
{
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background-color: #999;
	cursor: pointer;
	padding: 2px;
	width: 83px;
	height: 12px;
	overflow: hidden;
	margin: 1px 6px 16px 6px;
}

.CommonContentSelectorButtonArea
{
	text-align: right;
	margin: 5px;
}

/* Poll Styles */

.CommonPollMoveUpButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(up.gif);
}

.CommonPollMoveUpButton:LINK, .CommonPollMoveUpButton:VISTED, .CommonPollMoveUpButton:ACTIVE
{
	text-decoration: none;
	color: #333;
}

.CommonPollMoveUpButton:HOVER
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}

.CommonPollMoveDownButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(down.gif);
}

.CommonPollMoveDownButton:LINK, .CommonPollMoveDownButton:VISTED, .CommonPollMoveDownButton:ACTIVE
{
	text-decoration: none;
	color: #333;
}

.CommonPollMoveDownButton:HOVER
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}

.CommonPollDeleteButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
	line-height: normal;
	background-image: url(delete.gif);
}
.CommonPollDeleteButton:LINK, .CommonPollDeleteButton:VISTED, .CommonPollDeleteButton:ACTIVE
{
	text-decoration: none;
	color: #333;
}
.CommonPollDeleteButton:HOVER
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}
ol.CommonPollAnswerList
{
	margin: 0;
	padding: 0;
}
ol.CommonPollAnswerList li
{
	margin-left: 24px;
}

/* rendered poll styles */

.CommonPollArea
{
	width: 50%;
	min-width: 300px;
	background-color: #f4f4f4;
	border: solid 1px #999;
	margin: 0 auto;
}
.CommonSidebar .CommonTextButton
{
	margin: 0px;
	padding: 0px;
}
.CommonSidebar .CommonPollArea
{
    min-width: 200px;
}
.CommonPollQuestion
{
	background-color: #ccc;
	border: solid 0 #999;
	border-bottom-width: 1px;
	padding: 4px;
	margin: 0;
	font-size: 105%;
}
.CommonPollContent
{
	padding: 4px;
	background-color: #ededed;
}
.CommonPollSwitchedContent
{
    width: 80%;
    margin: 0 auto;
}
.CommonSidebar .CommonPollSwitchedContent
{
    width: 100%;
    margin: 0;
    padding-top:10px;
}
ul.CommonPollAnswerList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul.CommonPollAnswerList li
{
	padding: 0;
	margin: 6px 0 0 0;
}
.CommonPollAnswer
{
	padding: 2px;
}
.CommonSidebar ul.CommonPollAnswerList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.CommonSidebar ul.CommonPollAnswerList td
{
	vertical-align:top;
}
.CommonSidebar ul.CommonPollAnswerList input[type="radio"] {
  margin-top:-2px;  
}
.CommonSidebar ul.CommonPollAnswerList li
{
	padding: 0;
	margin: 0 0 0 0;
}
.CommonSidebar .CommonPollAnswer
{
	padding: 0px;
}
.CommonPollUserVote
{
    margin: 1em 0;
	  color: #777;
}
.CommonPollSideUserVote
{
    margin: 1em 0 0 0;
	  text-align:center;
}
.CommonPollSideUserVote ul
{
  list-style:none;
  padding:0;
  margin:0;
}
.CommonPollSideUserVote li
{
  line-height:1.5em;
}
.CommonPollFooter
{
	padding: 1px;
	background-color: #ccc;
	border: solid 0 #999;
	border-top-width: 1px;
	font-size: 80%;
}
.CommonPollSideFooter
{
	padding: 1px;
	background-color: #ccc;
	border: solid 0 #999;
	border-top-width: 1px;	
	text-align:center;
}
.CommonPollResultGraph 
{
    white-space: nowrap;
}
.CommonPollResultGraphSidebar
{
    white-space: nowrap;
}
.CommonSidebar .CommonPollResultGraph
{
    display: none;
}

ul.CommonPollFooterList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.CommonPollFooterList li
{
	display: inline;
	margin: 0 6px;
	padding: 0;
}

/* End Poll Styles */

/* Tag Styles */

.CommonTagCloud
{
	background-color: #f7f7f7;
	border: solid 2px #ccc;
	border-left-width: 0;
	border-right-width: 0;
	padding: 16px;
	margin: 32px 0;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0;
	padding: 0;
	display: inline;
	word-wrap: break-word;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 100%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 80%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: underline;
}

/* End Tag Styles */

/*
TabPane Styles
*/

.CommonPane
{
	font-size: 10pt;
	border: solid 1px #999;
	border-top-width: 0;
	background-color: #fff;
	padding: 8px;
}

.CommonPaneTabSet
{
	font-size: 90%;
	padding: 0;
	margin: 0;
	background-image: url(tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	font-weight: bold;
}

.CommonPaneTab
{
	color: #666;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
}

.CommonPaneTabSelected
{
	color: #333;
	border: solid 1px #999;
	border-bottom-width: 0;
	border-top: solid 3px #999;
	margin: 0 0 -1px 0;
	padding: 6px 10px 8px 10px;
	background-color: #fff;
	cursor: pointer;
	white-space: nowrap;
}

.CommonPaneTabHover
{
	color: #333;
	border: solid 1px #ccc;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	white-space: nowrap;
}


/* Inline tag editor */
.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
}

.CommonAvatarListArea
{
    margin: 8px 8px 0 0;
	padding: 0;
	width: 60px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	float: left;
	font-size: 110%;
	font-weight: bold;
	word-wrap: break-word;
}

.CommonAvatarArea
{
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
	overflow: hidden;
}

.CommonAvatarArea img
{
	border-width: 0;
}

.CommonAvatarListArea a
{
	text-align: center;
	font-size: .8em;
}

/* 
Theme Styles
*/

.CommonThemePreviewTextColumn
{
    width: 186px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.CommonThemePreviewTextColumn h4
{
    width: 174px;
    overflow: hidden;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    margin-top: 6px;
    padding: 0 6px 0 6px;
}

.CommonThemePreviewTextColumn div
{
    width: 174px;
    overflow: hidden;
    padding: 6px;
    font-size: 80%;
}

.CommonThemePreviewImageColumn
{
    width: 218px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
}

.CommonThemePreviewImageColumn div
{
    width: 200px;
    height: 90px;
    margin: 6px;
    background-color: #ccc;
    padding-top: 60px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.CommonThemePreviewImageColumn img
{
    width: 200px;
    height: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    margin: 6px;
 }
 
.CommonFileSelectionArea
{
    background-color: #ccc;
    margin-bottom: 8px;
    margin-top: 4px;
    border: solid 1px #999;
}

.CommonFileSelectionArea input
{
    margin: 2px;
}
 
.CommonFileSelectionPreviewArea
{
    text-align: center;
    background-color: #fff;
    border: solid 0px #999;
    border-bottom-width: 1px;
    padding: 4px;
    font-size: 80%;
    color: #999;
    overflow: hidden;
}

.CommonFileSelectionPreviewArea img
{
    max-width: 250px;
    max-height: 100px;
}

.CommonOpenIdBox
{
	padding-left: 20px;
	background: url(openid.gif) no-repeat left;
}

/* Content Boxes */

.CommonContentBox
{
    border-top: solid 3px #ccc;
    background-color: #fff;
    padding: 12px;
    margin: 0 0 12px 0;
    height: 1%;
    -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

.CommonContentBoxHeader
{
    padding: 0 0 2px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 8px 0;
    line-height: 100%;
    font-size: 120%;
    color: #333;
}

.CommonContentBoxHeaderForm
{
	padding: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    color: #333;
    position: relative;
}

.CommonContentBoxContent
{
    padding: 0 3px 1px 3px;
    font-size: 90%;
    overflow: hidden;
}
.CommonContentBoxBody
{
    padding-bottom:30px;
}
.CommonContentBoxFooter
{
    font-weight: bold;
    font-size: 90%;
    padding: 0 3px;
}

.CommonContentBoxFooter a
{
    text-decoration: none;
}

.CommonContentBoxFooter A:HOVER
{
    text-decoration: underline;
}

UL.CommonContentBoxList, UL.CommonSidebarList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

UL.CommonContentBoxList.Seperator
{
    border-top: solid 1px #ccc;
    margin-top: -4px;
}

UL.CommonContentBoxList LI, UL.CommonSidebarList LI
{
    margin: 3px 0;
    padding: 0 0 2px 0;
    border-bottom: dotted 1px #ccc;
}

UL.CommonContentBoxList LI.Header
{
    padding-top: 20px;
    font-size: 80%;
    font-weight: bold;
    color: #000;
}

UL.CommonContentBoxList LI.Selected
{
	padding-right: 10px;
	background-image: url('button-right-arrow.gif');
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

UL.CommonContentBoxList LI.Child
{
	padding-left: 10px;
}

#CommonContent .CommonContentBoxHeader
{
    font-size: 150%;
}

.CommonContentBox.TitleHighlighted
{
    border-top-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxHeader
{
    border-bottom-color: #f00;
}

.CommonContentBox.TitleHighlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted
{
    background-color: #ff9;
    border-top-color: #f93;
    padding:4px;
}

.CommonContentBox.Highlighted .CommonContentBoxHeader
{
    border-bottom-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted UL.CommonContentBoxList LI
{
    border-bottom-color: #E6B34D;
    padding-top:0px;
}


.CommonContentBox.Highlighted2
{
    background-color: #EBFFFF;
    border-top-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxHeader
{
    border-bottom-color: #95B6C3;
}

.CommonContentBox.Highlighted2 .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted2 UL.CommonContentBoxList LI
{
    border-bottom-color: #CCC;
}

/* Comment Bubbles */

.CommonCommentArea
{
	margin: 12px 0;
}

.CommonCommentUser
{
	float: left;
	width: 64px;
	min-height: 60px;
	overflow: hidden;
}

.CommonCommentArrow
{
	float: left;
	padding-top: 10px;
	width: 10px;
	height: 20px;
	overflow: hidden;
}

.CommonCommentArrow .r1, .CommonCommentArrow .r2, .CommonCommentArrow .r3, .CommonCommentArrow .r4,
.CommonCommentArrow .r5, .CommonCommentArrow .r6, .CommonCommentArrow .r7, .CommonCommentArrow .r8, 
.CommonCommentArrow .r9, .CommonCommentArrow .r10
{
	height: 2px;
	overflow: hidden;
}

.CommonCommentArrow .r1 { margin-left: 0; }
.CommonCommentArrow .r2 { margin-left: 1px; }
.CommonCommentArrow .r3 { margin-left: 2px; }
.CommonCommentArrow .r4 { margin-left: 3px; }
.CommonCommentArrow .r5 { margin-left: 4px; }
.CommonCommentArrow .r6 { margin-left: 5px; }
.CommonCommentArrow .r7 { margin-left: 6px; }
.CommonCommentArrow .r8 { margin-left: 7px; }
.CommonCommentArrow .r9 { margin-left: 8px; }
.CommonCommentArrow .r10 { margin-left: 9px; }

.CommonCommentBubble
{
	margin-left: 74px;
}

.CommonCommentContent
{
	padding: 0 10px 1em 10px;
	min-height: 32px;
	position: relative;
	overflow: hidden;
}

.CommonCommentBubbleRoundTop, .CommonCommentBubbleRoundBottom
{
	height: 5px;
}

.CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundTop .r4,
.CommonCommentBubbleRoundBottom .r1, .CommonCommentBubbleRoundBottom .r2, .CommonCommentBubbleRoundBottom .r3, .CommonCommentBubbleRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
}

.CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundBottom .r4 { margin: 0 5px; }
.CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundBottom .r3 { margin: 0 3px; }
.CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundBottom .r2 { margin: 0 2px; }
.CommonCommentBubbleRoundTop .r4, .CommonCommentBubbleRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundTop .r4,
.CommonCommentBubbleRoundBottom .r1, .CommonCommentBubbleRoundBottom .r2, .CommonCommentBubbleRoundBottom .r3, .CommonCommentBubbleRoundBottom .r4,
.CommonCommentArrow .r1, .CommonCommentArrow .r2, .CommonCommentArrow .r3, .CommonCommentArrow .r4,
.CommonCommentArrow .r5, .CommonCommentArrow .r6, .CommonCommentArrow .r7, .CommonCommentArrow .r8, 
.CommonCommentArrow .r9, .CommonCommentArrow .r10,
.CommonCommentContent
{
	background-color: #CEDEFD;
}

.Owner .CommonCommentBubbleRoundTop .r1, .Owner .CommonCommentBubbleRoundTop .r2, .Owner .CommonCommentBubbleRoundTop .r3, .Owner .CommonCommentBubbleRoundTop .r4,
.Owner .CommonCommentBubbleRoundBottom .r1, .Owner .CommonCommentBubbleRoundBottom .r2, .Owner .CommonCommentBubbleRoundBottom .r3, .Owner .CommonCommentBubbleRoundBottom .r4,
.Owner .CommonCommentArrow .r1, .Owner .CommonCommentArrow .r2, .Owner .CommonCommentArrow .r3, .Owner .CommonCommentArrow .r4,
.Owner .CommonCommentArrow .r5, .Owner .CommonCommentArrow .r6, .Owner .CommonCommentArrow .r7, .Owner .CommonCommentArrow .r8, 
.Owner .CommonCommentArrow .r9, .Owner .CommonCommentArrow .r10,
.Owner .CommonCommentContent
{
	background-color: #DFFFED;
}

.CommonMessageHeader
{
	font-size: 110%;
}

.CommonMessageRecipients
{
	font-size: 80%;
	padding: 2px 0;
}

.CommonMessageDate
{
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 80%;
}

.CommonMessageActions
{
	float: right; 
	margin: 0 0 4px 4px; 
	font-size: 80%;
	font-weight: bold;
}

UL.CommonContentBoxList LI.CommonActivity
{
	padding-left: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 16px;
}

UL.CommonContentBoxList LI.CommonActivity.NewProfileAnnouncement { background-image: url('new-profile-announcement.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewProfileComment { background-image: url('new-profile-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUser { background-image: url('newmember.png'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlog { background-image: url('new-blog.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlogPost { background-image: url('new-blog-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlogComment { background-image: url('new-blog-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForum { background-image: url('new-forum.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForumThread { background-image: url('new-forum-thread.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForumPost { background-image: url('new-forum-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGallery { background-image: url('new-media-gallery.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGalleryPost { background-image: url('new-media-gallery-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGalleryComment { background-image: url('new-media-gallery-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroup { background-image: url('new-group.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroupMember { background-image: url('new-group-member.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewFriendship { background-image: url('new-friend.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroupPage { background-image: url('new-group-page.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUserFile { background-image: url('new-user-file.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUserFolder { background-image: url('new-folder.gif'); }
UL.CommonContentBoxList LI.CommonActivity.newQuestion { background-image: url('new-question.gif'); }
UL.CommonContentBoxList LI.CommonActivity.newAnswer { background-image: url('Answer.png'); }
UL.CommonContentBoxList LI.CommonActivity.premiumMember { background-image: url('premium.png'); }
UL.CommonContentBoxList LI.CommonActivity.NewVideoPost { background-image: url('new-video.png'); }
UL.CommonContentBoxList LI.CommonActivity.NewAroundTheWebPost { background-image: url('new-aroundtheweb.png'); }
UL.CommonContentBoxList LI.CommonActivity.NewScenario { background-image: url('new-scenario.png'); }

.CommonActivityDeleteArea
{
	display: inline; 
	margin-top: -15px; 
	float:right;
}

/* File Lists */

.CommonFileArea
{
	margin: 8px;
	width: 152px;
	overflow: hidden;
	float: left;
}

.CommonFileContent
{
	padding: 3px 8px 0 8px;
}

.CommonFile
{
	border: solid 2px #ccc;
	width: 131px;
	height: 94px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.CommonFile img
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

.CommonFileDetails
{
	padding: 4px 0 8px 0;
	white-space: nowrap;
}

.CommonFileInner
{
	height: 94px;
	width: 131px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

.CommonFileInner a.CommonFileLink
{
	display: block;
	height: 94px;
	width: 131px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 0;
}

.CommonFileRoundTop, .CommonFileRoundBottom
{
	height: 5px;
}

.CommonFileRoundTop .r1, .CommonFileRoundTop .r2, .CommonFileRoundTop .r3, .CommonFileRoundTop .r4,
.CommonFileRoundBottom .r1, .CommonFileRoundBottom .r2, .CommonFileRoundBottom .r3, .CommonFileRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
}

.CommonFileRoundTop .r1, .CommonFileRoundBottom .r4 { margin: 0 5px; }
.CommonFileRoundTop .r2, .CommonFileRoundBottom .r3 { margin: 0 3px; }
.CommonFileRoundTop .r3, .CommonFileRoundBottom .r2 { margin: 0 2px; }
.CommonFileRoundTop .r4, .CommonFileRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonFileRoundTop .r1, .CommonFileRoundTop .r2, .CommonFileRoundTop .r3, .CommonFileRoundTop .r4,
.CommonFileRoundBottom .r1, .CommonFileRoundBottom .r2, .CommonFileRoundBottom .r3, .CommonFileRoundBottom .r4,
.CommonFileContent
{
	background-color: #ececec;
}

/* Side List */

.CommonSideListArea
{
	float: left;
	width: 210px;
	height: 70px;
	margin: 8px;
	overflow: hidden;
}

.CommonSideListImage
{
	float: left;
	width: 60px;
	height: 60px; 
	overflow: hidden;
}

.CommonSideListContent
{
	margin-left: 68px;
}

/*
Hierarchal List
*/

.CommonHierarchalList
{
	float: left; 
	width: 44%;
	padding: 8px 5% 8px 0;
}

.CommonHierarchalList .CommonHeader
{
	margin-bottom: 2px;
}

/* Search Styles */

#CommonSearch
{
	float: right;
	padding-bottom:5px;
}

.CommonSearchArea
{
	width: 220px;
	overflow: hidden;
	float: left;
}

.CommonSearchContent
{
	padding: 3px 8px 0 8px;
	margin: 0;
	border-left: solid 1px;
	border-right: solid 1px;
	white-space: nowrap;
	position: relative;
	height: .8em;
}

.CommonSearchContentInner
{
	position: absolute;
	top: -5px;
	width: 166px;
}

.CommonSearchContent input
{
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 146px;
	background-color: #f7f7f7;
}

.CommonSearchContent input.CommonSearchButton
{
	background-color: transparent;
	background-image: url('search-button.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width: 20px;
	height: 21px;
	overflow: hidden;
	cursor: pointer;
}

.CommonSearchRoundTop, .CommonSearchRoundBottom
{
	height: 5px;
}

.CommonSearchRoundTop .r1, .CommonSearchRoundTop .r2, .CommonSearchRoundTop .r3, .CommonSearchRoundTop .r4,
.CommonSearchRoundBottom .r1, .CommonSearchRoundBottom .r2, .CommonSearchRoundBottom .r3, .CommonSearchRoundBottom .r4
{
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
}

.CommonSearchRoundTop .r1, .CommonSearchRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.CommonSearchRoundTop .r2, .CommonSearchRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.CommonSearchRoundTop .r3, .CommonSearchRoundBottom .r2 { margin: 0 2px; }
.CommonSearchRoundTop .r4, .CommonSearchRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonSearchRoundTop .r1, .CommonSearchRoundTop .r2, .CommonSearchRoundTop .r3, .CommonSearchRoundTop .r4,
.CommonSearchRoundBottom .r1, .CommonSearchRoundBottom .r2, .CommonSearchRoundBottom .r3, .CommonSearchRoundBottom .r4,
.CommonSearchContent
{
	background-color: #f7f7f7;
	border-color: #bbb;
}

/* Post Popup Menu */

.CommonPostPopupArea 
{ 
    border: solid 1px #999;
    background-color: #fff;
    width: 350px;
    padding: 8px; 
}

.CommonPostPopupListArea 
{ 
    border: solid 1px #999;
    width: 342;
    padding: 4px;
    max-height: 300px;
    overflow: auto; 
}

UL.CommonPostPopupList 
{
    margin: 0 0 8px 8px;
    padding: 0;
    list-style-type: none; 
}

UL.CommonPostPopupList LI
{
    margin: 0;
    padding: 0;
}

.CommonPostPopupHeader
{
    margin-bottom: 8px;
}

/* Wiki Formatting */
.WikiQuestionBox
{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;  
  margin: 0 20px;
  line-height:18px;
  color:#393939;
  padding-bottom:12px;
}
.WikiQuestion
{
    font-weight:bold;
    font-size:18px;
    line-height:20px;
}
.WikiQuestionLinks
{
  font-size:11px;
  display:inline;
  margin-left:10px;
}
.WikiBodyTitle
{
  color:#476BA2;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding: 10px 0px 10px 8px;
}

.WikiAnswerBox
{
  /*padding: 0 5px 0 0;*/
}

/*
Post Styles
*/

UL.WikiPostList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.WikiPostArea
{
	margin: 12px 0;
}

.WikiPostHeader
{
	padding: 6px 6px 6px 8px;
  border: solid 1px #E1E1E1;
	border-bottom-width: 0;
	background-color: #ccc;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
	color: #000;
}

.WikiPostTitleArea
{
	background-color: #f4f4f4;	
	border: solid 0 #E1E1E1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 4px;
}

.WikiPostTitle
{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.WikiPostBodyArea
{
	width: auto;
	vertical-align: top;
	overflow: hidden;
	padding: 4px;
} 

.WikiPostBodyArea ul
{
  list-style-type:disc;
}

.WikiPostContentArea
{
  background-image: url(wikiAnswerBG.png);
  background-repeat:no-repeat;
  border:1px solid #E1E1E1;
  color:#000000;
  margin-bottom:20px;
}

.WikiPostUserArea
{
  width: auto;
  border: dotted 1px #909090;
  background-color:#FCF8DE;
  margin:10px;
  padding:10px 5px 10px 0px;
}

.WikiPostUserContent
{
	width: auto;
}

.WikiPostFooterArea
{
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	padding: 4px;
	line-height: 20px;
	vertical-align: bottom;	
}

.WikiPostContentText
{
	text-align: left;
	width:auto;
}
.WikiPostSignatureCell
{
    font-weight:bold;
    text-align: left;
    width:auto;
    vertical-align: text-top;
}
.WikiPostSignature
{
  font-weight:normal;
  font-size: 90%;
  padding-top:5px;
  height:58px;
  overflow:hidden;
}

.WikiPostUserName
{
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	font-weight: bold;
	font-size: 150%;
	color: #666;
}

.WikiPostUserName a:link, .WikiPostUserName a:active, .WikiPostUserName a:visited, .WikiPostUserName a:hover
{
	margin: 0;
	color: #666;
	text-decoration: none;
}

.WikiPostUserAvatarCell
{
  width:120px;
  vertical-align:top;
  text-align:center;
}

.WikiPostRoleIcons
{
	padding: 4px 0;
}

.WikiPostRoleIcons img
{
	padding: 0 4px;
}

.WikiPostAttachment
{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding: 4px 4px 4px 8px;
}

.WikiPostButtons
{
	margin: 4px 4px 4px 0;
	padding-left: 4px;
	float: right;
}

UL.WikiPostStatistics
{
	text-align: right;
	font-size: 90%;
	list-style-type: none;
	margin: 4px 8px 0 0;
	padding: 0;
}

UL.WikiPostStatistics LI
{
	display: inline;
	padding-left: 16px;
	font-size: 90%;
}

UL.WikiPostUserPropertyList
{
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;	
}

UL.WikiPostUserPropertyList LI
{
	margin: 4px 10px 4px 2px;
	font-size: 90%;
}

.WikiDisclaimer
{
  font-weight:normal;
  color:#333333;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:11px;
}

.WeblogRatingListItemeblogRating
{
	float: left;
	width: 100px;
	text-align:center;
}

/*
Rating Styles
*/

.WeblogRateControlReadOnly
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eee;
	border: solid 1px #999;
	padding: 1px 10px 1px 10px;
	white-space: nowrap;
	min-width: 100px;
}

.WeblogRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #999;
	cursor: pointer;
	padding: 1px 10px 1px 10px;
	white-space: nowrap;
	min-width:100px;
}

UL.CommonWeblogRateListItemList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.WeblogRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fc6;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 1px 10px 1px 10px;
	white-space: nowrap;
}

.CommonWeblogRateListItemsArea
{
	margin: 0;
}

.CommonWeblogRateListItemArea
{
	margin: 5px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 3px 10px 0px 20px;
	min-height: 60px;
	background-color: #eee;
}

.CommonWeblogRateListItemArea.Alt
{
	background-color: #fff;
}


.CommonWeblogRateListItemArea.Custom
{
	padding-left: 0px;
}


.tab ul, .tab li{border:0; margin:0; padding:0; list-style:none;}
 .tab ul{
	height:19px;
	margin-left:8px;
	
}
 .tab li{float:left;}

.tab a:link, .tab a:visited{
	background:url(tab-round.png) right 60px;
	display:block;
	font-size:90%;
	height:20px;
	line-height:20px;
	text-decoration:none;

  color:#FFF;
}
.tab a span{
	background:url(tab-round.png) left 60px;
	display:block;
	height:20px;
	margin-right:10px;
	padding-left:10px;
	color:#FFF;

}
.tab a:hover{
	background:url(tab-round.png) right 30px;
	display:block;
	color:#FFF;
	height:20px;
}
.tab a:hover span{
	background:url(tab-round.png) left 30px;
	display:block;
	height:20px;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(tab-round.png) right 0 no-repeat;
	text-decoration: underline;
	height:20px;
} 
.active a span, .active a:hover span{
	background:url(tab-round.png);
	height:20px;
}

.CommonContentBox.Fixed
{
  min-height: 220px;
  border: solid 1px #B5CBEF;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-topright: 10px;
}
.rc_blue, .rc_blue .rounded_corners_body, .rc_blue .rounded_corners_head, .rc_blue .rounded_corners_head div
{
  background:url(blueBorder.png) no-repeat bottom right;    
}
.rounded_corners_body.Large, .rounded_corners_head.Large, .rc_blue.Large
{
  background:url(blueBorderLarge.png) no-repeat bottom right;    
}
.rounded_corners
{
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0 0 15px 0; /* use to position the box */
}
.rounded_corners_Gradient
{  
  padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
  margin: 0 0 15px 0; 
}
/* set the top-right image */
.rounded_corners_head
{
  background-position: top right !important;
  margin-right: -15px; /* pull the right image over on top of border */
  padding-right: 7px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.rounded_corners_head div
{
  z-index:1;
  background-position: top left !important;
  margin: 0; /* reset main site styles*/
  border: 0; /* ditto */
  padding: 10px 0 0 15px; /* padding-left = image gap + interior padding ... no padding-right */
  height: auto !important; height: 1%; /* IE Holly Hack */
}
.rounded_corners_GradientHead
{
  background-position: top right !important;
  margin-right: -15px; /* pull the right image over on top of border */
  margin-left:1px;
  padding-right: 7px; /* right-image-gap + right-inside padding */
  background:url(forum_bg.jpg);
  color:#fff;
  height:24px;
  padding-left:10px;
  padding-top:5px;
  font-weight:bold;
}
/* set the lower-left corner image */
.rounded_corners_body
{
  background-color: #FFFFFF;
  z-index:0;
  margin-top: 0px !important; margin-top: 0;
  background-position: bottom left !important;
  margin-right: 0; /* interior-padding right */
  padding: 1px 0 5px 10px; /* mirror .rounded_corners_head right/left */
  
}
.rounded_corners_body.Dynamic
{
  min-height: 0px;
}
.rounded_corners_body .CommonFormArea
{
  font-size: 80%;
}

.PollPostContentText
{
	font-size: 80%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
}

.PollPostBodyArea
{
	width: 90%;
	vertical-align: top;
}
.PollPostContentArea
{
	color: #000;
}
.CommonPollSideArea
{
	width: 50%;
	font-size: 8pt;
	min-width: 220px;
	background-color: #efefef;
	border: solid 1px #ddd;
	margin: 0 auto;
}
.PollPostPager
{
  padding-top:5px;
}
div.alert.attention {
  background-color:#FFF5CC;
  border:1px solid #FFCC11;  
  margin-bottom:10px;
}

div.alert.subscription {
border: solid 1px #300;
	background-color: #d66;
  padding: 5px;
  margin-bottom:10px;
}
.AnnouncementTitle
{
	color: #000;
	font-size: 150%;
	font-weight: bold;
	padding-left: 20px;
	line-height: 100%;
}
ul.AttentionList
{
	list-style-type: none;
	margin: 0px;
	padding: 10px 10px 10px 30px;
}

ul.AttentionList li
{
	padding: 0;
	margin:0;
}

.div.Attention
{
  background-color:Red;
}

.CommonListTitlePopupText
{
  display: inline;
  float:right;
  margin-top: 10px;
}

.CommonListTitlePopupTextBlock
{
  display: block;
  float:right;
  font-size: 110%;  
}

.ChosenFilter
{
  font-size: 140%;
}

.CommonBlogListBorder
{
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
  border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
}

.wikiWidgetUserAvatar
{
  display:inline;
  float:left;
	padding: 4px 0 4px 4px;
	width:30px;
}

.wikiWidgetUserAnswer
{
	min-height:30px;
}

.CommonBlogListSideBarFooter
{
  color: #999;
  background-color:#FFF;
	font-family: Arial, Helvetica;
	text-align: center;
  border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;	
	padding: 8px 0px 8px 0px;
	font-weight:bold;
	border-top: 0;
}

.HeadlineListItemsArea
{
	margin: 0;
}

.HeadlineListItemArea
{
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 2px 2px 2px 70px;
	min-height: 46px;
	background-color: #eee;
}
UL.HeadlineListItemList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.HeadlineListItemArea.Alt
{
	background-color: #fff;
}
.HeadlineListItemArea.Custom
{
	padding-left: 0px;
}
.HeadlineListNewsContent
{
  margin-left: 2px;
}
.HeadlineListItemDetails
{
	margin: 0 0 0 0;
	color: #000;
	font-size: 80%;
}
/*
Rating Styles
*/

.ATWSmallRateControlReadOnly
{ 
	background:url(bluebg.jpg) right 0 no-repeat;
	border: solid 1px #DBDBDB;
	width:66px;
	height:16px;
}

.ATWSmallRateControl
{
	background:url(greybg.jpg) right 0 no-repeat;
	border: solid 1px #DBDBDB;
	width:66px;
	height:16px;
}

.ATWSmallRateControlActive
{
	background:url(bluebg.jpg) right 0 no-repeat;
	border: solid 1px #DBDBDB;
	width:66px;
	height:16px;
}
	
.ATWSmallRatingListItemeblogRating
{
	float: left;
	width: 66px;
	text-align:center;
	white-space: nowrap;
}
.RatePlusSmall
{
  display:inline;
  float:right;
  width:16px;
}
.RatePlusSmall img, .RateMinusSmall img
{
  width:16px;
  height:16px;  
}

.RateMinusSmall
{
  display:inline;
  float:left;
  width:16px;
}

.RatePointsSmall
{
  display:block;
  font-weight:bold;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
}

.RatePlus
{
  display:inline;
  float:right;
  width:20px;
  padding-top: 10px;
}
.RatePlus img, .RateMinus img
{
  width:16px;
  height:16px;  
}

.RateMinus
{
  display:inline;
  float:left;
  width:20px;
  padding-top: 10px;
}


.RatePoints
{
  display:block;
  font-weight:bold;
  text-align:center;
  font-size:150%;
  width:89px;
  margin-left: auto;
  margin-right: auto;
  padding-top:6px;
  width: 50%;
  height:1%;
}

.NewsScore
{
  clear:both;
  display:block;
  font-weight:bold;
  padding-top:3px;
}
/*
Rating Styles
*/

.ATWRateControlReadOnly
{ 
	background:url(bluebg.jpg) right 0 no-repeat;
	border: solid 1px #999;
	width:88px;
	height:49px;
}

.ATWRateControl
{
	background:url(greybg.jpg) right 0 no-repeat;
	border: solid 1px #999;
	width:88px;
	height:49px;
}

.ATWRateControlActive
{
	background:url(bluebg.jpg) right 0 no-repeat;
	border: solid 1px #999;
	width:88px;
	height:49px;
}
	
.ATWRatingListItemeblogRating
{
	float: left;
	width: 100px;
	text-align:center;
	white-space: nowrap;
	padding-left:5px;
	padding-top:5px;
}

.CommonATWListItemName
{
	font-size: 110%;
	font-weight:bold;
	padding: 0;
	margin: 0 0 4px 0;
}

.Tip
{
  font-size:90%;
  font-style:italic;
}


.HelpText
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	white-space: nowrap;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	font-weight:bold;
}

.HelpText:LINK, .HelpText:VISITED
{
	text-decoration: none;
}

.HelpText:ACTIVE
{
	text-decoration: none;
}

.HelpText:HOVER
{
	text-decoration: underline;
}

.HelpTextWhite
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	white-space: nowrap;
	cursor: pointer;
	color: #FFF;
	font-size: 12px;
	font-weight:bold;
}
.HelpTextWhite:LINK, .HelpTextWhite:VISITED
{
	text-decoration: none;
}

.HelpTextWhite:ACTIVE
{
	text-decoration: none;
}

.HelpTextWhite:HOVER
{
	text-decoration: underline;
}

.HelpTextHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	background-color: #bbb;
	white-space: nowrap;
	cursor: pointer;
	color: #333;
  font-size: 11px;
}
.HelpTextSmall
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	white-space: nowrap;
	cursor: pointer;
  font-size: 11px;
}
.HelpTextHighlight:LINK, .HelpTextHighlight:VISITED, .HelpTextHighlight:ACTIVE, .HelpTextHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbb;
	color: #333;
}

.BlogArticleByline
{
  padding-top:5px;
  font-size:90%;
}
.BlogArticleDateline
{
  font-size:90%;
  padding-bottom:20px;
}
.CommonBlogListItemName
{
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}
.CommonBlogListItemName a:VISITED, .CommonBlogListItemName a:LINK
{
  color:#000;  
}
.CommonBlogListItemArea
{
	margin: 10px 0;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 5px 10px 5px 70px;
	background-color: #eee;
}

.CommonBlogListItemArea.Alt
{
	background-color: #fff;
}

.CommonBlogListItemArea.Custom
{
  padding: 10px 0px 0px 0px;
}

.BusinessListingList
{

}
.BusinessListingList UL
{
	padding: 5px;	
    margin:0;
    list-style:none;    
}
.BusinessListingList LI
{
	padding-bottom: 3px;	
    margin:0;
    list-style:none;    
}
.BusinessListingName
{
  font-size:120%;
  font-weight:bold;
}
.BusinessListingTag
{
  font-size:100%;
  font-weight:bold;
}
.BusinessListingHeader
{
  font-size:110%;
  font-weight:bold;
}
.BusinessListingCategory
{
  padding-top:10px;
  padding-bottom:0px;
  border:0;
  margin-bottom:0px;
}
.BusinessListingDescription
{
  
}
.BusinessListingUrl
{
  color:Green;
}
.BusinessListingUrl a:VISITED, .BusinessListingUrl a:LINK, .BusinessListingUrl a
{
  color:Green;
}

.CommonContentBox.BusinessListing
{     
  background-image: url(bg_BusinessCard.jpg);
  background-repeat:repeat-x;
  padding: 8px 0 0 0;
  border:0;  
  
}
.CommonContentBox.BusinessListing.Blank
{     
  background-image: url(bg_BusinessCard.jpg);
}
.CommonContentBox.BusinessListing.Computer
{     
  background-image: url(bg_curve_comp.jpg);
}
.CommonContentBox.BusinessListing.Globe
{     
  background-image: url(bg_curve_globe.jpg);
}
.CommonContentBox.BusinessListing.Mouse
{     
  background-image: url(bg_curve_mouse.jpg);
}
.CommonContentBox.BusinessListing.Phone
{     
  background-image: url(bg_curve_phone.jpg);
}
.CommonContentBoxContent.BusinessListing
{
  border: solid 1px #c5d0e1;
  border-top:0;  
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
  padding: 0px 10px 5px 10px;
}
.BusinessListingBody
{
  padding:30px 0;
}
.CommonContentBox.Headlines
{
  background-image: url(BGHeadlines.png);
  background-repeat: no-repeat;
  padding:12px 0 12px 12px;
}
.CommonContentBox.AroundTheWeb
{
  background-image: url(BGaroundtheweb.png);
  background-repeat: no-repeat;
}
.CommonContentBox.Videos
{
  background-image: url(BGVideo.png);
  background-repeat: no-repeat;
}
.CommonContentBox.BusinessListing .CommonContentBoxHeader
{
    margin:0;
    border:0;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:20px;
}

.CommonContentBox.BusinessListing .CommonContentBoxContent
{
}

.CommonContentBox.BusinessListing UL.CommonContentBoxList LI
{
    border-bottom-color: #E6B34D;
    padding-top:0px;
}

.ChangeListingFilter
{
  padding-left:5px;
  font-size:70%;
}

.TagIndent
{
  padding-top:3px;
  padding-left:10px;
  font-weight:normal;
}

.DirectoryProfileViewDateColumn
{
	width: 200px;
}

.ProfileTable
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin: 0px 0px;
	text-align: left;
	width:700px;
	border-collapse: collapse;
}
.ProfileTable th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background: #E0E0E0;
	border-top: 4px solid #A7CC95;
	border-bottom: 1px solid #fff;
	color: #039;
}
.ProfileTable td
{
	padding: 8px;
	background: #fff; 
	border-bottom: 1px solid #E0E0E0;
	color: #000;
	border-top: 1px solid transparent;
}
.ProfileTable tr:hover td
{
	background: #FFFFC0;
	color: #339;
}

/*
Context Menu Styles
*/

.NavContextMenuGroup
{
	background-color:#FCF8DE;
	border: solid 2px #999; 
}

.NavContextMenuItem
{
	background-color: #FCF8DE; 
	font-size: 90%; 
	border: solid 1px #ebe5bc; 
	cursor: pointer;
	padding: 5px;
}

.NavContextMenuItemHover
{
	background-color: #f4f4f4; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #E1E1E1; 
	cursor: pointer;
	padding: 5px;
}

.NavContextMenuItemExpanded
{
	background-color: #E1E1E1; 
	color: #000; 
	font-size: 90%; 
	border: solid 1px #f4f4f4; 
	cursor: pointer;	
	padding: 3px;
}

.tabButtons
{
  background-color: #edf1f4;
  color:#2e4288;
  border: solid 1px #bcccf1;
  font-size:80%;
  padding:3px;
  min-width:80px;
  display:inline;
  margin: 0 10px 10px 10px;
}

.right
{
  text-align:right;
}

.myThreadsLink
{
  font-weight:normal;
  font-size:80%;  
  color:#fff;
}

.myThreadsLink a:link, .myThreadsLink a:visited
{
  color:#fff;
}

.InviteUserForm
{
  padding:8px 0px 6px 0px;
}
.InviteUserForm input[type="text"]
{
  width:156px;
  border:solid 1px #000;
  padding:2px;
}
.InviteUserMessage
{
  margin-top:-2px;
  float:left;
  width:100px;
  font-size:90%;
}
.CommonContentBox.ShareLove
{     
  background-color: transparent;
  background-image: url(sharelove.png);
  background-repeat:no-repeat;
  padding: 8px 0 0 0;
  border:0;  
  height: 138px;
  width:205px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}
.CommonContentBox.ShareLove .CommonContentBoxContent
{     
  padding: 0 0 0 18px;
  color:#3a3f3b;
}
.CommonContentBox.ShareLove .CommonContentBoxHeader
{
    border:0;
    padding-left:12px;
    padding-top:7px;
}
.ShareLoveButton
{    
    border:solid 1px #d4b273;
    background-color: #ead09f;
    text-align:center;
    margin-right:20px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    width:50px;
    float:right;
}
.CommonContentBox.ShareLove a:link, .CommonContentBox.ShareLove a:active, .CommonContentBox.ShareLove a:visited, .CommonContentBox.ShareLove a:hover
{
  color: #3a3438;
}
.DirectoryHierarchalList
{
	float: left; 
	width: 28%;
	padding: 8px 5% 8px 0;
}
.DirectoryHierarchalList .CommonHeader
{
	margin-bottom: 2px;
}
.RatesHeader
{
  font-size:150%;
  font-weight:bold;
  color:#000;
  margin:0;
  padding-top:15px;
}
.RatesDescription
{
  color:#000;
}

.RssSectionNameColumn
{
  width:350px;
}
.DottedBottomLight
{
  border-bottom: dotted 1px #D8D8D8;
}
.DottedBottomDark
{
  border-bottom: dotted 1px #666;
}
.RateListItem
{
  border-bottom: solid 1px #CCCCCC;
  padding: 6px 6px 2px 8px;
}
.RateListArea
{
  border: solid 1px #CCCCCC;
}
.RateListHeader
{
  color:#FFF;
  font-weight:bold;
  padding: 4px 15px;
  background-image: url(bg_rates.png);
  width:232px;
}
.RateListHeaderLarge
{
  background-image: url(bg_ratesLarge.png);
  width:270px;
}
.CommonHeadlineCell {
color:#333333;
font-family:Arial,Helvetica;
padding:6px 0 0px 2px;
text-align:left;
}
.RateRows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.RateDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #2D8659;
	text-decoration: none;
}
.RateUp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
.RateNoChange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.WikiActivityColumn
{
  border-bottom:solid 1px #000;
}
.WikiActivityColumnHeader
{
  border-bottom:solid 1px #000;
  font-weight:bold;
  color:#000;
  font-size:110%;
}

.MBSRows {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding:2px;
}
.MBSLeftBorder{
  border-left:dotted 1px #999;
}
.MBSHeaderRow{
  border-bottom:dotted 1px #999;
}
.MBSDown {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	display:inline;
}
.MBSUp {
	font-weight: bold;
	color: #2D8659;	
	text-decoration: none;
	display:inline;
}
.MBSNoChange {
	text-decoration: none;
}
.GreenHomeAd
{
  display:inline;
  float:right;
  margin:20px;
}
.StateSeal
{
  display:inline;
  float:right;
  margin:20px;
}
.WikiScrollPager
{
  padding-bottom:5px;
  text-align:center;
  font-size:.8em;
  border-bottom: dotted 1px #CCC;
}
.SuggestStory
{
  display:inline;
  float:right;
  margin-top:-15px;
  color:#336699;
  border-bottom:solid 1px #336699;
  cursor:default;cursor:pointer;
}

.LibraryListHeader
{
	text-align: left;
	padding: 4px;	
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 130%;
	color:#333;
}
.LibraryListRow
{
	
}
.LibraryListItem
{
	padding: 6px 0px 3px 5px;
	margin-left:10px;
	color: #333333;
	font-family: Arial, Helvetica;
	text-align: left;
	font-size:120%;
	border-bottom: solid 1px #CCC;
}
.LibraryListArea
{
	padding: 8px 0;
}
A.LibraryQuestion, .LibraryQuestion:LINK, .LibraryQuestion:VISITED
{
	color: #039;
}
A.LibraryQuestion:hover
{
	color: green;
	text-decoration:none;
}
.LibraryHeader
{
    padding: 0 0 2px 0;
    border-bottom: solid 1px #ccc;
    margin: 0 0 8px 0;
    line-height: 100%;
    font-size: 200%;
    color: #333;
}

.CommonUserImpersonationText
{
	color: #ffff00;
}

.StateDropDown
{
    font-family:Arial;
    font-size:120%;
    font-weight:bold;
    color:#333;
}

.InlineScenario
{   
    border: solid 1px #333;
    background-color: #F0F0F0;
    margin:0 35px;
}
.InlineScenarioHeader
{
    font-size:130%;
    font-weight:bold;
    border-bottom:solid 1px;
    padding: 10px 5px;
}
.InlineScenarioTools
{
    font-weight:normal;
    display:inline;
    margin-left:160px;
}
.InlineScenarioContent
{
    font-size:110%;
    padding:10px;
    line-height:20px;
}