/* CSS Document for registration and profile pages */
/*========================================================================= private registration  ======================*/
input:focus, select:focus, textarea:focus 
{
	border-color: #6290AF !important;
}
/* --------------------------- reg form elements ----------------------*/

.regFormShort {
	width: 540px;
}

.regFormShort input, .regFormShort label {
	display: block;
}
.regFormShort input {
	background: #fff;
	border: 1px solid #B0D2E4;
	margin-bottom: 15px;
	margin-top: 1px;
}
.regFormShort input {
	width: 500px;
}
.regFormShort label {
	color: #195988;
	font-size: 14px;
}
.regFormShort label.small {
	font-size: 12px;
	color: #57595B;
	display: inline;
}
.regFormShort .register {
	float: right;
	margin-bottom: 10px;
	*margin-top: -22px; /*ie6+7*/
}
.regFormShort .agree {
	margin: 30px 5px 0;
	font-size: 12px;
}
.regFormShort .agree a {
	text-decoration: underline;
	vertical-align: baseline;
}
.regFormShort p, .regFormShort ul {
	/*this is for the explanation page */
	font-size: 15px;
	line-height: 1.5em;
}
.regFormShort ul {
	margin: 10px 15px;
}
.regFormShort ul, .regFormShort li {
	list-style-type: disc;
}
.regFormShort .error span 
{
	display: block;
}
.link2Biz 
{
	float: right;
	width: 405px;
	padding-left: 20px;
	color: #1A7EB5;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/Homepage/plus.png) no-repeat left top;
	zoom:1;
}
.link2Biz a 
{
	text-decoration: underline;
	color: #1A7EB5;
	font-size: 0.8em;
	font-weight: normal;
}



/*----------------------------------------- confirm email page ------------------------*/
/* rounded bg */
.gradRoundTop {
	background-image: url(../images/frames/lightBlueToWhiteWithRoundC.png);
}
.gradRoundTop {
	position: relative;
	background-repeat: repeat-x;
	background-position: 0 -23px;
	padding: 15px;
	min-height: 240px;
	_height: 240px; /*ie6*/
}

/*--*/
.confirmMail {
	color: #1A7EB5;
	
}
.confirmMail h2 
{
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Microsoft Sans Serif, sans-serif;
	font-size: 24px;
	margin-bottom: 12px;
}
.confirmMail h3 
{
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Microsoft Sans Serif, sans-serif;
	font-size: 20px;
	margin-bottom: 12px;
}
.confirmMail p {
	font-size: 16px;
	margin-bottom: 8px;
}
.confirmMail .mailAdr {
	color: #37A6E8;
}
.confirmMail a {
	color: #1A61FE;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.confirmMail .btnGreen23px 
{
	vertical-align: top;
	margin-left: 3px;
}
.confirmMail .error 
{
	margin-left: 20px;
}
#divChangeEmailPopup label 
{
	margin-right: 5px;
	font-weight: normal !important;
}

/*  ========================================================================  profile ============================= */
/* --------------------------- profile tabs ----------------------------------*/
.profileTabs {
	position: relative; z-index: 1000; height: 28px;
	z-index: 10;

}
.inviteTabs {
	padding: 0 20px;
	position: relative; z-index: 1000; height: 28px;
}
.profileTabs li, .profileTabs a, .inviteTabs li, .inviteTabs a {
	background: url(../images/gradientTab.png) no-repeat;
}
.profileTabs li, .inviteTabs li {
	float: left;
	height: 28px;
	padding-left: 20px;
	margin-right: 4px;
	font-size: 15px;
}
.profileTabs a, .inviteTabs a {
	 display: block;
	height: 24px;
	padding-top: 4px;
	padding-right: 20px;
	background-position: right top;
	color: #6496c3;
	_width: 1px;/*ie6*/
	white-space: nowrap;
}
.profileTabs li.current, .inviteTabs li.current {
	height: 28px;
	background-position: left bottom;
}
.profileTabs .current a, .inviteTabs .current a {
	background-position: right bottom;
	color: #367598;
}
/* -------- end profile tabs ------------------*/

/* =================================================================== profile body and Biz Registration Elements ===============================*/
/* bg and round corners */
.profileBody {
	min-height: 240px;
	_height: 240px;
	position: relative;
	background: url(../images/frames/srchBoxBG.png) repeat-x;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: -1px;
	position: relative;
	/*round corners */
    -moz-border-radius: 0 10px 10px 10px;
    -webkit-border-bottom-left-radius: 10px; /* chrome, safari*/
	-webkit-border-boottom-right-radius: 10px; /* chrome, safari*/
	-webkit-border-top-right-radius: 10px; /* chrome, safari*/
    border-radius: 0 10px 10px 10px;
}
.branch {
	-webkit-border-radius: 10px; /* chrome, safari*/
	-moz-border-radius: 10px;	/* firefox */
	border-radius: 10px; /* css3 complient */
}
.profileBody h3 {
	color: #B0C9E6 !important;
	font-size: 18px !important;
	margin-bottom: 10px !important;
	font-family: "Trebuchet MS", Tahoma, sans-serif !important;
	clear:left;
}




/* profile body elements */

.profileBody h2 {
	color: #9ebc42;
	margin: 15px 0px 20px;
	font-size: 18px;
}
.profileBody .buttons {
	margin: 0;
	vertical-align: bottom;
	white-space: nowrap;
}


.profileBody table {
}
.prifileBody .generalInfo, .addBiz1 .generalInfo, .prifileBody .workInfo
{
	clear: left;
}
.profileBody .notification {
	color: red;
	font-size: 11px;
	text-align: center;
	margin: 15px 0;
}

.profileBody th, .addBiz1 th {
 	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	color: #187db5;
	padding: 5px 5px 0;

}
.profileBody .personalInfo 
{
	margin-bottom: 25px;
}
.profileBody .personalInfo th {
	padding: 0 5px 0;
}

.profileBody .change th {
	font-size: 12px;
	text-align: right;
}

.profileBody td, .addBiz1 td  {
	font-size: 12px !important;
	color: #333;
	vertical-align: middle;
	padding: 5px;
	
}
.profileBody .addresses td, .profileBody .phones td 
{
	border-top: 1px solid #d6e3f2;
	border-bottom: 1px solid #d6e3f2;	
}

.profileBody td a, .addBiz1 td a {
	font-size: 11px;
	text-decoration: underline;
	color: #187db5;
	white-space: nowrap; /*for ie 6+7*/
}

.profileBody input {
	/*width: 95%;*/
}

.profileBody input, .profileBody select, .profileBody textarea,
.addBiz1 input, .addBiz1 textarea, .addBiz1 select {
	background: #fff;
	border: 1px solid #B0D2E4;
	font-size: 12px;
}
.profileBody select, .addBiz1 select {
	padding: 2px;
}
.profileBody label, .addBiz1 label {
	color: #37A6E8;

}
.profileBody textarea {

}
.profileBody .gender {
	padding-left: 20px;
}
.profileBody .gender input {
	vertical-align: 3px;
}

.profileBody .delItem, .addBiz1 .delItem
{
	color: #333;
	font-size: 11px;
	margin-left: 30px;
	display: inline-block;
}
.profileBody .addItem, .addBiz1 .addItem {
	color: #9EBC42;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
	display: block;
	white-space: nowrap;
}



td.dataType {
	vertical-align: top;
}
.phoneNumber {
	white-space:nowrap;
	
}



th.primary {
	font-size: 11px !important;
	font-weight: normal;
}
td.primary {
	text-align: center;
	font-size: 11px !important;
	vertical-align: middle !important;
}
.addresses td {
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;

}
.addresses div {
	margin: 0 7px 5px 0;
}
.addresses label {
	display: block;
	font-size: 11px;
}
.addresses .dataType {
	padding-top: 18px;
	vertical-align: top;
}
.addresses div.primary {
	margin-left: 20px;
	display: inline;
}
.addresses div.primary label {
	display: inline;
	color: #333;
}
.addresses .privacyProp {
	margin-top: 15px;
}
.emails th a {
	color: #187DB5;
	font-size: 11px;
	margin-left: 35px;
	text-decoration: underline;
}
.workInfo td {
	border: none;
}
.saveReminder {
	width: 550px;
	min-height: 50px;
	padding: 15px;
	background: #fff;
	border: 3px solid #B0D2E4;

}
.saveReminder p {
	margin-bottom: 15px;
	text-align: center;
}
.saveReminder .buttons {
	text-align: center;
}
.viewMyCard {
	float: right;
	color: #187DB5;
	text-decoration: underline;
	margin-bottom: 40px;
}
/* -- privacy settings div --*/
.privacyProp {
	position: relative;
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0;
}
.addresses .privacyProp {
	display: inline; /*ie 6+7*/
	display: inline-block;
	
}
.lockIco {
	cursor: pointer;
	vertical-align: middle;
}
.privacyProp > div {
	display: inline;
}
.privacySelect 
{
	display: none;
	position: absolute;
	top: 0;
	left: 15px;
	height: 70px;
	padding: 0 0 0 5px !important;
	margin: 0 !important;
	background: transparent url(../images/frames/grayTransSmallbox.png) no-repeat;
}
.privacySelect .inner {
	background: transparent url(../images/frames/grayTransSmallbox.png) no-repeat right bottom;
	padding: 0 5px 0 0 !important;
	margin: 0 !important;
	height: 70px;
}
.privacySelect .center {
	padding: 4px 0 !important;
	margin: 0 !important;
	background: #ededed;
	height: 62px;
	font-size: 11px;
	text-align: center;

}
.privacySelect p {
	margin-bottom: 3px;
	color: #333;
	white-space: nowrap;
}
.privacySelect .buttons {
	text-align: center;
}
.privacySelect .buttons a {
	margin: 5px;
}
.userImage .privacyProp {
	display: block;
}
/*-- end privacy prop. */
/* ----- user image box ----*/
.userImage {
	width: 120px;
	float: right;
	clear: right;
	font-size: 11px;

}
.userImage .userPhoto{
	width: 100%;
	border: 1px solid #CCD1D5;
	margin-bottom: 15px;
}
.userImage a {
	color: #187DB5;
	text-decoration: underline;
	margin-bottom: 5px;
}
/* -------- preferences tab ----------------*/
/* on the preferences tab, the cells are more padded */
.pref td, .pref th {
	padding: 0 5px 10px;
	border: none;
}
.pref th {
	font-size: 14px;
}
.pref td p {
	margin-bottom: 5px;
}
.pref textarea {
	width: 300px;
}

/*--gender selector ia also in phonebook.css --*/
.gender .male, .gender .female {
	width: 15px;
	height: 22px;
	display: -moz-inline-box; /*ff2*/
	display: inline-block;
	vertical-align: middle;
	text-indent: -6000em;
	margin-right: 5px;
}
.gender .male {
	background: url(../images/icon_m.gif) no-repeat 2px top;
}
.gender .female {
	background: url(../images/icon_f.gif) no-repeat 2px top;
}
/* --*/
.profileBody .delete, .profileBody .delete:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	height: 13px;
	width: 13px;
	line-height: 1em;
	background: url(../images/circGreen13pxWh.gif) no-repeat;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
.profileBody .add, .profileBody .add:hover {
	background: url(../images/plus_tiny.gif) no-repeat left 3px;
}
.profileBody .addType, .profileBody .addType:hover {
	background: url(../images/plusTinyBlue.gif) no-repeat left 3px;
}
.profileBody .add, .profileBody .add:hover, .profileBody .addType, .profileBody .addType:hover {
	padding: 0 13px;
	color: #4d4d4d;
	text-decoration: none;
	font-size: 11px;
}
.profileBody .add
{
	margin-top: 5px;
}
.profileBody .add:hover {
	text-decoration: underline;
}
.upImg, .delImg, .upImg span, .delImg span, .upImg b, .delImg b {
	display: block;
	_display: inline-block;/*ie6*/
}
.upImg span, .delImg span
{
	_width: 1px;/*ie6*/
	_white-space: nowrap;/*ie6*/
}

.hours {
	overflow: auto;
}
.hours table {
	float: left;
	width: 22%;
	background-color: #eef2f5;
	margin-right: 20px;
}


/* Re-activation */
.regHeadNoNums
{
	background: url(../images/BG_regNoNums.png) no-repeat;
	height: 9px;
	width: 957px;
	margin: 0 auto;
}

.profileBody .error
{
	display: block;
}


/*--*/






.editMail
{
	font-size: 11px;
	margin-left: 25px;
	color: #000 !important;
}
/* =================================================================== REGISTER BUSINESS ================================================== */
.registerBizstep1 {
	background: url(../images/BG_regBizWave.png) no-repeat 100px 195px;
}
.registerBizstep1 .roundBlueLight1 {
	width: auto;
}
.addBiz1 {
	width: auto !important;
	margin-bottom: 20px;
	zoom: 1;
}
.mainCol.addBiz1 
{
	width: 644px !important;
}
.addBiz1 h3 {
	font-size: 20px;
	color: #1D7EAB;
	margin-bottom: 10px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, Microsoft Sans Serif, sans-serif;
	clear: both;
}

.addBiz1 h3 span {
    color: #83AE11;
}
.registerBizstep1 .picagirlSuit {
	float: right;
	margin-right: 240px;
}
.addBiz1 .srch
{
	vertical-align: top;

}

.selection {
	font-size: 11px;
	margin: 5px 0;
}
.selection a {
	color: #333;
	text-decoration: underline;
}
.addBiz1 .regFormShort {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #9EBC42;
	padding-left: 30px;
	clear:both;
}
.addBiz1 th 
{
	font-size: 14px;
}
.addBiz1 .regFormShort input {
	width: 300px;
}
.addBiz1 .regFormShort label {
	color: #187DB5;
}
.regFormShort input.radio {
	vertical-align: baseline;
}
.addBiz1 td {
	vertical-align: top;
}
.addBiz1 dfn {
	color: #37A6E8;
}
input.mand {
	border-color: #187DB5 !important;
}
.addBiz1 .addMoreInfo 
{
	clear: both;
}
.addBiz1 .yes 
{
	margin-left: 20px;
}

/* =================================================== BUSINESS PROFILE ==========================================*/
.listingList {
	margin-bottom: 20px;
}
.listingList td 
{
	padding: 7px;
	border-bottom: 1px solid #d4e4ed;
}
.bName {
	font-weight: bold;
}
.listingList a {
	text-decoration: underline;
	margin: auto 12px;
}
.listingList b 
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #9EBC42;
	margin: auto 12px;
	
}
.listingList a.verify {

	font-weight: bold;
}
.listingList .actions {
	text-align: right;
}
.branch .generalInfo {
	margin-bottom: 25px;
}
.branch .radio {
	margin-left: 20px;
	margin-right: 0;
	white-space: nowrap;
}
.branch .radio label 
{
	padding-left: 3px;
}

.branch .supLangs td {
	line-height: 2em;
}
.supLangs ul {
	margin-left: 20px;
}
.supLangs li {
	display: inline-block;
	*display: inline;/*ie6+7*/
	width: 16%;
	zoom: 1; 
}
.branch .supLangs .radio {
	margin: 0;
}
.cats .customSelectCat 
{
	margin: 0;
}
/*.cats .customSelectCat input {
	z-index: 3;
}
.cats .customSelectCat ul {
	z-index: 10;
}
*/

.generalInfo select 
{
	font-size: 10px;
}
.day 
{
	font-weight: bold;
	vertical-align: middle !important;
}
	
/*=================*/
.nearCapch {
}
/*-==================*/

.customSelect {z-index: 20;}