BODY { background: #CCCCDA; }
HR { color: #ccccff; }
P {	text-indent: 10pt;}

/*-- NAVIGATION MENU--*/
#navigation
{
    POSITION: absolute;
    TOP: 0px;
    LEFT: 5px;
    width: 178px;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, helvetica, Sans-Serif;
    text-align: left;
    border-style: solid;
    border-color: #999999;
    border-width: 1px 1px 0px 1px; 
}
#navigation ul
{
    margin: 0px;
    padding: 0px;
    background-color: #cde4ff;
    font-size: 8pt;
    font-weight: normal;
    font-family: Verdana, helvetica, Sans-Serif;
}
#navigation ul li 
{
    height: 25px;
    line-height: 25px;
    list-style: none;
    padding-left: 10px;
    color: Black;
    border-style: solid;
    border-color: #999999;
    border-width: 0px 0px 1px 0px;
    cursor: pointer;
}
#navigation ul li:hover
{
    background-color: #CCEEBB;
    position: relative;
}
#navigation ul ul 
{
    display: none;
    position: absolute;
    left: 10px;
    top: 25px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px 1px 0px 1px;
    background-color: white;
}
#navigation ul li:hover ul 
{
    display: block;
}    
#navigation ul ul li 
{
    border-style: solid;
    border-color: #999999;
    border-width: 0px 0px 1px 0px;
    width: 160px;
    float: left;
    display: inline;
}
#navigation a 
{
    text-decoration: none;
    font: verdana, helvetica, sans serif;
    font-size: 8pt;
    color: Black;
    border: none;
    outline: none;
}
.selected {
    background: #FFFFAA;
    font-size: 8pt;
    font-weight: bold;
}         
/*****************************************************
	Old Nav Bar
*****************************************************/
/*.leftNavBar {

	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 2px;
	background: #cde4ff;
	POSITION: absolute; 
	TOP: 57px;
	LEFT: 5px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999999; 
}
.leftNavBar a { color: Black; text-decoration: none; }
.leftNavBar TD { border-color: #999999; border-width: 0px 0px 1px 0px; border-style: solid;}
.leftNavBar TH { border-color: #999999; border-width: 0px 0px 1px 0px; border-style: solid; background: #99cce8;}
.optionSelected { border-color: #999999; border-width: 0px 0px 1px 0px; border-style: solid; background: yellow; }
.subOption{	background: white;	font-size: 8pt; }
.subOptionSelected { background: yellow; font-size: 8pt; font-weight:bold; }*/
/*-- END NAVIGATION BAR --*/


/*-- HEADER BANNER --*/
.homeBanner {
	left: 10px;
	top: 5px;
	position: absolute; 
	height: 22px;
	width: 500px;
	z-index: 1;
	background-color: #8095B4;
}
.homelink {
    font-size: 1em;
    font-weight: bold;   
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    color: #FAFAFA;
    position: absolute; 
    left: 5px; 
    top: 2px; 
    z-index: 2;
    text-decoration: none;
    border: none;
    outline: none;
}
.homelinkshadow { 
    font-size: 1em; 
    font-weight: bold; 
    font-family: Verdana, Helvetica, Sans-Serif;
    font-style: normal;
    color: black; 
    position: absolute; 
    left: 6px; 
    top: 3px; 
    z-index: 1;
    text-decoration: none; 
} 
.headerTable
{
	POSITION: absolute; 
	TOP: 0px; /*58*/
	LEFT: 0px; /*166*/
	background: white;
	width: 575px; /*599*/
	border-style: solid; 
	border-color: #999999; 
	border-width: 0px 1px 1px 0px;
	padding-top: 2px;
}
.headerTable TH { font-family: Verdana, Helvetica, sans-serif; font-size: 14pt;	text-align: left; }
/*-- END HEADER BANNER --*/


#tblContent {
	POSITION: absolute; 
	TOP: 56px; /*116*/
	LEFT: 0px; /*170*/
	width: 575px; /*595*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background: white;
	border-style: solid; 
	border-color: #999999; 
	border-width: 0px 1px 1px 0px;
	padding-top: 2px;	
}
.contentTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	width: 570px; /*590*/
}
.dataTable, .dataRow, .dataRow1, .dataRow2, .dataRow3, .dataRow4, BUTTON, INPUT, SELECT { font-family: Verdana, Helvetica, sans-serif; font-size: 8pt; }
.dataTable { text-align: left; }
.dataRow1{ background: #F1F1F1; }
.dataRow2{ background-color: #e6e6fa; } /*lavender */
.dataRow3{ background-color: #ffffe0; } /* lightyellow */
.dataRow4 {	background-color: #ffffff ; }/*white */

.legalDocTitle { font-weight: bold; }
.warning {	color: Red; }
#tblYears TD { text-align: center; }
#tblYears #selected {
	border-style: solid; 
	border-color: #999999; 
	border-width: 1px 1px 1px 1px; 
	background-color: #99ccff;
}
#tblYears A { color: Black;	text-decoration: none;}
.specialIssuesTitle { font-size: 9pt; left: 0px; font-weight:bold; font-family: verdana; position: relative }
.specialIssuesDescription{ font-size: 8pt; left: 5px; font-family: verdana; position: relative }
.linkDescription {	font-size: 8pt; font-family: verdana; font-style: italic;}
.subHeader { font-size: 9pt; font-weight:bold; font-family: verdana; }


/*-- GUIDANCE --*/
.hidden { display:none; }
.advancedOptions {
POSITION: absolute; 
	width: 595px;
	background: white;
	border-style: solid; 
	border-color: #999999; 
	border-width: 1px 1px 1px 1px;
	padding-top: 2px;
}

/*****************************************************
	TAB Classes
*****************************************************/
.opera {
	display:block;
	/* fonts for the tabs */
	font-family:"Trebuchet MS",Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size:13px;	
}
.opera .ajax__tab_tab {
	/* header text is always bold */
	font-weight:bold;	
}
.opera .ajax__tab_body {
	background-color:#fff;
	border:1px solid #eeeeee;
	border-top:none;
	padding:0px;
	padding-top: 0px;
}
.opera .ajax__tab_header{
	border-bottom:1px solid #eeeeee;
	padding-right:10px;
}
/* regular header styles */
.opera .ajax__tab_header .ajax__tab_tab{
	/* left/right rounded images are 11 pixels wide */
	margin:0px 11px 0px 11px;
	color:#fff; 
	background:url(img/bg.gif) repeat-x;	
}
.opera .ajax__tab_header .ajax__tab_outer{
	/* 2 pixel horizontal space between tabs */
	margin-right:2px;
	background:url(img/right.gif) no-repeat right top;
}
.opera .ajax__tab_header .ajax__tab_inner{
	background:url(img/left.gif) no-repeat left top;
}
/* active/hover headers styles */
.opera .ajax__tab_active .ajax__tab_tab, 
.opera .ajax__tab_hover .ajax__tab_tab  {
	/* left/right rounded images are 11 pixels wide */
	margin:0px 11px 0px 11px;
	color:#111111;
	background:url(img/bg.gif) repeat-x 0pt -48px;	
}
.opera .ajax__tab_active .ajax__tab_outer,
.opera .ajax__tab_hover .ajax__tab_outer{
	/* 2 pixel horizontal space between tabs */
	margin-right:2px;
	background:url(img/right.gif) no-repeat 100% -48px;
}
.opera .ajax__tab_active .ajax__tab_inner,
.opera .ajax__tab_hover .ajax__tab_inner {
	background:url(img/left.gif) no-repeat 0pt -48px;
}
/*****************************************************
	Table Classes
*****************************************************/
.plaque, .plaqueAlt, .plaque2, .thinborder, .thinborderAlt, .headerBoxed, .dataTable, .dataTableAlt 
{	border-style: solid; border-color: #999999; border-width: 1px 1px 1px 1px; }

.plaque, .plaqueAlt, .plaque2 { padding-top: 2px; background: #F1F1F1; }
.plaqueAlt { border-width: 1px 1px 0px 1px; }/* no bottom */
.plaque2 {	background: lavender; }
.thinborder, .thinborderAlt {} /* all inherited */
.thinborderAlt { border-width: 1px 1px 0px 1px;	}/* no bottom */
.headerBoxed, .dataTable, .dataTableAlt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 2px;
	background: #F1F1F1;
}
.dataTableAlt {	border-width: 1px 1px 0px 1px; }/* no bottom */
	
.guidanceSearchResultTable {border-style: solid; border-color: #999999; border-width: 0px 0px 0px 1px; }
/*****************************************************/
.highlight {
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
	background-color: #ffff00;	
}
.dataCell, .dataCellBold
{
	border-style: solid; 
	border-color: #999999; 
	border-width: 0px 0px 1px 0px;
}
.dataCellBold { font-weight: bold; }
.errorFont {
	font-size: 10pt;
	font-weight: bold;
	color: Red;
	font-style:italic;
}
/*****************************************************
	Topic Treeview Classes
*****************************************************/
    .topicTable {
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 0px;
	position: absolute;
	width: 290px;
	height: 576px;
	top: 70px;
	left:0px;
	background-color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	overflow: hidden;
}
    .topicDocumentContainer {
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 0px 1px;	
	position: absolute;
	width: 306px; /* 530 */
	height: 576px;
	top: 70px;
	left:293px;	
	background-color: White;
}
.topicSelected {
	background-color: Yellow;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
}

.guidanceDocument {
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
	position: absolute;
	top: 80px;
	left: 230px;
	width: 500px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	/* background-color: #ffffe0; */
	background-color: #99cce8;	
}

.referencePanel {
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	border-width: 1px 1px 1px 1px;
	position: absolute;
	top: 80px;
	left: 745px;
	width: 250px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #e0ffff;
}
/*****************************************************
	Display Document Classes
*****************************************************/
.overruled {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;	
	background-color: #e6e6fa;
	background-image: url(../graphics/overruled.png);
	background-repeat: repeat-y;
	background-position: top 10px left 10px;
}
.partially_overruled {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;	
	background-color: #e6e6fa;
	background-image: url(../graphics/overruled_part.png);
	background-repeat: repeat-y;
	background-position: top 10px left 10px;
}
.under_review {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;	
	background-color: #e6e6fa;
	background-image: url(../graphics/under_review.png);
	background-repeat: repeat-y;
	background-position: top 10px left 10px;
}
/*-- END GUIDANCE --*/


/*-- TD WEB STYLES --*/
.webFrame 
{
	left: 90px;
	top: 75px;
	position: absolute;
	height: 600px;
	width: 410px;
}
.boldHeader, .boldHeaderUnderlined {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.boldHeader { text-align: center; }
.boldHeaderUnderlined { text-decoration: underline; text-align: left; line-height: 25px; }

.contentNormal, .contentBold, .contentUnderlined, .contentItalics, .contentHighlight { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;	
}
.contentBold { font-weight: bold; }
.contentUnderlined { text-decoration: underline; }
.contentItalics { font-style: italic; }
.contentHighlight { color: blue; }

.smallContent, smallContentBold, .smallContentItalics, .smallBoldHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
}
.smallContentBold { font-weight: bold; }
.smallContentItalics { font-style: italic; }
.smallBoldHeader { font-weight: bold; text-align: center; }

.borderTable, .linkTable, .yearTable {
	font-family: Verdana, Helvetica, sans-serif;
	border-style: solid;
	border-color: #C0C0C0; 
	border-width: 1px 1px 1px 1px;
}
.linkTable { font-size: 8pt; text-align: center; vertical-align: middle; }
.yearTable { font-size: 8pt; }

.subTable, .listTable {
	font-family: Verdana, Helvetica, sans-serif;
	background: white;
}
.listTable { font-size: 8pt; }

.tableHeader, .tableHeaderLeft, .tableHeaderRight {
	background: #cde4ff;
	font-size: 9pt;
	padding: 5px 2px 5px 2px;
	height: 20px;
	border-bottom: solid 1px #c0c0c0; 
}
.tableHeader { text-align: center; }
.tableHeaderLeft { text-align: left; }
.tableHeaderRight { text-align: right; }

.smallTableHeader, .smallTableHeaderLeft {
	background: #cde4ff;
	font-size: 8pt;
	padding: 5px 2px 5px 2px;
	line-height: 18px;
	

}
.smallTableHeader { text-align: center; }
.smallTableHeaderLeft { text-align: left; }

.altTableRow1, .altTableRowLeft1, .altTableRowRight1 {
	background: #E3E4FA;
	font-size: 8pt;
	padding: 5px 2px 5px 2px;
	line-height: 18px;

}
.altTableRow1 { text-align: center; }
.altTableRowLeft1 { text-align: left; }
.altTableRowRight1 { text-align: right; }

.altTableRow2, .altTableRowLeft2, .altTableRowRight2 {
	background: #F5FFFA;
	font-size: 8pt;
	padding: 5px 2px 5px 2px;
	line-height: 18px;

}
.altTableRow2 { text-align: center; }
.altTableRowLeft2 { text-align: left; }
.altTableRowRight2 { text-align: right; }

.calendarCell, .calendarHeader {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	height: 22px;
	border-style: solid;
	border-color: #C0C0C0;
	border-width: 1px 1px 1px 1px;
}
.calendarCell { background: #E3E4FA; }
.calendarHeader { background: #CCDDCC; font-weight: bold; }

.spacerRow { background: white; height: 6px; }
.tableSpacerRow { background: #C0C0C0; height: 1px; margin: 0px; padding: 0px; }
.signature { font-family: Vladimir Script; font-size: 20pt; }

#tblEnd {
	POSITION: absolute; 
	BOTTOM: 1px;
	LEFT: 170px; /*170*/
	width: 595px; /*575*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	
	background: grey;
	border-style: solid; 
	border-color: #999999; 
	border-width: 0px 1px 1px 0px;
	padding-top: 2px;	
}
.endTable {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	width: 590px;
}
/*-- END TD WEB STYLES --*/

