/* @override http://avid.telligent.com/Themes/avid/style/Common.css */

/* * * * * * * * * * * * * * * * * * * * */
/* * * *   avid generics    * * * */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		background: #ddd;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		text-align:center;
		
	}
	a {
		text-decoration:underline;
		color:#1c85bf;
	}
	a:hover {
		text-decoration:none;
		color:#000;
	}

	div.envelope {
		width:950px;
		background: #fff;
		margin:0 auto;
		text-align:left;
		border:0px solid red;
	}
#topwrapper {
		background: url('../images/global/header_bg.jpg') bottom left repeat-x #000; border-bottom: 0px solid #000; margin:0; padding:0;
		}
#content { 
	background:url('../images/global/content_bg.gif') top left repeat-x #ddd; padding:0 0 20px 0; margin: 0; border:0px solid red;}
	

	.notbold { font-weight:normal; }

/* * * * * * * * * * * * * * * * * * * * */
/* * * * Community Server Generics * * * */
	form
	{
		min-width: 960px;
	}

	.Common
	{
		margin: 0 auto;
		padding: 0 0 8px 0;
		width: 100%;
		border:0px solid green;
	}

	.PanelSaveButton
	{
		text-align: right;
		padding-top: 5px;
	}

	#CommonHeader
	{
		color:#FFF;
			
	}

	.CommonSearchResult a
    {
	    font-size: 90%;
    }

	/*
		padding: 0 0 24px 0;
		margin: 0;
		width: 100%;
		overflow: hidden;
		border-top: solid 10px #3A477A;
		background-image: url(../images/common/header-gradient.png);
		background-repeat: repeat-x;
		background-position: left top;
	}

	#CommonHeader table
	{
		padding: 18px 0 0 0;
		margin: 0 0 0 -33px;
	}

	#CommonHeaderImage
	{
		vertical-align: bottom;
	}

	#CommonHeaderImage a
	{
		display: block;
		margin: 0 8px 0 0;
		position: relative;
		z-index: 100;
	}

	#CommonHeaderTitle
	{
		margin: 0;
		padding: 0;
		vertical-align: bottom;
		font-size: 120%;
		line-height: 90%;
		letter-spacing: -1px;
		color: #636364;
	}

	#CommonHeaderTitle h1
	{
		margin: 0;
		padding: 0;
		font-size: 280%;
		color: #A0AE5A;
		line-height: 120%;
		letter-spacing: -2px;
		font-weight: bold;
	}

	#CommonHeaderDescription
	{
		margin: 0;
		padding: 0 0 0 4px;
	}

	#CommonHeaderUserArea
	{
		margin: 0;
		padding: 0;
		float: right;
		margin-right: -5px;
		position: relative;
		z-index: 100;
	}

	#CommonHeaderUserArea table
	{
		margin: 0;
		padding: 0;
	}

	#CommonHeaderUserArea a:link, #CommonHeaderUserArea a:visited
	{
		color: #fff;
		text-decoration: none;
	}

	#CommonHeaderUserWelcome a:hover
	{
		text-decoration: underline;
	}

	#CommonHeaderUserWelcome .sub a
	{
		color: #b0b5ca;
		font-size: 1.1em;
		font-weight: normal;
	}

	#CommonHeaderUserWelcome .sub a:hover
	{
		text-decoration: underline;
		color: #fff;
	}*/

	#CommonHeader
	{
		background: url(../images/global/header_background2.jpg) top left no-repeat #000;
	}
	#CommonHeaderUserArea
	{
		width:100%;
		height:101px;
	}
    #CommonHeaderUserContent
    {
        clear:both;
        width:100%;
        height:85px;
    }
    #CommonHeaderUserWelcome
    {
        font-size: 90%;
        font-weight: bold;
    }
    #CommonHeaderUserWelcome ul
    {
        float:right;
        margin:10px;
    }
    #CommonHeaderUserWelcome ul li
    {
        display:inline;
        font-size:0.8em;
		color:#FFF;
    }
    #CommonHeaderUserWelcome ul li a
    {
	    font-weight:bold;
		color:#FFF;
		text-decoration:underline;
    }
    #CommonHeaderUserWelcome ul li a:hover
    {
	    text-decoration:none;
    }

	#CommonHeaderSearch
	{
		float:right;
		clear:right;
		margin:0 10px 20px 0;
	}

    #CommonHeaderSearch select
    {
        margin-top: 3px;
    }

	#CommonHeaderUserRoundBottom, #CommonHeaderUserRoundLeft, #CommonHeaderUserRoundRight
	{
		margin: 0;
		padding: 0;
		height: 5px;
		width: inherit;
		overflow: hidden;
	}

	#CommonHeaderUserRoundLeft, #CommonHeaderUserRoundRight
	{
		width: 6px;
	}

	#CommonHeaderUserRoundBottom .r1, #CommonHeaderUserRoundBottom .r2, #CommonHeaderUserRoundBottom .r3, #CommonHeaderUserRoundBottom .r4,
	#CommonHeaderUserRoundLeft .r1, #CommonHeaderUserRoundLeft .r2, #CommonHeaderUserRoundLeft .r3, #CommonHeaderUserRoundLeft .r4,
	#CommonHeaderUserRoundRight .r1, #CommonHeaderUserRoundRight .r2, #CommonHeaderUserRoundRight .r3, #CommonHeaderUserRoundRight .r4
	{
		height: 1px;
		overflow: hidden;
		background-color: #3A477A;
	}

	#CommonHeaderUserRoundBottom .r4 { margin: 0 5px; }
	#CommonHeaderUserRoundBottom .r3 { margin: 0 3px; }
	#CommonHeaderUserRoundBottom .r2 { margin: 0 2px; }
	#CommonHeaderUserRoundBottom .r1 { margin: 0 1px; height: 2px; }

	#CommonHeaderUserRoundLeft .r1 { width: 6px; }
	#CommonHeaderUserRoundLeft .r2 { width: 4px; margin: 0 0 0 2px;}
	#CommonHeaderUserRoundLeft .r3 { width: 2px; margin: 0 0 0 4px; }
	#CommonHeaderUserRoundLeft .r4 { width: 1px; margin: 0 0 0 5px; height: 2px; }

	#CommonHeaderUserRoundRight .r1 { width: 6px; }
	#CommonHeaderUserRoundRight .r2 { width: 4px; }
	#CommonHeaderUserRoundRight .r3 { width: 2px; }
	#CommonHeaderUserRoundRight .r4 { width: 1px; height: 2px; }


	#CommonHeaderSearchContent
	{
		background-color:#C2D6EC;
		padding-top: 12px;
		text-align: right;
	}

	#CommonFooter
	{
		width:100%;
		margin-top:20px auto;
		clear:both;
		text-align:center;
		font-size:0.8em;
		color:#333;
		background-color:#ddd;
		padding: 0 0 10px 0;
	}
		#CommonFooter p
		{
			margin:3px;
		}
		#CommonFooter a, #footer a {
			color:#1c85bf;
		}
		#CommonFooter a:hover, #footer a:hover {
			color:#000;
			text-decoration:none;
		}


	#CommonNavigation
	{
		background-color:#C2D6EC;
		clear:both;
		width:100%;
		height:38px;
		border-top:3px solid #e8e8e8;
		border-bottom:3px solid #e8e8e8;
	}
		#CommonNavigation ul
		{
			width:100%;
			height:38px;
			background: url(../images/global/nav_button_light_1.gif) top left repeat-x;
			font-weight:bold;
			overflow:hidden;
		}
			#CommonNavigation ul li
			{
				display:block;
				float:left;
				border-right:1px solid #E8E8E8;
			}
				#CommonNavigation ul li a
				{
					display:block;
					float:left;
					margin-right:1px;
					height:38px;
					background: url(../images/global/nav_button_light_1.gif) top left repeat-x;
					cursor:pointer;
					font-family: Arial, Helvetica;
					color:#2b5f97;
					text-align:center;
					padding-left:27px;
					padding-right:27px;
					padding-top:13px;
					padding-bottom:0;
					margin-bottom:0;
					text-decoration:none;
					font-size:13px;
				}
				#CommonNavigation ul li a.Selected,
				#CommonNavigation ul li a.Selected:hover,
				#CommonNavigation ul li a:hover
				{
					color:#FFF;
					background: url(../images/global/nav_button_dark_1.gif) top left repeat-x;
				}

	#CommonNavigationShadow
	{
		clear:both;
		width:100%;
		
	}
		#CommonNavigationShadow a {
			text-decoration:underline;
			color:#369;
		}
		#CommonNavigationShadow a:hover {
			text-decoration:none;
			color:#000;
		}

		#CommonBreadcrumb
		{
			padding: 14px;
			font-size:0.8em;
			clear:both;
			color:#000;
			line-height:14px;
		}
			#CommonBreadcrumb ul {
				display:block;
				float:left;
				width: 80%;
			}

		 #shareThis {
			float:right;
		}

    #CommonContentInner
    {
        padding: 0px;
    }

	#CommonContent {
		clear:both;
		width:100%;
		background: #FFF;
		color:#000000;
        padding-bottom: 10px;
        overflow: hidden;
	}

	#CommonContent a, #lowerContent a {
		text-decoration:underline;
		color:#1c85bf;
	}
	#CommonContent a:hover, #lowerContent a:hover {
		text-decoration:none;
		color:#000;
	}

	#CommonSidebarLeft .CommonSidebar
	{
		float: left;
		margin: 0;
		padding: 16px 20px 20px 10px;
		overflow: hidden;
		width: 312px;
	}

	#CommonSidebarRight .CommonSidebar
	{
		float: right;
		/*margin: 0;*/
		padding: 16px 0 20px 0;
		overflow: hidden;
		width: 263px;
	}


/* * * * Common Styles * * * */
	.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:link, .CommonPagingArea a:visited
	{
		color: #000;
	}

	.CommonFilterArea
	{
		font-size: 90%;
		padding: 4px;
		margin: 0 40px 0 3px;
		font-weight: bold;
	}

	.CommonSearchResults
	{
		font-size: 80%;
		font-weight: bold;
		padding: 8px;
	}

	.CommonSearchResultsArea
	{
		margin: 16px 0;
	}

.CommonBreadCrumbArea
{
	margin: 0;
}

.CommonBreadCrumbArea a:link, .CommonBreadCrumbArea a:visited, .CommonBreadCrumbArea a:active
{
    color: #000;
}

.CommonFilterArea
{
	font-size: 90%;
	padding: 4px;
	margin: 0 0 1em 0;
}

.CommonSearchResultsArea
{
    margin: 6px 0;
}

/*
Form Styles
*/

.CommonFormArea
{
    margin: 16px 0;
}

.CommonFormTitle
{
	color: #aaa;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
}

.CommonFormDescription
{
	padding: 8px 2px 8px 0;
}

TD.CommonFormFieldName
{
	color: #525252;
	padding: 8px 2px 2px 8px;
}

DIV.CommonFormFieldName
{
	color: #525252;
	padding: 8px 2px 2px 8px;
}

TD.CommonFormFieldDescription
{
	color: #000000;
	padding: 2px;
	padding-left: 8px;
	font-size: 90%;
	font-weight: normal;
}

DIV.CommonFormFieldDescription
{
	color: #000000;
	padding: 2px;
	padding-left: 8px;
	font-size: 90%;
	font-weight: normal;
}

TD.CommonFormField
{
	color: #000;
	padding: 2px;
}

DIV.CommonFormField
{
	color: #000;
	padding: 2px;
}

/*
Message Styles
*/

.CommonMessageArea
{
	width: 50%;
	margin: 64px 0;
	background-color: #fff;
}

.CommonMessageTitle
{
	text-align: left;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	background-color: #E1E1E1;
	color: #999;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

.CommonMessageContent
{
	font-size: 100%;
	color: #000;
	padding: 8px 8px 16px 8px;
	text-align: left;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
}

.CommonInlineMessageArea
{
	margin: 4px 0;
	background-color: #fff;
	background-position: left top;
	background-repeat: repeat-x;
}

.CommonInlineMessageTitle
{
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	background-color: #ddd;
	color: #999;
	padding: 6px 6px 6px 8px;
	margin: 0;
	border: solid 1px #999;
}

.InlineMessageTitleRightCell
{
	text-align: right;
	font-size: 85%;
}

ol.CommonInlineMessageList, ul.CommonInlineMessageList
{
    margin: 0;
    padding: 0;
}

.CommonInlineMessageList li
{
    margin-left: 30px;
}

.CommonInlineMessageContent
{
	font-size: 80%;
	color: #333333;
	padding: 8px;
	text-align: left;
}

.CommonMessageSuccess
{
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #030;
	background-color: #6a5;
	margin: 8px 0;
}

.CommonMessageWarning
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 100%;
	color: #330;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #EEC600;
	background-color: #FFFFAA;
}

.CommonMessageError
{
	margin: 8px 0 12px 0;
	padding: 8px;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
	border: solid 2px #300;
	background-color: #a00;
}

/*
Content
*/

.CommonTextBig
{
	margin: 1px;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
}

.CommonInputBig
{
	width: 90%;
	font-size: 130%;
}

.CommonContentArea
{
    margin: 16px 8px 0px 8px;
}

.CommonTitle, .CommonProfileTitle
{
	font-size:1.3em;
	padding: 0pt 2px 5px 0px;
	color:#666;
}

/*.CommonTitle A:LINK, .CommonTitle A:ACTIVE, .CommonTitle A:VISITED
{
    color: #aaa;
    text-decoration: none;
}

.CommonTitle A:HOVER
{
    text-decoration: underline;
}*/

.CommonSubTitle
{
	color: #aaa;
	font-size: 180%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
}

.CommonFormSubTitle
{
	margin-top: 15px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #E0E0E0;
	border: solid 1px #CCCCCC;
}

.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;
	border: solid 0 #eee;
	border-bottom-width: 1px;
}

.CommonSidebarArea
{
	padding: 0 0 12px 0px;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.CommonSidebarRoundTop, .CommonSidebarRoundBottom
{
	height: 5px;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4,
.CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
}

.CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-image: url(../images/common/sidebar-bottom.png);
	background-repeat: repeat;
	background-position: left top;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.CommonSidebarRoundTop .r2, .CommonSidebarRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.CommonSidebarRoundTop .r3, .CommonSidebarRoundBottom .r2 { margin: 0 2px; }
.CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonSidebarHeader
{
	margin: 0 0 8px 0;
	padding: 2px 0 4px 0;
	border-bottom: solid 1px #fff;
	font-weight: bolder;
	font-size: 120%;
	color: #525252;
}

.CommonSidebarHeader a
{
    text-decoration: none;
}

.CommonSidebarInnerArea
{
    /*background-image:url(../images/common/sidebar-gradient.png);*/
    background-position:left bottom;
    background-repeat:repeat-x;
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0 8px 8px 8px;
	overflow: hidden;
	background-color: #F6F6F6;
	min-height: 109px;
	margin: 0;
}

.CommonSidebarContent
{
	font-size: 85%;
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #F6F6F6;
	border-color: #E3E3E3;
}

.CommonSidebarFooter
{
	font-size: 85%;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #fff;
}

UL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 16px;
	list-style-type: none;
}

OL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

OL.CommonSidebarList LI
{
    margin: 0 0 5px 20px;
}

LI.CommonSidebarRssListItem
{
    margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url(../images/common/feed-icon-12x12.png);
}

.CommonDescription
{
	margin: 0 0 16px 0;
}

.CommonWarning
{
	padding: 8px 8px;
	font-weight: normal;
	margin: 24px 0 16px 0;
	color: #666;
	border: solid 1px #FFD226;
	background-color: #fffcb3;
}

/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #eee;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	white-space: nowrap;
}

.CommonTextButtonBig:LINK
{
	text-decoration: underline;
	color: #1c85bf;
	background-color: #eeeeee;
}

.CommonTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:ACTIVE
{
	text-decoration: underline;
	color: #1c85bf;
}

.CommonTextButtonBig:HOVER
{
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButton:LINK, .CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333;
	background-color: #eee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: underline;
	color: #1c85bf;
}

.CommonTextButton:HOVER
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}

.CommonTextButton.Big
{
	padding: 10px;
	font-size: 120%;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border: solid 1px #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #bbb;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: underline;
	background-color: #bbb;
	color: #1c85bf;
}

.CommonImageTextButton
{
	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: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK, .CommonImageTextButton:VISITED
{
	text-decoration: underline;
	color: #1c85bf;
	margin: 1px;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: underline;
	color: #1c85bf;
}

.CommonImageTextButton:HOVER
{
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}

.CommonImageTextButton.Big
{
	font-size: 130%;
	background-position: 4px center;
	padding-left: 30px;
	padding-right: 10px;
}

.CommonImageTextButtonHighlight
{
	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: #bbb;
	color: #333;
	font-size: 80%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 4px 4px 4px 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: underline;
	background-color: #bbb;
	color: #1c85bf;
}

/*
Specific Buttons
*/

.CommonEmailSubscriptionButtonEnabled { background-image: url(../images/common/tracktopic-on.gif); }
.CommonEmailSubscriptionButtonDisabled { background-image: url(../images/common/tracktopic.gif); }
.CommonEmailSubscriptionButtonProcessing { background-image: url(../images/common/tracktopic-wait.gif); }
.CommonFavoriteButton { background-image: url(../images/common/favorite.gif); }
.CommonContactButton { background-image: url(../images/common/contact.gif); }
.CommonEditButton { background-image: url(../images/common/edit.gif); }
.CommonDeleteButton { background-image: url(../images/common/delete.gif); }
.CommonUploadButton { background-image: Url(../images/common/upload.gif); }
.CommonDownloadButton { background-image: url(../images/common/download.gif); }
.CommonPostButton { background-image: url(../images/common/newpost.gif); }
.CommonReplyButton { background-image: url(../images/common/reply.gif); }
.CommonPreviousButton { background-image: url(../images/common/previoustopic.gif); }
.CommonNextButton { background-image: url(../images/common/nexttopic.gif); }
.CommonViewButton { background-image: url(../images/common/view.gif); }
.CommonLockedButton { background-image: url(../images/common/locked.gif); }
.CommonHomepageButton { background-image: url(../images/common/homepage.gif); }
.CommonWeblogButton { background-image: url(../images/common/weblog.gif); }

/*
Advertisements
*/

.CommonStandardTopAdArea
{
	text-align: center;
	padding: 4px;
	margin: 0 0 4px 0;
	border: solid 0 #999;
	border-top-width: 1px;
}

.CommonStandardTopAdArea IFRAME
{
	margin: 0 auto;
}

.CommonStandardBottomAdArea
{
	text-align: center;
	padding: 4px;
	border: solid 0 #999;
	border-top-width: 1px;
	margin: 4px 0 0 0;
}

.CommonStandardBottomAdArea IFRAME
{
	border: solid 1px #999;
	margin: 0 auto;
}

/*
List
*/

.CommonListArea
{
	padding: 8px 0;
}

.CommonListTitle
{
	padding: 6px 6px 6px 0;
	color: #000;
	font-weight: bold;
	margin: 0;
}

.CommonListTitle A
{
	color: #1c85bf;
	text-decoration: underline;
}

.CommonListTitle A:HOVER
{
    text-decoration: underline;
}

.CommonListHeaderLeftMost
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	background-color: #E0E0E0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.CommonListHeader
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #B0B0B0;
	background-color: #E0E0E0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.CommonListCellLeftMost
{
	padding: 5px 0px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #B0B0B0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.CommonListCell
{
	padding: 5px 0px 5px 5px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #B0B0B0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.CommonListRow
{
}

.CommonListRowAlt td
{
    background-color: #ffc;
}

/*
Search Results
*/

.CommonSearchResultArea
{
	margin: 0 0 20px 0;
	border: solid 0 #eee;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 20px 70px;
	min-height: 46px;
}

.CommonSearchResultArea.Weblog
{
    background-image: url(../images/blog.png);
}

.CommonSearchResultArea.Forum
{
    background-image: url(../images/forum.png);
}

.CommonSearchResultArea.MediaGallery
{
    background-image: url(../images/media.png);
}

.CommonSearchResultArea.Hub
{
    background-image: url(../images/page.png);
}

.CommonSearchResultArea.Unknown
{
    padding-left: 0px;
}

.CommonSearchResult
{
	font-size: 100%;
}

.CommonSearchResultName
{
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 4px 0;
}

.CommonSearchResultDetails
{
	margin: 4px 0 0 0;
	color: #000;
	font-size: 80%;
}

UL.CommonSearchResultList
{
	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;
}

/*
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
{
	padding: 0 7px;
}

.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5
{
	background-color: #ccc;
	background-image: url(../images/common/navigation-gradient.png);
	background-repeat: repeat-x;
	background-position: left -20px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

.CommonModal1 {	margin: 0 -2px;	padding: 0; border-top: solid 1px #666; border-bottom: solid 1px #666; border-left-width: 0px; border-right-width: 0px; }
.CommonModal2 { margin: 0 -2px; padding: 1px 0; border-left-width: 2px; border-right-width: 2px; }
.CommonModal3 { margin: 0 -3px; padding: 1px 0; }
.CommonModal4 { margin: 0 -2px; padding: 2px 0; }
.CommonModal5 { margin: 0 -2px; padding: 1px 0; }

.CommonModalTitle
{
	border-bottom: solid 1px #666;
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	cursor: move;
	min-height: 16px;
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	border-top: solid 1px #666;
	width: 100%;
	height: 20px;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}

/*
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;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal
{
	margin: 0 0 .0001pt 0;
}

/* 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: 0 10px 0 0;
	padding: 10px 0 5px;
	font-weight: 600;
	letter-spacing: 0;}

#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: 0;
	padding-left: 0;
	font-size: 1.0em;
	margin: 0;}

#CommonCommentForm dd, #CommonContactForm dd
{
	color: #777;
	margin-left: 0;
}

#CommonCommentForm dt em, #CommonContactForm dt em
{
	font-size: 0.95em;
}

#CommonCommentForm .smallbox, #CommonContactForm .smallbox
{
	width: 350px;
	padding: 2px;
}

#CommonCommentForm textarea, #CommonContactForm textarea
{
	width: 500px;
	height: 150px;
	padding: 2px;
	font-size: 1em;
}

/* Comments */

/* Comment List */

#comments table, .FileCommentsContent table
{
    width: 100%;
    table-layout: fixed;
}

.Comment
{
	padding: 12px 8px 8px 8px;
	border: solid 0 #eee;
	border-bottom-width: 1px;
}

.CommentOwner
{
	padding: 8px;
	background-color: #f4f4f4;
	border-bottom: solid 12px #fff;
}

.CommentAvatar
{
	white-space: nowrap;
	width: 15%;
}

.CommentAvatar img
{
	margin-right: 8px;
}

.CommentContent
{
    width: 85%;
    overflow: hidden;
}

.CommentTitle
{
	font-size: 110%;
	margin: 0;
	padding: 0;
}

.CommentText
{
	padding: 2px 0;
}

.CommentFooter
{
	font-size: 80%;
	color: #999;
}

/* Help Icon */

.CommonHelpIcon
{
    display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	border-style:none;
	height: 20px;
	width: 20px;
	background-image: url(../images/common/help_out.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: help;
}

.CommonHelpIconHover
{
    display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	border-style:none;
	height: 20px;
	width: 20px;
	background-image:url(../images/common/help_hover.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor:help;
}

.CommonHelpToolTip
{
    width: 250px;
    padding: 8px;
    border: solid 2px #000;
    background-color: #ffc;
    color: #000;
    font-size: 8pt;
}

/* 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(../images/common/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(../images/common/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(../images/common/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 #bbb;
	margin: 0 auto;
}

.CommonSidebar .CommonPollArea
{
    min-width: 200px;
}

.CommonPollQuestion
{
	background-color: #e2eecd;
	border: solid 0 #bbb;
	border-bottom-width: 1px;
	padding: 4px;
	color: #698d73;
	margin: 0;
	font-size: 105%;
}

.CommonPollContent
{
	padding: 4px;
}

.CommonPollDescription
{
}

.CommonPollSwitchedContent
{
    width: 80%;
    margin: 0 auto;
}

.CommonSidebar .CommonPollSwitchedContent
{
    width: 100%;
    margin: 0;
}

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;
}

.CommonPollUserVote
{
    margin: 1em 0;
	color: #777;
}

.CommonPollFooter
{
	padding: 2px;
	background-color: #ccc;
	border: solid 0 #999;
	border-top-width: 1px;
	font-size: 80%;
}

.CommonPollResultGraph
{
    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;
		padding: 16px 8px 16px 8px;
		margin: 32px 0;
		color: #999;
		line-height: 250%;
		list-style-type: none;
	}

	.CommonSidebarTagCloud
	{
		line-height: 225%;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#CommonContent .CommonTag1, #CommonContent .CommonTag1 a,
	#CommonContent .CommonTag2, #CommonContent .CommonTag2 a,
	#CommonContent .CommonTag3, #CommonContent .CommonTag3 a,
	#CommonContent .CommonTag4, #CommonContent .CommonTag4 a,
	#CommonContent .CommonTag5, #CommonContent .CommonTag5 a,
	#CommonContent .CommonTag6, #CommonContent .CommonTag6 a
	{
		margin: 0;
		padding: 0;
		display: inline;
		margin-right: 6px;
		font-weight: normal;
		text-decoration: none;
	}

	.CommonTag1 a
	{
		font-size: 1.6em;
	}

	.CommonTag2 a
	{
		font-size: 1.4em;
	}

	.CommonTag3 a
	{
		font-size: 1.2em;
	}

	.CommonTag4 a
	{
		font-size: 1em;
	}

	.CommonTag5 a
	{
		font-size: .9em;
	}

	.CommonTag6 a
	{
		font-size: .8em;
	}
/* 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: 11px;
	padding: 0;
	background-image: url(../images/common/tabset.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	white-space: nowrap;
	color: #000;
}

.CommonPaneTab
{
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTab1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTab2
{
	padding: 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}

.CommonPaneTabSelected
{
	padding-right: 4px;
	background-image: url(../images/common/tab-selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabSelected1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabSelected2
{
	padding: 3px 4px 5px 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab-selected.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.CommonPaneTabHover
{
	padding-right: 4px;
	background-image: url(../images/common/tab-hover-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 21px;
	margin-top: 1px;
}

.CommonPaneTabHover1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-hover-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.CommonPaneTabHover2
{
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
	height: 13px;
	background-image: url(../images/common/tab-hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
}

/* Inline tag editor */
.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
}

.CommonInlineListArea
{
}

.CommonInlineListHeader
{
    font-weight: bold;
    font-size: 115%;
    margin: 0 0 0 .4em;
}

.CommonInlineList
{
    margin: 0;
    padding: 0;
}

.CommonInlineList li
{
    margin: 0 0 .5em 25px;
    padding: 0;
    list-style-type: square;
}

.CommonAvatarListArea
{
    margin: 12px 12px 0 0 ;
	padding: 3px 3px 3px 0;
	width: 80px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	float: left;
	font-size: 120%;
}

.CommonAvatarListArea a
{
	text-decoration: none;
	text-align: center;
	font-size: .8em;
}

.CommonAvatarListArea img
{
	border-width: 0;
}

.CommonAvatarArea
{
    display: block;
    padding: 1px;
}

/*
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;
}

/* Friends */

.FriendDetailsArea
{
	font-size: 85%;
	color: #EEE;
}

.FriendDetailsArea div
{
	margin-top: 5px;
}

.MyFriendsListArea
{
	height: 110px;
	width: 100px;
	padding: 5px;
}

/* User Files */

.CommonUserFolderArea
{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    margin-bottom: 10px;
}

.CommonUserFolder
{
    float: left;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
}

.CommonUserFileManagementArea
{
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 10px 0;
    margin-top: 10px;
}

.CommonOpenIdBox
{
	padding-left: 20px;
	background: url(../images/openid.gif) no-repeat left;
}

/* File Lists */

.CommonFileArea
{
	margin: 6px;
	width: 144px;
	overflow: hidden;
	float: left;
}

.CommonFileContent
{
	padding: 0 4px 0 4px;
	border-left: solid 1px;
	border-right: solid 1px;
}

.CommonFile
{
	border: solid 1px #ccc;
	width: 132px;
	height: 94px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.CommonFile img
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

.CommonFileDetails
{
	padding: 4px 4px 8px 4px;
	white-space: nowrap;
	width: 126px;
	overflow: hidden;
}

.CommonFileInner
{
	height: 94px;
	width: 132px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

.CommonFileInner a.CommonFileLink
{
	display: block;
	height: 94px;
	width: 132px;
	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;
	border-left: solid 1px;
	border-right: solid 1px;
}

.CommonFileRoundTop .r1, .CommonFileRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.CommonFileRoundTop .r2, .CommonFileRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.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: #eee;
	border-color: #ccc;
}

/* * * * * * * * * * * * * * * * * * * * */
/* * * *    CUSTOM  * * * */

	#top {
		width:100%;
		clear:both;
		/*margin:2em 0;*/
	}
		#top h1 {
				font-size:1.8em;
				padding:0 0 1em 13px;
				color:#333;
			}

	.FeaturedSingle .videoPlayer
	{
	   float:left;
	   margin: 0 0 -40px 0;
	}

	.FeaturedMulti
	{
	    clear:left;
	}

	.FeaturedMulti li
	{
	    padding: 10px;
	}


.HasLeftSidebar { margin-left: 331px; margin-right: 13px;}

html body .CommonSidebar { margin-right: 13px; }

/*************************************/
/*  	=Community Portfolio	 */
/*************************************/
#portfoliocontent
{
	margin: 10px 10px 0 10px;
	font-size: 100%;
}

.PageHeader
{
	margin: 15px 0 25px 0;
	font-size:150%;
	font-weight: normal;
}


#portfoliosearch
{
	width:100%;
	margin-top: 25px;
	font-size: 85%;
	border-bottom: solid 1px #999;
	padding-left:15px;
}

.pfSearchNoResultsMessage
{
	color:Red;
	font-size:100%;
}

.SearchResultsNone
{
	margin:10px;
}

#alphalinks
{
	margin: 15px 0 15px 0;
}

#alphalinks a
{
	margin: 5px 11px 5px 11px;
	font-size: 110%;
}

#alphalinks a.first
{
	margin-left:0px;
}

#portfoliofeature
{
	height: 390px;
	margin-top:15px;
	border-bottom: solid 1px #999;
}

#authoroptions
{
	float:right;
	width:210px;
	margin-top:47px;
	background-color: #eaeaea;
	height: 302px;
	padding: 6px;

}
.PortfolioOwner
{
	margin-left: 25px;
	font-size:125%;
	color:#333;
}

#authoroptions ul
{
	margin-top: 15px;
}

#authoroptions li
{
	font-size: 90%;
	margin-bottom: 21px;
}

.PfSearchTextBox
{
	width: 135px;
}

.PortfolioSearchButton
{
	margin-left:10px;
}

#portfoliocontent h2
{
	color:#333;
	font-size:1.3em;
	padding:0pt 0pt 1em;
	margin-left:15px;
	clear:left;
}

#portfoliosearch h2
{
		font-size:1.6em;
		margin-left:0px;
}

/*************************************/
/* 		Video box in the			 */
/*		Community Portfolio	         */
/*************************************/

#videoBox {
    background:transparent;
    width:704px;
    float:left;
    margin-right:0;
    position:static;
}
#videoBox h1 {
	font-size:0.9em;
	margin-top:25px;
	color:#333;
}
#videoBox h2
{
	font-size:1.3em;
	margin-left:15px;
	padding:0 0 1em 0;
	color:#333;
}
.videoPlayer {
	margin:16px 10px 0px 10px;
	float:left;
}
#videoBox ul {
	margin-top:20px;
}
#videoBox ul li {
	margin-bottom:15px;
	height:78px;
	color:#999;
	font-size:10px;
}

#videoBox ul li img {
	float:left;
	margin-right:3px;
}

#videoBox p.viewMore { float:right; padding-right:10px; }

.moreVideosList
{
    float: left;
}


#videoBox .VideoMetadata
{
    width: 160px;
    padding-left: 4px;
    float: left;
}


ul.topVideosLinks a.active
{
    font-weight:bold;
	color: #333;
}

	/* * * * * * * * * * * * * * * * * * */
/* * * *         Lists         * * * */

.VideoList
{
    width: 100%;
    /*float: left;*/
    font-size: 11px;
	color: #333;

}
.VideoList p.Title
{
    height: 26px;
	color: #333;
}

.VideoList p
{
    clear: both;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
	color: #333;
}

.VideoList p.navBack
{
    clear: both;
    padding: 2em 1em;
	color: #333;
}

.VideoList p a:link, .VideoList p a:visited, .VideoList p a:active, .VideoList p a:hover
{
    text-decoration: none;
	color: #333;
}

.VideoList p.navBack a:link, .VideoList p.navBack a:visited
{
    text-decoration: underline;
	color: #1c85bf;
}

.VideoList p.navBack a:active, .VideoList p.navBack a:hover
{
    text-decoration: none;
	color: #333;
}
.VideoList ul
{
    clear: both;
    margin-left: 75px;
}
.VideoList ul li
{
    overflow: hidden;
    float: left;
    width: 131px;
    margin: 1em 30px 1em 0;
}
.VideoList ul li p
{
    margin: 2px 0;
	
}

.VideoList ul li img
{
}

.VideoList span.Duration
{
    float: left;
    font-weight: bold;
    overflow: hidden;
    width: 70px;
	color: #333;
}

.CommonRateControlReadOnly
{
    border-width: 0px;
}

.VideoList span.FileFileRating
{
    padding-left: 0px;
}

#specialportfolios
{
	height: 600px;
	margin-top: 15px;
}

.EditPortfolio .CommonListCell, .EditPortfolio .CommonListCellLeftMost
{
    vertical-align: middle;
    border-width: 0px;
}

/* Content Boxes */

.CommonContentBox
{
    border-top: solid 3px #ccc;
    background-color: #fff;
    padding: 12px;
    margin: 0 0 12px 0;
    height: 1%;
}

.CommonContentBoxHeader
{
    padding: 0 0 6px 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 15px 3px;
    font-size: 90%;
    overflow: hidden;
}

.CommonContentBoxFooter
{
    font-weight: bold;
    font-size: 80%;
    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: 8px;
    font-size: 80%;
    font-weight: bold;
    color: #000;
}

UL.CommonContentBoxList LI.Selected
{
	padding-right: 10px;
	background-image: url('../images/common/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: 180%;
}

.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;
}

.CommonContentBox.Highlighted .CommonContentBoxHeader
{
    border-bottom-color: #f93;
}

.CommonContentBox.Highlighted .CommonContentBoxContent
{
}

.CommonContentBox.Highlighted UL.CommonContentBoxList LI
{
    border-bottom-color: #E6B34D;
}


.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;
}


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('../images/activities/new-profile-announcement.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewProfileComment { background-image: url('../images/activities/new-profile-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUser { background-image: url('../images/activities/new-user.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlog { background-image: url('../images/activities/new-blog.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlogPost { background-image: url('../images/activities/new-blog-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewBlogComment { background-image: url('../images/activities/new-blog-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForum { background-image: url('../images/activities/new-forum.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForumThread { background-image: url('../images/activities/new-forum-thread.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewForumPost { background-image: url('../images/activities/new-forum-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGallery { background-image: url('../images/activities/new-media-gallery.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGalleryPost { background-image: url('../images/activities/new-media-gallery-post.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewMediaGalleryComment { background-image: url('../images/activities/new-media-gallery-comment.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroup { background-image: url('../images/activities/new-group.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroupMember { background-image: url('../images/activities/new-group-member.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewFriendship { background-image: url('../images/activities/new-friend.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewGroupPage { background-image: url('../images/activities/new-group-page.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUserFile { background-image: url('../images/activities/new-user-file.gif'); }
UL.CommonContentBoxList LI.CommonActivity.NewUserFolder { background-image: url('../images/activities/new-folder.gif'); }

.grayBox {
	background: url(../images/home/boxCorner_gray-white_topRight.gif) top right no-repeat #e7e7e7;
	margin:26px 0;
	width:450px;
	float:left;
	color:#333
}
.grayBox h1 {
	background: url(../images/home/boxCorner_gray-white_topLeft.gif) top left no-repeat #e7e7e7;
	width:80%;
	padding-left:1em;
	padding-top:1em;
	color:#333;
	border: 0px green solid;
}
.grayBox h2 {
	padding-left:1em;
	padding-right:1em;
	margin-top:1em;
	margin-bottom:3px;
	font-weight:normal;
	color:#333;
}
.grayBox h2 a {
	font-weight:bold;
	color:#1c85bf;
}
.grayBox p, .tags {
	padding-left:1em;
	padding-right:1em;
	margin-bottom:1em;
	font-size:0.8em;
}
.grayBox div.viewMore {
	background: url(../images/home/boxCorner_gray-white_bottomLeft.gif) bottom left no-repeat #e7e7e7;
	margin-top:1em;
}
.grayBox div.viewMore p {
	background: url(../images/home/boxCorner_gray-white_bottomRight.gif) bottom right no-repeat;
	text-align:right;
	padding-right:1em;
	padding-bottom:1em;
	margin-bottom:0;
}

#blogs a:link, #blogs a:visited, #blogs a:active, #blogs a:hover, #discussions a:link, #discussions a:visited, #discussions a:active, #discussions a:hover {
	color:#1c85bf;
}
.meta h1,
.meta h2,
.meta h3,
.meta h4,
.meta h5,
.meta h6 {
    font-weight:bold;
}
.meta h1 {
	font-size: 1.6em;
	line-height: 28px;
	margin-bottom: 16px;
}
.meta h2 {
	font-size: 1.2em;
	line-height: 16px;
	margin-bottom: 8px;
	clear:both;							/* to work in forms */
}
.meta h3,
.meta h4,
.meta h5,
.meta h6 {
	line-height: 16px;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.meta p,
.meta li {
    line-height: 16px;
	margin-bottom: 15px;
    font-size: 0.9em;
}

.meta ul {
	margin:15px 0;
	list-style:disc url('http://www.avid.com/images/interface/list-style.png');
}
.meta li {
	margin-left: 30px;
	margin-right: 30px;
}
