.PopUpS {
    display: none;
    width: 690px;
    z-index: 10000;
}
.PopUpS > .section, .PopUpS > .sectionMain {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
}
.PopUpS .section, .PopUpS .sectionMain {
    border: 10px solid rgba(64, 64, 64, 0.506);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.506);
    padding: 0;
}
.PopUpS .section .heading, .PopUpS .sectionMain .heading {
    border-radius: 0 0 0 0;
    margin-bottom: 0;
}
.PopUpS .heading {
    color: #F0F7FC;
    margin: 0;
}
.PopUpS .heading{
    background-color: #F1F0EF;
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    padding: 8px 10px;
    border-bottom: 1px solid #D6D6D6;
    font-family: Georgia,"Times New Roman",serif;
	
}
.PopUpS .section .subHeading, .PopUpS .sectionMain .subHeading {
    margin-top: 0;
}
.subHeading {
    background: #EAEAEA;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    color: #6D3F03;
    font-size: 11px;
    margin: 3px auto 0;
    padding: 5px 10px;
}
.pairsInline dl, .pairsInline dt, .pairsInline dd {
    display: inline;
}
.pairs dt, .pairsInline dt, .pairsJustified dt {
    color: #969696;
}
.pairsInline dl, .pairsInline dt, .pairsInline dd {
    display: inline;
}
dl, dt, dd, ol, li {
    margin: 0;
    padding: 0;
}
.subHeading a {
    color: #6D3F03;
    font-size: 11px;
    line-height: 1.27;
}
.PopUpS .overlayScroll {
    max-height: 400px;
    overflow: auto;
}
.memberListItem {
    overflow: hidden;
}
.primaryContent {
    background-color: #fff;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px;
}
.memberListItem .avatars, .memberListItem .icon {
    float: left;
}
.avatars .img {
    background-position: 2px 2px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 1000px;
    white-space: nowrap;
    word-wrap: normal;
}
.avatars .img.s {
    height: 48px;
    width: 48px;
}
.memberListItem .extra {
    float: right;
    font-size: 11px;
}
.memberListItem .member {
    margin-left: 65px;
}
.memberListItem h3.username {
    font-weight: 700;
    margin-bottom: 3px;
}
.memberListItem .userInfo {
    font-size: 11px;
    margin-bottom: 3px;
}
.dimmed, a.dimmed, .dimmed a {
    color: #646464;
}
.sectionFooter {
    overflow: hidden;
}
.sectionFooter {
    background-color: #F2F2F2;
    color: #000000;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 10px;
}
.PopUpS .overlayOnly {
    display: block !important;
}
.PopUpS .sectionFooter .button{
    float: right;
}
.PopUpS .heading .button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
    cursor: pointer;
    float: right;
	margin-top: -4px;
}
.PopUpS .heading .button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.PopUpS .heading .button:active {
	position:relative;
	top:1px;
}
