.IEMac {
	color: #ffffff;
}

/*
CSS Controlling Formatting of page elements
*/

body {
    background: #EDEDED;
    margin:0;
    padding:0;
    font-family: Verdana, Arial, sans-serif;
}

a {
    text-decoration: underline;   
    /* border-bottom: 1px solid #99c; */
}

a:hover {
	text-decoration: none;
    /* border-bottom: 1px solid #33c; */
}

a img {
    border:none;
}
body pre {
    text-align:left;   
}


p.small {
    font-size:8pt;   
}

#globalNavBar { 
	font-family: arial, verdana, helvetica, sans-serif;
 	background: #BA1A00 url( '/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/globalNavBg.gif' ) repeat-x;
 	border-bottom: 1px solid #CBC6CA;
 	color: #fff;
   /*height: 18px;*/
 	height: 24px;
}

#globalNavBar td {
   background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/navigation/bg.gif);
}

a.globalNavButton {
	  background-color: transparent;
	  color: #fff;
	  font-size: 10px;
	  font-weight: bold;
	  margin: 0px;
	  padding: 3px 15px 3px 15px;
	  line-height: 18px;
	  text-decoration: none;
	  border-right: solid 1px #DD8D80;
}

a.globalNavButton:hover {
  	background-color: #ff9900;
  	color: #fff;
}


#globalFooter {
    margin:1px 0 0;
    padding:0;
    border-top:4px solid #E4EEF8;    
}
#globalFooter p {
    font-size: 8pt;
    /* font-variant: small-caps; */
    color: #666;
}

#globalFooter .links a {
    border-left:1px solid #B8B8B8;
    color: #666;    
    margin:0;
    padding:0 4px 0 8px;
    font-size: 8pt;
    /* font-variant: small-caps; */      
}

#globalFooter .links a:hover {
    color: #333;   
}

#mainContent a:link {
   text-decoration: none;
    text-decoration: underline;
	color: #334488;
}

#mainContent a:visited, #mainContent a:active {
	color: #8899cc;
}

#mainContent a:hover {
   text-decoration: none;
}


#mainContent h1 {
   font-size:16pt;
}

/* if we use hrefs in heading titles this should make them */
/* inherit the right color */
#mainContent h3 a, #mainContent h4 a, #mainContent h2 a {
    color:inherit;   
}

#mainContent h2 {
   font-weight: normal;
   font-family: Arial, Verdana, sans-serif;
   font-size:22px;   
   color: #ED9905;
   margin: 4px 0  8px 0;
   padding:0;
   text-decoration: none;
}

#mainContent h3 {
   font-size: 18px;
   font-weight: normal;
   color: #BA1A00;   
   margin: 12px 0  8px 0;
   font-weight: normal;
   font-family: Arial, Verdana, sans-serif;
   padding: 1px 5px 0 0;   
   text-decoration: none;
}

#mainContent h3 a:link, mainContent h3 a:active, #mainContent h3 a:visited  {
   color: #BA1A00; 
   text-decoration: none;
}

#mainContent h4 {
   font-size:11px;
   font-weight: bold;   
   margin: 6px 0px 3px 0px;
   padding: 0;
   color: #333;
}

#mainContent h4.topMargin {
	margin-top: 18px;
}

#mainContent h5 {
   font-size:8pt;
   font-weight: bold;   
   margin: 0px 0px 6px 0px;
   padding: 0;
   color: #333;
}

#mainContent p {
   /*font-size:8pt;*/
   font-weight: normal;   
   margin: 0px 0px 6px 0px;
   padding: 0px;
}

#mainContent p, #mainContent td, #mainContent th
{
    font-size:8pt;   
}

/*
* OAM NOTE: be careful here, see .browse th classes!
*/
#mainContent th
{
    margin:0;    
    padding:2px 3px;
    font-size: 8pt;
    border-bottom:1px solid #eee;
    /*
    Np, move this to more selective class? -OM      
    display: block;
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow_transparent.gif) no-repeat 0px 4px;
    */
    text-indent:0;   
    font-weight:normal;
}

#mainContent .infobox th {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow_transparent.gif) no-repeat 0px 4px;
    padding-left:13px;    
}

#mainContent .infobox td.dlCell {
    padding:4px 8px;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
}
/*
generally anything in the rightBar class should also be in
one of the following classes:
.specialResources, .tabCurvedOrange, .tanBox
and padding should be controlled within those classes

*/
.rightBar {
    margin: 0px;
    padding: 0px;
}

.tabCurvedOrange {
    margin: 0px;
    padding: 0px;    
}


#rightPane h2
{
    display: block;
    font-size: 10pt;
    font-family: arial, verdana, helvetica;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 6px;
    color: #181D6E;
}

#mainContent .specialResources h3 
{   
    display: block;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 2px;
    background: none;
    border: none;
    color: #fff;
}

#rightPane h3 {   
    display: block;
    font-size: 9pt;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 2px;
    background: none;
    border: none;
    color: #666;
}

#rightPane h4 {   
    display: block;
    font-size: 9pt;
    margin: 9px 0 4px 0;
    padding: 0 0 0 10px;
    border: none;
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) left no-repeat;
}

#rightPane p {
    margin: 3px 0;
    padding: 0;
    font-size: 8pt;
    color: #666;
}

.rightBar ul, .rightBar ul {
    margin: 0;
    padding: 0;        
}

.rightBar .list li, .rightBar ul li {
    margin:0;    
    padding:2px 0px 2px 10px;
    font-size: 8pt;    
    display: block;
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow_transparent.gif) no-repeat 0px 4px;
    text-indent:0;    
    
}

#rightPane a {
    color: #333366;
}

#rightPane a:visited {
    color: #333366;
}

#rightPane select {
    width:160px;
    margin:1px 0;
    padding:0;
    font-size: 9px;
    color: #444;
}

#rightPane form {
    padding:0;
    margin:0;
}

#rightPane .dateInputs select {
    width: 50px;    
}

#rightPane .inputButton {
    border:1px outset #000;
    background: #fff;
    padding:2px 8px;
    margin-top: 10px;           
}

#mainContent .inputButton {
    border:1px outset #fff;
    background: #fff;
    font-size:8pt;
}

#mainContent .moreLink,
#mainContent .rssLink
{    
    text-align: left;
    padding-left:10px;
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) left no-repeat;
    font-size:8pt;    
}

#mainContent .rssLink img
{
    margin-bottom: -3px;
}

.newsList {
    margin:5px 15px
}

#mainContent .childSections {
    padding-top:10px;
}

#mainContent .childSections a, #mainContent .childSections a:visited  {
    font-weight:bold;    
}
#mainContent .feature {
       
}

#mainContent .feature h4 {
    font-size:10pt;    
    margin:0px 0px 4px 0px;
    padding: 0;
}

#mainContent .feature img {
    border:1px solid black;    
}

#mainContent .feature.topic {
    margin: 4px 4px 12px 4px;
}

#mainContent .topic img {
    border:1px solid black;   
}
#mainContent .topic h3 {
    font-size: 18px;    
    border: none;
    margin:0;
    padding: 0;
}

#mainContent .topic p {
    font-size:8pt;    
    border: none;
}

#mainContent .list dl {
    margin: 0;    
    padding: 0;    
}

#mainContent .list ul {
    margin: 0 0 0 6px;    
    padding: 0;    
}

#mainContent .list ul {
    list-style: circle url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow_transparent.gif) outside;
    font-size:8pt;
    margin-left:10px;
    margin-bottom: 0;
    padding: 0;
    text-indent: 0;
}

#mainContent .list li {
    list-style: circle url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) outside;
    font-size:8pt;
    margin-left:10px;
    margin-bottom: 10px;
    padding: 0;
    text-indent: 0px;
}

#mainContent .list dl dt {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) no-repeat 0 4px;
    font-size: 8pt;
    font-weight: bold;    
	padding-left: 16px;
	padding-bottom: 6px;    
    margin-top:8px;
    margin-left:0px;
}

#mainContent .list dl dd {
    font-size:8pt;    
    padding-left:10px;
    padding-bottom: 6px;
    margin-left: 7px;
}

#mainContent .multicolumn td {
    margin:0;
    padding:0 5px;
    /*border-left:1px dotted #ccc;*/
}
#mainContent .list dl dd.dates {
     font-style: italic;   
}
#mainContent .list dl dd.topics {
    text-decoration: italics;   
}
#mainContent .list dl dd.summary {
    margin:4px 0 8px;
}

#mainContent .list.programs dt {
    font-size: 8pt;
}

#mainContent .list.programs dl dd {
    font-size: 8pt;
}

#mainContent .list table h4 {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) no-repeat left center;
    padding-left:10px;
}

#mainContent .detail {
    margin:3px 5px;
    padding: 0;
}

#mainContent .detail h2 {
    border:none;
   	margin: 0px 0  12px 0;
   	padding:0;    
    font-size: 22px;
}

#mainContent .detail h3 {
    border:none;
   	font-weight: normal;
    font-size: 18px;
}

#mainContent .detail img.feature {
    margin:3px 20px 0 0;
    padding: 0;    
}

#mainContent img.banner {
    margin:3px 0px 10px;
    padding: 0;    
}

#mainContent .pageHeader {
    margin:0;
    padding:0;
    border-bottom: 1px solid #ccc;
}

#mainContent .moduleHeader h4 {
    margin:0;
    padding:0;
    color: #aaa;
}

#mainContent .browse {
    margin: 3px 7px;
    padding: 0;
}

#mainContent .browse th {
    text-align: left;
    font-size: 9pt;   
    display: table-cell;
    font-weight:bold;
    border-bottom: 1px solid #888;
    padding-left: 18px;
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/sort_able.gif) no-repeat left center;    
}

#mainContent .browse th.sort_asc {
   background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/sort_asc.gif) no-repeat left center;
}

#mainContent .browse th.sort_desc {
   background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/sort_desc.gif) no-repeat left center;
}

#mainContent .browse th.no_sort {
   background: none;
   padding: 0 0 0 4px;
   margin: 0;
}
#mainContent .browse td {
    text-align: left;
    font-size: 9pt;
    vertical-align: top;
    padding: 2px 3px;
}

#mainContent .browse table td.date{
    width:60px;    
}

#mainContent .browse table td.city{
    width:85px;
}
#mainContent .browse table td.region{
    width:85px;
}

#mainContent .browse table td.topic {
    width: 115px;   
}

#mainContent .browse table td.type {
    width:55px;
    padding-left:8px;
}

#mainContent .browse td.subRow {
    padding-left:10px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

#mainContent .browse h4 {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow.gif) no-repeat 0 4px;    
    padding-left: 10px;    
}

#mainContent .browse .descToggle p {
    margin:0;
    padding:0;
}

#mainContent .browse .pager p {
    margin:3px 0;
    font-size: 8pt;
    padding:0;    
    text-align: right;
}

#mainContent .register form {
    margin:5px 10px;
    padding:0;
}
#mainContent .register select {
    width: 400px;
    margin:5px 0;
}

#mainContent .vertical-divider {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/vertical_divider3.gif) repeat-y; 
    padding: 3px;   
	 padding: 0;
	 width: 3px;
	 border-top: 5px solid white;
}

#mainContent td.homeSectionTD {
	padding: 0 4px 0 4px;
}

#mainContent .horizontal-divider {
    background: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/horizontal_divider.gif) repeat-x; 
    padding: 3px;  
}

#mainContent .highlightBox {
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;	
}

.showform {
    border: 1px dashed #666;
    margin:10px 0;
    padding: 5px 10px;
    background: #fffffa;
}

.showform th {
    text-align:right;
    font-size:10pt;
    border-top:1px solid #aaa;
    margin:0;
    padding:2px 10px 2px 15px;
}

.showform .submitButton {
    border:1px outset #fff;
    background: #fff;
}
.showform td {
    margin:0;
    padding:2px 0;
}

#mainContent table.highlights {
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    margin-right:10px;
    margin-top:10px;
    padding: 8px 4px;
}

.tabCurvedOrange, .tanBox, .specialResources {
    padding: 9px 7px;   
}

.tabCurvedOrange {
    /* background: url('/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_orange.gif') no-repeat top left; */
	background-color: #FFCC00;
    padding-top:6px;
    margin-top: 0px;   
}

.tanBox {
    background: #E6E4BB;    
}

#rightPane .specialResources {   
    margin: 0;
    padding-bottom:11px;        
    background: #BA1A00;
    color: lightgrey;
}

#rightPane .specialResources address {
    font-size: 12px;
    font-style: normal;
}

#rightPane .specialResources ul {
    margin: 0;
    margin-left:0px;
    padding: 0;    
}

#rightPane .specialResources li {    
    display: block;
    background:url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/red_arrow.gif) no-repeat top left;            
    font-size: 11px;        
    padding: 1px 0 3px 16px;    
}

#rightPane .specialResources a, #rightPane .specialResources a:visited, #rightPane .specialResources a:hover  {
    color: #fff;   
}

#rightPane .specialResources h2 
{
    background: #BA1A00;
    margin:0;
    padding:4px 0;
    color: #fff;
    border: none;
}

#rightPane .specialResources p 
{   
    font-size: 8pt;
    font-weight: normal;
    margin: 0;
    padding: 2px 0 2px;
    background: none;
    border: none;
    color: #fff;
}

#rightPane .images {
    padding: 0;
    margin: 8px 0;
}

#rightPane .images a {
    border:none;
    padding:0;
    margin:0;
}

#rightPane .images img {
    border:1px solid #aaa;
    margin:2px 0;
    padding:0;
}

.searchNav {
    font-size:9pt;    
    border-bottom:1px solid #ccc;
    margin:0;
    padding:2px 0 5px;
}

.homeSubFeatures {
    border-top:2px solid #BA1A00;
    padding-top:6px;
    margin-left:5px;
    margin-right:5px;   
    margin-bottom: 15px;
    padding-bottom: 0; 
    background-color: #fff;
    
}

/* home page feature image and yellow swoop/sidebar background */
.homeFeatureWhite, .homeFeatureBg5 {
    background-color: #fff;    
}

.tabHeaderWhite, .tabHeaderBg5 {
    background-color: #fff;
    background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_small.gif);
    height:60px;
}
.homeFeatureBg1, .homeFeatureBg2, .homeFeatureBg3, 
.homeFeatureBg4, .homeFeatureBg5, .homeFeatureBg6
{
    padding-bottom: 0px;
    border-bottom: 0px solid #FE9900;    
    margin-bottom: 0;
}
.homeFeatureBg1 {    
    background-color: #fdfdee;
    /*margin-bottom:0px;    
    padding:0;*/
    
}

.tabHeaderBg1
 {
    background-color: #fdfdee;
    background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_small.gif);
    height:60px;
}

.homeFeatureBg2 {    
    background-color: #eaf5ff;
    /*margin-bottom:15px;    
    padding-bottom:6px;*/
}

.tabHeaderBg2 {
    background-color: #eaf5ff;
    background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_small.gif);
    height:60px;
    
}

.homeFeatureBg3 {    
    background-color: #f7f7f7;
    /*margin-bottom:15px;    */
}
.tabHeaderBg3
 {
    background-color: #f7f7f7;
    background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_small.gif);
    height:60px;
}

.homeFeatureBg4 {    
    background-color: #ffeecc;
    /*margin-bottom:15px;    */
}
.tabHeaderBg4
 {
    background-color: #ffeecc;
    background-image: url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/tab_curved_small.gif);
    height:60px;
}

.homeFeature a {
    text-decoration:none;
    border: none;
}

.homeFeatureSmall {    
    margin:0;
    padding:0;
    text-align:center !important;    
}
/* END - home page feature image and yellow swoop/sidebar background */

.error {
    color: red;
}

.feedback {
    color: darkgreen;
}

.noerrors {
    background-color: #ffffaa;
    font-weight:bold;
    color: darkgreen;
    padding:.5em;
}
#printAndEmail {
    margin-top: 16px;
    margin-bottom: 8px;
}

#mainContent #breadcrumb {
    margin: 0;
    padding: 10px 0px 10px 6px;
    font-size: 8pt;
}

#mainContent #breadcrumb a {
    color: #333;   
	 font-size: 8pt;
}

#affiliateSearch {
           
}

#affiliateSearch td {
    font-size: 9pt;
}

#affiliateSearch select {
    width:160px;
    font-size:9pt;
}

#affiliateSearch .keywords {
    width:160px;
    font-size:9pt;
}

#affiliateSearch .inputButton {
    
}

.floatImageLeft {
    float:left;
    clear:left;
    margin:0 5px 0 0;
    padding:0;
}

.imageContainer {
    clear:left;
    margin-top:3px;
}

.loginRequired {
    background: #933;
    color: #fff;
    padding:0px 1px;
    font-weight: bold;
    font-size:7pt;
    margin-left:4px;    
;
}

.leftBorder {
    border-left: 1px solid #000;
    padding-left: 15px;
}

#timewarner {
    margin-top: 10px;
}

#News {
	font-family: Times, serif;
	font-size: 10pt;
	
}

#News p, #News td {
	font-family: Times, serif;
	font-size: 10pt;
	margin: 0px 0px 16px 0px;
}

#xcart {
    margin-top:8px;    
    padding: 3px 0 3px 30px;
    background: transparent url(/eot2008/20090507002952oe_/http://www.nclr.org/store/skin1/images/cart_full.gif) 4px 2px no-repeat; 
}

#xcart a:link, #xcart a:visited, #xcart a, #xcart a:active, #xcart a:hover {
    color: #C61C02;
    font-size: 11px;
    font-weight: bold;
}

#all_topics {
		margin-right: 12px;
}

#all_topics table {
    padding-bottom: 12px;
}

#all_topics table th
{
    font-weight: bold;
    padding-left:25px;
    background: #E6E4BB;
    border-bottom: 1px solid #ccc;
    color: #666;
}

#all_topics table td
{
    background: #FDFDEE;
    border-bottom: 1px solid #E6E4BB;
}

#all_topics .topic
{
    font-weight: bold;
}

.corporate_partner {
    float:left;
    width: 170px;
    height: 140px;    
    margin: 0 3px 5px;
    padding: 4px;
}

.corporate_partner ul {
    list-style: circle url(/eot2008/20090507002952oe_/http://www.nclr.org/images/nav/arrow_transparent.gif) outside;
    font-size:8pt;
    margin-left:10px;
    margin-bottom: 0;
    padding: 0;
    text-indent: 0;
}

.buttonCBA {
   float: right;
}

.logos img {
   vertical-align: top;
   float: left;

}

.clear {
   clear: both;
}

.resource_links ul {
    margin:0;
    padding:0 0 0 1em;
}

.resource_links ul li {
    margin: 0.75em 0;
}

table.StxCart {
    border-collapse: collapse;
}

table.StxCart tr.on {
    background-color: #e8e8e8;    
}

table.StxCart tr th {
    font-weight:bold !important;
    background-color:#eee;
    border-right:2px solid white;
    text-align: center !important;
}

table.StxCart tr td  {
    padding: 3px 8px;
    border-right:2px solid white;
}

table.StxCart tr td.numeric {
    text-align:right !important;
    padding: 3px 1em 3px 0;
}

p.success {
    background-color: #f6f6aa;
    padding: .2em 1em !important;
}

dl.exhibitor dt {
	font-weight:bold;
	margin-top:.3em;
}

dl.exhibitor dd {
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
}

#mainContent .exhibitor-status {
	border:1px solid #333;
	background-color: #fea;
	font-weight: bold;
	font-size:14px;
	padding:10px;
}