@charset "utf-8";

/***********************************************/
/* Header Divs                              */
/***********************************************/

body {
	margin:0px;
	margin-top: 0px;
	background-color: #98BDDA;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	color: #000000;
	line-height: +1.5;
	background-image:url(../Images/bg_circles.gif);
	background-repeat:repeat-x;
	background-position: 800 400;
	background-attachment:fixed;
	/*font-family:Arial, Helvetica, sans-serif;*/
}

#headerTop {
	background-image: url(../images/bannerBack.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 93px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#headerTop #seal {
	height: 93px;
	width: 298px;
	float: left;
}
#headerTop #navbar {
	float: right;
	width: 200px;
	margin-top: 14px;
	font-size: 11px;
	color: #CCCCCC;
	margin-right: 0px;
	display:block;
	clear: right;
}

#headerTop #navbar a:link, #headerTop #navbar a:visited, #headerTop #navbar a:active{
	color: #CCCCCC;
	text-decoration: none;
}

#headerTop #navbar a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}

#secWordGraphic {
	float: right;
	right: 8px;
	width:393px;
	height:28px;
	clear: right;
	margin-top: 19px;
}
#headerBottom {
	background-image: url(../images/sealBot.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
}
#PageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	margin-left: 160px;
	padding-top: 25px;
}

#searchHome {
	float: right;
	font-size: 10px;
	width: 150px;
	margin: 15px 10px 0 0;
}

#searchHome a{
	text-decoration: none;
	color: #bf0023;
}
#searchHome a:visited, #searchHome a:active{
	text-decoration: none;
	color: #bf0023;
}
#searchHome a:hover{
	text-decoration: underline;
	color: #bf0023;
}


#ideaLogo {
	float: right;
	width: 150px;
	height: 64px;
}

/***********************************************/
/* Breadcrumb Divs                              */
/***********************************************/

.OuterTable {
	background-image:url(../images/shadow-outer.jpg);
	background-repeat:repeat-y; 
	background-color:#98BDDA;
}
#breadCrumbs {

	padding: 0px 0 0px 0px;
/*	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #51702D;
	border-bottom-color: #51702D;
	border-bottom-style: solid;*/
	background:url(../images/NavOff.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	height: 40px;
}

#menu-container
	{
	/*&top: 1em;*/
	padding: 0 0 0 17em;
	}
	
#navbar, #navbar ul {
	float: left;
	width: 31em;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: solid thin #98C0F4;
	border-width: 0 0;
	border-left: #FFFFFF thin solid;
	margin: 0 0 0 0;
}

#navbar a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0.7em 2em;
}

#navbar a.daddy {
	background: url(downarrow.gif) center left no-repeat;
}

#navbar li {
	background:url(../images/NavOff.jpg);
	background-repeat:repeat-x;
	border-right: #FFFFFF thin solid;
	float: left;
	padding: 0 0 0 0;
	vertical-align:middle;
	width: 10em;
	height: 40px;
}

#navbar li ul {
	position: absolute;
	/*left: -999em;*/
	display:none;
	height: auto;
	width: 23.4em;
	w\idth: 23.4em;
	font-weight: normal;
	border-width: thin;
	margin: 0;
	background-color:#FFFFFF;
}

#navbar li li {
	padding-right: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 23.4em;
	border-top: 1px solid #98C0F4;
	background-color:#FFFFFF;
}

#navbar li ul li {
	background-image:none;
	background-color:#FFFFFF;
	border-right: #98C0F4 1px solid;
	border-left: #98C0F4 1px solid;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align:middle;
	height: auto;
}


#navbar li ul a {
	width: 23em;
	w\idth: 22em;
	color: #666666;
	font-size:11px;
}

#navbar li ul ul {
	margin: -2.55em 0 0 14em;
}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li.sfhover ul ul, #navbar li.sfhover ul ul ul {
	/*left: -999em;*/
	display:none;
}

#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li.sfhover ul, #navbar li li.sfhover ul, #navbar li li li.sfhover ul {
	display: block;
}

#navbar li a:hover, #navbar li a.sfhover {
	color:#FFFFFF;
}


#navbar li:hover, #navbar li.sfhover {
	background-image:url(../images/NavOn.jpg);
	background-repeat:repeat-x;
}

#navbar li ul li:hover, #navbar li ul li.sfhover {
	background: #CBDEEC;
}

#navbar li ul li a:hover, #navbar li ul li a.sfhover {
	color:#000000;
}


/***********************************************/
/* CONTENT                             */
/***********************************************/

#contentDiv {
	font-size: 12px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#contentDiv a{
	text-decoration: none;
	color: #bf0023;
}
#contentDiv a:visited, #contentDiv a:active{
	text-decoration: none;
	color: #bf0023;
}
#contentDiv a:hover{
	text-decoration: underline;
	color: #bf0023;
}


#searchTips {
	float: left;
	margin-right: 20px;
	width: 150px;
	height: auto;
}

.legend {
	background-color:#FAD549;
	font-size: 9px;
	padding: 0px;
}

/***********************************************/
/* Filer Company Divs                              */
/***********************************************/

#filerDiv{
	margin: 15px 0 10px 0;
	background-color: #BCD6F8;
	padding: 3px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

.companyInfo {
}

.companyInfo .companyName {
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

.companyInfo .companyName .cikLabel {
	font-size: 15px;
	font-weight: normal;
}

.companyInfo p {
	display: block;
	margin: 0px;
}

.mailer {
	font-size: 10px;
	float: right;
	width: 20%;
	padding: 0px;
}
.mailerAddress {
	font-style:italic;
	display: block;
	text-transform: uppercase;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
	
/***********************************************/
/* Form Information Divs                              */
/***********************************************/	

#formDiv{
	margin: 5px 0px 0px 0px;
	background-color: #F5F5EB;
	overflow:hidden;
	border: 1px solid #234A6B;
	clear: both;
}
#formLeftBar{
	margin: 5px 0px 0px 0px;
	overflow:hidden;
	clear: both;
}
#formDiv #formHeader {
	font-size: 12px;
	background-color: #FCE68D;	
	padding: 3px 0px 3px 10px;
	height: 18px;
}
#formName {
	font-style:italic;
	float: left;
}
#secNum {
	float: right;
	padding-right: 15px;
}

#formDiv .formContent {
	padding: 3px 3px 3px 10px;	
}
#formDiv .formContent .formGrouping {
	float:left;
	margin-right:5px;
	width: 22%;
	font-size:11px;
}

#formDiv .formContent .formGrouping .infoHead {
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 12px;
}

#formDiv .formContent .formGrouping .info {
	margin-left: 15px;
	clear: left;
}


/***********************************************/
/* File Information Table                            */
/***********************************************/	

.tableFile {
	margin: 0px;
	background:#FFFFFF;
	border: 1px solid #BCD6F8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 99%;
}

.buttons {
	height: 14px;
	margin: 8px 0px 8px 0px;
}

.tableFile th {
	text-align: left;
	background-color:#BCD6F8;
}

.tableFile .blueRow {
	background-color: #EEF4FD;
}	


/***********************************************/
/* Series/Classes Information Table                            */
/***********************************************/	

.seriesClassTitle {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 0px 10px;
}

#seriesDiv {
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tableSeries {
	margin: 0px;
	background:#FFFFFF;
	font-size: 12px;
	width: 100%
}

.tableSeries .CIKname {
	text-align: left;
	background-color:#BCD6F8;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}
.tableSeries .seriesName {
	text-align: left;
	background-color:#EEF4FD;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;}


.tableSeries .contractRow {
	font-size: 11px;
	background-image: url(../images/cellBorder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 3px;
}

.tableSeries .classContract {
	text-align: right;
	padding-right: 35px;
	font-style: italic;
}

.tableSeries .classContractHead {
	font-weight: bold;
	background-color: #F5F5EB;	
}


/***********************************************/
/* Search FORM Divs                            */
/***********************************************/	

#searchFormDiv {
	padding: 7px;
	border: 1px solid #BCD2E9;
	margin-top: 8px;
	overflow:hidden;
	width: 99%;
}


#searchFormDiv .searchFormFieldsLeft {
	float: left;
	width: 60%;
	margin-top: 10px;
	padding: 0px;
}

#searchFormDiv .searchFormFieldsRight {
	float: left;
	width: 40%;
	margin-top: 10px;
	padding: 0px;
}

#searchFormDiv .searchFormFields h4 {
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	display: block;
	line-height: 12px;
	margin-top: 0;
	margin-bottom: 3px;
}


#searchFormDiv .searchFormFields {
	float: left;
	margin-top: 2px;
	width: 49%;
	padding: 0px;
	margin-right: 7px;
}

#searchFormDiv .searchFormFields ul {
	clear: both;
	margin-top: 0px;
	padding-top:0px;
}

#searchFormDiv .searchFormFields ul li {
	display: inline-block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 30px;
	margin: 0 0 7px 0;
	text-align:left;
}

#xbrlLinks {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#xbrlLinks ul li{
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	float: right;
	font-size: 10px;
}
	

/***********************************************/
/* Search Page LI                              */
/***********************************************/	

.searchDiv {
	float: left;
	width: 36%;
	margin-top: 10px;
	padding: 0px;
}

.searchDiv ul {
	clear: both;
}


.searchDiv li {
	font-weight: bold;
	display: inline-block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding: 0 0 0 30px;
	margin: 0px;
	text-align:left;
}


.liDesc {
	display: block;
	font-size: 10px;
	font-style: italic;	
}

.searchTips {
	margin-top: 5px;
	float: left;
	width: 150px;
	padding: 5px;
	font-size:10px;
	border: 1px solid #A5C8F6;
}

.searchTipPhrase {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6666CC;
	display: block;	
	padding: 2px;
	clear: both;
}

.searchTipPhrase a {
	text-decoration: none;
}

.searchTipsTitle {
	background-color:#003399;
	color: #FFFFFF;
	float: left;
	font-weight:bold;
	font-size: 12px;
	padding: 3px;
	width: 144px;
}

.xmlFeedLinksBox {
	float: right;
}


.xmlFeedLinks {
	display: block;
	font-size: 10px;
	text-align: right;
}


/***********************************************/
/* COMPANY SEARCH FORM FIELDS                              */
/***********************************************/

.companySearchForm {
	padding: 10px;       
	margin: 0;
	background-color: #BCD6F8;
	border: 1px solid #9BC1F4;	
}

.companySearchForm fieldset {
	border: solid 2px white;
	background-color:#E0ECFC;
	padding: 5px;
	
}

.companySearchForm .fieldset {
	border: solid 2px white;
	background-color:#E0ECFC;
	padding: 5px;	
}

.companySearchForm label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

.companySearchForm .alignLeft { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.alignRight {
	display: block; 
	margin: 5px 0px 0px 162px; 
	font-weight: bold;
	text-align: left;
}

.companySearchForm .alignRightInput {
	display: block;  
	padding: 0;
	margin: 5px 0px 0px 150px; 
}

.companySearchForm .browse {
	padding: 0;
}


.companySearchForm input, .companySearchForm textarea, .companySearchForm select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0px 0px 10px; 
	/* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.companySearchForm small {
	display: block;
	font-style:italic;
	margin: 0px 0px 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.companySearchForm .required{font-weight:bold;} /* uses class instead of div, more efficient */

.companySearchForm br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


#help {
	clear: both;
}


.renderedRed {
	font-weight: bold;
	color: #993333;
}
.smallLink {
	font-size: 10px;
	margin: 0px 5px 0px 20px;
}
.italicText {
	margin: 10px;
	font-style: italic;
}

/***********************************************/
/* Search Results Page DIV                         */
/***********************************************/


.searchResultsDiv {
	margin: 0px;
}

.searchResultsDiv a{
	font-size: 10px;
}

.searchResultsDiv fieldset{
	padding: 7px;
	border: 1px solid #BCD2E9;
	margin-top: 8px;

}

.searchResultsDiv h1 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

.filterWrap {
	float: left;
	margin: 0 10px 0 10px;
	}
	
.filterWrap input, .filterWrap select{
	font-size: 10px;
	}
	
.searchResultsDiv label{
	font-weight: bold;
	float: left;
}

.searchResultsDiv input[type="text"]{
	width: 100px;
}

.searchResultsDiv input[type="radio"]{
	width: auto;
}


.searchResultsDiv select{
	width: auto;
}

.tableFile2 {
	margin: 0px;
	background:#FFFFFF;
	border: 1px solid #BCD6F8;
	font-size: 12px;
	width: 100%
}

.tableFile2 th {
	text-align: left;
	background-color:#BCD6F8;
}

.tableFile2 .blueRow {
	background-color: #EEF4FD;
}	

.items{
	clear: left;
	float: left;
	font-size: 10px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
}

.rightAlign{
	float: right;
	margin: 5px 0 5px 0;
}


.documents {
	font-size: 11px;
	padding: 5px;
}

.documents ol {
	font-size: 12px;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}


/***********************************************/
/* File Information TABS                              */
/***********************************************/	
.TabbedPanels {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background-position: bottom;
	height: 35px;		
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 15px 1px 0px 0px;
	list-style: none;
	border: solid 1px #3F509D;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 12px;
	background-image: url(../images/tabsgif.gif);
}

.TabbedPanelsTabHover {
	background-image: url(../images/tabSelected.gif);
	color: #FFFFFF;
}

.TabbedPanelsTabSelected {
	border-bottom: 1px solid #3F509D;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/tabSelected.gif);
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

.TabbedPanelsContentGroup {
	border: solid 1px #3F509D;
	background-color: #F5F5EB;
	clear: both;
}

.TabbedPanelsContentGroup2 {
	border: solid 1px #3F509D;
	background-color: #ffffff;
	clear: both;
}

.TabbedPanelsContent {
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	margin: 0 2px 0px 5px;
	width: 100%;
	overflow:hidden;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border: solid 1px #3F509D;	
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	border-bottom: solid 1px #3F509D;
	background-image: url(../images/tabSelected.gif);
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/***********************************************/
/* FOOTER DIV                             */

/***********************************************/

#footer {
	margin: 25px 20px 15px 20px;
	padding-bottom: 25px;
	font-size: 12px;
	clear: both;	
}
#footer .currentURL {
	border-bottom: solid 1px #999999;
	padding-bottom: 10px;
	font-style:italic;
	display: block;
}

#footer .links {
	font-size: 11px;
	color: #3B4FAE; 
	float: left;
	margin-top: 10px;
	display: block;
}

#footer .modified {
	font-size: 11px;
	float: right;
	margin-top: 10px;
	display: block;
}

#footer .links a{
	text-decoration: none;
	color: #3B4FAE;
}

#footer .links a: hover{
	text-decoration: none;
	color: #3B4FAE;
}

#footer .links a: active{
	text-decoration: none;
	color: #3B4FAE;
}

#footer .links a: visited{
	text-decoration: none;
	color: #3B4FAE;
}

.companyMatch {
	font-weight: bold;
	color: #0066CC;
}

/* red link, underline on hover, similar to default links */
/* used on menu-level pages as main category links */
A.mainCat:Link, A.mainCat:Visited, A.mainCat {
  color : #BF0023;
  text-decoration: none;
}
A.mainCat:Active {
  color : #F9D449;
  text-decoration: underline;
}
A.mainCat:Hover  {
  color : #BF0023;
  text-decoration: underline;
}

A.xbrlviewer:Link, A.xbrlviewer:Visited {
  color : #BF0023;
  text-decoration: none;
	font-size: 14px;
}

A.xbrlviewer:Active, A.xbrlviewer:Hover {
  color : #BF0023;
  text-decoration: underline;
	font-size: 14px;
}

LI.helpful {
  padding-bottom: 20;
}

