
/* ------------------ GLOABAL ------------------ */

.popupShell {
	background: #ffffff;
	top: 1032px;
	left: 36px;
}

.popupInfo {
	background: #f1f1f0;
	padding: 0;
	border: 1px solid #8b8b8b;
}

.popupHeader {
	height: 30px;
}

.popupTitle {
    background: url(/core/images/gripAll.gif) no-repeat;
    color: #ffffff;
	font-size: 16px;
	font-weight: bold;
    width: 500px;
    height: 26px;
    padding: 4px 0 0 30px;
    text-align: left;
    text-decoration: none;
	letter-spacing: 1px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    cursor: move;
    /*border: 1px solid red;*/
}

.popupControls {

}

.popupSdivision {
	width: 44px;
	height: 30px;
	display: block;
	float: left;
}

.popupClose {
	background: transparent url(/images/btnClose.gif) no-repeat top right;
	width: 19px;
	height: 19px;
	margin: 0 5px;
    position: absolute;
    top: 5px;
    right: 0;
	cursor: pointer;
}

.popupMaximize,
.popupMinimize {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    right: 27px;
    cursor: pointer;
}

.popupMaximize {
    background: url(/images/btnMaximize.gif) 50% 50% no-repeat;
}

.popupMinimize{
    background: url(/images/btnMinimize.gif) 50% 50% no-repeat;
}

.popupOption {
	position: absolute;
	top: 8px;
	right: 100px;
}

.pinned {
	border: solid 2px #660000;
}

.unpinned {
	border: solid 2px #666666;
}

.HighestPopup {
    z-index: 5;
}

/* ------------------ SPECIFIC POP UP ------------------ */

/* advisors */
.popAdvShell {
	width: 500px;
}
.popAdvHeader {
	background: #f2f3f6 none repeat scroll 0%;
}
.popAdvTitle {
	background: #a0b6cb none repeat scroll 0%;
	color: #FFF;
}
.popAdvSdivision {
	background: transparent url(/images/advCardHeadingDivider.gif) no-repeat scroll 50%;
}

/* advisors request page */
.popAdvShellRequestPage {
	width: 850px;
}
.popAdvShellRequestPage .popupHeader {
	background: #c9c99e none repeat scroll 0%;
}
.popAdvShellRequestPage .popupTitle {
	background: #bcbc96 none repeat scroll 0%;
	color: #FFF;
}
.popAdvShellRequestPage .popupSdivision {
	background: transparent url(/images/advCardHeadingDivider2.gif) no-repeat scroll 50%;
}
.popAdvShellRequestPage .popupBody {
	background: #dcdcbe;
}



.popAdvShellRequestPage .popupAnchors {
	padding-top: 2px;
	float: left;
	overflow: auto;
}

.prfAnchor,
.bioAnchor,
.cvAnchor,
.prjAnchor,
.rdAnchor,
.crtAnchor {
	background: #bcbc96;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 4px;
	border: solid 1px #a3a374;
	padding-left: 2px;
	padding-right: 2px;
	width: 22px;
}

.popListing tr {
}
.popListing tr td {
	padding: 5px 5px;
	color: #686768;
}
.popListing tr td.lightcolumn {
	background-color: #FFFFFF;
	border-bottom: solid 1px #e4e4cf;/*f1f1e8*/
}
.popListing tr td.darkcolumn {
	background-color: #faf9e6;
	border-bottom: solid 1px #e4e4cf;/*f1f1e8*/
}

/* ------------------ EMAIL POP UP WINDOW ------------------ */

.emailPopUp {
/*	width: 830px; */
    width: 100%;
}
.emailPopUp .header {
	/*background:#6889a9;*/
}
.emailPopUp .tabs {
	padding-top: 9px;
}
.emailPopUp .tabs li.on {
	/*margin-left: 26px;*/
	background:url(/images/emailpop_tab_on_right.gif) right top no-repeat;
	height: 26px;
	width: 200px;
}
.emailPopUp .tabs li.on a {
	display: block;
	height: 26px;
	background:url(/images/emailpop_tab_on_left.gif) 0 0 no-repeat;
	padding-top: 5px;
	color:#336699;
}

.emailPopUp .tabs li.off {
	/*margin-left: 26px;*/
	background:url(/images/emailpop_tab_off_right.gif) right top no-repeat;
	height: 26px;
	width: 200px;
}

.emailPopUp .tabs li.off a {
	display: block;
	height: 26px;
	background:url(/images/emailpop_tab_off_left.gif) 0 0 no-repeat;
	padding-top: 5px;
	color:#666666;
}

.emailPopUp ul {
	/*margin-left: 59px;*/
}
.emailPopUp .emailNav {
	background:#FFFFFF; padding: 7px;
}

.emailPopUp .emailNum {
	margin: 0px 30px 45px;
	font-weight: bold;
}

.emailPopUp .body {
	background: #f0efef;
	height: 450px;
	/*height: 590px;*/
	overflow: auto;
	color: #474747;
	text-align: left;
}

.emailPopUp .bodyMax {
 	height: 100%;
}

.emailPopUp .emailHeader {
	background: #F9F6D8; //#FFFFFF;
	padding: 8px;
	margin: 8px;
	border: 1px solid #e8e6e6;
}
.emailPopUp .emailHeader strong {
	font-weight: bold;
}
.emailPopUp .emailBody {
	background: #FFFFFF; //#F9F6D8;
	padding: 10px 5px 5px 10px;
	line-height: 20px;
}
.emailPopUp .noRecordsFound {
	text-align: center;
	margin-top: 150px;
	color: #a0b6cb;
}

/* ------------------ Email Composer Popup ------------------ */

div.EmailComposer {
	text-align: left;
}

div.EmailComposer div.advCardHeading span {
    font-size: 16px;
}

div.EmailComposer span.ComposerWrapper {
    height: 75px;
}

div.EmailComposer div.LeftTemplateSection {
    padding-left: 5px;
    float: left;
}

div.EmailComposer div.HideEmailTemplate {
    display: none;
}

div.EmailComposer select.emailTemplateSelect {
    color: #333333;
    width: 477px;
    margin: 5px 5px 0 0;
    border: 1px solid #BDBBBB;
}

div.EmailComposer input.emailSubject {
    color: #333333;
    width: 475px;
    margin: 5px 5px 5px 0;
    float: left;
    border: 1px solid #bdbbbb;
}

div.EmailComposer textarea.emailTemplateBody {
    color: #333333;
    width: 726px;
    height: 305px;
    margin: 0 5px 0 0;
    border: 1px solid #BDBBBB;
    float: left;
}

div.EmailComposer textarea#EventEmailTemplateBody {
    height: 212px;
}

div.EmailComposer div.emailVariableHolder {
    background: #e5e5e5;
    font-size: 11px;
    font-weight: bold;
    width: 198px;
    height: 370px;
    margin: 5px 5px 0 0;
    padding: 2px 0 2px 5px;
    overflow: auto;
}

div.EmailComposer a.EmailVariable,
div.EmailComposer a.EmailIndividualNameLink {
    font-weight: bold;
    font-size: 0.8em;
}

div.EmailComposer div.addVariableLink {
    font-weight: bold;
    margin-left: 5px;
}

div.EmailComposer div.templateLinkDiv {
     margin: 5px 5px 5px 10px;
     display: block;
     overflow: auto;
}

div.EmailComposer a.TemplateActionLink {
    font-weight: bold;
    margin-right: 10px;
}

div.EmailComposer img.templateSectionDivider {
     width: 594px;
     height: 4px;
     margin: 5px;
}

div.EmailComposer div.BottomTemplateSection {
    margin: 10px 0 0 0;
}

div.EmailComposer div.emailIndividualsHolder{
    background: url(/images/down_arrow_shadow.gif) 0% 0% repeat-y;
    width: 200px;
    height: 335px;
    margin: 0 5px;
    overflow: auto;
    float: left;
}
div.EmailComposer div.singleEmailIndividualsHolder{
    background: url(/images/down_arrow_shadow.gif) 0% 0% repeat-y;
    width: 200px;
    height: 398px;
    margin: 0 5px;
    overflow: auto;
    float: left;
}

div.EmailComposer span.emailIndividualNameCheckbox {
    width: 29px;
    height: 15px;
    text-align: center;
    float: left;
}

div.EmailComposer span.emailIndividualName {
     float: left;
     width: 82%;
     height: 15px;
     padding-left: 3px;
}

div.EmailComposer span.emailIndividualNameLink:hover {
    background: #ffffff;
}

div.EmailComposer textarea.emailTemplate {
    width: 438px;
    height: 200px;
    color: #333333;
    border: 1px solid #bdbbbb;
    margin-right: 5px;
    padding: 0px;
}

div.EmailComposer div.SendSelectedSection {
    padding: 0 0 15px 0;
    clear: both;
}

div.EmailComposer img.advidorArrowImage {
    margin: 0 0 0 5px;
}

div.EmailComposer input.SendEmailBtn,
div.EmailComposer input.SkipEmailBtn {
    background: #f1f1f0;
    margin-left: 5px;
    cursor: pointer;
}

div.EmailComposer span.IndividualsSelectedCount {
    font-weight: bold;
    padding: 10pt 150px 0px;
    text-align: center;
    position: absolute;
}

.highlight {
	background: yellow;
}

.highlightLink {
	background: yellow;
	font-weight: bold;
}

a:hover span {
	text-decoration: underline;
}

#sortable-list {
    padding: 0;
}

.sortme {
	padding-left: 33px;
	overflow: hidden;
	white-space: nowrap;
	cursor: move;
}

.sortmeStatic {
	padding-left: 33px;
	overflow: hidden;
	white-space: nowrap;
}

.perviouslySent{
	padding-left: 30px;
	font-weight: bold;
	background: #cbcaca;
	color: #ffffff;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 3px;
}

/* ------------------  Response Popup Styles ------------------ */
div.ViewResponseEmailPopup .blockUnread,
div.ViewResponseEmailPopup .blockRead,
div.ViewEventResponsePopup .blockUnread,
div.ViewEventResponsePopup .blockRead {
    border-bottom: none;
}

div.ViewResponseEmailPopup .blockUnread .icon,
div.ViewResponseEmailPopup .blockRead .icon,
div.ViewEventResponsePopup .blockUnread .icon,
div.ViewEventResponsePopup .blockRead .icon {
	cursor: default;
	height: 70px;
	padding: 0px;
}

div.ViewResponseEmailPopup img.ResponseEmailCloseBtn,
div.ViewEventResponsePopup img.ResponseEmailCloseBtn {
    position: relative;
    top: -4px;
    right: -28px;
}

div.ViewResponseEmailPopup .blockUnread .declined .icon,
div.ViewEventResponsePopup .blockUnread .declined .icon {
	background: transparent url(/images/emailUnreadDeclined.png) no-repeat scroll 50% 50%;
}

div.ViewResponseEmailPopup .blockUnread .accepted .icon,
div.ViewEventResponsePopup .blockUnread .accepted .icon {
	background: transparent url(/images/emailUnreadAccepted.png) no-repeat scroll 50% 50%;
}

div.ViewResponseEmailPopup .blockRead .declined .icon,
div.ViewEventResponsePopup .blockRead .declined .icon {
	background: transparent url(/images/emailReadDeclined.png) no-repeat scroll 50% 50%;
}

div.ViewResponseEmailPopup .blockRead .accepted .icon,
div.ViewEventResponsePopup .blockRead .accepted .icon {
	background: transparent url(/images/emailReadAccepted.png) no-repeat scroll 50% 50%;
}

div.ViewResponseEmailPopup .blockUnread .topContent,
div.ViewResponseEmailPopup .blockRead .topContent,
div.ViewEventResponsePopup .blockUnread .topContent,
div.ViewEventResponsePopup .blockRead .topContent {
    padding: 2px 30px 20px 5px;
}

div.ViewResponseEmailPopup .blockUnread .content,
div.ViewResponseEmailPopup .blockRead .content,
div.ViewEventResponsePopup .blockUnread .content,
div.ViewEventResponsePopup .blockRead .content {
    width: 435px;
    height: 100%;
    overflow: auto;
}

div.ViewResponseEmailPopup .blockUnread .declined .content,
div.ViewEventResponsePopup .blockUnread .declined .content {
	border-left: 10px solid #a70000;
}

div.ViewResponseEmailPopup .blockUnread .accepted .content,
div.ViewEventResponsePopup .blockUnread .accepted .content {
	border-left: 10px solid #00800f;
}

div.ViewResponseEmailPopup .blockRead .declined .content,
div.ViewEventResponsePopup .blockRead .declined .content {
	border-left: 10px solid #daa8a8;
}

div.ViewResponseEmailPopup .blockRead .accepted .content,
div.ViewEventResponsePopup .blockRead .accepted .content {
	border-left: 10px solid #a8ceac;
}

div.ViewResponseEmailPopup .accepted .response,
div.ViewEventResponsePopup .accepted .response {
    color: #00800f;
    font-weight: bold;
    margin-right: 3px;
}

div.ViewResponseEmailPopup .declined .response,
div.ViewEventResponsePopup .declined .response {
    color: #a70000;
    font-weight: bold;
}

div.ViewResponseEmailPopup .blockUnread .email,
div.ViewResponseEmailPopup .blockRead .email,
div.ViewEventResponsePopup .blockUnread .email,
div.ViewEventResponsePopup .blockRead .email {
    margin: 5px 30px;
    padding: 10px 0px;
    text-align: left;
}

/* ------------------ Default Bubble Popup Styles ------------------ */
.profilePopup {
    position: absolute;
    z-index: 2000;
}

.profilePopupRight {
    background: url(/images/popup_fixed_bg.png) no-repeat 0 0;
    padding: 5px 0 10px 20px;
}

.profilePopupLeft {
    background: url(/images/popup_fixed_bg_reverse.png) no-repeat 0 0;
    padding: 5px 10px 10px 5px;
}

.profilePopupAdvisorsRight {
    background: url(/images/popup_fixed_long_bg.png) no-repeat 0 0;
    padding: 5px 0 10px 20px;
}

.profilePopupAdvisorsLeft {
    background: url(/images/popup_fixed_long_bg_reverse.png) no-repeat 0 0;
    padding: 5px 10px 10px 12px;
}

/* ------------------ Profile Popup Styles ------------------ */

.popupProfileName {
	color: #0066cc;
	font-size: 16px;
	font-weight: bold;
	width: 485px;
	padding: 0 5px;
}

.popupProfileFlagged {
	color: #ffffff;
	width: 545px;
	height: 15px;
	margin-left: 5px;
	padding: 2px;
	text-align: left;
	overflow: hidden;
}

.popupProfileDivider {
    background: transparent url(/core/images/dottedLineBG.gif) repeat-x scroll 0 50%;
    width: 395px;
    padding: 5px 0;
}

.popupProfileAdvisorDivider {
    background: transparent url(/core/images/dottedLineBG.gif) repeat-x scroll 0 50%;
    width: 555px;
    padding: 5px 0;
}

.popupProfileAdvCardPopup {
    margin-top: 4px
}

.popupProfileEmailPopup {
    margin: 2px 10px 0 0;
}

.popupProfileCloseRight {
    right: 12px;
}

.popupProfileAdvisorCloseRight {
    right: 7px;
}

.popupProfileCloseLeft {
    right: 25px;
}

.popupProfileAdvisorCloseLeft {
    right: 15px;
}

.popupProfileVitals {
	width: 555px;
	height: 75px;
	overflow-x: hidden;
	overflow-y: auto;
}

.popupProfileElementRight {
    color: #666666;
    width: 532px;
    padding: 0 10px 0 5px;
    overflow: hidden;
    white-space: nowrap;
}

.popupProfileAdvisorElementRight {
    color: #666666;
    width: 532px;
    padding: 0 10px 0 5px;
    overflow: hidden;
    white-space: nowrap;
}

.popupProfileElementLeft {
    color: #666666;
    width: 532px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.popupProfileAdvisorElementLeft {
    color: #666666;
    width: 545px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.popupProfileJobTitle {
    color: #333333;
    height: 15px;
}

.popupProfileJobTitleLeft {
    color: #333333;
    margin-left: 5px;
}

.popupProfilePhone {
	margin-right: 100px;
}

.popupProfileBio {
    width: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}

.popupProfileAdviosrBio {
    width: 540px;
    height: 135px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}

/* ------------------ Comment Popup Styles ------------------ */

.popupComment {
	width: 380px;
	height: 200px;
	margin-top: 23px;
	padding: 5px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
}

/* ------------------ Advisor Link Legend Popup Styles ------------------ */

.advisorLinkColorLegend {
	margin: 5px 0 0 5px;
	padding: 0 3px;
	border: 1px solid #000000;
}

.advisorLinkColorLegendRed {
	background: #cc0000;
}

.advisorLinkColorLegendPurple {
	background: #9900ff;
}

.advisorLinkColorLegendBlack {
	background: #000000;
}

.advisorLinkColorLegendGreen {
	background: #008000;
}

.advisorLinkColorLegendPink {
	background: #ff00cc;
}

.advisorLinkColorLegendOrange {
	background: #FF9900;
}

.advisorLinkColorLegendBlue {
	background: #0066cc;
}

.advisorLinkColorLegendText {
	margin-left: 5px;
}
