

/* @group Login/Signup Boxes */

#loginBox {
	font-size: 11px;
	margin-top: 0;
	float: right;
	height: 30px;
	padding-top: 7px;
	text-align:  right;
}

#loginBox .inputField {
    float: left;
    padding-top: 6px;
    margin-left: 12px;
}

#loginBox input {
    font-size: 11px;
    border: 1px solid #999;
    height: 14px;
    width: 125px;
    margin-left: 5px;
}

#loginBox #loginButton {
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    #margin-top: 7px;
}

#emailMeMyPassword {
    float: left;
    color: #000;
    text-align: left;
    margin-left: 6px;
}


.emailPassword a {
    color: #000;
    text-decoration: underline;
}

.emailPassword a:hover {
    text-decoration: none;
}


.emailPassword a {
    color: #000;
    text-decoration: underline;
}

.emailPassword a:hover {
    text-decoration: none;
}


.notLoggedIn .wide {
    float: right;
    width: 228px;
    padding-right: 6px;
    #width: 226px;
}

.notLoggedIn .narrow {
    float: right;
    width: 105px;
}


/* @end */

/* @group RegisterDialog */



.dialog .error {
	width: 165px;
	float: left;
	height: 20px;
}


.dialog .details {
	margin-left: 25px;
}

.dialog .details a {
    color: #00aadd !important;
}

.dialog .row {
    margin-top: 8px;
}

.dialog .label {
    float: left;
    width: 170px;
    padding: 5px 10px 0 0;
    text-align: right;
}

.dialog .wideLabel {
    text-align:center;
    margin:25px 45px;
}

.dialog .centerLabel {
    text-align:center;
    margin:20px 0 10px;
    display:block;
    clear: both;
}


.dialog .wideLabelShort {
    text-align:center;
    margin:15px 85px 5px ;
}

.dialog .bottomLabel {
    text-align:center;
    margin:30px 45px 100px 45px;
}

.dialog .centerValue{
	overflow: hidden;
	float: left;
	position: relative;
	margin: 10px 0 0 50px;
}




.dialog .wideLabel a {
    color: #F47030;
    text-decoration: none;
    cursor:pointer;
}

.dialog .wideLabel a:hover {
    cursor:pointer;
    text-decoration: underline;
}


.dialog .value {
	overflow: hidden;
	float: left;
	width: 222px;
	position: relative;
}


.dialog .okField {
	background: url(/images/icons/checkmark.gif) no-repeat;
	height: 18px;
	width: 20px;
	margin-left: 10px;		
}




/* @end */

.container .errorIcon,
.headerField .errorIcon {
	display: none;
	position: absolute;
	z-index: 111;
	right: 3px;
	top: 6px;
	width: 18px;
	height: 18px;
	background: url(/images/icons/icon_warning_on_red.png) no-repeat;
	border: none;
}

.errorField .errorIcon {
	display: inline !important;
}

.errorText {
	color: #820000;
}

.fieldTip {
	position: absolute;
	left: -500px;
	width: 224px;
	z-index: 120;
}

.fieldTip .top {
	height: 39px;
}

.fieldTip .body {
	width: 215px; 
	font-size: 11px;
}

.fieldTip p {
	margin-bottom: 8px; 
	margin-top: 8px;
}

.fieldTip h3 {
	font-size: 13px;
	font-weight: bold; 
	margin-bottom: -3px;
	#margin-top: -2px;
}

.fieldTip .innerBody {
	margin-top: -39px; 
	float: left; 
	padding: 15px;
	_position: relative;
	margin-bottom: -24px;
}

.fieldTip .bottom {
	height: 17px;
	width: 215px; 
}



#errorMessage {
    color: #f00;
    text-align: right;
    font-size: 12px;
}


/* @end */




#loginpwd_container, #loginuser_container {
	display: inline;
	width: 153px;
	#width: 151px;
}

#loginErrorMessage {
	background: #F9E5F0;
	color: #C40067;
	font-size: 10px;
	height: 14px;
	line-height: 10px;
	left: 0;
	top: -21px;
	position: absolute;
	text-align: center;
	width: 347px;
	padding-top: 3px;
}
#loginErrorMessageInner {
	padding-top: 2px;
}

#forgotPasswordWrapper {
	margin-top: 2px;
	padding-left: 184px;
}

#pageHeader .notLoggedIn input {
	-moz-box-shadow: inset 2px 2px 4px #eee;
	-webkit-box-shadow: inset 2px 2px 4px #eee;
	box-shadow: inset 2px 2px 4px #eee;
	border: 1px solid #d6d6d6;
	color: #666;
	display: inline;
	font-size: 11px;
	height: 23px;
	margin: 0;
	padding: 0 6px;
	width: 157px;
}


#pageHeader .notLoggedIn .row1 .signInButton {
	background: #009bc9;
}

#pageHeader .notLoggedIn .wide {
    float: right;
    width: 228px;
    padding-right: 6px; #width: 226px;
}

#pageHeader .notLoggedIn .narrow {
	float: right;
	width: 105px;
}

#pageHeader .notLoggedIn .errorField input,
#pageHeader .notLoggedIn .errorField select
{
	border: 1px solid #c40067;
	color: #c40067;
}

.topHeader .notLoggedIn .row1 {
	color: #333;
	height: 17px;
	font-weight: bold;
	float: right;
	margin-bottom: 5px;
	text-align: right;
	width: 750px;
}

.topHeader .notLoggedIn .row2 {
	font-size: 10px;
	float: right;
	padding-top: 21px;
	width: 750px;
}

.topHeader .notLoggedIn .row3 {
	float: right;
	text-decoration: underline;
	text-align: right;
	width: 750px;
}

.notLoggedIn #loginButton {
	float: right;
	margin-left: 5px;
}

#forgotPassword {
	color: #999;
}

#forgotPassword:hover {
	color: #f47030;
	text-decoration: none;
}

.notLoggedIn #loginInputContainer {
	float: right;
	position: relative;
	width: 347px;
}

#pageHeader .notLoggedIn #loginuser {
	margin-right: 5px;
}

.notLoggedIn .row1 .signInButton {
	background: #009bc9;
}




#historytable {
	clear: left;
	width: 972px;
}

#historytable thead {
	background-color: #333;
	color: white;
}

#historytable thead .reverse_sort,
#historytable thead .forward_sort
{
	background-image: linear-gradient(bottom, #333, #000);
}

.msie #historytable thead .reverse_sort, 
.msie #historytable thead .forward_sort
{
	background: #000 none;
}

#historytable thead .reverse_sort .sortIndicator {
    border: 6px solid #000000;
	border-top-color: #ccc;
	float: left;
	height: 0;
	margin: 13px 0 0 5px;
	padding: 0;
	width: 0;
}

.msie #historytable thead .reverse_sort .sortIndicator
{
    border: 6px solid #000000;
    border-top-color: #ccc;
}

#historytable thead .forward_sort .sortIndicator {
    border: 6px solid #000000;
    border-top-color: #ccc;
	
	float: left;
	height: 0;
	margin: 7px 0 0 5px;
	padding: 0;
	width: 0;
}

.msie #historytable thead .forward_sort .sortIndicator
{
    border: 6px solid #000000;
    border-top-color: #ccc;
}

#historytable th {
	cursor: pointer;
	border-left: 1px solid #696969;
	border-right: 1px solid #030303;
	padding-left: 15px;
	text-align: left;
	vertical-align: center;
}

#historytable th.nosort {
	cursor: auto;
}

#historytable .firstCell {
	border-left: none !important;
}

#historytable td {
	border-bottom: 1px solid #ccc;
	line-height: 14px;
	padding: 8px 15px;
	text-align: left;
	vertical-align: top;
}


.tableContent {
	display: block;
	float: left;
	line-height: 30px;
}

.titleColumn {
	width: 110px;
}

.topicsColumn {
	width: 466px;
}

.commentsColumn {
	width: 80px;
}

.eventsColumn {
	width: 80px;
}

.startedColumn {
	width: 100px;
	white-space: nowrap;
}

.lastCommentColumn {
	width: 80px;
	white-space: nowrap;
}

#historytable .lastCommentColumn {
	padding-left: 0;
    text-align: center;
}

#historytable .remindColumn {
	text-align: center;
	width: 60px;
	white-space: nowrap;
}

#historytable .alt{
	background-color:#eee;
}


#historytable .activateResendBtn{
	background-color: #f47030;
	border-right: 1px solid #f47030;
	cursor:pointer !important;
}


/* @group QSpaces */

.passwordPrompt {
	margin: 10px auto;
	width: 550px;
}
.passwordPrompt .block { background-color: #faf2e1; padding: 16px; color: #333; }
.passwordPrompt .innerBlock { background-color: #f2f2f2; padding: 20px; margin: 0 auto; width: 227px; }
.passwordPrompt .title { font-size: 18px; margin-bottom: 8px; }
.passwordPrompt .username { 
	font-size: 14px;
	padding-bottom: 10px; 
	border-bottom: 1px solid #ccc; 
	margin-bottom: 10px;
	font-weight: bold;
}
.passwordPrompt .explanation { 
 	font-weight: bold;
 	font-size: 14px;
 	text-align: center; 
 	border-bottom: 1px solid #ccc; 
 	margin-bottom: 12px;
	padding-bottom: 12px;
}
.passwordPrompt .error { color: #cc0000; font-weight: bold; margin-bottom: 10px; }
.passwordPrompt .passwordBlock { border: 1px solid #8c8c8c; width: 225px; margin-bottom: 10px;}
.passwordPrompt input { border: 0; height: 20px; line-height: 20px; padding-left: 8px; width: 220px; }


/* May 2016.  Hope to migrate to this*/
.pwHidden {
    display:none
}

.pwShown {
    display:block
}

.pwNoOverflow {
    overflow:hidden;
    padding-right:17px;
}

.pwDlg {
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.25); /* Black w/ opacity */
}

.pwDlgInner {
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
    box-shadow: 0 0 15px #666;
    opacity: 1.0;
    filter:alpha(opacity=100);
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0;
    border: 1px solid #888;
    width: 380px;
}

.pwDlg .title {
    height: 35px;
	background-color: #000000;
    color: #ffffff;
	font-weight: normal;
}

.pwDlg .pwDlgCaption {
    line-height: 35px;
	font-size: 18px;
    padding-left: 15px;
	float: left;
}

.pwDlg .pwDlgClose {
    padding-left: 12px;
    padding-top: 9px;
	width: 43px;
    height: 26px;
    background-color: #009ac8;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
	float: right;
}

.pwContent {
    padding: 5px 20px 15px;
}

.pwPw,
.addcontent #popupPwDlg .pwPw
{
    margin-right: 20px;
    width: 230px;
    padding: 4px;
    border: 1px solid #d6d6d6;
}

.pwBtn {
    margin-left: 10px;
}

.pwDlg .oneline {
    padding-top: 15px;
}

.pwDlg .popupPwDlgMsg {
	font-size: 13px;
}

.pwDlg .forgotPassword {
    font-size: 12px;
    padding-bottom: 10px;
    float: left;
}

.pwDlg .error {
	float: left;
	color: #c40067;
	margin-left: 25px;
	font-weight: bold;
}

.pwDlg .buttonContainer { float: left; width: 70px; }


/* @end */.newsChannel {
	padding-top: 22px;
}


.newsChannel .smallTitle{
	margin: 6px 0 !important;
}
.newsChannel .description  {
    color: #AFAFAF;
    font-family: "PT Serif", serif;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
	padding-top: 5px;
}

.newsChannel .univOrangeBgBtn#newsChannelViewMore {
	width: 100%;
	box-sizing: border-box;
}


.newsChannel .univWhiteBgBtn#newsChannelViewMore {
	width: 100%;
	box-sizing: border-box;
	border-color: #B0B0B0;
}


.newsChannel .lastItem {
	margin-bottom : 26px;
}

.newsChannel .centerAlignedContainer{
		width:100%;
		text-align: center;
}

.newsChannel .emptyMessage {
	color: #AFAFAF;
	font-family: "PT Serif", serif;
	font-size: 12px;
	padding: 5px 10% 0 10%;
	text-align: center;
	text-align-last: center;
}


/* general */

.dpBasic .smallTitle {
    margin-bottom: 15px;
}

.dpBasicLockedVerticalSpacing .summaryHtml {
    height: 75px;
}

.dpBasic .image {
    border: none;
    position: relative;
}

.dpBasic .image img {
    border: 1px solid #ccc;
}

.dpBasic .image .smallBurst {
    top: -1px;
}

.dpBasicLockedVerticalSpacing .largeTitle {
    height: 45px;
    position: relative;
}

.dpBasicLockedVerticalSpacing .largeTitle .title {
    position: absolute;
    bottom: 15px;
}


.dpBasic .title {
    font-size: 16px;
    color: #F99B25;
    font-weight: 600;
}

.dpBasic .normalTitle {
    padding-bottom: 5px;
}

.dpBasic .largeTitle {
    padding-bottom: 15px;
    padding-top: 2px;
}

.dpBasic .largeTitle .title {
    font-weight: bold;
    font-size: 18px;
    color: #f47030;
    text-decoration: none;
}

.dpBasic .largeTitle .title:hover
{
    text-decoration: underline;
    color: #f47030;
}



.dpBasic .dpBasicSlideLarge252, .dpBasic .dpBasicAuthorLarge,
.dpBasic .dpBasicImageLargeAuthorSideTitle,
.dpBasic .dpBasicImageLargeSlideSideTitle
{
    padding: 0 0 10px 0;
}

.dpBasic .dpBasicSlideMed140,
.dpBasic .dpBasicSlideSmall120,
.dpBasic .dpBasicSlideThumbnail,
.dpBasic .dpBasicSlideSmallBurst,
.dpBasic .dpBasicSlideNoImage,
.dpBasic .dpBasicSlideAlt120,
.dpBasic .dpBasicSlideAlt140,
.dpBasic .dpBasicNewsDefault,
.dpBasic .dpBasicNewsFeatured,
.dpBasic .dpBasicEducation
{
    margin-bottom: 8px;
}


.dpBasic .dpBasicplain {
    margin-bottom: 15px;
}

.dpBasic .dpBasicgray {
    margin-bottom: 5px;
    padding: 15px;
    background: #eee;
}

.dpBasic .lastItem .dpBasicItem {
    margin-bottom: 0;
}




/* dpBasicAuthorSmall */

.dpBasic .dpBasicAuthorSmall {
    min-height: 135px;
    margin-bottom: 5px;
}

.dpBasic .dpBasicAuthorSmall .image {
    position: relative;
    width: 90px;
    margin-right: 15px;
}


.dpBasic .dpBasicAuthorSmall .image img,
.dpBasic .dpBasicAuthorSmall .aimage
{
    width: 90px;
    height: 120px;
    margin-bottom: -122px;
}

.dpBasic .dpBasicAuthorSmall .image .smallBurst.cme {
    top: 95px;
}

.dpBasic .dpBasicAuthorSmall  .normalTitle,
.dpBasic .dpBasicAuthorSmall  .title
{
    font-size:18px;
    font-weight: 600;
    cursor: pointer;
}

.dpBasic .dpBasicAuthorSmall  .normalTitle a{
    color: #232323;
    cursor: pointer;
}


.dpBasic .dpBasicAuthorSmall .details {
    margin-left: 105px;
    display: table;
    font-size:12px;
    min-height: 88px;
    color: #232323;
}

.dpBasic .dpBasicAuthorSmall .details .text {
    font-size : 14px;
    font-family: "PT Serif", serif;
    color: #868686;
}



/* ?? */

.dpBasic .dpBasicImageLargeAuthorSideTitle .dpBasicImageLargeSideTitleDetails,
.dpBasic .dpBasicImageLargeSlideSideTitle .dpBasicImageLargeSideTitleDetails
{
    min-height: 189px;
}

.dpBasic .dpBasicImageLargeSlideSideTitle .dpBasicSlideLargeSideTitle252DetailsMargin {
    margin: 5px 0 0 267px;
}

.dpBasic .dpBasicImageLargeAuthorSideTitle .dpBasicAuthorLargeSideTitleDetailsMargin {
    margin: 5px 0 0 157px;
}


.dpBasic .dpBasicSlideLarge252 .largeDetails {
    margin-left: 254px;
}


.dpBasic .dpBasicAuthorLarge .largeDetails {
    margin-left: 144px;
}

.dpBasic .largeDetails .detailItem {
    height: 44px;
    padding: 19px 11px 0 15px;
    border-bottom: 1px solid #ddd;
}


.dpBasic .largeDetails .lastDetailItem {
    border-bottom: 0;
}
.dpBasic .largeDetails .detailItem .author
{
    padding-top: 8px;
}

.dpBasic .dpBasicImageLargeAuthorSideTitle .image
{
    float: left;
    position: relative;
    width: 142px;
}
.dpBasic .dpBasicImageLargeAuthorSideTitle .image .slideWidth
{
    width: 142px;
}

.dpBasic .dpBasicImageLargeSlideSideTitle .image
{
    float: left;
    position: relative;
    width: 252px;
}
.dpBasic .dpBasicImageLargeSlideSideTitle .image .slideWidth
{
    width: 252px;
}

.dpBasic .dpBasicSlideLarge252 .image {
    width: 252px;
    position: relative;
}

.dpBasic .dpBasicSlideLarge252 .image img,
.dpBasic .dpBasicSlideLarge252 .aimage
{
    width: 252px;
    height: 189px;
    margin-bottom: -191px;
}


/* dpBasicAuthorLarge */

.dpBasic .dpBasicAuthorLarge .image {
    position: relative;
    width: 142px;
}

.dpBasic .dpBasicAuthorLarge .image img,
.dpBasic .dpBasicAuthorLarge .aimage
{
    width: 142px;
    height: 189px;
    margin-bottom: -191px;
}

.dpBasic .dpBasicAuthorLarge .image .smallBurst {
    top: 11px;
}



/* dpBasicSlideMed140 */

.dpBasic .dpBasicSlideMed140 .image,
.dpBasic .dpBasicSlideAlt140 .image{
    width: 140px;
}

.dpBasic .dpBasicSlideMed140 .image img,
.dpBasic .dpBasicSlideMed140 .aimage,
.dpBasic .dpBasicSlideAlt140 .image img,
.dpBasic .dpBasicSlideAlt140 .aimage
{
    width: 140px;
    height: 105px;
    margin-bottom: -107px;
}


.dpBasic .dpBasicSlideMed140 .details,
.dpBasic .dpBasicSlideAlt140 .details
{
    margin-left: 155px;
    min-height: 107px;
    _height: 107px;
}




/* dpBasicSlideSmall120 */

.dpBasic .dpBasicSlideSmall120 .image,
.dpBasic .dpBasicSlideAlt120 .image,
.dpBasic .dpBasicNewsDefault .image,
.dpBasic .dpBasicNewsFeatured .image {
    width: 120px;
}


.dpBasic .dpBasicSlideSmall120 .image img,
.dpBasic .dpBasicNewsDefault .image img,
.dpBasic .dpBasicNewsFeatured .image img,
.dpBasic .dpBasicSlideSmall120 .aimage,
.dpBasic .dpBasicNewsDefault .aimage,
.dpBasic .dpBasicNewsFeatured .aimage,
.dpBasic .dpBasicSlideAlt120 .image img,
.dpBasic .dpBasicSlideAlt120 .aimage
{
    width: 120px;
    height: 90px;
    margin-bottom: -92px;
}


.dpBasic .dpBasicSlideAlt120,
.dpBasic .dpBasicSlideAlt140 {
    font-size: 11px;
}

.dpBasic .dpBasicSlideAlt120 .row .label,
.dpBasic .dpBasicSlideAlt140 .row .label
{
    float: left;
    width: 70px;
    text-align: right;
    color: #999;
}

.dpBasic .dpBasicSlideAlt120 .row .value,
.dpBasic .dpBasicSlideAlt140 .row .value
{
    margin-left: 80px;
    color: #999;
    margin-top: 2px;
    text-transform: lowercase;
}

.dpBasic .dpBasicSlideAlt120 .row .comments,
.dpBasic .dpBasicSlideAlt140 .row .comments
{
    background: url(/images/icons/comment.gif) no-repeat right 2px;
    height: 13px;
}

.dpBasic .dpBasicSlideSmall120 .details,
.dpBasic .dpBasicSlideAlt120 .details
{
    margin-left: 135px;
    min-height: 92px;
    _height: 92px;
}




/* dpBasicAuthorTiny */

.dpBasic .dpBasicAuthorTiny {
    margin-bottom: 8px;
    min-height: 88px;
}


.dpBasic .dpBasicAuthorTiny .image {
    position: relative;
    width: 30px;
    height: 0;
    margin-right: 15px;
}


.dpBasic .dpBasicAuthorTiny .image img,
.dpBasic .dpBasicAuthorSmall .aimage
{
    width: 30px;
    height: 40px;
    margin-bottom: -33px;
}


.dpBasic .dpBasicAuthorTiny .details
{
    margin-left: 42px;
    min-height: 42px;
    _height: 42px;
}


.dpBasic .dpBasicAuthorTiny  .title {
    font-size:16px;
    font-weight: 600;
    cursor: pointer;
}

.dpBasic .dpBasicAuthorTiny  .normalTitle {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.dpBasic .dpBasicAuthorTiny  .normalTitle a {
    color: #232323;
    cursor: pointer;
}

.dpBasic .dpBasicAuthorTiny .details {
    display: table;
    font-size:12px;
    min-height: 88px;
    color: #232323;
}

.dpBasic .dpBasicAuthorTiny .details .text{
    padding-top: 0;
    color: #868686;
}

.dpBasic .dpBasicAuthorTiny .details .cme{
    margin-top: 10px;
    color: #00B1B7;
    font-weight: 600;
}




/* dpBasicThumbnail */

.dpBasic .dpBasicThumbnail .image img,
.dpBasic .dpBasicThumbnail .aimage
{
    width: 32px;
    height: 32px;
    margin-bottom: -34px;
}


.dpBasic .dpBasicThumbnail .details {
    margin-left: 47px;
    min-height: 34px;
    _height: 34px;
}


/* */









/* dpBasicSmallBurst */

.dpBasic .dpBasicSmallBurst .details .text{
    padding-top: 0;
    color: #868686;
}


.dpBasic .dpBasicSmallBurst .details {
    display: table;
    font-size:12px;
    color: #232323;
    margin-left: 50px;
    min-height: 40px;
    _height: 40px;

}

.dpBasic .dpBasicSmallBurst  .title
{
    font-size:16px;
    font-weight: 600;
    cursor: pointer;
}




/*  */


.dpBasic .detailCategory
{
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.dpBasic .detailValue
{
    font-weight: bold;
}


.dpBasic .ratingStars {
    background: url(/images/icons/spaced_icon_stars.png) no-repeat;
    height: 10px;
    float: left;
    line-height: 0;
    font-size: 0;
}

.dpBasic .ratingStars1 { width: 15px; }
.dpBasic .ratingStars2 { width: 30px; }
.dpBasic .ratingStars3 { width: 45px; }
.dpBasic .ratingStars4 { width: 60px; }
.dpBasic .ratingStars5 { width: 75px; }

.dpBasic .author { padding-bottom: 2px; }
.dpBasic .authorName { font-weight: bold; }

.dpBasic .row {
    font-size: 11px;
    color: #666;
    margin-bottom: 4px;
    margin-top: 6px;
    line-height: 11px;
}

.dpBasic .row+.row {
    margin-top: 0;
}



/* dpBasicNewsDefault, dpBasicNewsFeatured, dpBasicEducation */

.dpBasic .dpBasicNewsDefault .image,
.dpBasic .dpBasicNewsFeatured .image,
.dpBasic .dpBasicEducation .image
{
    margin-right: 15px;
}


.dpBasic .dpBasicNewsDefault {
}

.dpBasic .dpBasicNewsFeatured {
}




.dpBasic .dpBasicEducation {
    min-height: 88px;
}


.dpBasic .dpBasicEducation .image {
    width: 105px;
    float: left;
}

.dpBasic .dpBasicEducation .image img,
.dpBasic .dpBasicEducation .aimage
{
    width: 105px;
    height: 80px;
    margin-top: 6px;
}


.dpBasic .dpBasicEducation .image .smallBurst.cme {
    top: 44px;
}


.dpBasic .dpBasicEducation .image .smallBurst {
    top: -14px;
}


.dpBasic .dpBasicNewsDefault  .title,
.dpBasic .dpBasicNewsFeatured .title,
.dpBasic .dpBasicEducation  .title
{
    font-size:18px;
    font-weight: 600;
    cursor: pointer;
}


.dpBasic .dpBasicNewsFeatured  .title {
    font-size: 21px;
}


.dpBasic .dpBasicNewsDefault .title a,
.dpBasic .dpBasicNewsFeatured .title a,
.dpBasic .dpBasicEducation .title a {
    color: #232323;
    cursor: pointer;
}


.dpBasic .dpBasicNewsDefault .details,
.dpBasic .dpBasicNewsFeatured .details,
.dpBasic .dpBasicEducation .details {
    display: table;
    font-size:12px;
    color: #B0B0B0;
}

.dpBasic .dpBasicEducation .details {
    min-height: 88px;
    color: #232323;
}

.dpBasic .dpBasicNewsFeatured  .details .text,
.dpBasic .dpBasicEducation .details .text {
    font-size : 14px;
    font-family: "PT Serif", serif;
    color: #868686;
}

.dpBasic .dpBasicEducation .details .publishedDate {
   font-style: italic;
   font-size: 12px;
   color: #B0B0B0;
}

.dpBasic .dpBasicNewsDefault .details .publishedDate,
.dpBasic .dpBasicNewsFeatured .details .publishedDate {
    font-style: italic;
}

.dpBasic .dpBasicNewsDefault .details .source,
.dpBasic .dpBasicNewsFeatured .details .source {
    font-weight: 600;
    font-style: italic;
}

.dpBasic .dpBasicNewsDefault .source *,
.dpBasic .dpBasicNewsFeatured .source * {
    display: inline-block;
}



/*Small burst */

.dpBasic .dpBasicSmallBurst {
    margin-bottom: 0;
    min-height: 40px;
}


.dpBasic .dpBasicSmallBurst .image {
    margin-right: 15px;
}

.dpBasic .dpBasicSmallBurst .image img,
.dpBasic .dpBasicSmallBurst .aimage
{
    width: 38px;
    height: 38px;
    margin-bottom: -40px;
    border: none;
}


.dpBasic .dpBasicSmallBurst  .normalTitle {
    margin-bottom: 10px;
    padding-bottom: 0;
}


.dpBasic .dpBasicSmallBurst  .normalTitle a{
    color: #232323;
    cursor: pointer;
}


.dpBasic .dpBasicSmallBurst .commentRow,
.dpBasic .dpBasicSmallBurst .heatRow {
    display: inline-block;
    color: #868686;
    font-size: 12px;
    font-style: italic;
}

.dpBasic .dpBasicSmallBurst .heatRow .label,
.dpBasic .dpBasicSmallBurst .heatRow .value {
    display: inline-block;
    text-transform: lowercase;
    color: #B0B0B0;
}


.dpBasic .dpBasicSmallBurst .ratingRow{
    color: #B0B0B0;
    font-size: 12px;
    font-style: italic;
}


.tagsMenue{
	width: 100%;
	border-right: 1px solid #CFD8DC;
	background-color: #FFFFFF;

	box-sizing:border-box;
	padding: 0 13px 0 0;
}


.tagsMenue .keywordCategory{
	padding-bottom: 30px;
	padding-top: 22px;
	border-bottom: 1px solid #CFD8DC;
}

.tagsMenue .keywordCategory .formats, 
.tagsMenue .keywordCategory .topics {
	padding-top:5px;
}

.tagsMenue .keyword {
	color: #333;
	cursor: pointer;
	font-size:14px;
	font-weight:normal;
	padding-right: 13px;
	padding-left: 10px;
	text-indent: -10px;

}

.tagsMenue .keyword.topic p:first-child:hover,
.tagsMenue .keyword.format:hover
{
	text-decoration: underline;
}



.tagsMenue .keyword.myTopics{
	margin-bottom:20px;
}


.tagsMenue .keyword.myTopics .edit{
	color: #F99B25;
	font-size: 10px;
	cursor: pointer;
	padding-left: 20px;
	margin-left: 7px;
	background: url(/images/icons/left-nav-gear-@2x.png) no-repeat 0 0;
	background-size: 12px 12px;
	display:none;
}


.tagsMenue .topicsCoverage{
	font-family: 'PT Serif', Georgia, Times New Roman, serif;
	font-style: italic;
	font-size: 12px;
	color: #898989;
}

.tagsMenue .topicsCoverage.partial{

	padding-top: 20px;
}

.tagsMenue .keyword.topic .level2{
	display: none;

}

.tagsMenue .keyword.selected{
	color: #00B1B7;
	cursor: unset;
	font-weight:bold;
	background: url(/images/icons/left-nav-arrow-@2x.png) no-repeat 100% 4px;
	background-size: 13px 13px;
}

.tagsMenue .keyword.topic.expanded .level2{
	display: block;

}


.tagsMenue .keyword.myTopics.selected .edit{
	display: unset;
}


.tagsMenue .keyword .level2{
	width: 100%;
	margin-left: 15px;
}
.headerImageContainer {
    width: 793px;
    height: 259px;
    background: url('/images/backgrounds/banner/login_banner_bg.jpg') no-repeat;
    background-size: cover;
    font-family: "Source Sans Pro", sans-serif;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}

.headerSecLeft {
    width: 430px;
    position: absolute;
    left: 30px;
}

.headerSubHeading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
}

.headerSecRight {
    position: absolute;
    right: 30px;
    display: inline-block;
}

.headerHeading {
    font-size: 31px;
    font-weight: 600;
    margin-top: 65px;
    margin-bottom: 30px;

}

.loginBannerSignUpBtn {
    height: 35px;
    width: 129px;
    border: 1px solid #F99B25;
    background-color: #F99B25;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.loginBannerLearnMore {
    height: 35px;
    width: 100px;
    border: 1px solid #F99B25;
    background-color: #FFFFFF;
    color: #F99B25;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    cursor: pointer;
    margin-left: 15px;
}

.loginInput {
    padding-left: 8px;
    height: 35px;
    width: 236px;
    background-color: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 200;
    display: block;

}

.errorField .loginInput {
    border-color : #e6245c;

}

.loginBannerEmail {
    border: 1px solid #F89B24;
    margin-bottom: 7px;
}


.loginBannerPass {
    border: 1px solid #AFAFAF;
}


.loginBannerEmail::-webkit-input-placeholder { color: #F89B24 }
.loginBannerEmail::-moz-placeholder { color: #F89B24 }
.loginBannerEmail:-ms-input-placeholder { color: #F89B24 }
.loginBannerEmail:-moz-placeholder { color: #F89B24 }
.loginBannerPass::-webkit-input-placeholder { color: #AFAFAF }
.loginBannerPass::-moz-placeholder { color: #AFAFAF }
.loginBannerPass:-ms-input-placeholder { color: #AFAFAF }
.loginBannerPass:-moz-placeholder { color: #AFAFAF }

.loginBtn {
    height: 35px;
    width: 74px;
    border: 1px solid #F99B25;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #F99B25;
    margin-top: 17px;
    margin-bottom: 17px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    cursor: pointer;
}

.loginBtn.disabledButton{
    color: #AFAFAF;
    cursor: default !important;
}

.loginHeading {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 32px;
    font-weight: normal;
}

.forgotPass {
    color: #E2E2E2;
    font-weight: 200;
}

#resetPass {
    text-decoration: underline;
    color: #E2E2E2;
    font-weight: normal;
}

.headerImageContainer .error {
    color: #F99B25;
    font-size: 14px;
    min-width: 195px;
    min-height: 35px;
    position: absolute;
    margin-left: 5px;
    margin-top: 17px;
    margin-bottom: 17px;
}


