/* Community Builder 1.0.2 template file */
/* Name: Dark */
/* For registration and user profile titles and fields: MUST be used in conjunction with a dark template e.g. DarkOrange */

.cbFields {
	margin:0px;
	padding:0px;
	width:98%;
}

.titleCell,
.captionCell,
table.content_table td.titleCell,
table.content_table td.captionCell {
	font-weight: bold;
	text-align:	left;
	vertical-align: top;
	padding: 3px 3px 4px 6px;
}

.titleCell {
	width:125px;
}

.fieldCell,
table.content_table td.fieldCell,
.fieldCell td, .tab_Description {
	font-weight: normal;
	text-align:	left;
	vertical-align: top;
	padding: 3px 3px 4px 6px;
}

.fieldCell input, .fieldCell select {
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: top;
}

.fieldError {
	color: #CC0000;
	padding: 0px 0px 8px;
}

.cbMulti td {
	padding-right: 8px;
}

.tab_Description {
	padding: 8px 0px;
}

.delimiterCell {
	font-weight: bold;
	font-size: 125%;
	padding: 6px 0px 0px;
}

.descriptionCell {
	font-weight: normal;
	font-size: 95%;
	padding: 2px 0px;
}

.cbSortHead {
	text-decoration:underline;
}

.cbSortHeadSelected {
	text-decoration: none;
	font-weight: bolder;
	color: #EEEEEE;
}

/* webaddress field with rows=2 formatting: */
.webUrlSpan {
	position: relative;
	display: block;
	height: 2em;
}

.webTextSpan {
	position: relative;
	height: 2em;
}

.subTitleSpan {
	padding-right: 250px;
}

.subFieldSpan {
	position: absolute;
	top: 0px;
	left: 9em;
}

/* For positioning user profile div positions: */
.cbProfile {
	margin: 5px;
	border-width: 0px;
	padding: 0px;
}

.cbPosHead, .cbPosTop, .cbPosLeft, .cbPosMiddle, .cbPosRight, .cbPosTabMain, .cbPosUnderAll {
	margin: 0 0 10px 0;
	border-width: 0;
	padding: 0px;
}

.cbPosTop {
	vertical-align: bottom;
}

.cbPosLeft {
	float: left;
	text-align: left;
}

.cbPosMiddle {
	float: left;
	text-align:	center;
}

.cbPosRight {
	float: right;
	text-align:	right;
}

.cbClr {
	clear: both;
}

/* For dynamic tabs on user profile and edit user: */
.dynamic-tab-pane-control h2 {
	text-align:	center;
	width: auto;
}

.dynamic-tab-pane-control h2 a {
	display:	inline;
	width: auto;
}

.dynamic-tab-pane-control a:hover {
	background: transparent;
}

.dynamic-tab-pane-control.tab-pane {
	position: relative;
	width: 100%;
}

/* Tabs profile */
.dynamic-tab-pane-control .tab-row .tab {
	background: url(tab-bg.gif) no-repeat left top;
	cursor:	pointer;
	display:	block;
	float: left;
	font-size: 90%;
	margin: 0 5px 0 0 !important;
	padding: 0 0 0 10px !important;
	white-space: nowrap;
	position: relative;
	top: 0px;
	z-index: 1;
}

.dynamic-tab-pane-control .tab-row .tab a {
	background: url(tab-bg.gif) no-repeat right top;
	cursor: pointer;
	display: block;
	color: #666666 !important;
	padding: 8px 20px 8px 10px;
	text-decoration: none;
	outline: none;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background: url(tab-active-bg.gif) no-repeat left top;
	z-index: 3;
	padding:	0 0 0 10px;
	margin: 0px 5px -1px 0px;
	top: 0px;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	background: url(tab-active-bg.gif) no-repeat right top;
	color: #222222 !important;
	padding: 8px 20px 7px 10px;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
}

.dynamic-tab-pane-control .tab-page {
	clear: both;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	z-index: 2;
	position: relative;
	top: -2px;
	color: #FFFFFFF;
	width: 100%;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}

.dynamic-tab-pane-control .tab-page .tab-content {
	margin: 10px;
}

/* For tool-tips: */
.cb-tips-font {
	color: #333333;
	padding: 5px;
}

.cb-tips-capfont {
	font-weight: bold;
	color: #222222;
	padding: 3px 0 3px 5px;
}

.cb-tips-closefont {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.cb-tips-closefont a:link, .cb-tips-closefont a:visited {
	color:  #FFFFFF;
}

.cb-tips-closefont a:hover {
	color: #333333;
}

.cb-tips-fg {
	background-color: #FCFCFC;
}

.cb-tips-bg {
	background-color: #CCCCCC;
}

.cb-tips-button,
.cb-tips-button:link,
.cb-tips-button:visited,
.cb-tips-hover {
	background: #333333;
	border: 2px solid #666666;
	color: #333333;
	display: block;
	margin: 0px 0.5em 0.5em 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 8em;
	white-space: nowrap;
}

.cb-tips-button:hover,
.cb-tips-hover:hover {
	background: #1D1D1D;
	color: #FFFFFF;
	text-decoration: none;
}

/* For connections display: connectionBox */
/* For images moderation: containerBox */
.cbConnectionPaths {
	width: 100%;
	padding: 10px 0;
}

.connectionBox, .containerBox {
	background: #DDDDDD;
	border: 1px groove #CCCCCC;
	float:left;
	margin: 5px 3px;
	padding: 4px;
	text-align: center;
}

.connectionBox b {
	display: block;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
}

/* For tab positions: */
#cbPosUpper	{
	border: none;
	width:100%
}

#cbPosHead {
	text-align: left;
	border: 0px;
	vertical-align: top;
	width: 100%;
}

#cbPosLeft {
	text-align: left;
	border: 0px;
	vertical-align: bottom;
}

#cbPosMiddle {
	text-align:	center;
	border: 0px;
	vertical-align: bottom;
}

#cbPosRight {
	text-align:	right;
	border: 0px;
	vertical-align: bottom;
}

#cbPosTabMain {
	text-align: left;
	border: 0px;
}

#cbPosUnderAll	{
	text-align: center;
	border: 0px;
}

/* For User Profile Title */
#cbProfileTitle {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

/* For User Profile Status List Display */
.cbStatusList {
	border-collapse: collapse;
	border-spacing: 0;
}

.cbStatusList td {
	border-bottom: 1px solid #DDDDDD;
}

/***** menu BestCSS *****/
@media print {	.cbMenu, .cbSSmenu	{	visibility:hidden;	}	}

/* BestCSS Menu Functional: */
.cbpMenu	{
	z-index: 4;
}

.cbMenu, .cbSSmenu {
	background: url(cbmenu-sep.gif) no-repeat right center !important;
	float: left;
	margin: 0px !important;
	padding: 3px 10px 3px 0 !important;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}

.cbSSmenu {
	border: none;
	padding: 0 !important;
}

.cbMenu ul {
	position: absolute;
	left: auto;
	z-index: 32001;
}	/* second-level lists */

.cbMenu ul ul {
	margin: -1em 0px 0px 0;
	z-index: 32001;
}

/* third-and-above-level lists N/A yet */
.cbMenu span, .cbSSmenu span {
	display: none;
}

.cbMenu a {
	text-align: center;
}

.cbSSmenu a {
	text-align: left;
	display: block;
	width: 100%;
}

.cbSSmenu li {
	list-style: none outside none;
	display: block;
	width: 100%;
}

html>body .cbMenu a, html>body .cbMenu a:visited, html>body .cbMenu a:hover, html>body .cbMenu a:active,
html>body .cbSSmenu a, html>body .cbSSmenu a:visited, html>body .cbSSmenu a:hover, html>body .cbSSmenu a:active {
	width:auto;
}

.cbSSmenu img	{
	margin-right: 8px;
	border: none;
}

.cbSSmenu img.hr {
	margin: 1px 0px;
	display: block;
	width: 100%;
	height: 1px;
}

#conteneurmenu	{
	height: 30px;
}

/* BestCSS Menu Decoration: */
.cbMenu, .cbSSmenu {
	background: none;
	color: #333333;
}

.cbMenu {
	margin-right: 0.5em !important;
}

.cbSSmenu {
	border-top: 1px solid #DDDDDD;
	width: auto;
	margin-top: 0 !important;
}

.cbSSmenu li {
	background: #FCFCFC;
	border: 1px solid #DDDDDD;
	border-top: none;
	margin: 0px !important;
	padding: 2px 10px 2px 3px !important;
	width: auto;
}

.cbMenu a, .cbSSmenu a, .cbSSmenu a:link, .cbSSmenu a:visited, .cbSSmenu a:hover {
	display: block;
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
}

.cbMenu a:hover, .cbMenu a:active, .cbMenu a:focus {
	color: #F19600 !important;
}

.cbSSmenu a, .cbSSmenu a:link, .cbSSmenu a:visited, .cbSSmenu a:hover {
	padding-left: 5px;
	padding-right: 3px;
}

.cbSSmenu ul:hover, .cbSSmenu a:hover, .cbSSmenu a:focus, .cbMenu a:hover, .cbMenu a:focus {
	color: #F19600;
	text-decoration: none;
	margin: 0px;
}

div.cbclearboth:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.cbclearboth {
	display:inline-block;
}

.tab-content div.sectiontableheader {
	background: none;
	color: #333333;
}

.tab-content div.sectiontableheader a {
	color: #F19600;
}

.tab-content tr.sectiontableheader {
	background: #DDDDDD;
	color: #333333;
}

.tab-content tr.sectiontableheader a {
	color: #333333;
}

.tab-content .sectiontableentry1 {
	background: #FFFFFF;
	color: #333333;
}

.tab-content .sectiontableentry2 {
	background: #FCFCFC;
	color: #333333;
}

/* Page navigation */
a.pagenav,
span.pagenav {
	background: url(grad-4.gif) repeat-x top;
	border: 1px solid #DDDDDD;
	padding: 2px 5px;
	color: #666666;
}

/* Edit profiles */
table#userEditTable {
	margin-bottom: 10px;
}

span.cbFieldIconsLabels {
	display: block;
	margin-top: 10px;
}

/* Hides from IE-mac \*/
* html div.cbclearboth {height: 1%;}
div.cbclearboth {display: block;}
/* End hide from IE-mac */

