﻿/*-General / Untargetted-*/
* 
{
    padding: 0; margin: 0;
}
html, body 
{
    
}
body
{
    font: 10pt/1.3 Arial, sans-serif;
    color: #353535;
    margin-bottom: 10em;
}
ul 
{
    list-style-type: square;
    margin-left: 1em;
}
ul.spaced li
{
    margin-bottom: .6em;
}
ul.naked
{
    list-style: none;
    margin-left: 0;
}

a 
{
    color: #0059b3;
    font-weight: bold;
    text-decoration: none;
    /*border-bottom: solid 1px transparent; #d0d0d0*/
}
a:hover 
{
    color: #000;
    text-decoration: underline;
}
a:visited 
{
    color: #004080;
}
a img 
{
    border: none;
    vertical-align: middle;
}
h2 a
{
    color: #000000 !important;
}
h2 a:hover
{
    text-decoration: none;
}
p + p, div + p, h1 + p, h2 + p, h3 + p
{
    margin-top: .3em;
}
h1 
{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding-left: 3px;
    background: transparent url('../img/h1_bg.jpg') no-repeat bottom left;
    color: #ffffff;
}
h2
{
    font-size: 14px;
    border-top: solid 1px;
    border-bottom: solid 1px #e0e0e0;
}
h3 
{
    font-size: 14px;
    margin-top: 1em;
}
p + h2, ul + h2
{
    margin: 1.3em 0 .7em 0;
}
input, select, textarea 
{
    margin: 6px 3px 0 0;
}
input.text 
{
    border: solid 1px #808080;
    background: #ffffff;
}
.textarea 
{
    border: solid 1px #808080;
    background: #ffffff;
}
select 
{
    border: solid 1px #808080;
    background: #ffffff;
}
div.formPanel, div.fancy
{
    padding: 3px;
    margin: 5px 0;
    background: #f8f8f8 url('../img/formPanelBG.jpg');
    border: solid 1px #ddd;
}
div.formPanel p
{
    padding-top: 1em;
    font-size: 11px;
    clear: left;
}
div.formSubPanel
{
    
}
span.formTitle 
{
    font-size: 18px;
    clear: both;
}

h1.subHeader 
{
    margin-top: -5px;
}
.note 
{
    font-style: italic;
    color: #a02020;
}
.warn
{
    font-size: 9px;
    color: #a02020;
}
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.c
{
    width: 100%;
    text-align: center;
}

table.niceTable
{
    font-size: 10px;    
}
table.niceTable td, table.niceTable th
{
    padding: 3px;
    margin: 0;
}
table.niceTable th
{
    background: #444;
    color: #fff;
}
table.niceTable tr.tr_alternate td
{
    background: #eee;
}

/*-Layout-*/
#mainWrap
{
    width: 900px;
    border-right: solid 1px #888888;
}
#colorBlock 
{
    width: 145px;
    height: 230px;
    float: left;
    border-right: solid 1px #000000;
    font: 10px/1 Arial, sans-serif;
}
#header 
{
    position: relative;
    height: 230px;
    border-bottom: solid 1px #000000;
    background: #000000 /*url('../img/st_headerBgRepeater.gif') repeat-x*/;
}
    #header a 
    {
        color: #c0c0c0;
        font-weight: normal;
        border: none;
    }
    #header a:hover 
    {
        text-decoration: underline;
    }
    
    #logoLinks 
    {
        float: left;
        margin-left: 10px;
        font-size: 10px;
        color: #a0a0a0;
    }
    #logoLinks img
    {
        margin: 10px 0;
    }



    /*-Top Nav-*/
    #nav
    {
        height: 38px;
        position: relative;
        margin-left: 145px;
        padding-left: 10px;
        font-family: Arial, sans-serif;
        background: #888888 url('../img/nav_bg.jpg') no-repeat 0 0;
    }
    #nav #navContent
    {
        position: relative;
        background-color: #ffffff;
    }
    #nav ul 
    {
       list-style: none;
    }
    #nav ul li 
    {
        float: left;
    }
    #nav li a
    {
        display: block;
        padding: 10px;
        color: #000000;
        vertical-align: bottom;
        border: none;
        font-weight: bold;
    }
    #nav li a:hover 
    {
        background: #cccccc;
    }
    #nav a:hover
    {
        text-decoration: none;  
    }
    * html #nav a:hover
    {
        background: #cccccc;  
    }
    #nav div
    {
        float: left;
        padding-top: 10px;
    }
    #nav input
    {
        margin-right: 10px;
    }
    #nav input.inp_text
    {
        border: solid 1px #888888;
        height: 14px;
        font-size: 12px;
        margin-top: -10px;
    }
     #nav input.inp_button
    {
        border: solid 1px #888888;
        height: 16px;
        font-size: 10px;
    }
    
        
#left 
{
    width: 145px;
    float: left;
    background: #000000 /*url('../img/boxLogo.gif') no-repeat 50% 50%*/; 
    color: #ffffff;
    font: 10px/1 Arial, sans-serif;
    overflow: hidden;
}
#left #str_left_br
{
    float: right;
}
    #leftContent 
    {
        min-height: 200px;
        text-align: left;
    }
    /*-Left Navigation Menu-*/
        #leftNav 
        {
	        padding: 0 0 1em 0;
	        margin-bottom: 1em;
	        background-color: #000000;
            color: #333333;
        }
        span.navHeader 
        {
            font-size: 14px;
            font-variant: small-caps;
            color: #ffffcc;
            display: block;
            margin: 14px 0 0 0;
            padding: 5px;
            border-bottom: 1px solid #555555;
        }
        html>body span.navHeader 
        {
            *margin-bottom: 2px;
        }
        * html #leftNav span.navHeader 
        {
            margin-bottom: 2px;
        }
        #leftNav ul 
        {
            list-style: none;
            margin: 0;
            padding: 0;
            border: none;
		}
	    #leftNav li ul li 
	    {
	        margin: 0;
		}
		html>body #leftNav li ul li 
		{
		    margin: 0;
		    *margin-top: -2px;
		}
		* html #leftNav li ul li 
		{
		    margin-top: -2px;
		}
		#leftNav li a 
		{
		    height: 10px;
		    line-height: 10px;
		    display: block;
            border-bottom: 1px solid #555555;
		    padding: 5px;
		    background: #000000 url('../img/str_leftNav_linkBG.jpg');
		    color: #ffffff;
		    text-decoration: none;
		}
	    html>body #leftNav li a 
	    {
		    width: auto;
		}
	    #leftNav li a:hover, #leftNav li a:active 
	    {
		    background: #cccccc url('../img/str_leftNav_linkBG_rev.jpg');
		    color: #fff;
		}

#bottomWrap
{
    background: #eeeeee;
}
#main 
{
    margin: 0 0 10px 145px;
}
#main h1 
{
    margin-bottom: 20px;
}
    #subLeft, #subRight 
    {
    }
    #subLeft 
    {
        float: left;
        width: 570px;
        background: #ffffff;
    }
    #subRight 
    {
        width: 165px;
        float: right;
        padding: 5px 0 0 0;
        font: 11px/1.1 arial, sans-serif;
        text-align: center;
        /*background: #ffffff url('../img/subRight_bg.jpg') repeat-y;*/
    }
        #subRight div.rightSnip 
        {
            margin: 0 5px 5px 5px;
            padding-bottom: 1em;
            margin-bottom: 1em;
            text-align: left;
        }
            #subRight div.rightSnip h4 
            {
                font-size: 12px;
                text-transform: capitalize;
            }
 
#footer 
{
    clear: both;
    padding: 5px;
    font-size: 10px;
    color: #cccccc;
    background-color: #888888;
    /*border-top: solid 3px #aaaaaa;*/
    border-bottom: solid 1px #888888;
}
    #footer p
    {
        margin-left: 145px;
        margin-right: 183px;
    }
    #footer #ncseaFooterLogo
    {
        float: left;
    }
    #footer #c3inkFooterLogo
    {
        float: right;
    }

span.lilHeader 
{
    display: block;
    margin: .5em 0;
}
div.inner 
{
    padding: 5px;
}        
        
    #str_left_gradient 
    {
        margin-bottom: -10px;
    }
    img#coverThumb 
    {
        width: 108px; height: 140px;
    }

/*-Ads-*/
#leader 
{
    float: right;
    width: 734px;
    height: 90px;
    padding: 10px;
    background-color: #cccccc;
    border-bottom: solid 1px #888888;
}
#leader span 
{
    background-color: #000000;
}

/*-Events-*/
#events ul 
{
    list-style-type: none;
}
#events li.month 
{
    margin: 2em 0 1em 0;
    padding: 2px 0;
}
#events li.eventItem 
{
    margin: 0 0 2em 0;
}
#events li.eventItem h3 
{
    font-size: 14px;
    color: #000000;
}
#events li.eventItem span.eventItemDate 
{
    font-style:italic;
}
#events li.eventItem span.eventItemLocation 
{
    display: block;
    clear: both;
    font-weight: bold;
}
#events li.eventItem * + P
{
    text-indent: 0;
}

/*-Home Page-*/
.homeSection 
{
    float: left;
    width: 261px;
    padding: 2px;
    margin: 10px 10px 0 0;
    font-size: 10px;
}
.homeSection h2 
{
    margin-top: 20px;
}
.homeSection ul 
{
    list-style: none;
    margin-left: 0;
}
.homeSection li 
{
    margin-bottom: 2px;
}
.articleSummary 
{
    float: left;
    width: 261px;
    padding: 2px;
    margin-bottom: 10px;
}
.articleSummary strong 
{
    font-size: 12px;
    
}
.articleSummary a
{
    border: none;
}
.articleSummary p 
{
    font-size: 10px;
}
.articleSummary img
{
    float: left;
    margin: 1px 3px 1px 0;
}

/*-issue.aspx-*/
div.section 
{
    clear: both;
}

div.section div.summary 
{
}

div.section span.featureSummary 
{
}

/*-guides.aspx-*/
div.guideFrm_pl
{
    margin-bottom: 1em;
}
#ctl00_ctl00_main_content_subLeft_content_gv_guidesList
{
    color: #000000;
    background: #a0a0a0;
    border: solid 1px #a0a0a0;
    border-color: #a0a0a0;
    font-size: 10px;
    width: 240px;
    float: left;
    margin: 0 10px 0 0;
}
#ctl00_ctl00_main_content_subLeft_content_gv_guidesList td
{
    padding: 2px;
}

/*-SubmitGuide.aspx- (Also applies to elements in classifiedSubmittal.aspx*/
.formPanel h2, .formPanel p 
{
    margin: 2px 0 10px 0;
}
.formPanel br 
{
    clear: both;
}
.formPanel .text, .formPanel label.wideLabel 
{
    float: left;
}
.formPanel label.wideLabel 
{
    font-weight: bold;
    width: 8em;
    clear: left;
    text-align: right;
    padding-right: 1em;
}
.formPanel .text 
{
    width: 14em;
    margin: 1px 0 3px 0;
}
.formPanel .textarea 
{
    width: 380px;
    margin: 1px 0 3px 0;
}
#gf .button
{
    font-size: 18px;
    float: right;
}
.formPanel .warn
{
    display: block;
    float: left;
    margin: 6px 3px 0 1px;
}
#gfMainWarn 
{
    width: 400px;
    background: #f0a0a0;
    border: solid 1px #a02020;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #a02020;
}
#gfMainWarn li 
{
    margin-left: 1em;
}
#guideFrmS2 br 
{
    clear:both;
}
#gf div.guideFrm_pl h2
{
    clear: both;
    margin-top: 1.5em;
}
#gf span.categories_cbl
{
    display: block;
    margin-bottom: 1em;
    margin-left: 9em;
}
#gf span.categories_cbl label
{
    margin-right: 2em;
    clear: right;
}

/*-links.aspx-*/
#links li
{
    margin-bottom: 1.5em;   
}
#links strong
{
    font-size: 1.25em;
}

/*-archives user control-*/
#archives
{
    margin-top: 2em;
    width: 550px;
    text-align: center;
    padding: 0 30px;
}
#archives div 
{
    margin: 0 .5em .5em 0;
    padding: 2px;
    float: left;
    width: 150px;
    height: 200px;
    text-align: center;
}
#archives div img
{
    border: none;
}

/*-classifieds.aspx-*/
#classifieds div
{
    clear: both;
    margin-bottom: 2em;
}
#classifieds h3
{
    margin: .5em 0;
}
#classifieds div p + p, #classifieds div p + h2, #classifieds div p + h3
{
    text-indent: 0;
}
#classifieds div img
{
    margin: 0 5px 0 0;
}
#dynPrice
{
    border-right: solid 2px #808080;
    border-bottom: solid 2px #808080;
    margin: 0 0 1em 120px;
    width: 380px;
}
#dynPrice span 
{
    display: block;
    width: 186px;
    float: left;
    border-left: solid 2px #808080;
    border-top: solid 2px #808080;
    background: #505050;
    padding: 1px;
    color: #fff;
}
#dynPrice span.dynPriceLabel
{
    
}
#dynPrice span.dynPriceValue
{
    font-weight: bold;
    background: #eee;
    color: #000;
}
#dynPrice br
{
    clear: left;
}

/*-About.aspx-*/
#edBoard div
{
    text-align: center;
    font-size: 10px;
    width: 180px;
    height: 200px;
    float: left;
}
#edBoard strong
{
    font-size: 12px;
}
#edBoard img
{
}

/*-editorialCalendar user control-*/
#editorialCalendar
{
    width: 550px;
    overflow: auto;
}
#editorialCalendar table.editorialCalendar td
{
    font-size: 9px;
}

/*-archives.aspx-*/
#articleSearchResults div
{
    border-bottom: solid 1px #dddddd;
    margin: .5em 0;
}

/*-news.aspx-*/
div.adSE
{
    margin: 1.5em 0;
}
div.adSE img
{
    margin: 0 1em 2px 0;
    float: left;
}

/*-Search.aspx-*/
#searchResults
{
    font-size: .8em;
    width: 550px;
    overflow: hidden;
}



/*-All Pages-*/
#socialToolbar 
{
    width: 900px;
    height: 32px;
    text-align: center;
    background: url('../img/socialToolbar_bg.jpg') top repeat-x;
}
#socialToolbar ul 
{
    list-style: none;
    margin-left: 145px;
}
#socialToolbar ul li 
{
    float: left;
    background: #ffffff;
    margin: 0 3px;
    
}
#socialToolbar ul li a 
{
    display: block;
    padding: 3px;
    width: 20px;
    height: 20px;
    border: solid 3px #888888;
}
#socialToolbar ul li a:hover 
{
    border: solid 3px #0000ff;
}
#socialToolbar div
{
    float: right;
}

.formPanel label.tsipLabel 
{
	width:130px;
	display:inline-block;
}

.tsipLabelCat
{
	width:175px;
	display:inline-block;
}