/* Community Builder 1.0.2 template file */
/* Name: osx */

/* For registration and user profile titles and fields: */

.cbFields {
	margin:0px;
	padding:0px;
	border:0px solid black;
	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:red;
	padding:0px 0px 8px 0px;
}
.cbMulti td {
	padding-right:8px;
}
.tab_Description {
	/* font-weight:bold; */
	padding: 8px 0px;
}
.delimiterCell {
	font-weight:bold;
	font-size:125%;
	padding:6px 0px 0px 0px;
}
.descriptionCell {
	font-weight:normal;
	font-size:95%;
	padding:2px 0px;
}
.cbSortHead {
	text-decoration:underline;
}
.cbSortHeadSelected {
	text-decoration:none;
	font-weight:bolder;
	color:black;
}

/* 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: 0px 0px 10px 0px;	border-width: 0px;	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;
}

/* original tab-template: */

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 80px;
	height: 18px;
	background: #FFF url("tab.png");
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 1px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma, sans-serif;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 80px !important;
	height: 19px !important;
	background: #44F url("tab_active.png") no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding:	2px 0px 1px 0px;
	margin: 0px -3px 0px 0px;
	top: -2px;
	font: 11px Tahoma, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	11px Tahoma, sans-serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:	11px Tahoma, sans-serif;
	width: 80px;
	height: 18px;
	background: #FFF url("tab_hover.png") no-repeat;
	color: #FFFFFF;
}
.dynamic-tab-pane-control .tab-page {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma, sans-serif;
	color: #333;
	width: 100%;
	float: left;
}
.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 {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10px; color: #000000;}
.cb-tips-capfont {font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10px; font-weight: bold; color:  #FFFFFF;}
.cb-tips-closefont {font-family: Arial, sans-serif; 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: #00CCFF;}
.cb-tips-fg {background-color: #CCCCFF;}
.cb-tips-bg {background-color: #333399;}
.cb-tips-button, .cb-tips-button:link, .cb-tips-button:visited, .cb-tips-hover {
	margin: 0px 0.5em 0.5em 0;	padding: 0;	white-space: nowrap;	text-align: center; display: block; width: 8em;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,sans-serif;
	border:2px solid #CDCDCC;
	text-decoration:none;
	padding: 2px 0px 4px 0px;
	background: #F0F0F0 url("menu_pro2.jpg");
	color:#606060;
	padding: 2px 0px 2px 0px;
}
.cb-tips-button:hover , .cb-tips-hover:hover {
	background: #D0D0FF url("menu_pro1.jpg");
	color:#000040;
	text-decoration:none;
}
/* For connections display: connectionBox */
/* For images moderation: containerBox */

.cbConnectionPaths { width: 100%;	text-align: center; }
.connectionBox, .containerBox {
	float:left;

	padding: 4px;
	margin: 5px 3px;
	background: white;
	border: 1px groove #cccccc;
	border-color: #AAA #444 #444 #AAA;
	text-align: center;
}

/* For tab positions: */
#cbPosUpper		{	border: 0px solid;	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 { }
/* For User Profile Status List Display */
.cbStatusList { }

/***** menu BestCSS *****/
@media print {	.cbMenu, .cbSSmenu	{	visibility:hidden;	}	}
/* BestCSS Menu Functional: */
.cbpMenu		{	margin: 0px;	padding: 0px;		z-index: 4;	}
.cbMenu, .cbSSmenu {margin: 0px !important;	padding: 0px !important;	white-space: nowrap;	text-align: left;	float: left;	list-style: none outside none;
					width: 8em;	}
.cbMenu ul		{	position: absolute;			left: auto;			z-index: 32001;	}	/* second-level lists */
.cbMenu ul ul	{	margin: -1em 0px 0px 10em;	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 1px 0px;	display:block;		width:100%;			height:1px;		}
#conteneurmenu	{	height: 40px;	}
/* BestCSS Menu Decoration: */
.cbMenu, .cbSSmenu {
	background-color:#F0F0F0;
	color:#6D6D6C;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,sans-serif;
	border:1px solid #CDCDCC;
	padding:0px;
}
.cbMenu {
	margin-right: 0.5em !important;
	background: url("menu_pro2.jpg") #F0F0F0;
	color:#606060;
}
.cbSSmenu {
	width: auto;
	margin-top: 0.3em !important;
}
.cbSSmenu li {
	padding:0px !important;
	margin:0px !important;
	background: url("menu_pro2.jpg") #F0F0F0;
	border-bottom: 1px solid #CDCDCC;
	border-right: 1px solid #CDCDCC;
	width:auto;
}
.cbMenu a, .cbSSmenu a, .cbMenu a:link, .cbMenu a:visited, .cbMenu a:hover, .cbSSmenu a:link, .cbSSmenu a:visited, .cbSSmenu a:hover {
	display: block;
	color:#606060;
	text-decoration:none;
	font-family:Arial,Verdana,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}
.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 {
	background: url("menu_pro1.jpg");
	color:#000040;
	text-decoration:none;
	font-family:Arial,Verdana,sans-serif;
	margin:0px;
}

div.cbclearboth:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div.cbclearboth {display:inline-block;}
/* Hides from IE-mac \*/
* html div.cbclearboth {height: 1%;}
div.cbclearboth {display: block;}
/* End hide from IE-mac */
