/* === FUNKY NEWS FILTER FORM === */

    #news_tabs {
		float:left;
		margin-top:10px;
    }

    #news_tabs span {
        display:block;
        float:left;
        background:#92b5d9;
        border-top:1px solid #1A1A55;
        border-bottom:1px solid #1A1A55;
        border-right:1px solid #1A1A55;
        padding:3px 0;
        text-align:center;
        font:normal 1em ;
    }

    #news_tabs span.current {
        background: #F5F5F9;
        border-bottom:1px solid #F5F5F9;
    }

	#news_tabs span.current a 
	{
		color:#1A1A55;
	}

    #news_tabs span a {
        text-decoration:none;
        color:white;
    }

    #news_tabs span a:hover { color:#1A1A55; }

    #news_tabs span#n_all   { width:35px; }
    #news_tabs span#n_naeyc { width:58px; }
    #news_tabs span#n_nc    { width:81px; }
    #news_tabs span#n_fin   { width:65px; }
    #news_tabs span#n_cn    { width:103px; }


    #news_tabs #n_cat {
        border-bottom:1px solid #1A1A55;
        font-weight:bold;
        width:90px;
        border-top:1px solid white;
        border-left:1px solid white;
        background:white;
        text-align:left;
        text-indent:5px;
    }


    #news_filter {
        clear:both;
        border-left:1px solid #1A1A55;
        border-right:1px solid #1A1A55;
        border-bottom:1px solid #1A1A55;
        width:437px!important;
		width/**/:437px;
        background:#F5F5F9;
        margin-bottom:15px;
    }
#news_filter input, #news_filter select  {font-size:11px;}
    #news_filter h4 {
        margin:0!important;
		font-size:11px;
        padding:2px 4px;
        border-bottom:1px solid #E7E7EF;
    }

    #news_filter p {
        margin:0;
        padding:4px 4px;
        border-top:1px solid #FFF;
        border-bottom:1px solid #E7E7EF;
        background:#F5F5F9;
    }

    #news_filter form {
        margin:0; padding:0;
    }

    #news_filter input.button {
        background:#ef4c29;
        border:1px outset #ef4c29;
        color:white;
    }

/* === HEADLINES CONTAINER === */

table#headlines { width:620px;}
    table#headlines th {
        text-align:left;
        border-bottom:1px solid #92b5d9;
        padding:0 0 2px 0;
		font-size:12px;
    }

    table#headlines td {
        vertical-align:top;
        color:Black;
        padding:5px 10px 5px 0px;
    }
	
	table#headlines td a 
	{
		color:#ef4c29; 
		font-weight:bold;
	}
/* === NAV CONTAINER === */

    table#news_nav {
        width:620px;
        border-top:1px solid #92b5d9;
        margin:8px 0 16px 0;
    }

    table#news_nav td {
        padding:4px 0 0 0;
    }


/* === NEWS DETAILS === */

    table#news_specs {
        border-top:1px solid #689BB6;
        border-bottom:1px solid #689BB6;
        width:550px;
        margin-bottom:15px;
    }

    table#news_specs th {
        width:10%;
        white-space:nowrap;
        padding:2px 10px 2px 0;
		font-size:12px;
		text-align:right;
    }

    table#news_specs td {
        padding:2px;
    }



