/******************************************************************
	Community Builder Profile Pro - Profile Fields Style
	Created by: CFM
*******************************************************************/

/*********** PROFILE PAGE ***********/
div.outerbox {
	float:left;
	width:100%;
}
div.box {
	background-color: #eee;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	width: 600px;
	float: left;
}
.row {
	border-bottom:#ddd 1px dashed;
	float:left;
	width:100%;
	color:#333;
	min-height: 20px;
	margin-top: 5px;
	margin-bottom:5px;
}
.row .fieldlabel	{
	display: inline;
	float: left;	
	width: 30%;
	font-weight:bold;
}

.row .cb_field	{
	display: block;
	float: left;
	width: 70%;
	font-weight:normal;
	vertical-align: top;
}

.cb_form .row .cb_field	{
	margin: 0px;

}

.cb_form .row .cb_field div	{
	margin-top:0px;
	margin-bottom: 5px;

}

.cb_button_wrapper {
	margin-left:8px;
}

#cbbtneditsubmit, #cbbtncancel {
font-size: 12px;
color: #6FAF27;
font-weight: bold;
text-decoration: none;
background-color: #EEEEEE;
border-width: 1px;
border-style: solid;
border-color: #BBBBBB;
background-image: none;
padding: 4px;
margin: 2px;
line-height: 18px;
}

#cbbtneditsubmit:hover, #cbbtncancel:hover {
font-size: 12px;
color: #6FAF27;
font-weight: bold;
text-decoration: none;
background-color: #CCCCCC;
border-width: 1px;
border-style: solid;
border-color: #999999;
background-image: none;
padding: 4px;
margin: 2px;
line-height: 18px;
}


.editbutton	{
	float:left;
	width:100%;
	margin-top: 10px;
	margin-left: 10px;

}

.editbutton a {
width: 110px;
display: block;
font-weight: bold;
text-decoration: none;
background-color: #EEEEEE;
border-width: 1px;
border-style: solid;
border-color: #BBBBBB;
background-image: none;
padding: 4px;

}
.editbutton a:hover {
display: block;
font-weight: bold;
text-decoration: none;
background-color: #CCCCCC;
border-width: 1px;
border-style: solid;
border-color: #999999;
background-image: none;
padding: 4px;
}

/* 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;
	background: #CCC;
	font: bold 12px Menu,Arial,Verdana,sans-serif;
	border: 2px solid #999;
	color: #404040;
	text-decoration: none;
	padding: 2px;
}
.cb-tips-button:hover , .cb-tips-hover:hover {
	background: #EEEEEE;
	color: #000040;
	text-decoration: none;
}

tr.sectiontableentry1, tr.sectiontableentry1 td {
	background: #FFFFFF !important;
	border-width: 0px !important;
	border-color: #FFFFFF !important;
}
