
#NCDialogOverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
	z-index: 900;
	background:url(../../imagesv2/transparent.png);
}


.popupform {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 2000;
    border: solid 2px #0b3d91;
	background: #FFFFFF; 
	overflow: auto;
}

.popupform_noborder {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 1000;
	background: #FFFFFF; 
	overflow: auto;
}

.conversationdialog {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 1000;
    border: solid 2px #0b3d91;
	background: #FFFFFF; 
}

.dialog {
	overflow: auto;
}

.dialogcontent {
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;	
}

.dialog h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0b3d91;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 10px;
	margin-top:0px;
}

.dialog p .largefont {
	font-size: 12px;
}

#NCDialogWrapper .closebox, #NCConversation .closebox {
	position: absolute;
    top: 0.15em;
    right: 0.15em;
}




#NCDialogWrapper_buttonbar {
	padding-top: 10px;
	padding-bottom: 15px;
}

#NCCategoryWrapper_buttonbar {
	padding-top: 5px;
	padding-bottom: 5px;
}

.chartpopup {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 5000;
    border: solid 2px #0b3d91;
	background: #FFFFFF; 
	overflow: auto;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	line-height:normal;
}
.socialpopup {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 5000;
    border: solid 2px #0b3d91;
	background: #FFFFFF; 
	overflow: auto;
	padding: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	line-height:normal;
}

.socialpopup .person {
	padding:3px 3px 3px 3px;
}

.socialpopup .person .picture {
	float:left;
	padding:3px 3px 3px 3px;
	width: 56px;
}

.socialpopup .person .info {
	float:left;
	padding:3px 3px 3px 3px;
	width: 220px;
}

.socialpopup .person .info .name, 
.socialpopup .person .info .name a, 
.socialpopup .person .info .name a:visited
.socialpopup .person .info .name a:hover 
{
	font-size: 14px;
	font-weight: bold;
	color:#0b3d91;
}

.socialpopup .person .info .detail {
	font-size: 11px;	
}

.socialpopup .person .promo {
	font-size: 14px;
	color:#0b3d91;	
	border-top:1px solid #0b3d91;
	margin-top:5px;
	padding-top:5px;
}


.socialpopup .person .info .profile {
	font-size: 11px;	
	margin-bottom:3px;
}

.socialpopup .person .info .person-tags {
	font-size: 14px;	
}

.socialpopup .person .info .person-actions {
	
}

.socialpopup .person .info .person-notes {
	border-top:1px solid #aaa;
	font-size: 11px;	
}

.socialpopup .person .info .person-notes h3 {
	margin-bottom:3px;
	margin-top: 3px;
    font-size: 14px;
}

.socialpopup .person .info .person-notes p {
	margin-bottom:5px;
}

.socialpopup .person .info .person-category p {
	margin-bottom:0px;
}

.socialpopup .person .action,
.socialpopup .person .action a,
.socialpopup .person .action a:visited,
.socialpopup .person .action a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #0b3d91;
}

.networkpopup {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 1000;
	margin: 2px 2px 2px 2px;
	background: #FFFFFF; 
}

.throngpopup {
	position: absolute; 
	left: 0px;
	top: 0px;
	height: auto; 
	width: auto; 
	z-index: 2000;
    border: solid 1px #b13173;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #FFFFFF; 
	overflow: auto;
}

.throngpopup .dialog h2 {
	background-color: #b13173;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding-left:20px;
}

.throngpopup .dialog p {
font-size: 16px;
color:#b13173;
margin: 20px;
}
.throngpopup .throngEdit {
	font-size: 14px;
}

.messageButtonBar {
	padding-left:16px;
}











