﻿/*************************************************************************
    Page Structure Div's
*************************************************************************/
#structure
{
	width:929px;
	margin:0 auto;
	text-align:left;
}

#mainHeader-wrapper
{
    background-image:url(/images/ferc/main-header-bg.jpg);
    background-repeat:no-repeat;
	width:904px;
	height:95px;
    margin-left:12px;
}

#search-wrapper 
{
    width:929px;
    height:113px;
    position:relative;
    top:-20px;
    left:-34px;
    background-image:url(/images/ferc/search-bg.jpg);
    background-repeat:no-repeat;
}

#siteContent
{
    border-left:solid 1px #d4d4d4;
    border-right:solid 1px #d4d4d4;
    position:relative;
    left:16px;
    padding:10px 17px 0px 17px;
    font-family:Arial;
    font-size:12px;
    width:860px;
    color:#666666;
}

#siteContent-wrapper 
{
    position:relative;
    left:-12px;
}

#ferc-header-wrapper
{
    /*height:110px;*/
    margin-bottom:20px;
}

#siteContent-wrapper .pagefooter .footer 
{
    width:896px;
    margin-left:16px;
}


/*************************************************************************
    Search Header
*************************************************************************/
.search-reports
{
    width:870px;
    height:42px;
    float:left;
    margin-left:26px;
    margin-top:20px;
    background-image:url(/images/ferc/icon-search-reports.gif);
    background-repeat:no-repeat;
}

/*.search-date
{
    width:271px;
    height:42px;
    float:left;
    margin-top:20px;
    background-image:url(/images/ferc/icon-calendar.gif);
    background-repeat:no-repeat;
}*/

.search-reports .title,
.search-date .title 
{
    font-size:18px;  
    margin-left:58px;  
    margin-top:4px;    
}

.search-reports .date-selectors 
{
    margin-top:4px;
    margin-left:58px;
}

.btn-search-date
{
    position:relative;
    top:10px;
}

/*
.search-reports .date-selectors div.month,
.search-reports .date-selectors div.day,
.search-reports .date-selectors div.year 
{
    float:left;
}

.search-reports .date-selectors div.month,
.search-reports .date-selectors div.day,
.search-reports .date-selectors div.year 
{
    height:27px;
    text-align:center;
    margin-right:12px;
    background-repeat:no-repeat;  
}

.search-reports .date-selectors div.month 
{
    width:119px;
    background-image:url(/images/ferc/input-month-bg.gif);
}

.search-reports .date-selectors div.day,
.search-reports .date-selectors div.year 
{
    width:101px;
    background-image:url(/images/ferc/input-dayyear-bg.gif);
}

.search-reports .date-selectors div.month select,
.search-reports .date-selectors div.day select,
.search-reports .date-selectors div.year select
{
    color:#666666;
    font-size:12px;
    border:0;
    margin-top:4px;
}

.search-reports .date-selectors div.month select 
{
    width:103px;
}
    
.search-reports .date-selectors div.day select,
.search-reports .date-selectors div.year select 
{
    width:85px;
}
*/



/*************************************************************************
    FERC Header
*************************************************************************/
.ferc_date_current 
{
    width:380px;
    height:50px;
    font-size:24px;
    font-weight:bold;
    text-align:center;
    padding-top:13px;
    position:relative;
    left:-33px;
    background-image:url(/images/ferc/date-bg.jpg);
    background-repeat:no-repeat;
}

.sort-info 
{
    width:216px;
    float:right;
    font-size:18px;
    text-align:center;
}

.sort-info-selector 
{
    width:216px;
    height:27px;
    margin-top:4px;
    background-image:url(/images/ferc/input-sort-bg.jpg);
    background-repeat:no-repeat;
}
    .sort-info-selector select 
    {
        width:200px;
        border:0;
        color:#666666;
        position:relative;
        top:4px;
    }
    
    
/*************************************************************************
    Text/Object Styles
*************************************************************************/
a 
{
    color:#aa0b2e;
}

a.print,
a.download,
a.admin 
{
    height:21px;
    padding:4px 0 0 37px;
    margin-left:30px;
    display:inline-block;
    background-repeat:no-repeat;
}
    a.print
    {
        background-image:url(/images/ferc/icon-print.jpg);
    }
    a.download 
    {
        background-image:url(/images/ferc/icon-download.jpg);
    }
    
    a.admin 
    {
        background-image:url(/images/ferc/icon-admin.jpg);
    }
    
a.btn-prev,
a.btn-next
{
    height:22px;
    padding:6px 0 0 34px;
    display:inline-block;
    background-image:url(/images/ferc/icon-prev.jpg);
    background-repeat:no-repeat;
}
    a.btn-next
    {
        padding:6px 34px 0 0;
        background-image:url(/images/ferc/icon-next.jpg);
        background-position:right;
    }


/*************************************************************************
    Data Display Universal
*************************************************************************/
.ferc_item 
{
    margin-bottom:50px;
}

.ferc_lbl 
{
    font-size:12px;    
}

.ferc_date_prev {
    float:left;
}
.ferc_date_next {
    float:right;
}

/*************************************************************************
    Data Display Top Row
*************************************************************************/
.ferc_time-wrapper,
.ferc_location-wrapper,
.ferc_addinfo-wrapper,
.ferc_purpose-wrapper,
.ferc_svcprov-wrapper,
.ferc_nomcycle-wrapper
{
    float:left;
    margin-bottom:20px;
}
    .ferc_time-wrapper 
    {
        width:96px;
    }
    .ferc_location-wrapper 
    {
        width:247px;
    }
    .ferc_addinfo-wrapper 
    {
        width:117px;
    }
    .ferc_purpose-wrapper 
    {
        width:85px;
    }
    .ferc_svcprov-wrapper 
    {
        width:216px;
    }
    .ferc_nomcycle-wrapper 
    {
        width:99px;
    }
    
.ferc_location-wrapper .ferc_lbl,
.ferc_addinfo-wrapper .ferc_lbl,
.ferc_purpose-wrapper .ferc_lbl,
.ferc_svcprov-wrapper .ferc_lbl,
.ferc_nomcycle-wrapper .ferc_lbl
{
    padding-left:10px;
}
    .ferc_time-wrapper .ferc_lbl 
    {
        padding-left:20px;
    }


.ferc_time,
.ferc_location,
.ferc_addinfo,
.ferc_purpose,
.ferc_svcprov,
.ferc_nomcycle
{
    font-weight:bold;
    height:22px;
    padding-top:5px;
    padding-left:10px;
    background-image:url(/images/ferc/data-bg.jpg);
    background-repeat:repeat-x;
}
    .ferc_time
    {
        width:76px;
        float:left;
        color:#ffffff;
        background-image:none;
        background-color:#aa0b2e;
    }

    .ferc_nomcycle
    {
        width:79px;
        float:left;
    }
    
.data-bg-left 
{
    width:10px;
    height:27px;
    float:left;
    background-image:url(/images/ferc/data-bg-left.jpg);
    background-repeat:no-repeat;
}

.data-bg-right 
{
    width:10px;
    height:27px;
    float:left;
    background-image:url(/images/ferc/data-bg-right.jpg);
    background-repeat:no-repeat;
}

.ferc_time-wrapper img,
.ferc_nomcycle-wrapper img 
{
    float:left;
}



/*************************************************************************
    Data Display Bottom Row
*************************************************************************/
.ferc_maxcap-wrapper,
.ferc_schedvol-wrapper,
.ferc_schedvol2-wrapper,
.ferc_availcap-wrapper 
{
    width:198px;
    height:74px;
    float:left;
    padding:0 8px;
    text-align:center;
    border-right:dashed 1px #999999;
}
    .ferc_availcap-wrapper 
    {
        border:0;
    }

    .ferc_maxcap-wrapper .ferc_lbl,
    .ferc_schedvol-wrapper .ferc_lbl,
    .ferc_schedvol2-wrapper .ferc_lbl,
    .ferc_availcap-wrapper .ferc_lbl
    {
        font-size:13px;
        font-weight:bold;
    }

.ferc_maxcap,
.ferc_schedvol,
.ferc_schedvol2,
.ferc_availcap 
{
    font-size:36px;
}
    .ferc_maxcap span,
    .ferc_schedvol span,
    .ferc_schedvol2 span,
    .ferc_availcap span 
    {
        font-size:12px;
    }



/*
 *   Admin Data Entry
 */

.dv_table
{
    border: solid 3px #ad0829;
}

.dv_table th,
.dv_table td
{
    padding: 5px 10px;
}

.dv_header
{
    text-align:center;
    font-size:150%;
    font-weight:bold;
    background-color: #d4d4d4;
}

.dv_alt
{
    background-color: #d4d4d4;
}

.dv_fldheader
{
    text-align:right;
    font-weight:bold;
}

.dv_validerr
{
    font-weight:bold;
    color:#ad0829;
}

.results_successpnl,
.results_failurepnl
{
    margin:1em 0px;
    border: solid 3px #ad0829;
    padding: 5px;
    background-color: #ad0829;
    color: #ffffff;
}

.results_msg
{
}

.admin_link
{
    margin:1em 0px;
}
