
/**
 * -------------------------------------------------------------------------
 * Side-By-Side Styles (NON-DL)
 *
 * The styles below are used to display label and values side-by-side
 * not utilising a definition list. These may be more approporiate
 * for form-input side-by-side layouts.
 */

.sideBySideLayout {}

.sideBySideLayout .field {
    clear: both;
}

.sideBySideLayout .label, .sideBySideLayout .input, .sideBySideLayout select, .sideBySideLayout .errorLabel {
    margin-top: 5px;
}

.sideBySideLayout fieldset {
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
}

.sideBySideLayout .label {
    width: 120px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
    font-variant: small-caps;
    font-size: .75em;
    display: inline-block;
    vertical-align: top;
}

.sideBySideLayout .star {
    vertical-align: top;
    font-size: .75em;
    font-weight: bold;
    font-variant: small-caps;
    display: inline-block;
    padding-top:10px;
}

.sideBySideLayout .input {
    width: 275px;
}

.sideBySideLayout .input#state, .sideBySideLayout .input[id="location.state"] {
    width: 30px;
}

.sideBySideLayout .input[disabled="disabled"] {
    width: 300px;
    color: grey;
}

.sidebySideLayout .select[disabled="disabled"] {
    color: grey;
}

.sideBySideLayout .rightCol {
    font-size: .75em;
    width:400px;
}

.sideBySideLayout .fieldIndent, .sideBySideLayout .error {
    clear: both;
    width: auto;
    margin-left: 210px;
}

.sideBySideLayout .error {
    color: red;
    font-weight: bold;
    width:400px;
}

.sideBySideLayout .errorLabel {
    width: 120px;
    text-align: right;
    margin-right: 10px;
    color: red;
    font-weight: bold;
    font-variant: small-caps;
    font-size: .8em;
    display: inline-block;
}

.sideBySideLayout .errorMsg {
    clear: both;
    color: red;
    font-weight: bold;
    font-size: .7em;
}


/**
 * -------------------------------------------------------------------------
 * Side-By-Side Styles (DL)
 *
 * The styles below are used to display label and values side-by-side
 * utilising a definition list. These styles are more approporiate
 * in the general case;
 */

 .sideDefLayout {
     font-size: 0.9em;
 }

.sideDefLayout dd, .sideDefLayout dt {
    margin-bottom: 5px;
    float: left;
}

.sideDefLayout dt {
    text-align: right;
    width: 50%;
    font-weight: bold;
    font-variant: small-caps;
    clear: both;
}

.sideDefLayout dd {
    text-align: left;
    width: 47%;
    margin-left: 3%;
}

/**
 * -------------------------------------------------------------------------
 * Side-By-Side Soldier Styles (DL)
 *
 * The styles below are used to display label and values side-by-side
 * utilising a definition list. These styles are modified for the Soldier
 * pages.
 */

.sideDefSoldierLayout {}

.sideDefSoldierLayout dd, .sideDefSoldierLayout dt {
    margin-bottom: 5px;
    float: left;
}

.sideDefSoldierLayout dt {
    text-align: right;
    width: 35%;
    font-weight: bold;
    font-variant: small-caps;
    white-space: nowrap;
    clear: both;
}

.sideDefSoldierLayout dd {
    text-align: left;
    width: 55%;
    margin-left: 3%;
}

/**
 * -------------------------------------------------------------------------
 * Quick-Form Styles
 *
 * The styles below are used to display label on top of values. These styles
 * are more approporiate when a form is well known, providing for quicker
 * eye scanning and thus user input.
 */

.quickLayout {
}

.quickLayout .field {
    clear: both;
}

.quickLayout .label, .quickLayout .input, .quickLayout .output {
    display: block;
}

.quickLayout .label {
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 6px;
}

.quickLayout .labelNote {
    font-size: 85%;
    font-weight: normal;
    font-variant: normal;
    font-style: italic;
    display: inline-block
}


/**
 * -------------------------------------------------------------------------
 * Form Button Styles
 *
 * The styles below are used to display form buttons. Any floating objects
 * is cleared using the container class "buttonGroup".
 */
#buttonPanel {
    clear: both;
}

#buttonPanel button {
    cursor: pointer;
    border-width: medium;
    border-color: #fc3;
    background-color: #ffffcc;
    margin-top: 10px;
}

#buttonPanel button.button15 {
    width: 15%;
}

#buttonPanel form {
    display: inline;
}


/**
 * -------------------------------------------------------------------------
 * Referral Manager Styles
 *
 * The styles below are used exculsively for Referral Manager and were
 * not designed for any other purpose. Use outside of this application
 * is not advised.
 */

h2 {
    font-variant: small-caps;
    color: white;
    font-size: 1.5em;
}

h3 {
    font-weight: lighter;
    color: white;
    font-size: 1.25em;
}


pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: inline;
}


fieldset {
   border-width: 1px 0px 0px 0px;
   border-top-color: #787878;
   border-top-style: solid;
   padding-right: 30px;
   padding-bottom: 5px;
   font-size: .9em;
}

legend {
    font-weight: bold;
    font-variant: small-caps;
    color: white;
    margin-left: 20px;
    margin-bottom : 10px;
    margin-top: 10px;
    font-size: 1.0em;
}

.logout {
    font-size: .9em;
    padding-bottom: 10px;
}

span.logout {
    margin-left:15px;
    margin-bottom:10px;
}

form#partner {
    padding-left:15px;
    padding-bottom:15px;
}

.red {
    color: red;
}

.yellow {
    color: yellow;
}

.gold {
    color: #cc9900
}

.green {
    color: green;
}

.white_background  {
    background-color: #FFFFFF;
}

.grey_background  {
    background-color: #EBEBEB;
}

.yellowBackground {
    background-color: yellow;
}

.orange_background {
    background-color: #EFB513;
}

.center {
    text-align:center;
}

.infoBoxed {
    padding: 5px;
    margin-bottom: 2px;
    border: 1px solid #787878;
    background-color: #ffffcc;
    font-weight: bold;
    display: block;
}

img.link {
    border: 0;
}

.errorBoxed {
    padding: 5px;
    margin-bottom: 2px;
    border: 1px solid #787878;
    background-color: #ffffcc;
    color: red;
    font-weight: bold;
    display: block;
}

.link:link {color: #000000}

.link:visited {color: #A5A59B}

.link:hover {color: #A5A59B}

.silverBorder {
    border: 1px solid silver;
}

.resourceLink {
    margin-bottom: 15px;
    margin-left: 20px;
    display: inline-block;
}

input.disabled {
    background-color: #D7D7D7;
}

.error {
    color: red;
    font-weight: bold;
    width: auto;
    display: block;
    font-size: 16pt;
}


.commonMargins {
    margin-left: 15px;
    margin-bottom: 10px;
}

.pocEditProfileSpan {
    display:inline-block;
    width:280px;
}

/*
* CSS For MainPage div
*/

#mainContent button, #mainContent input[type="submit"], #mainContent input[type="button"], #rightColumnDiv button, #rightColumnDiv input[type="button"], #goBackDiv button, #updateJobTotals {
    cursor: pointer;
    border-width: medium;
    border-color: #fc3;
    background-color: #ffffcc;
}

#mainContent input[type='button'][disabled='disabled'] {
    border: medium inset black;
    /*background-color: #000000;*/
}


#goBackDiv {
    
}

/*
* CSS for viewProfile in soldier section
*/
#viewSoldier {
    margin-left:auto;
    margin-right:35%;
    width:65%;
}

/*
* CSS For Feedback Submission Form
*/
#feedbackTotals {
    
}

.feedbackTablesTitle {
    border-bottom: 1px solid #787878;
    text-align: left; 
    font-size: 1.25em;
    width:55%;
}

.feedbackDisabled {
    background-color: grey;
}

#feedbackTables {
    text-align: right;
    font-weight: bold;
    font-variant: small-caps;
    clear: both;
    font-size: .9em;
}

#feedbackTables #buttonPanel {
    margin-left: 15px;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.0em;
}

.compTable {
    margin-bottom: 20px;
}
/*
* CSS for SoldiersByQuarter page
*/

#sbqTotalsTable th, #sbqTotalsTable td {
    font-variant: small-caps;
    font-weight: bold;
    text-align: right;
    font-size: .9em;
}

#sbqTotalsTable th {
    padding-left: 20px;
    white-space: nowrap;
}

#sbqTotalsTable td {
    padding-left: 20px;
    white-space: nowrap;
}

#sbqTotalsTable button {
    width: 100px;
}

/*
* CSS for SoldiersByQuarter and SoldiersByTimeframe results table
*/

#resultsTable {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 15px;
    
}

#resultsTable table, #resultsTable td, #resultsTable th {
    border: 1px solid black;
    border-collapse: collapse;
    white-space: nowrap;
    background-color: #727365;
    
}

#resultsTable table {
    overflow: auto;
}

#resultsTable td {
    font-size: .85em;
}

#resultsTable th {
    font-size: .85em;
}

#optionsTable {
    margin-left: 15px;
    margin-bottom: 15px;
}

#optionsTable table, #optionsTable td {
    white-space: nowrap;
    font-size: .9em;
}

/*
* CSS for 2 column layout, used in PartnerHome, SoliderHome, SoliderLookup
*/

#leftColumnDiv {
    float:left;
    width:70%;
    /*border-left-color:#333C33;
    border-left-style:outset;*/
}

#rightColumnDiv {
    float:right;
    width:26%;
    margin-top:10px;
}

#logoDiv {
    
}

#soldierInfoDiv, #cadetInfoDiv {
    height: 200px;
}

#printDiv {
    margin-top: 30px;
}

#contactInfoDiv {
    margin-bottom: 10px;
}

/*
* CSS for Soldiers By Timeframe (formerly Retreive Reports
*/

.titleRR {
    font-size: 1.25em;
}

#compSelectRR {
    padding-left: 10%;
    float:left;
    width: 35%;
}

#compSelectRR fieldset {
    padding-left: 15%;
    padding-top: 15px;
    padding-right:5px;
    width: 80%;
}

.compDivRR {
    display: block;
    clear:both;
    margin-bottom: 7px;
}

.compDivRR dt,.compDivRR dd{
    width: 40%;
    white-space: nowrap;
}

.compDivRR dt {
    float: left;
    font-variant: small-caps;
    margin-right: 12px;
}

.compDivRR label {
    text-align: right;
}

#dateRangeRR {
    float:left;
    width: 40%;
    margin-left:25px;
}


#optionsRR {
    clear:both;
    padding-top: 20px;
}

.headerRR {
    border-bottom: 1px solid #787878;
}

#compSelectRR label, #dateRangeRR label {
    text-align: left;
    font-weight: bold;
    
}

#dateRangeRR .dateRangeField {
    text-align: right;
    margin: 10px 0;
    padding-right: 10%;
    float:right;
    
}

#dateRangeRR fieldset {
    padding-right: 5px;
}

#jobTitlesRR, #jobLocationsRR {
    font-weight: bold;
}

#jobTitlesRR {
    text-align: center;
    margin-bottom: 18px;
}

#jobLocationsRR {
    text-align: center;
    
}

#jobTitlesRR p, #jobLocationsRR p {
    
}


#submitDivRR {
    padding-left: 0;
    padding-top: 24px;
    padding-bottom: 20px;
    
}

#submitDivRR button {
    margin-left: 15px;
}

#lookupResults select {
    width: 60%;
}

/*
* CSS for the Soldier Demographics page.
*
*/

#chart_div {
    margin-left:15px;
    padding-bottom:10px;
    clear:both;
}

#chartOptions #selectYear, #chartOptions #selectType {
    border-bottom: 1px solid #787878;
    margin-left: 15px;
}

#chartOptions #chartOptionsBox {
    border: 4px outset black;
    padding-top: 10px;
    width:60%;
}

#chartOptions #selectType {
    clear: both;
    margin-bottom: 5px;
}

#chartOptions span {
    width: 22%;
    display: inline-block;
    white-space: nowrap;
}

.chartDesc {
    clear:both;
    border-top: 1px solid #727365;
    padding-top:10px;
    
}

#chartOptions label {
    width: 20%;
    display: inline-block;
    text-align: right;
}

#chartOptions #submit {
    clear: both;
}

/*
* CSS for Job Report page.
*/
#jobTitlesJR, #jobLocationsJR, #jobYearJR {
    padding-bottom: 10px;
}

#jobTitlesJR span, #jobLocationsJR span, #jobYearJR span {
    display: inline-block;
    text-align: right;
    width: 20%;
}

#jobYearJR input {
    margin-left: 5px;
}

#reportSelectJR {
    margin-bottom: 10px;
}

#optionsJR h3 {
    border-bottom: 1px solid #787878;
}

#soldierLookupSearch, #cadetLookupSearch {
    width: 60%;
    border: 4px outset black;
    height: 90px;
    margin-left: 15px;
}

#soldierLookupSearch label, #cadetLookupSearch label {
    display: inline-block;
    margin-top: 2px;
    margin-left: 3px;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
}

#soldierLookupSearch input[type="text"], #cadetLookupSearch input[type="text"] {
    float:right;
    clear:both;
    margin-top: 2px;
    margin-right: 5px;
}

#submitSL {
    clear:both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align: center;
}

#soldierLookupSearch #submit, #cadetLookupSearch #submit {
    margin-top: 5px;
}

#soldierLookupSearch #paysId, #cadetLookupSearch #paysId {
    clear:both;
}
/*
* CSS for Job Assignment Loading
*/

#ComponentDivJAL, #POCsDivJAL {
    margin-bottom:25px;
}

#ComponentDivJAL h4, #ComponentDivJALW h4, #POCsDivJAL h4, #JobTitleDivJAL h4, #LocationDivJAL h4 {
    border-bottom: 1px solid #787878;
    font-size: 1.2em;
}

#ComponentDivJAL label[for="comp"], #POCsDivJAL select {
    margin-left:15px;
}

.dirBtnMarginsJAL {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.selectionDiv {
    overflow:auto;
    height:150px;
    background-color: white;
    border: 2px outset #393939;
    color: black;
}

.selectionSpan {
    display:block;
    margin-bottom: 2px;
}

.active {
    width: 50px;
    background-color: white;
}

.inactive {
    width: 50px;
    background-color: grey;
}

.selectAllButton {
    margin-bottom: 15px;
    margin-left: 15px;
}

#errorDiv {
    overflow: auto;
    margin-left:15px;
    margin-bottom:20px;
    max-height: 400px;
}

#errorDiv .errorMsg {
    padding-bottom:3px;
    font-size:.9em;
    display:inline-block;
    margin-left: 30px;
    margin-right: 30px;
    
}

#numberLoadedDivJAL {
    /*overflow: auto;*/
    border-top: 1px solid #787878;
    margin-bottom: 25px;
}

#numberLoadedDivJAL table {
    margin-left: 15px;
    margin-bottom: 10px;
}

input[name="_eventId_addJobs"] {
    margin-bottom:25px;
    margin-left:15px;
}

.compColJAL {
    width : 70px;
    font-size: .92em;
}

.inputColJAL {
    width: 46px;
    text-align: right;
    font-size:.92em;
}

.disabledInput {
    color:black;
}

#jobsToBeLoadedJAL input[disabled]{
    color: grey;
}

#jobsToBeLoadedJAL {
    
}


#jobsToBeLoadedJAL input {
    text-align: right;
}

#jobsToBeLoadedJAL input[name="disabledRA"] {
    background-color: grey;
}

#jobsToBeLoadedJAL input[name="disabledNE"] {
    background-color: white;
}

#jobsToBeLoadedJAL .descCol {
    font-size:.9em;
}

input[name="_eventId_removeJobs"], input[name="_eventId_updateJobTotals"],input[name="_eventId_submitJobs"] {
    margin-left:15px;
    width: 180px;
}

input[name="_eventId_submitJobs"] {
    margin-bottom: 10px;
}

/*
* Job Assignment Update CSS
*/



.highlightErrorJAU {
    background-color: red;
}

.activeJAU {
    background-color: white;
    color: black;
}

.inactiveJAU {
    background-color: white;
    color:grey;
}



#ComponentDivJAU, #POCsDivJAU {
    margin-bottom:25px;
}

#ComponentDivJAU h4, #POCsDivJAU h4, #JobTitleDivJAU h4, #LocationDivJAU h4, #JobYearDivJAU h4 {
    border-bottom: 1px solid #787878;
    font-size: 1.2em;
}

#ComponentDivJAU label[for="comp"], #POCsDivJAU select {
    margin-left:15px;
}

#JobYearDivJAU .selectionSpan {
    margin-left:15px;
    display:inline-block;
}


#jobSearchFormJAU {
    padding-bottom:15px;
}

#removeSelectedJobs {
    margin-left: 15px;
}

#jobsToChangeJAU {
    margin-bottom:25px;
}


#jobsToChangeFormJAU table {
    border-collapse: collapse;
}

#jobsToChangeFormJAU td, #jobsToChangeFormJAU th {
    text-align:center;
    white-space: nowrap;
    border: 1px solid white;
    height: 25px;
}

#jobsToChangeFormJAU td {
    font-size: .9em;
}

#jobsToChangeFormJAU input {
    margin-bottom:10px;
}

#allJobsJAU #resultsTbl td {
    padding-left: 6px;
    padding-right: 6px;
}

#allJobsJAU #resultsTbl input[type='button'] {
    width: 80px;
}

.oddRowJAU {
    background-color: #333c33;
    color: white;
}

.activeRow {
    background-color: #787878;
}

.removeRow {
    background-color: red;
}

/*
* Job Loading CSS
*/

#loadJobsJL {
    padding-bottom: 15px;
    margin-left: 15px;
}

#jobTitlesJL, #POCsJL, #locationsJL {
    padding-bottom: 25px;
    
}

#jobTitlesJL button, #POCsJL button, #locationsJL button {
    margin-bottom: 25px;
    margin-left: 15px;
}

#jobTitlesJL h4, #POCsJL h4, #locationsJL h4 {
    border-bottom: 1px solid #737265;
    
}

#jobTitlesListJL, #POCsListJL, #locationsListJL {
    background-color:white;
    border-top: 2px outset #787878;
    border-left: 2px outset #787878;
    border-right: 2px outset #787878;
    border-bottom: 2px outset #787878;
    color: black;
    min-height: 100px;
    max-height: 250px;
    margin-bottom:20px;
    margin-left:15px;
    overflow: auto;
    
}

#jobTitlesListJL {
    width: 600px;
}

#POCsListJL {
    width: 400px;
}

#locationsListJL {
    width: 400px;
}

h3.createTitle {
    margin-top: 10px;
}

#existingCompSelectJT {
    font-size: .75em;
    font-variant: small-caps;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 5px;
}

#existingCompSelectJT span {
    font-size: 1.25em;
}

#existingJobTitleForm, #existingRotcJobTitleForm {
    float:left;
}

.jobTitleText {
    display: inline-block;
    font-size: 1em;
    padding-top: 10px;
    vertical-align: top;
}

.jobTitleText span {
    font-size: .7em;
}

#mosDiv {
    float:right;   
    width:200px;   
    white-space:nowrap;
    
    
}

#innerMosDiv {
    background-color:white;
    color:black;
    overflow:auto;
    height:100px;
    width:200px;
}

#mosDiv #mosTitle {
    font-size: .6em;
}

#mosDiv .mosSpan {
    display:block;
}

#existingPOCForm, #existingLocationForm, #existingJobTitleForm, #existingRotcJobTitleForm {
    margin-left:15px;
    
}

#existingPOCForm select {
    
    margin-bottom: 10px;
}

#careerFieldsDiv select {
    display:block;
    width:300px;
}

#careerFieldsDiv span {
    display: inline-block;
}

.bulletin {
    border: 2px solid #F0B415;
    background:#E7E7E7;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:250px;
    color: #464644;
    word-wrap: break-word;
}

form[name="loginForm"] {
    border-left: 2px outset #787878;
}

#loginBean {
    color: gold;
}

.small_company_logo {
	width: 210px;
	height: 140px;
}

#headerPane {
	width: 1000px;
}

.white {
    color: white;
}

.whiteText {
    color: white;
}

.button1 {
	width: 100%;
}

#tbl2, #tbl2header, #optionsTable td {
	color: white;
}

.pixLogin {
	background-color: #000000;
	background-repeat: no-repeat;
	border-left-color: #000000;
	border-left-style: outset;
	font-size: 12px;
	color: #CCC;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.msg {
	font-size: 16pt;
	color: yellow;
}

@media print {
    body * {
        visibility: hidden;
        
    }
    .printable, .printable * {
        visibility: visible;
    }
    .printable {
        position:absolute;
        left:0;
        top:0;
    }
    #chartDiv {
        width: 200%;
        height: 200%;
    }
}
