﻿/* Generic settings for the entire site */
body	{ 
	font-family: Verdana, Geneva, Arial; 
	color:#008080;
	font-size:9pt;
	text-decoration: none;
	background-color:#fff;
	margin:0px;
	}
a:link	{ 
	color:#CE3100 
	}
a:visited	{ 
	color:#CE3100; 
	}
a:active	{ 
	color:#008080; 
	}
a:hover	{ 
	color:#000066; 
	}
a	{
	text-decoration:none;
	}
img	{ 
	border:0; 
	}
#nfteLogoHome	{
	display:none;
	text-align:center;
	margin:12px auto 0px auto;
	background-image: url(../images/nfte/ctte_shadow.jpg);
	width:500px;
	height:80px;
	}
#nfteLogo	{
	text-align:center;
	margin:12px auto 0px auto;
	background-image: url(../images/nfte/ctte_shadow.jpg);
	width:500px;
	height:80px;
	background-repeat:no-repeat;
	}
#nfteTitle	{
	text-align:center;
	font-size:4em;
	color:#ce3100;
	font-family:monospace, courier, serif;
	font-weight:bold;
	}
#nftePage	{
	width:400px;
	margin:0px auto 0px auto;
	}
#nfteFooter	{
	width:400px;
	margin:0px auto 0px auto;
	font-size:10px;
	}
#nfteLeftFooter	{
	text-align:left;
	float:left;
	width:198px;
	}
#nfteRightFooter	{
	width:198px;
	float:right;
	text-align:right;
	padding-right:0px;
	}
#nfteRightFooter img	{
	width:50px;
	height:58px;
	}
.left	{
	text-align:left;
	}
.right	{
	text-align:right;
	}
.center	{
	text-align:center;
	margin-right: auto;
	margin-left:auto;
}
hr 	{
	color:#008080;
	background-color:#008080;
	border: none 0; 
	border-top: 2px solid #008080;
	width:100%;
	height: 2px;
	margin-top:6px;
	margin-bottom:6px;
	}
.clear	{
	clear:both;
	}
.bold	{
	font-weight:bold;
	}

/* nftenav.html */
#nftenav {
	width:400px;
	margin:12px auto 0px auto;
	padding:2px 0 2px 0;
	border-top:1px solid #008080;
	border-bottom:1px solid #008080;
	}
#nftenav ul {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	}
#nftenav ul li {
	width:100px;
	float:left;
	text-align:center;
	font-weight:bold;
	}
#nftenav ul li a:hover {
	background-color:#008080;
	color:#FFFFFF;
	}
	
/* home.html */
#nfteBanner	{
	display:none;
	}
.sectionTitle	{
	margin:0px 7px 6px 7px;
	font-size:18px;
	font-weight:bold;
	}
.sectionDescription	{
	margin:9px 7px 12px 7px;
	font-size:15px;
	}
.centerElement	{
	width:400px;
	clear:both;
	}
.leftElement	{
	width:200px;
	text-align:right;
	float:left;
	}
.rightElement	{
	width:200px;
	text-align:left;
	float:right;
	}

/* archives.html */
#archivesJumpMenu	{
	width:200px;
	margin:0 auto 0 auto;
	}
#archivesJumpMenu p	{
	margin:2px 0 2px 0;
	}
.yearBox	{
	width:600px;
	margin:10px auto 50px auto;
	border:1px solid black;
	}
.yearBoxHead	{
	width:598px;
	font-size:2em;
	font-weight:bold;
	text-align:left;
	padding-left:8px;
	background-color:#dddddd;
	}
.yearBox p	{
	margin:2px 0 2px 0;
	}
.yearBoxLeft	{
	width:290px;
	float:left;
	text-align:left;
	padding-left:8px;
	}
.yearBoxRight	{
	width:290px;
	text-align:left;
	float:right;
	padding-left:8px;
	}
.issueNote	{
	color:#0000FF;
	font-size:7pt;
	}
.interviewName	{
	color:#0000FF;
	font-size:9pt;
	}

/* search.html */
#searchInstructions	{
	line-height:15px;
	}
#searchForm	{
	margin-top:15px;
	margin-bottom:20px;
	}
#searchHelpMessage	{
	font-size:8pt;
	}
#search	{
	width:400px;
	margin:0 auto 0 auto;
	padding:7px 7px 8px 7px;
	vertical-align:middle;
	}
#searchLeft	{
	width:250px;
	float:left;
	}
#searchRight	{
	width:150px;
	float:right;
	}
#searchRight input	{
	margin-left:5px;
	}
#inp1	{
	width:20;
	}
#searchOptions	{
	width:400px;
	margin:0 auto 0 auto;
	padding:7px 7px 8px 7px;
	font-size:8pt;
	}
#searchOptionsLeft	{
	width:150px;
	float:left;
	}
#searchOptionsLeft input	{
	vertical-align:middle;
	}
#searchOptionsLeft label	{
	vertical-align:middle;
	}
#searchOptionsRight	{
	width:250px;
	float:right;
	}
	
/* search_help.html */
#searchHelp	{
	font-weight:normal;
	font-size:11pt;
	}
.helpInstructions	{
	font-size:13pt;
	}
.helpHeading	{
	text-decoration:underline;
	color:#FF0000;
	}
#searchExample	{
	margin-top:15px;
	}
#searchExampleTable	{
	margin:0 auto 0 auto;
	border-collapse:collapse;
	}
#searchExampleTable caption	{
	text-align:left;
	}
#searchExampleTable th	{
	background-color:#BDFFFF;
	font-size:9px;
	}
#searchBackMessage	{
	margin:20px auto 15px auto;
	text-align:center;
	}
	
/* search results */
#resultsCriteria	{
	text-align:left;
	}
#resultsCriteria p	{
	margin:2px 0 2px 0;
	}
#searchCriteriaLabel	{
	}
#searchSearchLabel	{
	font-weight:bold;
	font-size:90%;
	}
#searchCaseLabel	{
	font-size:80%;
	}
#searchLogicLabel	{
	font-size:90%;
	font-weight:bold;
	}
#searchNumberMatches	{
	padding-top:15px;
	font-weight:bold
	}
.searchCriteriaValue	{
	font-weight:normal;
	font-size:90%;
	}
#results	{
	text-align:left;
	padding:15px 0 15px 0;
	}
.resultsLeft	{
	float:left;
	width:300px;
	}
.resultsRight	{
	float:right;
	width:300px;
	}
.searchResult	{
	margin:2px 0 2px 0;
	}

/* submit.html */
#submitInstructions	{
	text-align:center;
	margin:10px 0 10px 0;
	}
#submitForm	{
	}
.submitNote	{
	color:#CC3300;
	font-size:9px;
	text-align:left;
	}
#submitTable	{
	border-collapse:collapse;
	width:450px;
	text-align:left;
	}
.fieldName	{
	font-weight:bold;
	width:150px;
	}
#submitButtons	{
	text-align:center;
	margin:10px auto 15px auto;
	}
#submitButtons input	{
	margin:0 5px 0 5px;
	}
#submitGuidelines	{
	text-align:left;
	}
#submitGuidelines p	{
	font-size:10px;
	}
.guidelineTitle	{
	text-align:center;
	font-weight:bold;
	}
#captchaInput	
{
	width:45px;
	border:5px solid #BD0021;
	padding:5px;
	}
.captchaTable
{
	margin:0px auto 0px auto;
	border-collapse:collapse;
}	
.captchaTable td
{
	background-color:#EFE0E3;	
}
#submitError
{
	background-color:Red;
	color:White;
	border:2px solid black;
	padding:5px;
	font-weight:bold;
	margin:10px 0 15px 0;	
}
	
	
/* about.html */
#aboutCredits	{
	font-size:14px;
	}
#aboutCredits p	{
	margin:5px 0 5px 0;
	}
.aboutSubtitle	{
	padding:20px 0 10px 0;
	font-weight:bold;
	font-size:1.2em;
	}
.aboutEmail	{
	font-size:9px;
	padding-bottom:10px;
	}
#aboutAddress	{
	width:300px;
	margin:10px auto 15px auto;
	}
#aboutAddress ul {
	text-align:left;
	}

/* sitemap.html */
#ywSitemap	{
	width:297px;
	float:left;
	border:1px solid #18216B;
	margin-right:2px;
	color:#18216B;
	}
#ynSitemap	{
	width:297px;
	float:right;
	border:1px solid #154D11;
	color:#154D11;
	}
.sitemapHeader	{
	text-align:center;
	padding:3px 3px 5px 3px;
	}
.sitemapHeader a	{
	color:#ffffff;
	}
.ywHeader	{
	background-color:#18216B;
	color:#fff;
	}
.ynHeader	{
	background-color:#154D11;
	color:#fff;
	}
.sitemapTitle	{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	}
.sitemapTitle a	{
	color:#fff;
	}
.sitemapDescription	{
	}
.siteMap	{
	text-align:left;
	}
.siteMap ul	{
	font-weight:bold;
	list-style-type:none;
	}
.siteMap ul ul	{
	}

/* issueview.js */
#nfteissueview 
{
	display:none;
	position:fixed;
	left:50%;
	margin-left:-400px;
	top:20px;
	background-color:white;
	border:2px solid #2B8080;
	z-index:99;
	width:800px;
	height:90%;
}

.issueHeader 
{
	width:100%;
	height:1.7em;
	background-color:#2B8080;
	color:white;
	text-align:left;
}

.issueTitle 
{
	float:left;
	width:50%;
}

.issueClose
{
	float:right;
	width:40%;
	text-align:right;
}

.issueClose a 
{
	color:White;
}

/* admin */
.nfteLogin
{
	margin:20px auto 35px auto;
	border:1px solid #9F9F9F;
	border-collapse:collapse;
	width:250px;
	padding:10px 8px 15px 8px;
}
.nfteLogin td
{
	text-align:right;
}
.adminMenu 
{
}
.adminMenu ul
{
	width:150px;
	background-color:#339900;
	border:2px solid #003300;
	margin:20px auto 35px auto;	
	list-style:none;
	padding:0;
}
.adminMenu li:hover
{
	background-color:#CE3100;	
}
.adminMenu a
{
	color:White;
}

/* Banner-maint */
#banners table
{
	width:600px;
	border:1px solid black;
	border-collapse:collapse;
}
#banners td
{
	text-align:left;
}
.bannerHeader
{
	background-color:#000077;
	color:White;
	width:569px;
}
.bannerSwitch
{
	background-color:#000077;
	width:15px;
}
.bannerStatus
{
	background-color:#000077;
	width:16px;
}
.bannerDetails
{
	background-image:url('../images/graybk.jpg');
	color:Black;
	display:none;
}
.bannerDetails div
{
	padding-top:10px;
}
.bannerDetails input
{
	margin-top:5px;
}
.bannerDetails select
{
	margin-top:5px;
}
.bannerDetails div span
{
	margin:3px 5px 2px 5px;
}
.buttonCenter input
{
	display:block;
	margin:0px auto 0px auto;
}
.sampleBanner img
{
	display:block;
	margin:0px auto 20px auto;
}
.error
{
	color:Red;
	font-weight:bolder;
	margin-top:10px;
	margin-bottom:15px;
}
#bannerToolbar
{
	margin-top:8px;
	margin-bottom:12px;
}
#uploadDiv
{
	display:none;
	border:1px solid #339900;
	background-image:url('../images/graybk.jpg');
	margin-top:5px;
	padding:5px 5px 8px 5px;
}
/* New issue */
#issueFormDiv table
{
	border:1px solid black;
	margin:5px auto 10px auto;
	border-collapse:collapse;
	background-image:url('../images/graybk.jpg');
}
#issueFormDiv td
{
	padding:5px 5px 4px 5px;
}

/* issue builder */
.imagePreview
{
	background-color:White;
	position:absolute;
	z-index:50;
	top:200;
	left:200;
	padding:5px 5px 7px 5px;
	border:2px solid black;
	display:none;
}
#options
{
	background:url('../images/grnbk.jpg') no-repeat;
	color:#0C4F00;	
}
#preview
{
	background:url('../images/bluebk.jpg') no-repeat;
	color:#04043F;
}
#build
{
	background:url('../images/redbk.jpg') no-repeat;;
	color:#3F0F00;
}
#buildHeaderTable
{
	width:100%;
}
#build hr
{
	background-color: #3F0F00; /* mozilla */
	border: 0px; /* fixes mozilla height */
	clear: left;
	color: #3F0F00; /* ie */
	float: left;
	height: 1px;
	margin: 4px 0px 4px 0px;
	width: 99%;
}
#build table th
{
	text-align:right;
}
#build table td
{
	font-family:Trebuchet MS,Trebuchet,Verdana,Helvetica,Arial,sans-serif;	
	text-align:left;
}
.buildSummary
{
	display:none;
}
.previewDiv
{
	overflow:auto;
	padding:0;
	width:578px;
	margin:5px auto 8px auto;
	background-color:White;
	border:1px solid #04043F;	
	height:600px;
}
.optSecSelect
{
	width:80px;
}
#options table
{
	margin:5px auto 8px auto;
}
#options table th
{
	text-align:right;
}
#options table td
{
	text-align:left;
	font-family:Trebuchet MS,Trebuchet,Verdana,Helvetica,Arial,sans-serif;
}
.ibNewSection
{
	display:none;
}
a.tocheader
{
	font-family:Verdana, Sans-Serif;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	color:#006666;
}
a.tocheader:hover
{
	color:#33cc00;
}
p.toc
{
	margin:5px 0 0 15pt;
}
a.toc
{
	font-family:Verdana, Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
	color:blue;
}
p.nftesection
{
	color:Teal;
	font-family:Verdana, Sans-Serif;
	font-size:20pt;
	text-align:left;
	margin:25px 0 0;
}
p.nftetitle
{
	color:Blue;
	font-family:Verdana, Sans-Serif;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	margin:20px 0 0;
}
a.toc:hover
{
	color:#33cc00;
}
p.nftefrom
{
	font-family:Verdana, Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	margin-left:0;
	margin-top:0;
}
p.nftefrom a:link
{
	color:Blue;
}
p.nftetext
{
	font-family:Courier New;
	font-size:10pt;
	margin:10px;
	text-align:left;
}

/* tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
}
.redtab 
{
	background: url(i/redtabs.png) no-repeat;
}
.greentab 
{
	background: url(i/greentabs.png) no-repeat;
}
.bluetab 
{
	background: url(i/bluetabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #519e2d;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
#aspnetForm
{
	margin:0;
}
