﻿/*
*   This is the portal custom style sheet.
*   It includes import calls to the stock MVC3 site.css and the 
*   JqueryUi css customized with the redmond theme
*   Author: Joe Cummins
*/

/* 
	this top section is overloading the standard MVC3 layout
*/
html {
}

body {
    background-color: #5c81b2;
    background-image: url("images/body_bg.gif");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

hr {
    border: 1px solid #91A4BD;
}

.page {
    width: 935px;
}

h2 {
    clear: both;
    margin: 0;
}

.bold-text {
    font-weight: bolder;
    color: black;
}

.center-text {
    text-align: center !important;
}

#main {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 2px 2px 4px #3c5874;
    -moz-box-shadow: 2px 2px 4px #3c5874;
    box-shadow: 2px 2px 4px #3c5874;
}

footer, #footer {
    -webkit-box-shadow: 2px 2px 4px #3c5874;
    -moz-box-shadow: 2px 2px 4px #3c5874;
    box-shadow: 2px 2px 4px #3c5874;
    clear: both;
}

#title {
    background-image: url("images/logoidea.png");
    background-repeat: no-repeat;
    margin: 0px 0px 0px -20px;
    padding-left: 520px;
    height: 120px;
    clear: both;
}

header h1, #header h1 {
    padding: 20px 0px 0px 0px;
}

nav,
#menucontainer {
    margin-top: 23px;
}

ul#menu {
    border-bottom: none;
    padding: 0;
}

    ul#menu li a {
        background-color: #ffffff;
        color: #145d92;
        padding: 5px 20px;
        border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: 2px 2px 4px #3c5874;
        -moz-box-shadow: 2px 2px 4px #3c5874;
        box-shadow: 2px 2px 4px #3c5874;
    }

        ul#menu li a:hover {
            background-color: #d3dde6;
        }

        ul#menu li a:active {
            background-color: #bdcedf;
        }
/*
	end stock styles overload
*/

.accountLinks {
    font-size: 12px;
}

    .accountLinks a {
        /*text-decoration: none !important;*/
    }

        .accountLinks a:hover {
            text-decoration: underline !important;
            color: #d3dde6 !important;
        }

div.containerWithTopMargin {
    margin: 10px 0px 10px 0px !important;
}

div.container {
    padding: 0px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    background-color: #E0E0E0;
    /* background-image: url("images/fieldset_bg.png");
	background-repeat:repeat-x;
	background-position:left -50px;*/
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

    div.container h3 {
        margin: -1px -11px 5px -11px;
        padding: 1px 5px 1px 5px;
        border: 1px solid #0c3d7f;
        background-color: #0c3d7f;
        /*border:1px solid #556E88;*/
        background-image: url(images/topBar_bg.png) !important;
        background-repeat: repeat-x;
        color: #ffffff;
        font-weight: bold;
        /*overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	min-height:23px;
	width:865px;
	margin: -1px -12px 10px -12px;*/
    }

        div.container h3 a {
            color: #ffffff;
            text-decoration: none;
        }

div.formContainer {
    clear: both;
}

.checkBoxLabelSet .textlabel {
    margin-left: 18px;
}

.selected {
    background-image: url("images/icon_check_true.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 0px;
    color: transparent;
    border-bottom: 1px solid #000000;
}

.notSelected {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 0px;
    color: transparent;
    border-bottom: 1px solid #000000;
}
/* custom forms styles */

fieldset {
    padding: 0px 10px 10px 10px;
    background-color: #E0E0E0;
    margin: 0px 0px 20px 0px;
    /*background-image: url("images/fieldset_bg.png");
	background-repeat:repeat-x;
	background-position:left -60px;*/
}

legend {
    padding: 1px 5px 1px 5px;
    border: 1px solid #556E88;
    background-color: #0c3d7f;
    color: #ffffff;
    width: 865px;
    margin: -1px -12px 10px -12px;
    /*position:relative;*/
    background-image: url(images/topBar_bg.png) !important;
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 1.1em;
    /*background-repeat:no-repeat;
	background-position: 0px center !important;*/
}

.deleteButton {
    padding: 20px 20px 10px 50px;
    font-weight: bold;
}

.submitButton {
    padding: 20px 20px 10px 10px;
    text-align: right;
    font-weight: bold;
}

    .submitButton input, .submitButton button, .searchButton, .deleteButton input, .deleteButton button {
        padding: 3px 3px 3px 3px;
        text-decoration: none;
        color: Black;
        border-top: 1px solid #DEA317;
        border-right: 1px solid #DEA317;
        border-bottom: 1px solid #DEA317;
        border-left: 1px solid #DEA317;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: 2px 1px 2px #3c5874;
        -moz-box-shadow: 2px 1px 2px #3c5874;
        box-shadow: 2px 1px 2px #3c5874;
        background-color: #EFCC56;
        background-image: url(images/topBar_bg.png) !important;
    }

.searchButton {
    margin-top: 15px;
    margin-left: 25px;
    height: 35px;
}

    .submitButton input:hover, .submitButton button:hover, .searchButton:hover, .deleteButton input:hover, .deleteButton button:hover {
        background-color: #edc445;
        -webkit-box-shadow: 1px 1px 2px #3c5874;
        -moz-box-shadow: 1px 1px 2px #3c5874;
        box-shadow: 1px 1px 2px #3c5874;
    }

.submitButton input:disabled, .submitButton button:disabled, .deleteButton input:disabled, .deleteButton button:disabled {
    background-color: #debf74;
    color: #444444;
}

label {
    color: #000000;
    font-size: 14px;
}

    label > span.conditional, .conditional {
        color: Blue;
        font-weight: bold;
        /*display:none;   */
    }

    label > span.conditionalContact {
        color: Blue;
        font-weight: bold;
        display: none;
    }

    label > span.alert {
        color: Red;
    }

.alert {
    color: Red;
}

textarea, input, select, button {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

textarea {
    border: 1px solid #CCCCCC;
    color: #444444;
    font-size: 1.2em;
}
/* this is in the main sheet, but it's not working so i added an important notation */
.input-validation-error {
    border: 1px solid #FF0000 !important;
}

.formRow {
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 25px;
    /*white-space:nowrap;*/
}

.form-row-autofill.formRow {
    overflow:visible;
}

    .formRow > .fieldLabelSet, .formRow > .checkBoxLabelSet, .formRow > .radioButtonLabelSet, .formRow > .optionFieldLabelSet {
        float: left;
    }

.checkBoxList ul {
    list-style: none;
    margin-left: 0;
}

.checkBoxList li {
    line-height: 2em;
}

.checkBoxList input {
    display: inline;
}

.fieldLabelSet {
    margin: 6px 0px 0px 0px;
}

    .fieldLabelSet label {
        display: block;
        white-space: nowrap;
        margin: 0px 0px 2px 0px;
    }

.formOptionHalfColumn {
    float: left;
    width: 426px;
    padding: 0;
    margin: 0;
}

.checkBoxLabelSet .check-box {
    border: 1px solid #CCCCCC;
    color: green;
    font-size: 1.2em;
    float: left;
    margin: 20px 0px 0px 0px;
}

.checkBoxLabelSet {
    margin: 6px 0px 0px 0px;
    height: 40px;
}

.formContainer .checkBoxLabelSet {
    padding-top: 24px;
    height: 20px;
}

.checkBoxLabelSet label {
    display: block;
    /*width:165px; take this out for now*/
    float: left;
    margin: 16px 0px 0px 6px;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible;
}

.radioButtonLabelSet ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.legendButtonList, legend > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0 !important;
    float: right;
    font-size: 12px;
    line-height: 14px !important;
}

    ul.legendButtonList li, legend > ul > li {
        display: inline;
    }

        ul.legendButtonList label, legend > ul > li > label {
            color: #ffffff !important;
        }

    ul.legendButtonList span {
        padding: 0 5px !important;
    }

.officeType {
    margin: 0;
    padding: 0px 0px 0px 5px;
    height: 65px;
    width: 210px;
}

    .officeType ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 0 !important;
        font-size: 12px;
        line-height: 14px !important;
    }

        .officeType ul > li {
            display: inline;
        }

.fieldErrorMessage {
    display: block;
    /*overflow:hidden;
	white-space:nowrap;*/
    min-height: 1.5em;
}

.currentField {
    border: 1px solid green;
}

.repeatingFormSection {
    clear: both;
    margin-top: 10px;
    position: relative;
}

    .repeatingFormSection .formOptionHalfColumn {
        width: 425px !important;
    }

.closeButton {
    width: 16px;
    height: 16px;
    border: none;
    background-image: url(images/icon_close.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left !important;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: -8px;
    margin-left: -8px;
}

    .closeButton:hover {
        background-position: bottom left !important;
        background-image: url(images/icon_close.png) !important;
    }

select.loading {
    /*background-image:url(images/loading_bar.gif);
	background-repeat:no-repeat;
	background-position:center center;*/
    color: Blue;
    /*font-weight:bold;*/
}


/****
	each field label set is created to have standard sizes and layout characteristics 
*/
.smallFieldLabelSet {
    margin: 0px 10px 0px 10px;
    width: 82px;
}

    .smallFieldLabelSet input[type="text"],
    .smallFieldLabelSet input[type="password"],
    .smallFieldLabelSet textarea {
        width: 82px;
        padding: 3px 2px 3px 2px;
    }

.mediumFieldLabelSet {
    margin: 0px 10px 0px 10px;
    width: 192px;
    /*overflow:hidden;   */
}

    .mediumFieldLabelSet input[type="text"],
    .mediumFieldLabelSet input[type="password"],
    .mediumFieldLabelSet textarea {
        width: 186px;
        padding: 3px 2px 3px 2px;
    }
    /* stupid browser tricks - nothing displays a select and input the same*/
    /* for IE */
    .mediumFieldLabelSet select {
        width: 195px;
    }

    html > /**/ body
    .mediumFieldLabelSet select { /* for other browsers */
        width: 192px;
    }


.dateFieldLabelSet {
    margin: 0px 10px 0px 10px;
    width: 192px;
}

    .dateFieldLabelSet input[type="text"] {
        width: 168px;
        padding: 3px 2px 3px 2px;
    }

.dateLargeLabelFieldLabelSet {
    margin: 0px 10px 0px 10px;
    width: 264px;
}

    .dateLargeLabelFieldLabelSet input[type="text"] {
        width: 168px;
        padding: 3px 2px 3px 2px;
    }

.optionFieldLabelSet {
    margin: 0px 10px 0px 10px;
    width: 406px;
}


/* 
	Large field  
*/
.largeFieldLabelSet {
    margin: 0px 10px 0px 10px;
    padding: 0;
    overflow: hidden;
    min-width: 400px;
}

.largeFieldTextSet {
    margin: 0px 10px 5px 10px;
    padding: 0;
    width: 404px;
}

.largeFieldSpacer {
    margin: 0px 10px 0px 10px;
    padding: 0;
    width: 404px;
}

.largeFieldLabelSet input[type="text"],
.largeFieldLabelSet input[type="password"] {
    width: 400px;
    padding: 3px 2px 3px 2px;
}
/* stupid browser tricks - nothing displays a select and input the same*/
/* for IE */
.largeFieldLabelSet select {
    width: 408px;
}

html > /**/ body
.largeFieldLabelSet select { /* for other browsers */
    width: 406px;
}

.largeFieldLabelSet textarea {
    width: 400px;
}

/* 
	3/4s of the screen wide 
*/
.largerFieldLabelSet {
    margin: 0px 10px 0px 10px;
    padding: 0;
    overflow: hidden;
    min-width: 610px;
}

    .largerFieldLabelSet input[type="text"],
    .largerFieldLabelSet input[type="password"] {
        width: 610px;
        padding: 3px 2px 3px 2px;
    }
    /* stupid browser tricks - nothing displays a select and input the same*/
    /* for IE */
    .largerFieldLabelSet select {
        width: 618px;
    }

    html > /**/ body
    .largerFieldLabelSet select { /* for other browsers */
        width: 616px;
    }

    .largerFieldLabelSet textarea {
        width: 610px;
    }

/*
* Display set styles
*/
.fieldLabelSetDisplay {
    min-height: 25px;
}

    .fieldLabelSetDisplay span {
        position: absolute;
    }

    .fieldLabelSetDisplay div {
        margin-left: 200px;
    }

.details {
    border: none;
    border: 1px solid #c0c0c0;
    color: #000000;
    font-size: 1.1em;
    /*height:1.2em;*/
    padding: 3px 0px 3px 3px;
    margin-bottom: 6px;
    min-height: 25px;
    width: 100%;
    overflow: hidden;
}

.largeFieldLabelSet .details {
    width: 400px;
}

.largerFieldLabelSet .details {
    width: 610px;
}

#PaymentsMadeWrapper {
}

    #PaymentsMadeWrapper h4 {
        margin: 0px 0px 0px 10px;
    }


/**
* Search For styles
*/
.collapsibleSection {
}

fieldset.collapsibleSection {
    padding-bottom: 0;
    padding-top: 0;
}

    fieldset.collapsibleSection legend {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        /*background-image:url("images/icon_arrows.png");*/
        cursor: pointer;
    }

        fieldset.collapsibleSection legend > span.open, span.open {
            font-size: 10px;
            display: block;
            float: right;
            padding: 3px 0px 0px 20px;
            background-image: url("images/icon_arrows.png");
            background-repeat: no-repeat;
            background-position: left bottom;
        }

        fieldset.collapsibleSection legend > span.closed, span.closed {
            font-size: 10px;
            display: block;
            float: right;
            padding: 3px 0px 0px 20px;
            background-image: url("images/icon_arrows.png");
            background-repeat: no-repeat;
        }

    fieldset.collapsibleSection > div {
        margin-top: 10px;
        display: none;
    }
/*
* ReCaptcha styles
*/
.reCaptchaHolder {
    height: 130px;
    padding-top: 25px;
}

/*
* specific styles
*/
input.linkButton {
    cursor: pointer;
    background-image: none !important;
    background-color: transparent;
    background-repeat: no-repeat;
    /*height:32px;*/
    border: 1px solid #ffffff;
    color: #0356cc !important;
    text-decoration: underline;
    padding: 0px 0px 0px 0px;
}

    input.linkButton:hover {
        color: #1d7bff /*1d60ff*/;
        text-decoration: none;
    }

a.buttonLink {
    float: right;
    display: block;
    background-color: #dee3e7;
    color: #111111 !important;
    border: 1px solid #DDDDDD;
    font-size: 11px;
    font-weight: normal;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    background-image: url("images/topBar_bg.png");
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

#PageMessage {
    display: none;
    background-color: #ededed;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: none;
    width: 485px;
    margin: 0px 0px 0px 190px;
    top: 0px;
    position: fixed;
    z-index: 10000002;
    padding: 3px 6px 3px 25px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 2px 2px 4px #3c5874;
    -moz-box-shadow: 2px 2px 4px #3c5874;
    box-shadow: 2px 2px 4px #3c5874;
    background-image: url(images/icon_info.png) !important;
    background-repeat: no-repeat;
    background-position: 4px 4px !important;
}

    #PageMessage.attention {
        background-color: #fbec88;
        border-color: #fad42e;
        display: block;
    }

    #PageMessage.good {
        background-color: #e0f4e0;
        border-color: #246424;
        display: block;
    }

    #PageMessage.alert {
        border-color: #cd0a0a;
        background-image: url(images/icon_alert.png) !important;
        display: block;
    }

    #PageMessage.info {
        border-color: #91a4bd;
        display: block;
    }

button.legendButton {
    position: relative;
    float: right;
    color: Blue;
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 2px 2px 3px;
    border: 1px solid #DDDDDD;
    background-color: #dee3e7;
    background-repeat: no-repeat;
    background-position: 2px center !important;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    button.legendButton:hover {
        background-color: #ced2d8;
    }

.committeeAgency {
    border: 1px solid #91a4bd;
    min-height: 80px;
    padding-top: 10px;
}

#CandidatesSupportedOrOpposed > legend {
    position: relative;
}

#CandidatesSupportedOrOpposed button.addNewCandidate {
    /*
width:80px;
	height:16px;
	position:relative;
	margin-left:420px;
	color:Blue;
	font-size:12px;
	white-space:nowrap;
	border:1px solid #DDDDDD;
	background-color:#dee3e7;
	background-repeat:no-repeat;
	background-position: 2px center !important;
	*/
    background-image: url(images/add_new_person.png) !important;
    padding: 3px 2px 2px 18px;
}
/*#CandidatesSupportedOrOpposed>legend>button:hover{
	background-color:#ced2d8;
}*/

.candidatesSupportedOrOpposed {
    border: 1px solid #91a4bd;
    min-height: 125px;
    padding-top: 10px;
    background-color: #E0E0E0;
}

.candidatesSupportedOrOpposedOdd {
    background-color: #ced2d8;
}

.clearAll {
    clear: both;
}

#CandidatesSupportedOrOpposed .deleteCandidateMessage {
    display: none;
    color: Red;
    border: 1px solid #DDDDDD;
    margin: 0px 2px 2px 2px;
    cursor: pointer;
}

    #CandidatesSupportedOrOpposed .deleteCandidateMessage:hover, #CandidatesSupportedOrOpposed .hover {
        background-color: #ced2d8;
    }

.businessAddress {
    border: 1px solid #91a4bd;
    margin: 0;
    padding: 5px 0px 5px 0px;
}

    .businessAddress h4 {
        margin: 0;
        padding: 0 0 0 10px;
    }

.personalAddress {
    border: 1px solid #91a4bd;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
}

    .personalAddress h4 {
        margin: 0;
        padding: 0 0 0 10px;
    }

.disabled {
    background-color: #c0c0c0;
}

.helpButton {
    width: 16px;
    height: 16px;
    border: none;
    background-image: url(images/icon_help.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center !important;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 1px;
    margin-left: -16px;
}

.infoButton {
    width: 16px;
    height: 16px;
    border: none;
    background-image: url(images/icon_info.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left !important;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.searchInput {
    background-image: url(images/icon_search.png) !important;
    background-repeat: no-repeat;
    background-position: left center !important;
    padding-left: 18px !important;
    width: 382px !important;
}

.newMoney {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_new_money.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.editLink {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_edit.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.viewLink {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_view.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}
/*added this here because the style is the same as the link*/

input.deleteLink {
    width: 16px;
    height: 18px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_delete.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
}

a.deleteLink {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_delete.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.deleteInactiveLink {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_delete_inactive.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.paymentLink {
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-image: url(images/icon_payment.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    display: block;
    float: left;
}

.action {
    white-space: nowrap;
}

/* addition jquery ui styles*/

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.largeFieldLabelSet .ui-autocomplete-input {
    width: 359px;
    padding: 3px 2px 3px 2px;
    margin: 0;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
}

.ui-button {
    margin-left: -1px;
}

.ui-button-icon-only .ui-button-text {
    padding: 0.35em;
}
/*.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; width:360px;}*/

.ui-tabpanel-override {
    color: #696969 !important;
    padding: 0 !important;
}

    .ui-tabpanel-override a {
        color: #0356CC !important;
    }

        .ui-tabpanel-override a:link {
            color: #0356CC !important;
            text-decoration: underline;
        }

        .ui-tabpanel-override a:hover {
            color: #1d7bff /*1d60ff*/;
            text-decoration: none;
        }


/** Front Page Style*/

.statementSummary {
    border: 1px solid white;
    margin: 0px 0px 5px 0px;
}

    .statementSummary h4 {
        padding: 2px 3px 2px 3px;
        margin: 0px 0px 0px 0px;
    }

.sooFrontPageContainer {
}

    .sooFrontPageContainer h3 {
    }

div.sooFrontPage h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-height: 23px;
}

.frontLeftColumnBox {
    width: 275px;
    float: left;
}

.frontRightColumnBox {
    width: 570px;
    float: right;
}

.frontPageList {
    list-style: none;
    margin: -5px -10px 0px -50px;
}

    .frontPageList li {
    }

.pageHeaderSection {
    /*background-color:#E0E0E0;*/
}

    .pageHeaderSection h2 {
        font-size: 16px;
        padding: 10px 5px 10px 5px;
        width: 860px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/*h2.pageTitle{
	font-size:14px;
	padding:10px 0 0 0;
}*/
/** Statment of Organization Control bar**/

.sooControlBar {
    float: right;
    border-radius: 0px 4px 0px 4px;
    -webkit-border-radius: 0px 4px 0px 4px;
    -moz-border-radius: 0px 4px 0px 4px;
    -webkit-box-shadow: 2px 1px 2px #3c5874;
    -moz-box-shadow: 2px 1px 2px #3c5874;
    box-shadow: 2px 1px 2px #3c5874;
    /*
	border-top:none;
	border-right:none;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	*/
    margin: -31px -30px 0px 0px;
    padding: 5px 0px 5px 10px;
    background-color: #c30b36;
    background-image: url(images/topBar_bg.png) !important;
    position: relative;
    z-index: 101;
}

    .sooControlBar a {
        padding: 3px 5px 3px 5px;
        margin: 0;
        text-decoration: none;
        /*border-top:none;
	border-right:1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;*/
        border-left: 1px solid #c0c0c0;
        color: #FFFFFF;
        /*-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	-webkit-box-shadow: 2px 1px 2px #3c5874;
	-moz-box-shadow: 2px 1px 2px #3c5874;
	box-shadow: 2px 1px 2px #3c5874; 
	background-color:#E0E0E0;*/
        background-image: url(images/topBar_bg.png) !important;
    }

        .sooControlBar a.first {
            border: none !important;
        }

        .sooControlBar a:hover {
            background-color: #b00a30;
            /*-webkit-box-shadow: 1px 1px 2px #3c5874;
	-moz-box-shadow: 1px 1px 2px #3c5874;
	box-shadow: 1px 1px 2px #3c5874;*/
        }

        .sooControlBar a.importantLink, .sooControlBar a.currentSection {
            font-weight: bold;
        }

.sooActionsBar {
    text-align: left;
    margin: -5px -10px 5px -10px;
    padding: 0px 5px 0px 5px;
    min-height: 20px;
    background-color: #E0E0E0 !important;
    background-image: url("images/topBar_bg.png") !important;
    background-repeat: repeat-x;
    color: #000000;
    vertical-align: bottom;
    border-bottom: 1px solid #cccccc;
    /*border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#0c3d7f;*/
}

    .sooActionsBar a {
        margin: 0;
        text-decoration: none;
        border-left: 1px solid #c0c0c0;
        /*color:#FFFFFF;background-image:url(images/topBar_bg.png) !important;*/
        padding: 0px 7px 0px 8px;
    }

        .sooActionsBar a.first {
            border: none !important;
        }

        .sooActionsBar a:hover {
            background-color: #d8d8E0;
            color: #0356CC;
        }


.frontPageActionsBar {
    text-align: left;
    margin: 15px 0px 0px 0px;
    padding: 0;
    /*position:relative;*/
    z-index: 101;
    min-height: 15px;
    /*background-color: #E0E0E0 !important;
	background-image: url("images/topBar_bg.png") !important;
	background-repeat: repeat-x;*/
    color: #000000;
    vertical-align: bottom;
}

.pageActionsBar {
    /*float:right;*/
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 3px 0px;
    /*position:relative;*/
    z-index: 101;
    height: 25px;
    /*background-color: #E0E0E0 !important;
	background-image: url("images/topBar_bg.png") !important;
	background-repeat: repeat-x;*/
    color: #000000;
    vertical-align: bottom;
}

    .pageActionsBar a, .frontPageActionsBar a {
        padding: 3px 3px 3px 3px;
        text-decoration: none;
        color: Black;
        border-top: 1px solid #DEA317;
        border-right: 1px solid #DEA317;
        border-bottom: 1px solid #DEA317;
        border-left: 1px solid #DEA317;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        -webkit-box-shadow: 2px 1px 2px #3c5874;
        -moz-box-shadow: 2px 1px 2px #3c5874;
        box-shadow: 2px 1px 2px #3c5874;
        background-color: #EFCC56;
        background-image: url(images/topBar_bg.png) !important;
        display: inline-block;
        text-align: center;
        min-width: 30px;
    }

        .pageActionsBar a:hover, .frontPageActionsBar a:hover {
            background-color: #edc445;
            -webkit-box-shadow: 1px 1px 2px #3c5874;
            -moz-box-shadow: 1px 1px 2px #3c5874;
            box-shadow: 1px 1px 2px #3c5874;
        }

        .pageActionsBar a.importantLink {
            font-weight: bold;
        }

        .pageActionsBar a.currentSection {
            font-weight: bold;
            background-color: #edc445;
            -webkit-box-shadow: 1px 1px 2px #3c5874;
            -moz-box-shadow: 1px 1px 2px #3c5874;
            box-shadow: 1px 1px 2px #3c5874;
        }
/** pdf styling*/

.printablePdf {
    float: right;
    margin: -10px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
    color: #ffffff;
}

table.plain {
    border: 1px solid #91a4bd;
    margin: 10px 0px 10px 0px;
    /*background-color:#ffffff;*/
}

    table.plain thead {
        background-color: transparent;
        color: #111111;
    }

    table.plain th {
        font-weight: bold;
        background-color: transparent;
        border: none;
        white-space: nowrap;
        padding: 2px 3px 3px 3px;
        text-align: left;
    }

    table.plain td {
        padding: 2px 2px 2px 2px;
        vertical-align: top;
        text-align: left;
        border: none;
        background-color: transparent;
    }

    table.plain tfoot {
        color: #000000;
    }

        table.plain tfoot td, table.plain tr.subtotal td {
            border-top: 1px dashed #91a4bd;
            border-bottom: 1px solid #91a4bd;
            color: #000000;
            vertical-align: bottom;
            font-weight: bold;
        }

    table.plain tr.subTitle td {
        padding: 10px 3px 10px 3px;
        border-top: 1px solid #91a4bd;
        color: #000000;
    }


/* Table grid look */
table.tabular {
    border: 1px solid #91a4bd;
    margin: 10px 0px 10px 0px;
    background-color: #ffffff;
    /*padding: 5px 5px 5px 5px;*/
}

    table.tabular thead {
        background-color: #0c3d7f !important;
        background-image: url(images/topBar_bg.png) !important;
        background-repeat: repeat-x;
        color: #ffffff;
    }

    table.tabular th {
        font-weight: bold;
        background-color: #0c3d7f !important;
        border: none;
        white-space: nowrap;
        background-image: url(images/topBar_bg.png) !important;
        padding: 2px 3px 3px 3px;
        text-align: left;
    }

        table.tabular th a.sortable {
            color: #ffffff;
            text-decoration: none;
            display: block;
            padding-left: 10px;
            background-image: url("images/icon_sortArrows.png");
            background-repeat: no-repeat;
        }

        table.tabular th a.desc {
            background-position: 0px -57px;
        }

        table.tabular th a.asc {
            background-position: 0px -33px;
        }

    table.tabular td {
        padding: 2px 2px 2px 2px;
        vertical-align: top;
        text-align: left;
        border: none;
        background-color: transparent;
        border-bottom: 1px solid #91a4bd;
        border-left: 1px solid #91a4bd;
    }

    table.tabular tfoot {
        background-color: #E0E0E0 !important;
        background-image: url(images/topBar_bg.png) !important;
        background-repeat: repeat-x;
        color: #000000;
    }

        table.tabular tfoot td {
            background-color: #E0E0E0 !important;
            background-image: url(images/topBar_bg.png) !important;
            background-repeat: repeat-x;
            color: #000000;
            vertical-align: bottom;
        }



table.fullWidth {
    width: 100%;
}

/*
table.lined tfoot, table.sortable tfoot{
	font-weight:bold;
	background: #B2CED7 url(styleImages/bg_table_header.png) repeat-x center bottom;
	border-bottom: 0;
}
tr.pageControl {
	background: #B2CED7 url(styleImages/bg_table_header.png) center bottom;
}
*/
th.number, th.currency {
    text-align: right !important;
}

tbody.number, tfoot.number, td.number {
    text-align: right !important;
    white-space: nowrap;
}

tbody.currency, tfoot.currency, td.currency {
    text-align: right !important;
    width: 80px;
}

tbody.negative, tfoot.negative, td.negative {
    text-align: right !important;
    color: Red !important;
}

tbody.date, tfoot.date, td.date {
    width: 75px;
}

td.bigNumber {
    min-width: 100px;
}

tr.even {
}

tr.odd, td.odd, th.odd {
    background-color: #e5eff1 !important;
}


th.currencyHeader, {
    /*width:100px;*/
}

th.contactHeader {
}

td.committeeContactLarger {
    width: 210px;
    padding: 0;
}

    td.committeeContactLarger > div {
        width: 204px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.cityText {
    width: 140px;
    padding: 0;
}

    td.cityText > div {
        width: 134px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.stateText {
    width: 120px;
    padding: 0;
}

    td.stateText > div {
        width: 114px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.largeTextContact {
    width: 310px;
    padding: 0;
}

    td.largeTextContact > div {
        width: 304px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.committeeContact {
    width: 140px;
    padding: 0;
}

    td.committeeContact > div {
        width: 134px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        td.committeeContact > div div {
            white-space: normal;
        }

td.largeTextLoan {
    width: 210px;
    padding: 0;
}

    td.largeTextLoan > div {
        width: 204px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.typeIncome {
    width: 140px;
    padding: 0;
}

    td.typeIncome > div {
        width: 134px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.largeTextIncome {
    width: 360px;
    padding: 0;
}

    td.largeTextIncome > div {
        width: 354px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.typeExpense {
    width: 110px;
    padding: 0;
}

    td.typeExpense > div {
        width: 104px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

td.largeTextExpense {
    width: 390px;
    padding: 0;
}

    td.largeTextExpense > div {
        width: 384px;
        padding: 1px 3px 1px 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* paging arrow styles*/
.pagingTextWrapper {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 12px;
}

strong.pagingTextWrapper {
    min-width: 12px;
    height: 14px;
    border: 1px solid #a4abb2;
    margin: 1px 1px 0px 1px;
    padding: 0px 3px 0px 3px;
    text-align: center;
}

.pagingControlWrapper {
    display: block;
    overflow: hidden;
    float: right;
    font-size: 12px;
}

a.pagingNumber {
    min-width: 12px;
    height: 14px;
    border: 1px solid #a4abb2;
    margin: 1px 1px 0px 1px;
    display: block;
    overflow: hidden;
    float: left;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 1px 0px 1px;
    text-decoration: none;
    color: #404040;
    background-color: transparent;
    background-image: url(images/icon_PagingButtons.png) !important;
    background-position: left -80px;
}

    a.pagingNumber:hover {
        background-position: center -80px;
    }

.pagingLink {
    width: 18px;
    height: 14px;
    border: 1px solid #a4abb2;
    margin: 1px 1px 0px 1px;
    background-image: url(images/icon_PagingButtons.png) !important;
    display: block;
    overflow: hidden;
    float: left;
}

    .pagingLink span {
        margin-left: -100px;
    }

a.pagingFirst {
    background-position: center top;
}

    a.pagingFirst:hover {
        background-position: right top;
    }

span.pagingFirst {
    background-position: left top;
}

a.pagingBack {
    background-position: center -20px;
}

    a.pagingBack:hover {
        background-position: right -20px;
    }

span.pagingBack {
    background-position: left -20px;
}

a.pagingNext {
    background-position: center -40px;
}

    a.pagingNext:hover {
        background-position: right -40px;
    }

span.pagingNext {
    background-position: left -40px;
}

a.pagingLast {
    background-position: center -60px;
}

    a.pagingLast:hover {
        background-position: right -60px;
    }

span.pagingLast {
    background-position: left -60px;
}


table .amendedReport {
    color: #888888;
}

    table .amendedReport td:first-child {
        padding-left: 10px;
    }

/* Tooltip Area for use with the jquery.tooltip.js file*/
.tooltip-base {
    font-size: 11px;
    line-height: 1.2em;
    padding: 4px;
    position: absolute;
    text-align: left;
    width: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 2px 2px 6px #333333;
    -webkit-box-shadow: 2px 2px 6px #333333;
    box-shadow: 2px 2px 6px #333333;
    z-index: 1002;
}

    .tooltip-base a {
        color: Navy !important;
        font-weight: normal;
    }

    .tooltip-base h4 {
        padding: 0;
        margin: 0;
    }

.tooltip-arrow {
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    position: absolute;
}

.tooltip-arrow-border {
    border-style: solid;
    border-width: 8px;
    height: 0;
    width: 0;
    position: absolute;
}

.tooltip-loading {
    background-image: url(images/round_loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 90px;
}
/* colors */
.tooltip-standard {
    color: #000000;
    background-color: #f7faff;
    border: 1px solid #5989ac;
}

    .tooltip-standard .tooltip-arrow {
        border-color: #f7faff;
    }

    .tooltip-standard .tooltip-arrow-border {
        border-color: #5989ac;
    }

.tooltip-error {
    /*color:#000000;
	background-color:#fff3a5;
	border:1px solid #bd1800;*/
    border: 1px solid #cd0a0a;
    background: #fef1ec url(custom-blue-theme/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

    .tooltip-error .tooltip-arrow {
        /*border-color: #fff3a5;*/
        border-color: #fef1ec;
    }

    .tooltip-error .tooltip-arrow-border {
        /*border-color: #bd1800;*/
        border-color: #cd0a0a;
    }

.tooltip-warning {
    color: #000000;
    background-color: #fff3a5;
    border: 1px solid #ffd329;
}

    .tooltip-warning .tooltip-arrow {
        border-color: #fff3a5;
    }

    .tooltip-warning .tooltip-arrow-border {
        border-color: #ffd329;
    }


.tooltip-above > .tooltip-arrow {
    bottom: -16px;
    left: 10px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.tooltip-above > .tooltip-arrow-border {
    bottom: -17px;
    left: 10px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.tooltip-below .tooltip-arrow {
    top: -16px;
    left: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tooltip-below .tooltip-arrow-border {
    top: -17px;
    left: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tooltip-right .tooltip-arrow {
    top: 10px;
    left: -16px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tooltip-right .tooltip-arrow-border {
    top: 10px;
    left: -17px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.tooltip-left .tooltip-arrow {
    top: 10px;
    right: -15px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.tooltip-left .tooltip-arrow-border {
    top: 10px;
    right: -17px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.tooltip-base .closeButton {
    width: 16px !important;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background-image: url(images/icon_close.png) !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top !important;
    color: transparent;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: -8px;
    margin-left: -8px;
}

    .tooltip-base .closeButton:hover {
        background-position: left bottom !important;
        background-image: url(images/icon_close.png) !important;
    }
/* Tooltip Area End */

div.additionalInformation {
    display: inline;
}

div.additionalInformationWrapper {
    display: inline;
    float: left;
}

    div.additionalInformationWrapper button {
        display: inline;
        margin-right: 4px;
    }

div.duplicateWarning {
    margin-bottom: 3px;
}

.ajaxOverLay {
    position: absolute;
    background-color: White;
    background-image: url(images/round_loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 10000;
}

.submittingSoo {
    color: #000000;
}

    .submittingSoo .astrix {
        color: #cc0000
    }

    .submittingSoo .trueStrong {
        font-weight: bold;
    }

.currentInstructions {
    color: #000000
}

.reportProgressBar span {
    background-color: Yellow;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    min-width: 20px;
    margin: 1px 2px 1px 2px;
    text-align: center;
    padding: 1px 2px 1px 2px;
}

    .reportProgressBar span.finishedStep {
        background-color: Green;
        color: #ffffff;
    }

.reportProgressDisplay {
    background-image: url(images/loading_bar.gif);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 25px;
}

#LineItemContainer {
    min-height: 400px;
    margin-top: 10px;
}

/***
containor for minimizing stuff


.minimizeContainer{
	min-height:150px;
}
.minimizeContainerHiding{
	height:100px;
	min-height:100px;
	overflow:hidden;
}*/
.frontPageList li {
    position: relative;
}

    .frontPageList li a {
        display: block;
        background-color: #E0E0E0 !important;
        background-image: url("images/topBar_bg.png") !important;
        background-repeat: repeat-x;
        border-bottom: 1px solid #CCCCCC;
        padding: 3px;
    }

div.hidePartial {
    overflow: hidden;
    min-height: 60px;
    background-color: #ffffff;
    padding: 3px 0px 3px 0px;
}

.gradient {
    width: 100%;
    height: 25px;
    background: url(images/bottomFade.png) repeat-x;
    position: absolute;
    bottom: 16px;
    left: 0;
}

.showMore {
    height: 16px;
    background-color: #ffffff;
    color: #0356CC;
    padding: 3px;
    cursor: pointer;
}

.faqs h4 {
    margin: 0;
}

.faqs p {
    margin-top: 3px;
}

/*stupid trick for hiding stuff*/
.hidden {
    display: none
}

.ui-dialog {
    z-index: 1;
}

.pt-2 {
    padding-top: 2px;
}