﻿/* cdr default.css docs.house.gov/committee dk 11/8/2012  */

/* DEFAULTS
----------------------------------------------------------*/
html, body
{
    color: #000;
    font-family: Arial, "Helvetica Neue" , Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    background: #f3f3f3 url('../Images/Layout/background.png') repeat-x 0 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#container-outer.bg
{
    background: url('../Images/Layout/background_body_shadow.png') repeat-y 0 0;
    margin: 0 auto;
    min-height: 768px;
    width: 978px;
}

#container-outer.bg-split
{
    background: url('../Images/Layout/background_body_split_shadow.png') repeat-y 0 0;
    margin: 0 auto;
    min-height: 768px;
    width: 978px;
}

#container-inner
{
    height: auto !important;
    height: 100%;
    min-height: 800px;
}

#header
{
    background: url('../Images/Layout/background_header.png') repeat-x 0 0;
    height: 149px;
    margin: 0 auto;
    width: 960px;
}

#navigation
{
    background: url('../Images/Layout/background_navigation.png') repeat-x 0 0;
    border-bottom: 1px solid #c0c0c0;
    height: 41px;
    margin: -10px auto 0 auto;
    width: 960px;
}

#body
{
    margin: 0 auto;
    padding: 15px;
    width: 940px;
}

#footer
{
    background: #f0f0f0 url('../Images/Layout/footer.png') repeat-x 0 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    min-height: 76px;
    width: 960px;
}

.footer-end
{
    background: #f3f3f3 url('../Images/Layout/footer_end.png') no-repeat 0 0;
    height: 20px;
    width: 982px;
}

/* SECONDARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul.navigation, ul.navigation-h
{
    list-style-type: none;
}

ul.navigation-h li
{
    float: left;
    padding: 0 15px 0 0;
}

ul.navigation li
{
    float: left;
    margin: 0;
    padding: 10px 0 0 0;
}

ul.navigation a
{
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #000;
    padding: 10px 15px;
    margin: -8px 0 0 0;
    text-decoration: none;
}

ul.navigation a:hover
{
    background: url('../Images/Layout/background_nav_hover.png') repeat-x 0 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: inline-block;
    height: 22px;
    padding: 8px 15px;
}

.search
{
    background: url('../Images/Layout/background_search.png') repeat-x 0 top;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 1px 0;
    padding: 5px 0 0 10px;
}

/* TYPOGRAPHY ELEMENTS
----------------------------------------------------------*/
#header .header-top
{
    height: 32px;
}

#header .header-primary
{
    height: 117px;
    padding: 0 25px;
}

#header .header-top > .header-text, #header .header-primary > .header-text
{
    font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif;
    padding: 4px 0 0 0;
    text-transform: uppercase;
}

#header .header-top > .header-text
{
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

#header .header-top > .header-text a
{
    color: #000;
    font-size: 0.9em;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
}

#header .header-primary > .header-text
{
    color: #fff;
    font-size: 1.75em;
    font-weight: normal;
    height: 139px;
    padding-left: 20px;
}

#footer > .footer-text
{
    font: 0.85em "Lucida Grande" , "Lucida Sans Unicode" , "Lucida Sans" , Tahoma, sans-serif;
    line-height: 1.5em;
    min-height: 58px;
    padding: 15px 20px;
}

#footer > .footer-text a
{
    color: #000;
    text-decoration: underline;
}

#footer > .footer-text a:hover
{
    text-decoration: none;
}

.navigation-v > span.title
{
    font-size: 1.05em;
    font-weight: bold;
}

.navigation-v > p
{
    font-size: 0.80em;
    padding: 0 6px;
}

.navigation-v > p a
{
    color: #000;
    text-decoration: underline;
}

.navigation-v > p a:hover
{
    text-decoration: none;
}

.align-text-left
{
    text-align: left;
}

.align-text-center
{
    text-align: center;
}

.align-text-right
{
    text-align: right;
}

.align-text-justify
{
    text-align: justify;
}

.text-large
{
    font-size: 1.50em;
}

.text-medium
{
    font-size: 1.25em;
}

.text-normal
{
    font-size: 1.00em;
}

.text-small
{
    font-size: 0.90em;
}

.text-tiny
{
    font-size: 0.75em;
}

.text-large, .text-medium, .text-normal, .text-small, .text-tiny
{
    line-height: 1.45em;
}

.text-large.uppercase, .text-medium.uppercase, .text-normal.uppercase, .text-small.uppercase, .text-tiny.uppercase
{
    text-transform: uppercase;
}

.strikethrough
{
    text-decoration: line-through;
}

/* MISCELLANEOUS ELEMENTS
----------------------------------------------------------*/
/*div.divider
{
    background: url('../Images/Layout/divider.png') no-repeat center 0;
    height: 12px;
    margin: 0 auto;
    padding: 2px;
    width: 880px;
}

.well + div.divider
{
    margin: -21px auto 0 auto;
    max-width: 98%;
}*/

.button-row
{
    display: block;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: center;
    width: 100%;
}

.error
{
    color: #ff0000;
    font-size: 1.35em;
    font-weight: bold;
}

.alert.alert-query
{
    background: #fff url('../Images/Layout/background_query.png') repeat-x 0 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #eee;
    color: #000;
}

.well.well-white
{
    background-color: #fff;
}

/* MODIFIERS
----------------------------------------------------------*/
body > form
{
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 1.75em;
    line-height: normal;
}

h2
{
    font-size: 1.50em;
    line-height: normal;
}

h3
{
    font-size: 1.25em;
    line-height: normal;
}

h4
{
    font-size: 0.90em;
    line-height: normal;
}

h5
{
    font-size: 0.85em;
    line-height: normal;
}

h6
{
    font-size: 0.75em;
    line-height: normal;
}

.accordion-toggle
{
    color: #000;
}

.container-fluid
{
    padding: 0;
}

.accordion-group, .accordion-inner
{
    border: none;
    margin: 0 0 0 -5px;
}

.accordion-heading > .accordion-toggle
{
    background-color: #e5e5e5;
    border-top: 1px solid #999;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 2px 0 -3px;
}

input[type="radio"]
{
    margin: 0 0 2px 0 !important;
    height: 1.5em;
    width: 1.5em;
}

input[type="checkbox"]
{
    margin: 2px 0 0 0 !important;
    height: 1.25em;
    width: 1.25em;
}

input[type="checkbox"] + label
{
    display: inline;
    font-size: 12px;
    padding: 5px 0 0 3px;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

blockquote
{
    border: none;
}

.control-label
{
    font-size: 0.95em;
}

.form-horizontal
{
    margin: 0 auto;
    width: 550px;
}


/* REF: temp modification... */
.table,
.table-bordered,
.table-bordered th,
.table-bordered td
{
    border: none;
    border-bottom: 1px solid #cecece;
}