﻿/* cnt: Content Styles */


/* Default DIV created by sitecore for the content area placeholder */
#content {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
}

#content p {
	width: 100%;

}

/*login controls style*/
/* TODO: Need to clean this up */

/*.LoginButton
{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: none;
	font-weight: bold;
	color: #005480;
	width: 50px;
	height: 19px;
	font-size: 10px;
}*/
/*
.logOutPhoneNumberColor
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #720000;
	font-weight: bold;
	font-size: small;
}
.logOutFirstNameLastNameCompany
{
	font-family: 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #434343;
	font-weight: bold;
}
.LoginErrorMessage
{
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.ForgotPasswordYourProfileLinkColor
{
	}
	
#logoutPanel a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #005480;
	font-size: 10px;
}

#LoginPanel a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #434343;
	font-size: 10px;
}
*/

/* Alternating Ledger Style for Content */
.cntLedgerOdd
{
	background-color:#fff;
}
.cntLedgerEven
{
	background-color:#ccc;
}

.cntLedgerOddNotes
{
	background-color:#fff;
}
.cntLedgerEvenNotes
{
	background-color:#ccc;
}


/* Offering Table */
.cntOfferingTable 
{
	margin-bottom: 20px;
}

.cntOfferingTable table
{
	padding: 0px;
	border: 0px;
	border: solid thin #909daa;
}

.cntOfferingTable caption
{
	
	/*background:#005480;*/
	background:url(/gfx/assets/bg_OfferingTableCaption.png) repeat-x;
	color:#FFF;
	font-size:11pt;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	/*border: solid thin #005480;*/
}

.cntOfferingTable caption table, .cntOfferingTable caption tbody
{
	background: none;
	border: none;
}

.cntOfferingTable caption table
{
	width: 100%;
}

.cntOfferingTable caption table td
{
	color:#FFF;
	font-size:11pt;
	font-weight: bold;
	padding: 0 !important;
}

.cntOfferingTable caption table td a, .cntOfferingTable caption table td a:visited
{
	color: #FFF;
	font-size: 8pt;
}

.cntOfferingTable tbody{
	background:#eee;
	color:#000;
	padding: 3px;
	font-size:10pt;
	vertical-align: bottom;
	border: solid thin #005480;
}


.cntBorderlessTable tbody
{
	border: none !important;
}

.cntBorderlessTable tbody td, .cntBorderlessTable tbody th
{
	padding: 4px 5px;
}

.cntOfferingTable th
{
	background-color: #EEE;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}

.cntOfferingTable td{
	color:#000;
	font-size:9pt;
	padding: 2px; 
	text-align: center;
	vertical-align: middle;
}

.cntOfferingTable td a, .cntOfferingTable td a:visited{
	color:#005480;
}

.cntOfferingTable td a:hover, .cntOfferingTable td a:active{
	color:#005480;
}

/* Offering Notes */
.cntOfferingTable td span{

}

.cntOfferingTable_Product
{
	border: solid thin #005480 !important;
	/*background-color: #aaa; */
	padding: 2px;
	font-weight: normal;
	vertical-align: middle;
}

.cntOfferingTable_Note
{
	padding-bottom: 5px; 
	font-size: 9pt;
	font-style: italic;
	padding-left: 20px;
	padding-right: 10px;
	color: #ccc;
	text-align: left !important;
}


/* End Offering Table */


/* Secondary Offerings */

/* Content is in an iFrame */
.cntSecondaryOfferings iframe
{
	height:800px;
}

/* Secondary Offerings */

/* SEC Search iFrame */
.cntSECDocumentSearch iframe
{
	width:800px;
	min-height: 500px;
	overflow-x: hidden;
	
}
/* SEC Search iFrame */




/* Key Indices Table */
.cntKeyIndicesTable 
{
	margin-bottom: 20px;
	border: solid thin #000;
    width: 570px;
}

.cntKeyIndicesTable  table
{
	width:auto;
	border-bottom: solid thin #000;
}

.cntKeyIndicesTable  caption
{
	
	background:#005480;
	color:#FFF;
	font-size:11pt;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border-bottom: solid thin #000;
}

.cntKeyIndicesTable  th{
	background:#005480;
	color:#FFFFFF;
	padding: 3px;
	font-size:10pt;
	border-bottom: solid thin #000;
}

.cntKeyIndicesTable  td{
	color:#000;
	padding: 3px;
}

.cntKeyIndicesTable  td a, .cntKeyIndicesTable  td a:visited{
	color:#005480;
}

.cntKeyIndicesTable  td a:hover, .cntKeyIndicesTable  td a:active{
	color:#005480;
}

.cntKeyIndicesTable td.indices-category
{
	background:#eee;
	color:#000;
	padding: 2px;
	font-size:10pt;
	border: solid thin #000;
}

.cntKeyIndicesTable a
{
	text-decoration: underline;
	cursor: pointer;
}

.cntKeyIndicesTable a:hover
{
	text-decoration: none;
}

/* End KeyIndicesTable */

/* Continuing Education */

.cntPhotoHeader, .cntPhotoHeaderJoinNow
{
	background: #005480;
	height: 100px;
}

.cntPhotoHeader {
	width: 790px;
}

.cntPhotoHeaderJoinNow
{
	width:700px;
	margin-bottom:20px;
}

.cntPhotoHeaderImage {

	height: 100px;
	width: 150px;
	float: left;

}

.cntPhotoHeaderText {
	float: left;
	padding: 30px;
	font-size: 16pt;
	font-weight: bold;
	color: #FFF;
	width: auto;
}

.cnt_CECourse {

}

/* Used to style the Course Completion Table */
.cnt_CEDashboard 
{
	border: solid thin #909daa;
	width: 100%;
}

.cnt_CEDashboard th
{
	font-weight: bold;
	background-color:#909daa;
}

.cnt_Disclaimer {

	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
}

/* Disclaimer for the financial Professional Pages */
.financialProfessional {
	margin: 10px;
	text-align: center;
}

/* Course Title Header */
.cnt_CECourse h4 {

	font-size: 16pt;
	font-weight: bold;
	color: #005480;
	margin:5px;
	padding:0px;
	
}

.cnt_CECourse img {
	text-align: center;	
}

.cnt_CEQuestion {
	/*float: left;
	width: 250px;
	height: 250px;*/
	margin: 5px;
	padding: 5px;
	border: solid thin #cccdd0;
}

.cnt_CEQuestion h4
{
	margin: 0px;
}

.cnt_CEAnswer {
	padding-left: 20px;
}

.cnt_CEPaginationForward {
	text-align: right;	
}


/* SI Library */

#si_library_content .company
{
	height: 50px; 
	width: 300px; 
	background-position: bottom left;
}
#si_library_content
{
	margin-left:20px;
}
#si_library_content .si_block
{
	float:left;
	margin: 10px 30px 20px 0px;
}
#si_library_content .si_block .group
{
	margin:10px 10px 0px 0px;
}
#si_library_content .si_block .group .group-link
{
	height: 25px; 
	margin-left: 10px; 
	padding-left: 30px; 
	width: 300px; 
}
#si_library_content .si_block .group img
{
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 0;
	margin: 0;
}

#si_library_content .si_block .group ul
{
	list-style: none;
	list-style-image: none;
	background: none;
	margin:0;
	padding:0;
}

/* Issuer Partner Content */
.cnt_IssuerPartner 
{
	float: left;
	width: 250px;
	height: 60px;
	margin: 5px;
	padding: 5px;
	border: solid thin #cccdd0;
}

.cnt_IssuerPartner p
{
	margin: 1px;
	padding: 1px;
	text-align: right;
}

.cnt_IssuerPartner table
{
	width:auto;
	width: 100%;
}

.cnt_IssuerPartner td
{
	vertical-align: top;
}

/* Related Links Content */
.cnt_RelatedLinks
{
	clear:both;

} 


.cnt_RelatedSite
{
	/*float: left;
	width: 250px; 
	height: 75px;*/
	padding: 5px;
	margin: 5px;
	border: solid thin #cccdd0;
} 

.cnt_RelatedSite img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.cnt_RelatedSite p
{
	vertical-align: top;
}

.cnt_RelatedSiteURL
{
	text-align: right;	
}

/* Sitecore Default Content */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH RESULTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search-results-category
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #818181;
	background-color: #CCCCCC;
	display: block;
}

.search-results-category .title
{
	display: block;
}

.search-results-category .link
{
	float: right;
	padding-right: 5px;
}

.search-results-hit a
{
	font-weight: bold;
}

.cntError
{
	color:Red;
}

.listSortable
{
	width: 400px;
	padding-top:10px;
}
.listSortable li
{
	border: 1px solid #DADADA;
	background-color: #EFEFEF;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: auto;
	list-style-type: decimal;
	color: #666666;
	display: list-item;
}
.listSortable li:hover
{
	background-color: #FFF;
	cursor: move;
}
.blog-title{
	background:#005480 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.blog-title a
{
	color:#FFFFFF;
	text-decoration:none;
}
.cntImageCell
{
	padding-right:10px;
}

#cntBioContainer
{
	padding-bottom:10px;
	float: left;
}

#cntBioImage
{
	float:left;padding:0px 10px 10px 0px;
}
a.toggleNotes
{
	cursor:pointer;
}
.rsslink {
	padding: 0px 0px 0px 17px;
	font-style: normal;
	background: url("/gfx/assets/rss.gif") 0 2px no-repeat;
}
a.toggleNotesAll
{
	cursor:pointer;
	color: Blue;
	text-decoration: underline;
}
a.toggleNotesAll:hover
{
	text-decoration: none;
}
.rsslink {
	padding: 0px 0px 0px 17px;
	font-style: normal;
	background: url("/gfx/assets/rss.gif") 0 2px no-repeat;
}

/*added for user manager page*/

div.cntUserManagerDiv
{
	border: 1px black solid; 
	padding: 3px;
	padding-top: 5px;
	padding-left: 10px;
}

div.cntUserManagerDivLeft { width: 383px; height: 150px; border: 1px solid; float: left}
div.cntUserManagerDivRight { width: 383px; height: 150px; border: 1px solid; float: right}

.calendarLegend
{
	border: solid 1px #000000;
	margin: 10px 0;
}
.calendarLegend td
{
	padding: 3px;
	text-align: center;
}
.calendarLegendHeader
{
	width: 180px;
}
.calendarLegendItem
{
	color: #FFFFFF;
	width: 100px;
}
#productDialogContent table td
{
	padding: 3px;
}
