﻿/* DEFAULT STYLES
----------------------------------------------------------*/

a:link, a:visited
{
    color: #660000;
}
a:hover
{
    color: #0000ff;
    text-decoration: none;
}
a:active
{
    color: #a03245;
}
    a.no_link
    {
        color: #a03245;
        text-decoration: none;
    }

img.no_outline
{
    border: none;
}

p
{
    font-family: arial;
    color: Black;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 5px;
}
    p.level2indent
    {
        padding-left: 20px;
    }
    p.level3indent
    {
        padding-left: 40px;
    }
    p.level4indent
    {
        padding-left: 60px;
    }
    p.level5indent
    {
        padding-left: 80px;
    }
    p.level6indent
    {
        padding-left: 100px;
    }
    p.errors
    {
        padding: 5px;
        font-size: 10px;
        color: red;
    }
    p.login_unavailable
    {
        font-size: 12px;
        color: #A03245;   
    }

li
{
    font-family: arial;
    color: Black;
    font-size: 12px;
    line-height: normal;
    padding-left: 0;
    margin-left: 0;
}

ul
{
    padding-left: 0;
    margin-left: 0;
}

textarea, input[type="text"]
{
    font-family: arial;
    font-size: 12px;
    color: Black;
    font-weight: normal;
}

select
{
    font-family: arial;
    font-size: 12px;
    color: black;
    font-weight: normal;
    height: 20px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    color: Black;
    font-family: arial;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h2
{
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
}

h4
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

h5, h6
{
    font-size: 10px;
    font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

body
{
    font-family: arial;
}

.page
{
    width: 968px;
    background-color: #fff;
    margin: 10px auto 0px auto;
}

.main
{
    padding: 0px 0px;
    margin: 12px 8px 8px 0px;
    min-height: 420px;
    width: 968px;
}

.footer
{
    color: black;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    font-family: arial;
    font-size: 10px;
    line-height: normal;
}


/* HEADER ELEMENTS   
----------------------------------------------------------*/

:focus
{
    outline: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
    text-align: right;
}

div.header
{
    border-bottom: #a03245 3pt solid;
    height: 55px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    position: relative;
    width: 968px;
}

div.header_image
{
    bottom: 5px;
    height: 55px;
    left: 0px;
    position: absolute;
    width: 235px;
}

div.header_login
{
    float: right;
    height: 50px;
    margin-top: 5px;
    text-align: right;
    width: 190px;
    margin-bottom: 0px;
}

div.header_text
{
    bottom: 8px;
    color: #000000;
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    height: 41px;
    left: 234px;
    line-height: 22px;
    position: absolute;
    text-align: right;
    width: 516px;
}
    div.header_text td
    {
        text-align: right;
    }

/* BUTTON ELEMENTS   
----------------------------------------------------------*/

input.button, img.button
{
    background-image: url(../Images/button_back.jpg);
    background-position: left;
    background-repeat: repeat-x;
    border: #999999 1px solid;
    color: #ffffff;
    cursor: pointer;
    font-family: arial;
    font-size: 7pt;
    font-weight: 500;
    height: 18px;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    text-align: center;
    width: 60px;
}
input.button:hover, input.button_my:hover, input.body_button:hover, img.button
{
    background-image: url("../Images/button_back_hover.jpg");
    background-position: left;
    background-repeat: repeat-x;
}

input.search_button
{
    background-image: url(../Images/button_back_taller.jpg);
    background-position: left;
    background-repeat: repeat-x;
    border: #999999 1px solid;
    color: #ffffff;
    cursor: pointer;
    font-family: arial;
    font-size: 12pt;
    font-weight: 500;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 230px;
}
input.search_button:hover
{
    background-image: url("../Images/button_back_hover_taller.jpg");
    background-position: left;
    background-repeat: repeat-x;
}
/*input.input_login
{
    border: #999999 1pt solid;
    color: #000000;
    font-family: arial;
    font-size: 8pt;
    height: 14px;
    width: 185px;
}*/

/* TABLE ELEMENTS   
----------------------------------------------------------*/

table 
{
    margin-bottom: 0px;
}

td.body
{
    color: #000000;
    font-family: arial;
    font-size: 9pt;
    line-height: 120%;
    padding-top: 9px;
    text-align: center;
}
td.header_input
{
    text-align: left;
    vertical-align: middle;
}
td.header_text
{
    color: #000000;
    font-family: arial;
    font-size: 8pt;
    text-align: left;
    vertical-align: middle;
}

/* PAGE STRUCTURE DIV ELEMENTS   
----------------------------------------------------------*/

#content
{
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px;
    min-height: 800px;
}

#login_content
{
    margin-top: 30px;
    font-size: 12px;
    width: 968px;
    margin-left: 0px;
    text-align: left;
}
    #login_content label
    {
        float: left;
        width: 80px;
        margin-left: 315px;
    }
    #login_content p
    {
        text-align: center;
    }

#tabs
{
    margin: 5px 0 16px 0;
    width: 968px;
    height: 25px;
    padding: 0px;
    float: left;
}
    #tabs_left
    {
        padding: 0px;
        margin: 0px;
        width: 485px;
        float: left;
        height: 41px;
    }
    #tabs_right
    {
        text-align: right;
        width: 483px;
        float: left;
        height: 41px;
        padding: 0px;
        margin: 0px;
    }
    #tabs_left li, #tabs_right li, #tabs_left_execorg li, #tabs_right_execorg li
    {
        display: inline;
        list-style-type: none;
        margin-right: 0px;
    }
    #tabs a.on:hover, #tabs a.off:hover 
    {
        background: #A03245;
        color: White;
    }
    #tabs_right li a.on, #tabs_left li a.on, #tabs_left_execorg li a.on, #tabs_right_execorg li a.on
    {
        /*position: relative;*/
        /*top: 1px;*/
        background: #A03245;
        color: White;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 15px 5px 15px;
    }
    #tabs_right li a.off, #tabs_left li a.off, #tabs_left_execorg li a.off, #tabs_right_execorg li a.off
    {
        /*position: relative;
        top: 1px;*/
        background: #E0BAC1;
        color: black;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 15px 5px 15px;
    }
    #tabs_left_execorg
    {
        padding-top: 0px;
        width: 250px;
        float: left;
        height: 25px;
    }
    #tabs_right_execorg
    {
        padding-top: 0px;
        width: 718px;
        float: left;
        height: 25px;
    }

.form-field
{
    margin-bottom: 5px;
    border: 0px solid white;
    font-size: 10px;
}
.form-field label
{
    
}
.form-field span
{
    float: left;
    width: 9em;
}

.centered
{
    float: left;
    margin-top: 10px;
    text-align: center;
}

/* PAGE STRUCTURE DIV ELEMENTS - Home/Index
----------------------------------------------------------*/

#content-left
{
    float: left;
    margin-bottom: 10px;
    width: 180px;
    height: 775px;
    border: 1px solid #A03245;
}
    #content-left ul
    {
        list-style: none;
        text-align: left;
    }
    #content-left-dbeditors
    {
        padding: 5px 0px 0px 0px;
        height: 231px;
        border: 1px solid white;
        margin: 10px 10px 0px 10px;
    }
    #content-left-adhoc
    {
        margin: 10px 10px 0px 10px;
        padding: 5px 0px 0px 0px;
        height: 300px;
        border: 1px solid white;
    }
    #content-left-govaffairs
    {
        margin: 10px 10px 0px 10px;
        padding: 5px 0px 0px 0px;
        height: 100px;
        border: 1px solid white;   
    }

#content-main
{
    float: left;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 10px;
    width: 582px;
    height: 775px;
    border: 1px solid #A03245;
}
#content-main div
{
    width: 539px;
}
#corp_news
{
    margin: 10px 10px 0px 10px;
    padding: 5px 10px 0px 10px;
    text-align: center;
    height: 231px;
    border: 1px dotted #A03245;
    overflow-y: scroll;
}
#corp_news ul
{
    list-style: none;
}
#tasks_toyou
{
    visibility: visible;
    margin: 10px 10px 0px 10px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    height: 500px;
    border: 1px dotted #A03245;
    overflow-y: scroll;
    top: 292;
    left: 231;
}
#tasks_toyou ul
{
    list-style: none;
}
#tasks_byyou
{
    
    margin: 10px 10px 0px 10px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    height: 500px;
    border: 1px dotted #A03245;
    overflow-y: scroll;
    
    top: 292;
    left: 231;
}
#tasks_byyou ul
{
    list-style: none;
}

#content-right
{
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 180px;
    text-align: right;
    height: 775px;
    border: 1px solid #A03245;
}
    #content-right ul
    {
        list-style: none;
    }
    #content-right-calendar
    {
        padding: 5px 0px 0px 0px;
        height: 231px;
        margin: 10px 10px 0px 10px;
        border: 1px solid white;
    }
    #content-right-goals
    {
        margin: 10px 10px 0px 10px;
        height: 300px;
        border: 1px solid white;
        padding: 5px 0px 0px 0px;
    }
    #content-right-apps
    {
        margin: 10px 10px 0px 10px;
        padding: 5px 0px 0px 0px;
        height: 100px;
        border: 1px solid white; 
    }

/* PAGE STRUCTURE DIV ELEMENTS - Government/SearchLeg, Government/SearchExec
----------------------------------------------------------*/

.search_namediv, .search_centerdiv
{
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    width: 944px;
    font-size: 12px;
    line-height: 1.6em;
    border: 2px solid #A03245;
}

.search_centerdiv
{
    float: left;
}

.search_namediv
{
    height: 85px;
}

.vacant_positions
{
    float: left;
    height: 280px;
    width: 944px;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    border: 2px solid #A03245;   
}
.vacant_positions_inner
{
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    height: 232px;
    border: 1px dotted #A03245;
    overflow-y: scroll;
    width: 922px;
}
    .vacant_positions_inner tr
    {
        vertical-align: top;
    }
    .vacant_positions_inner td
    {
        margin-bottom: 5px;
        text-align: left;
        padding-bottom: 10px;
    }
    .vacant_positions_inner td.open
    {
        width: 50px;
        color: #A03245;
    }
    .vacant_positions_inner p.vacant_header
    {
        text-decoration: underline;
        margin-bottom: 5px;   
        margin-top: 0px;
        padding-top: 0px;
    }

.sort_and_subs
{
    width: 944px;
    font-size: 12px;
    border: 0px solid white;
}
    .sort_options
    {
        float: left;
        width: 472px;
        text-align: left;
    }
    .sub_option
    {
        float: left;
        width: 468px;
        text-align: right;
    }
    
.people, .committee, .leadership
{
    padding: 0px 10px 10px 10px;
    float: left;
    margin-bottom: 0px;
    border: 1px solid #A03245;
    width: 286px;
    height: 125px;
    margin-top: 10px;
}

.people_staff, .committee_staff, .leadership_staff
{
    padding: 0px 10px 10px 10px;
    float: left;
    margin-bottom: 0px;
    border: 1px solid #A03245;
    width: 286px;
    height: 145px;
    margin-top: 10px;
}

.people, .committee, .people_staff, .committee_staff
{
    margin-right: 10px;
}

/* PAGE STRUCTURE DIV ELEMENTS - Countymuni/Search
----------------------------------------------------------*/

#CM_search
{
    padding: 0px 0px 10px 10px;
    border: 2px solid #A03245;
    height: 375px;
    font-size: 12px;
    line-height: 2em;
}

#CM_searchname, #CM_searchorg, #CM_searchloc
{
    /* no styling currently necessary*/
}

.CM_leftcolumn
{
    margin-right: 10px;
}

.CM_leftcolumn, .CM_rightcolumn
{
    padding: 0px 10px 10px 0px;
    float: left;
    margin-bottom: 0px;
    width: 450px;
    font-size: 12px;
    line-height: 2em;
}
.CM_leftcolumn label, .CM_rightcolumn label
{
    width: 125px;
    float: left;
}


/* PAGE STRUCTURE DIV ELEMENTS - Announcements and Tasks
----------------------------------------------------------*/

#task_content, #announcement_content
{
    margin-top: 30px;
    font-size: 12px;
    margin-left: 0px;
    width: 968px;
    line-height: 2em;
}
    #task_content label, #announcement_content label
    {
        float: left;
        width: 220px;
    }
    #task_content div, #announcement_content div
    {
        margin-top: 2px;
        margin-left: 220px;   
    }
    #task_content div.buttons, #announcement_content div.buttons
    {
        margin-top: 0px;
    }
    #task_content textarea, #announcement_content textarea
    {
        margin-bottom: 5px;
    }

/* PAGE STRUCTURE DIV ELEMENTS - Exec Orgs
----------------------------------------------------------*/

#searchpane
{
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    height: 775px;
    font-size: 12px;
    line-height: normal;
    border: 2px solid #A03245;
}
    #searchpane label
    {
        width: 168px;
        float: left;   
    }

#hierarchy
{
    border: 2px solid #A03245;
    height: 80px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    overflow: hidden;
}
    #hierarchy_left
    {
        width: 725px;
        height: 80px;
        float: left;
        overflow-y: scroll;
        margin-right: 20px;
    }
    #hierarchy_right
    {
        height: 65px;
        text-align: right;
    }

#mainpane, #jurisdiction
{
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    border: 2px solid #A03245;
    line-height: 2em;
}
    #mainpane
    {
        height: 655px;
    }
    #mainpane p
    {
        font-size: 10px;   
    }
    #jurisdiction
    {
        height: 750px;
    }
    #mainpane_left, #mainpane_right
    {
        float: left;
        height: 618px;  
    }
    #mainpane_left
    {
        width: 484px;
    }
    #mainpane_right
    {
        width: 460px;
    }
    #mainpane_left label, #mainpane_right label
    {
        width: 100px;
        float: left;   
    }
    #mainpane_left label.nofloat
    {
        float: none;
        width: 100px;   
    }
    #additional_urls
    {
        padding: 5px;
        height: 80px;   
    }
    #org_info
    {
        margin-top: 20px;
        /*height: 250px;*/
    }
    .form_spacer
    {
        height: 5px;
    }

#current_jurisdiction
{
    border: 2px solid #A03245;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    height: 168px;
    overflow-y: scroll;
    line-height: 1.2em;
}
    #jurisdiction label
    {
        width: 100px;
        float: left;
    }
    #jurisdiction input.source
    {
        margin-top: 5px;
        margin-right: 20px;
    }
    
/* PAGE STRUCTURE DIV ELEMENTS - Government/ResultsLeg
----------------------------------------------------------*/

#resultspane
{
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 0px 10px;
    height: 760px;
    border: 2px solid #A03245;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    width: 944px;
}
    #resultspane_inner
    {
        margin: 0px 0px 0px 0px;
        padding: 5px 5px 5px 5px;
        text-align: left;
        font-family: Arial;
        font-size: 12px;
        height: 740px;
        border: 1px dotted #A03245;
    }
    #results_content
    {
        line-height: normal;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        overflow-y: scroll;
    }
    #resultspane td.search_header
    {
        text-align: left;
        margin-bottom: 2px;
        margin-top: 2px;
        color: #A03245;
    }
    #resultspane td.none_found
    {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        color: Black;   
    }
    #resultspane tr
    {
        vertical-align: top;
        padding-bottom: 10px;   
    }
    #resultspane tr.exec
    {
        vertical-align: top;
        padding-bottom: 15px;   
    }
    #resultspane td
    {
        vertical-align: top;
        padding-bottom: 15px;
    }
    #results_content th
    {
        margin-bottom: 5px;
        color: #A03245;
        text-decoration: none;
        font-weight: bold;
        text-align: left;
        padding-bottom: 10px;
    }
    #resultspane th.test, td.test
    {
        text-align: center;
        width: 30px;   
    }
    #resultspane td.edit, th.edit
    {
        width: 50px;
        text-align: left;   
    }
    #resultspane td.name, th.name
    {
        width: 300px;
        text-align: left;
    }
    .frozen_headers
    {
        width: 924px;
        height: 15px;   
    }
    div.edit
    {
        width: 51px;
        float: left;
        text-align: left;
        color: White;
    }
    div.leg_name
    {
        width: 299px;
        float: left;
        text-align: left;
        text-decoration: underline;
        cursor: pointer;
        color: #A03245;  
    }
    div.name
    {
        width: 278px;
        float: left;
        text-align: left;
        text-decoration: underline;
        cursor: pointer;
        color: #A03245;   
    }
    div.title_styled
    {
        width: 288px;
        float: left;
        text-align: left;
        text-decoration: underline;
        cursor: pointer;
        color: #A03245;
    }
    div.title_unstyled
    {
        width: 288px;
        float: left;
        text-align: left;
        color: #A03245;
    }
    div.role_unstyled
    {
        width: 270px;
        float: left;
        text-align: left;
        color: #A03245;
    }
    div.leg_role_unstyled
    {
        width: 306px;
        float: left;
        text-align: left;
        color: #A03245;
    }
    div.leg_role_styled
    {
        width: 306px;
        float: left;
        text-align: left;
        color: #A03245;
        text-decoration: underline;
        cursor: pointer;
    }
    div.role_styled, div.district_styled
    {
        width: 250px;
        float: left;
        text-align: left;
        text-decoration: underline;
        cursor: pointer;
        color: #A03245;
    }
    div.district_unstyled
    {
        width: 250px;
        float: left;
        text-align: left;
        color: #A03245;
    }
    #resultspane td.state, th.state
    {
        width: 50px;
        text-align: left;
    }
    #resultspane td.leader_title, th.leader_title
    {
        width: 450px;
        padding-right: 10px;
        text-align: left;   
    }
    #resultspane td.role, th.role, td.code, th.code
    {
        width: 250px;
        text-align: left;
    }
    #resultspane td.role_short, th.role_short
    {
        width: 250px;
        padding-right: 10px;
        text-align: left;
    }
    #resultspane td.role_long, th.role_long
    {
        width: 300px;
        padding-right: 10px;
        text-align: left;
    }
    #resultspane td.district, th.district
    {
        width: 300px;
        padding-right: 10px;
        text-align: left;
    }
    #resultspane td.comm, th.comm
    {
        width: 800px;
        padding-right: 10px;
        text-align: left;
    }
    #resultspane td.title, th.title
    {
        width: 300px;
        padding-right: 10px;
        text-align: left;   
    }
    #resultspane th.affiliation, td.affiliation
    {
        width: 50px;
        text-align: left;   
    }
    table.frozen_headers
    {
        text-align: left;   
    }
    #resultspane_toplinks
    {
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 10px 0px;   
    }
        #resultspane_toplinks_left
        {
            text-align: left;
            width: 472px;
            float: left;
        }
        #resultspane_toplinks_right
        {
            text-align: right;
            width: 450px;
            float: left;
        }
    
#searchterms
{
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
    #searchterms ul, li
    {
        margin-top: 0px;
        padding-top: 0px;
        list-style-type: none;
    }
#results_content
{
    margin-top: 0px;
    padding-top: 0px;   
}
    
/* PAGE STRUCTURE DIV ELEMENTS - Government/Admin
----------------------------------------------------------*/

#government_admin
{
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
    height: 730px;
    font-size: 12px;
    line-height: normal;
    border: 2px solid #A03245;
    text-align: center;
    overflow-x: hidden;
    clear: left;
}
#centered_table
{
    overflow-y: scroll;
    height: 660px;
}
#leftalign_table
{
    text-align: center;
    margin-left: 20px;
    overflow-y: scroll;
    height: 660px;
}
#centered_div
{
    text-align: left;   
}
    #government_admin td, th
    {
        text-align: left;
        padding-bottom: 10px;
    }
    #government_admin td.edit, th.edit
    {
        width: 50px;   
    }
    #government_admin td.remove, th.remove
    {
        width: 75px;   
    }
    #government_admin td.number, th.number
    {
        width: 150px;   
    }
    #government_admin td.name, th.name
    {
        width: 200px;   
    }
    #government_admin td.text, th.text
    {
        width: 400px;   
    }
    #government_admin td.textLong, th.textLong
    {
        width: 500px;   
    }
    #government_admin td.date, th.date
    {
        width: 100px;   
    }
    #government_admin td.cite, th.cite
    {
        width: 150px;   
    }
    #government_admin td.page, th.page
    {
        width: 100px;   
    }
    #press_releases_terms
    {
        height: 20px;
        text-align: left;   
    }
    #press_releases_scroll
    {
        text-align: left;
        padding: 0px 10px 0px 10px;
        border: 1px dotted #A03245;
        height: 710px;
        overflow-y: scroll;
    }
    #government_admin label
    {
        float: left;
        width: 150px;   
    }
    #government_admin textarea
    {
        margin-bottom: 5px;   
    }
    .press_release_div
    {
        margin-left: 30px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

/* PAGE STRUCTURE DIV ELEMENTS - Government/SearchID
---------------------------------------------------------*/

#idsearch_main
{
    
}
    #idsearch_main label
    {
        width: 250px;
        float: left;   
    }
    #idsearch_general, #idsearch_leg, #idsearch_exec
    {
        padding: 0px 10px 10px 10px;
        margin: 0px 0px 10px 0px;
        width: 944px;
        font-size: 12px;
        line-height: 1.6em;
        border: 2px solid #A03245;
    }
    #idsearch_general
    {
        height: 50px;
    }
    #idsearch_leg
    {
        height: 180px;
    }
    #idsearch_exec
    {
        height: 102px;
    }

/* PAGE STRUCTURE DIV ELEMENTS - BillsVotes
----------------------------------------------------------*/

#billsvotes_admin_centered
{
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
    height: 730px;
    font-size: 12px;
    line-height: normal;
    border: 2px solid #A03245;
    text-align: center;
    overflow-x: hidden;   
}

.billsvotes_links
{
    margin-left: 110px;
    text-align: center;
    height: 25px;
    padding-top: 7px;
    width: 750px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px dotted #A03245;
    margin-bottom: 20px;
}

.billsvotes_searcharea
{
    width: 904px;
    border: 1px solid #A03245;
    height: 85px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.billsvotes_resultsarea
{
    width: 904px;
    height: 497px;
    border: 1px solid #A03245;
    padding: 10px 10px 10px 10px;
    text-align: left;
    overflow-y: scroll;
}

.billsvotes_managearea
{
    width: 904px;
    height: 625px;
    border: 1px solid #A03245;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
    text-align: left;     
}

.billsvotes_associatedsearcharea
{
    margin: 10px 10px 0px 10px;
    padding: 10px 10px 10px 10px;
    width: 864px;
    border: 1px solid #A03245;
    overflow-y: scroll;
    height: 384px;
}

#billsvotes_admin_centered th, td
{
    width: 250px;
    text-align: center;   
}
    
/* PAGE STRUCTURE DIV ELEMENTS - BillsVotes/Amendments
----------------------------------------------------------*/

    
/* PAGE STRUCTURE DIV ELEMENTS - BillsVotes/Appropriations
----------------------------------------------------------*/

#appropriations_admin
{
    margin: 0px 0px 10px 0px;
    padding: 20px 10px 10px 10px;
    height: 730px;
    font-size: 12px;
    line-height: normal;
    border: 2px solid #A03245;
    text-align: center;
}

#appropriations_table
{
    padding: 10px 10px 10px 10px;
    margin: 20px 0px 0px 0px;
    border: 1px solid #A03245;
    width: 904px;
    font-size: 11px;
    overflow-y: scroll;
    height: 625px;
}
    .appropriations_toplinks
    {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;   
    }
        #appropriations_toplinks_left
        {
            text-align: left;
            width: 472px;
            float: left;
        }
        #appropriations_toplinks_right
        {
            text-align: right;
            width: 450px;
            float: left;
        }
        #appropriations_sublinks_left
        {
            font-size: 12px;
            text-align: left;
            width: 472px;
            float: left;
            padding-bottom: 10px;
        }
        #appropriations_sublinks_right
        {
            text-align: right;
            width: 415px;
            float: left;
            padding-bottom: 10px;
        }
    #appropriations_table tr
    {
        vertical-align: middle;
    }
    #appropriations_table td.appropriations_name, th.appropriations_name
    {
        border: 1px dotted #A03245;
        text-align: left;
        width: 150px;
        padding: 5px 5px 5px 5px;
    }
    #appropriations_table td.reports_votes, th.reports_votes
    {
        border: 1px dotted #A03245;
        text-align: center;
        width: 80px;
        padding: 5px 5px 5px 5px;
    }
    #appropriations_table td.public_law, th.public_law
    {
        padding: 5px 5px 5px 5px;
        border: 1px dotted #A03245;
        text-align: center;
        width: 80px; 
    }
    
#appropriations_form
{
    height: 680px;
    text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 0px;
}
    #appropriations_form label
    {
        float: left;
        width: 200px;
    }
    #appropriations_related, #appropriations_orgs, #appropriations_reports, #appropriations_committees, #appropriations_votes, #appropriations_laws
    {
        text-align: left;
        height: 50px;
        padding: 15px 5px 5px 5px;
    }
    #appropriations_etc
    {
        margin-top: 28px;
        margin-bottom: 10px;
        text-align: center;
        border: 1px solid #A03245;
        padding: 10px 0px 10px 10px;
        width: 914px;
        height: 468px;
    }
    #appropriations_etc_inner
    {
        overflow-y: scroll;
        height: 452px;
        width: 914px;
    }
    #appropriations_form td.add, th.add
    {
        width: 100px;
        text-align: left;   
    }
    #appropriations_form td.type, th.type
    {
        width: 80px;
        text-align: left;   
    }
    #appropriations_form td.name, th.name
    {
        width: 300px;
        text-align: left;   
    }
    #appropriations_form td.select, th.select
    {
        width: 120px;
        text-align: left;   
    }
    #appropriations_form td.branch, th.branch, td.date, th.date
    {
        width: 75px;
        text-align: left;   
    }
    #appropriations_form td.name_long, th.name_long
    {
        width: 600px;
        text-align: left;   
    }
    #appropriations_form td.notes, th.notes
    {
        width: 200px;
        text-align: left;   
    }
    #appropriations_form td.link, th.link
    {
        width: 200px;
        text-align: left;   
    }
    #appropriations_form tr
    {
        vertical-align: top;   
    }
    
    .existing_approps
    {
        padding: 5px 5px 5px 5px;
        border: 1px dotted #A03245;
        overflow-y: scroll;
        height: 200px;
    }
    .search_approps
    {
        margin-top: 10px;
        padding: 5px 5px 5px 5px;
        border: 1px dotted #A03245;
        overflow-y: scroll;
        height: 200px;
    }
    

/* PAGE STRUCTURE DIV ELEMENTS - Government/ShowOrgStructure (chromeless window)
----------------------------------------------------------*/

#chromeless_hierarchy
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
}
    #chromeless_hierarchy a
    {
        font-size: 12px;
        line-height: 1em;
    }
    
/* PAGE STRUCTURE DIV ELEMENTS - Batch/SearchOrgs (chromeless window)
----------------------------------------------------------*/

#chromeless_batch
{
    text-align: left;
    font-size: 12px;
    padding: 10px;
    line-height: 2em;
    /* window opens with width 775 */
    width: 725px;
}
    #chromeless_batch a
    {
        font-size: 9pt;
        line-height: 2em;
        color: #A03245;
    }
    #chromeless_batch a:hover
    {
        text-decoration: none;   
    }
    #chromeless_batch td
    {
        text-align: left;
        width: 770px;
    }
    #chromeless_batch label
    {
        float: left;   
    }
    #chromeless_batch_search
    {
        text-align: left;
        font-size: 12px;
        width: 450px;
        padding: 10px;
        height: 400px;
    }
    #chromeless_batch_search label
    {
        width: 150px;
        float: left;   
    }
    #chromeless_batch_displayorders
    {
        width: 440px;
        height: 425px;
        padding: 10px;
        text-align: left;
        font-size: 12px;
    }
    #chromeless_batch_detail
    {
        width: 500px;
        height: 530px;
        font-size: 10px;
        padding: 10px;
        text-align: left;
    }
    #chromeless_batch_detail label
    {
        width: 150px;
        float: left;
        font-weight: bold;
    }
    
    #chromeless_batch_form_top, #chromeless_batch_form_middle, #chromeless_batch_form_bottom
    {
        border: 1px solid #A03245;
        padding: 10px;
        width: 700px;
    }
    #chromeless_batch_form_top
    {
        height: 155px;   
    }
    #chromeless_batch_form_middle
    {
        height: 225px;
    }
    #chromeless_batch_form_bottom
    {
        height: 275px;   
    }
    #chromeless_batch_form_top label, #chromeless_batch_form_middle label, #chromeless_batch_form_bottom label
    {
        width: 100px;
        float: left;  
    }
    #chromeless_batch_form_middle, #chromeless_batch_form_bottom
    {
        margin-top: 20px;
    }
    #chromeless_batch_primary_address, #chromeless_batch_secondary_address
    {
        width: 350px;
        float: left;
    }
    
#chromeless_background
{
    text-align: left;
    width: 760px;
    padding: 10px;
    line-height: 2em;
    font-size: 9pt;  
}

#chromeless_background h2 
{
    font-size: 10pt;
    font-weight: bold;   
}

#chromeless_background span
{
    display: inline;
    font-size: 10pt;
    font-weight: bold;
}
.chromeless_person_background 
{
    border: 1px solid #A03245;
    padding: 0px 5px 0px 5px;
    width: 726px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    overflow-y: scroll;
}
.chromeless_person_background tr
{
    vertical-align: top;   
}
.chromeless_person_background td
{
    padding-right: 10px;
    text-align: left;
}
.chromeless_person_background_tiny
{
    padding: 5px;
    width: 750px;
}
    
/* PAGE STRUCTIRE DIV ELEMENTS - Batch/Grids
----------------------------------------------------------*/

#grid
{
    width: 901px;
    height: 570px;
    border: 1px solid #666;
    border-right: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    text-align: left;
    float: left;
}
#grid_topcorner
{
    width: 157px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    float: left;
}
#grid_frozencolumn
{
    height: 500px;
    width: 157px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    float: left;
}
#grid_headrow
{
    width: 727px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
#grid_headrow_inner
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden; 
}
#grid_body
{
    width: 727px;
    height: 500px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
.grid_body_row
{
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
.grid_root
{
    width: 150px;
    height: 43px;
    float: left;
    border-bottom: 1px solid black;
    border-right: 1px solid black; 
    padding: 3px;
}
.grid_header
{
    width: 125px;
    height: 43px;
    float: left;
    border-bottom: 1px solid black;
    border-right: 1px solid black; 
    padding: 3px;
}
.grid_frozen
{
    width: 150px;
    height: 20px;
    float: left;
    border-bottom: 1px solid black;
    padding: 3px;
    border-right: 1px solid black;
}
.grid_frozen_top
{
    width: 150px;
    height: 20px;
    float: left;
    border-bottom: 1px solid white;
    padding: 3px;
    border-right: 1px solid black;
}
.grid_inner
{
    width: 125px;
    height: 20px;
    float: left;
    border-bottom: 1px solid black;
    padding: 3px;
    border-right: 1px solid black;
}
.doubled
{
    width: 257px !important;
}
.doubled_noimportant
{
    width: 257px;   
}
.tripled 
{
    width: 389px !important;
}
.tripled_noimportant
{
    width: 389px;   
}

.grid_inner_top
{
    width: 125px;
    height: 20px;
    float: left;
    border-bottom: 1px solid white;
    padding: 3px;
    border-right: 1px solid black;
}
    #grid tbody
    {
        height: 700px;
    }
    #grid input
    {
        width: 120px;
    }
    #grid input.doubled
    {
        width: 240px;   
    }
    #grid select
    {
        width: 125px; 
    }
    
        table.main
        {
            width: 920px;
            height: 650px;
            table-layout: fixed;
        }
        table.root
        {
            table-layout: fixed;
        }
        table.content
        {
            table-layout: fixed;
            width: 735px;
        }
        table.head
        {
            table-layout: fixed;
            width: 735px;
        }
        table.frozen
        {
            table-layout: fixed;
            overflow: hidden;
        }
        .main table td
        {
            /*line-height: 18px;*/
            border: 0px;
        }
        div.horizontal-scroll
        {
            /*width: 897px;*/
            width: 740px;
            margin-left: 157px;
            height: 18px;
            overflow: hidden;
            overflow-x: scroll;
            border: 0px;
            float: left;
        }
        div.horizontal-scroll div
        {
            /*width: 897px;*/
            height: 1px;
        }
        div.vertical-scroll
        {
            /*position: relative;
            top: 0px;*/
            height: 570px;
            padding: 0px 0px 0px 0px;
            width: 18px;
            overflow: hidden;
            overflow-y: scroll;
            border: 0px;
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            border-bottom: 1px solid #666;
        }
        div.vertical-scroll div
        {
            /*height: 640px;*/
            width: 1px;
        }
        td.inner
        {
            border-left: 1px solid #666;
            border-bottom: 1px solid #666;
            padding: 3px;
            height: 16px;
            padding-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipses;
            white-space: nowrap;
            width: 125px;
            border-top: 0px;
        }
        td.frozencol
        {
            border-right: 1px solid #666;
            width: 150px;
            height: 25px;
            border-top: 0px;
            border-left: 1px solid #666;
            border-bottom: 1px solid #666;
            padding: 3px;
            padding-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipses;
            white-space: nowrap;
        }
        td.col1
        {
            border-left: none;
        }
        td.bottomcol
        {
            /*border-bottom: 1px solid #666;*/
        }
        /*.col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10
        {
            width: 125px;
            height: 14px;
            padding-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipses;
            white-space: nowrap;
        }*/
        td.head
        {
            /*border-bottom: 1px solid #666;*/
            width: 125px;
            background-color: #efefef;
            border-top: 1px solid #666;
            border-right: 1px solid #666;
            height: 30px;
            /*border-left: 1px solid #666;*/
            border-bottom: 1px solid #666;
            padding: 3px;
            padding-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipses;
            white-space: nowrap;
        }
        .rightcol
        {
            width: 125px;
            border-right: 1px solid #666;
        }
        .toprow
        {
            border-top: 0px;
        }
        div.root
        {
            margin-left: 0px;
            overflow: hidden;
            height: 36px;
            border-bottom: 1px solid #666;
        }
        div.frozen
        {
            overflow: hidden;
            height: 600px;
        }
        div.divhead
        {
            overflow: hidden;
            height: 36px;
            width: 735px;
            border-bottom: 1px solid #666;
        }
        div.content
        {
            overflow: hidden;
            width: 735px;
            height: 600px;
        }
        td.tablefrozencolumn
        {
            width: 150px;
            border-right: 0px;
        }
        td.tablecontent
        {
            width: 700px;
        }
        td.tableverticalscroll
        {
            width: 24px;
        }
        div.ff-fill
        {
            height: 18px;
            width: 18px;
            background-color: #efefef;
            border-right: 0px;
            border-bottom: 1px solid #666;
        }
    
/* PAGE STRUCTURE DIV ELEMENTS - Government/Exec Org Default Addresses
----------------------------------------------------------*/

#chromeless_addresses
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
    width: 450px;
}
    #chromeless_addresses label
    {
        float: left;
        width: 120px;
    }
    #chromeless_addresses div
    {
        text-align: center;
        margin-left: 90px;
        margin-top: 15px;
    }

/* PAGE STRUCTURE DIV ELEMENTS - Government/UpdateDisplayOrders
----------------------------------------------------------*/

#chromeless_displayorders
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
}
    #chromeless_displayorders th
    {
        border: 0px solid #A03245;
    }
    #chromeless_displayorders th.orgName
    {
        text-align: left;
        width: 600px;
    }
    #chromeless_displayorders td
    {
        width: 150px;
        text-align: center;
    }
    #chromeless_displayorders td.orgName
    {
        width: 600px;
        text-align: left;
    }
    #chromeless_displayorders label
    {
        float: left;
        width: 150px;
    }
    #chromeless_displayorders div
    {
        text-align: center;   
    }

#chromeless_pressdisplayorders
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
}
    #chromeless_pressdisplayorders th.releaseName, td.releaseName
    {
        width: 380px;
        text-align: left;
    }
    #chromeless_pressdisplayorders th.releaseDate, td.releaseDate
    {
        width: 100px;
        text-align: left;
    }
    #chromeless_pressdisplayorders th.year, td.year
    {
        width: 75px;
        text-align: left;   
    }
    #chromeless_pressdisplayorders td.displayOrder
    {
        text-align: center;   
    }
    #chromeless_pressdisplayorders div
    {
        text-align: center;   
    }

/* PAGE STRUCTURE DIV ELEMENTS - Government/EditExecOrgHierarchy
----------------------------------------------------------*/

#chromed_hierarchy
{
    border: 2px solid #A03245;
    font-size: 12px;
    padding: 10px;
    height: 740px;
    line-height: normal;
}
    #chromed_hierarchy a
    {
        font-size: 12px;
        line-height: 1em;
    }
    #chromed_hierarchy label
    {
        width: 168px;
        float: left;   
    }
#current_hierarchy
{
    padding: 10px 10px 10px 10px;
    min-height: 50px;
    border: 1px dotted #A03245;
}

#move_people
{
    padding: 10px 10px 10px 10px;   
    min-height: 50px;
    height: 250px;
    overflow-y: scroll;
    border: 1px dotted #A03245;
}
    #move_people th.name, td.name
    {
        width: 200px;
        text-align: left;   
    }
    #move_people th.title, td.title
    {
        width: 200px;
        text-align: left;   
    }
    #move_people th.role_old, td.role_old
    {
        width: 300px;
        text-align: left;   
    }
    #move_people th.role_new, td.role_new
    {
        width: 300px;
        text-align: left;   
    }

/* PAGE STRUCTURE DIV ELEMENTS - Government/EditExecOrgBudgets
----------------------------------------------------------*/

#chromeless_budget
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
}
    #chromeless_budget table
    {
        border: 1px solid #A03245;
    }
    #chromeless_budget th
    {
        border: 1px solid #A03245;
    }
    #chromeless_budget td
    {
        width: 600px;
        text-align: center;
        border: 1px solid #A03245;
    }
    #chromeless_budget label
    {
        float: left;
        width: 150px;
    }
    #chromeless_budget div
    {
        text-align: center;   
    }
   
/* PAGE STRUCTURE DIV ELEMENTS - Government/EditExecOrgCommittees
----------------------------------------------------------*/

#chromeless_committees
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
    width: 750px;
}
    #chromeless_committees table
    {
        width: 750px;
        border: 1px solid #A03245;
    }
    #chromeless_committees th
    {
        width: 100px;
        text-align: center;
    }
    #chromeless_committees th.commName
    {
        width: 550px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_committees td
    {
        width: 100px;
        text-align: center;
    }
    #chromeless_committees td.commName
    {
        width: 550px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_committees label
    {
        float: left;
        width: 150px;
    }
    
/* PAGE STRUCTURE DIV ELEMENTS - Admin/AdminReport
----------------------------------------------------------*/

#admin_report
{
    margin: 0px 0px 10px 0px;
    padding: 20px 20px 20px 20px;
    height: 725px;
    font-size: 12px;
    line-height: normal;
    border: 2px solid #A03245;
    text-align: left;
    overflow-x: hidden;
    text-align: left;
    clear: left;
}

#admin_report_sub
{
    height: 660px;
    overflow-y: scroll;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#admin_report td
{
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 3px;
}
    
/* PAGE STRUCTURE DIV ELEMENTS - Account/SubmitFeedback
----------------------------------------------------------*/

#chromeless_feedback
{
    font-size: 12px;
    padding: 10px;
    line-height: normal;
}
    #chromeless_feedback table
    {
        width: 765px;
        border: 1px solid #A03245;
        padding-bottom: 5px;
    }
    chromeless_feedback tr
    {
        padding-bottom: 5px;
    }
    #chromeless_feedback th
    {
        width: 100px;
        text-align: left;
    }
    #chromeless_feedback th.title
    {
        width: 400px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_feedback th.user
    {
        width: 215px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_feedback td
    {
        width: 100px;
        text-align: left;
    }
    #chromeless_feedback td.title
    {
        width: 400px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_feedback td.user
    {
        width: 215px;
        text-align: left;
        padding-left: 5px;
    }
    #chromeless_feedback label
    {
        float: left;
        width: 150px;
    }
        #chromeless_feedback label.short
        {
            float: left;
            width: 100px;   
        }
    #chromeless_feedback div
    {
        margin-top: 10px;
        margin-left: 150px;   
    }
    #chromeless_feedback p
    {
        text-align: center;
        font-family: Arial;
        font-size: 12px;
    }
   
/* LIST ELEMENTS   
----------------------------------------------------------*/

ul.with_details li
{
    margin-top: 0px;
}

li.details_mgmt
{
    margin-bottom: 10px;
    font-size: 12px;
}

ul.details
{
    margin-top: 5px;
    margin-bottom: 10px;
}
ul.details li
{
    margin: 0px;
    font-size: 12px;
}

.horizontal
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.horizontal li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.left_nav li
{
    margin-bottom: 15px;
}

.tasks_toggle
{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}


/* MISCELLANEOUS TEXT ELEMENTS   
----------------------------------------------------------*/

.notes_red
{
    font-size: 10px;
    color: Red;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.notes_blue_nomargin
{
    font-size: 10px;
    color: Blue;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.add_link
{
    font-size: 12px;
    margin-top: 5px;
}

form input
{
    margin-bottom: 5px;
    vertical-align: middle;
}

.dropdown_spacer
{
    height: 3px;
}

.radio_spacer
{
    height: 7px;
}
.longDDL_spacer
{
    height: 20px;   
}

ul.instructions
{
    font-size: 10px;
    color: #A03245;
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 20px;
}
    ul.instructions li
    {
        font-size: 10px;
        color: #A03245;   
    }

/* CALENDAR ELEMENTS
----------------------------------------------------------*/

#calendar
{   
    margin-bottom: -10px;
    margin-top: 10px;
}

#calendarContainer
{
    
}

/* COUNTY MUNI ELEMENTS
----------------------------------------------------------*/

#countymuni_content
{
    padding: 10px;
    border: 2px solid #A03245;
    font-family: arial;
    color: Black;
    font-size: 12px;
    line-height: 1.6em;
    text-align: left;
}

#countymuni_nav
{
    text-align: center; 
    border: 1px dotted #A03245; 
    padding: 10px; 
    margin: 10px;
    font-size: 14px;
}

#countymuni_content label
{
    float: left;
    width: 100px;
    margin-bottom: 5px;
}

.countymuni_positions
{
    height: 150px;
    padding: 10px;
    border: 1px solid #A03245;
    margin: 10px;
       
}