/* Inline tag editor */
.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999;
	background-color: #f3f3f3;
}

/* 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;
	font-size: 1.2em;
}

.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: 2.2em;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 1.8em;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: underline;
}

/* Edit Profile Tab Pane Styles */

.CommonPane {
	border-top: solid 1px #919B9C;
	padding: 8px;
	margin-bottom: 10px;
	}

.CommonPaneTabSet {
	font-weight: bold;
	font: 62.5% Arial, Helvetica, Tahoma, sans-serif; /* 16px × 62.5% = 10px */
	font-size: 1.1em;
}

.CommonPaneTab {
	color: #666;
	border-top: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #F3F3F3;
	cursor: pointer;
	font-weight: bold;

}

.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;
	font-weight: bold;
}

.CommonPaneTabHover {
	color: #333;
	border-top: solid 1px #cacaca;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	margin: 2px 0 1px 0;
	padding: 6px 10px;
	background-color: #f3f3f3;
	cursor: pointer;
	font-weight: bold;
}

.CommonFormFieldName {
	font-size: 1.2em;
	font-weight: bold;
	}
	
	div.CommonFormField div,
	div.CommonFormField div span,
	div.CommonFormField div input
	{
		background-color: #ffffff;
		font-size: 11px;
		}
	div.CommonFormField table {
		background-color: #ffffff;
		font-size: 11px;
		}
		div.CommonFormField table tr td
		{
			background-color: #ffffff;
			}
	div.CommonFormField { background-color: #ffffff;}

.CommonFormFieldName img
{
	float: left;
	margin-right: 35px;
	}

h3.CommonSubTitle
{
	font-size: 1.7em;
	color: #4D4632;
	border-bottom: 1px solid #D2D2D2;
	margin: 25px 0 15px 0;
	clear: both;
	}

/* 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(../../images/common/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(../../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 6px;
	cursor: se-resize;
}

/* Media Gallery 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;
	}
	
/* Forum Post Popup */
.CommonPostPopupArea { 
    border: solid 1px #999;
    background-color: #fff;
    width: 350px;
    padding: 8px; 
    font-size: 1.1em;
}

.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;
}

.CommonPostPopupListArea { 
    border: solid 1px #999;
    width: 342;
    padding: 4px;
    max-height: 300px;
    overflow: auto; 
}

/*
Text Button
*/

.CommonTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	color: #0497DF;
}

.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;
	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;
}

/*
Hierarchal List
*/
.hierarchalList {
	float: left; 
	width: 44%;
	padding: 8px 5% 8px 0;
	}
	.hierarchalList .header {
		margin-bottom: 2px;
		font-size: 1.3em;
	}
	.hierarchalList .description {
		margin-bottom: 2px;
		font-size: 1.2em;
	}
	.hierarchalList .listItems {
		font-size: 1.1em;
	}