/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* - Copyright (c) 2012 Brad Harris.  All Rights Reserved. - */
/* = This is confidential, proprietary code, and cannot    = */
/* - be legally copied, modified, or used for any purpose  - */
/* = other than that for which it was originally licensed. = */
/* - For details on the use and licensing restrictions     - */
/* = please contact Brad Harris at                         = */
/* -   * brad@southcountysound.com                         - */
/* =   * (573) 444-1727                                    = */
/* - THE ABOVE NOTICE MUST REMAIN INTACT.                  - */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* ================INSTRUCTIONS=================*/ 
/* The following are custom classes for use on the 
   USGS CR Center Intranet site.

   CSS Inheritance follows this path:

   common.css
   custom.css
   customInternet.css
   customIntranet.css (this file)
   
*/

/* ****************************** */
/* Common Styles */
div.NoticeableErrorMessage {
  background-color: #ffff00;
  border: solid 2px #000066;
  color: #ff0000;
  font-weight: bold;
  margin: 10px auto;
  padding: 4px;
  text-align: center;
}

/* ****************************** */
/* MasterPage Menu Bar */
#HeaderMenuBar
{
  background: #a7cfe8;
  float: none;
  margin: 4px 0px;
  min-width: 700px;
  padding: 0px;
  width: 100%;
}

/* ****************************** */
/* Common Form Fields */
div.CenterForm h1 {
  font-size: large;
  font-weight: bold;
  margin: 12px 0px;
}
div.CenterForm div {
  padding: 12px 0px
}
div.CenterForm div.FormItem {
  margin: 3px 0px;
  padding: 0px;
}
div.FormButton {
  margin: 12px 0px;
}

/* ****************************** */
/* Intranet Left Column Icons */
div.DivHelpDeskIcon {
  border: 0px none #000000;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}
div.DivHelpDeskIcon a img {
  border: 0px none #000000;
  margin: 0px;
  padding: 0px;
}

/* ****************************** */
/* Intranet Home Page Links */
div.HomePageLink {
}
div.HomePageLink a:link {
  color: #0000ff;
  text-decoration: underline;
}
div.HomePageLink a:visited {
  color: #0000ff;
  text-decoration: underline;
}
div.HomePageLink a:hover {
  color: #ff0000;
  text-decoration: underline;
}
div.HomePageLink a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* ****************************** */
/* Intranet Home Page Calendar Items */
div.CalendarWhen {
  font-size: small;
  font-weight: bold;
}
div.CalendarWhen a {
  color: #0000ff;
  text-decoration: underline;
}
div.CalendarSubject {
  font-size: normal;
  font-weight: normal;
}
div.CalendarSubject a {
  color: #0000ff;
  text-decoration: underline;
}
div.CalendarDescription {
  font-size: normal;
  font-weight: normal;
  padding-left: 18px;
}
div.CalendarDescription a {
  color: #0000ff;
  text-decoration: underline;
}
div.CalendarDescription a:link {
  color: #0000ff;
  text-decoration: underline;
}
div.CalendarDescription a:visited {
  color: #0000ff;
  text-decoration: underline;
}
div.CalendarDescription a:hover {
  color: #ff0000;
  text-decoration: underline;
}
div.CalendarDescription a:active {
  color: #ff0000;
  text-decoration: underline;
}

/* ****************************** */
/* Intranet Home Page New Faces */
div.NewFacesHeader {
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}
div.HomeStaff {
  padding: 8px;
}
div.NewFacesPhoto {
  margin-top: 8px;
  text-align: center;
}
div.NewFacesPhoto img {
  border: none 0px #ffffff;
}
div.NewFacesName {
  font-weight: bold;
  text-align: center;
}
div.NewFacesName a {
  color: #0000ff;
  text-decoration: underline;
}
div.NewFacesJobTitle {
  text-align: center;
}
div.NewFacesJobTitle a {
  color: #0000ff;
  text-decoration: underline;
}
div.NewFacesBranch {
  text-align: center;
}
div.NewFacesBranch a {
  color: #0000ff;
  text-decoration: underline;
}
div.NewFacesDutyStation {
  text-align: center;
}
div.NewFacesDutyStation a {
  color: #0000ff;
  text-decoration: underline;
}

/* ****************************** */
/* Staff Profile Editor */
.StaffEditorTabStrip {
}
.StaffEditorMultiPage {
}
table.StaffProfileEditor {
  margin: 8px auto;
}
table.StaffProfileEditor th {
  font-weight: normal;
  padding: 0px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
table.StaffProfileEditor th.ColumnHeader {
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
table.StaffProfileEditor td {
  padding: 0px 5px;
  text-align: left;
  vertical-align: top;
}
table.StaffProfileEditor td.StaffSectionSeparator {
  border-top: 2px solid #000000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 10px;
  text-align: center;
  text-decoration: underline;
}

label.StaffProfileLabelUnedited {
  color: #000000;
  font-weight: normal;
}
label.StaffProfileLabelEdited {
  color: #ff0000;
  font-weight: bold;
}

.ApprovedProfileText {
  border: solid 1px #000000;
  margin: 0px 5px;
}
.ProfileEditorApprovedPhoto {
  border: none 0px #000000;
  margin: 8px;
}
.ProfileEditorEditablePhoto {
  border: none 0px #000000;
  margin: 8px;
}

table.StaffPhotoEditor {
  margin: 8px auto;
}
table.StaffPhotoEditor th {
  padding: 0px 5px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
table.StaffPhotoEditor th.ColumnHeader {
  text-align: center;
  vertical-align: bottom;
}
table.StaffPhotoEditor td {
  padding: 0px 5px;
  text-align: left;
  vertical-align: top;
}
table.StaffPhotoEditor td.FieldLabel {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
table.StaffPhotoEditor td.StaffEditorPhoto, table.StaffProfileEditor td.StaffEditorPhoto {
  text-align: center;
}
table.StaffPhotoEditor td img {
  margin: 3px auto;
}

/* ****************************** */
/* Staff Achievement Importer */
table.TableCsvInstructions {
}
table.TableCsvInstructions th {
  font-weight: bold;
  padding: 4px;
  text-align: left;
  vertical-align: bottom;
}
table.TableCsvInstructions td {
  font-weight: normal;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
table.TableCsvInstructions td.FieldName {
  font-weight: bold;
}

/* ****************************** */
/* Policy Divs */
table.PolicyHeadings {
  margin: 4px 0px;
}
table.PolicyHeadings th {
  font-size: large;
  font-weight: bold;
  margin: 0px;
  padding: 0px 3px 0px 0px;
  text-align: left;
}
table.PolicyHeadings td {
  font-size: large;
  font-weight: normal;
  margin: 0px;
  padding: 0px 3px 0px 0px;
  text-align: left;
}
div.PolicyGroupName {
  font-weight: normal;
  margin: 0px;
}
div.PolicyName {
  font-weight: normal;
  margin: 0px;
}
div.PolicyDescription {
  margin: 12px;
}
.PolicyTreeInnerItemStyle {
  background-image: none !important;
  background-color: #ffffff !important;
}

/* ****************************** */
/* Capabilities                   */
div.CapabilityName {
  display: inline;
  font-weight: bold;
  margin: 0px;
}
div.CapabilityDescription {
  display: block;
  font-weight: normal;
  margin: 0px 0px 0px 25px;
}

/* ****************************** */
/* Library Journals                                 */
/* The Library Journal object is not currently used */
/* These styles are used on a specific Content Page */
div.LibraryJournalName {
  display: inline;
  font-weight: bold;
  margin: 0px;
}
div.LibraryJournalUrl {
  display: inline;
  font-weight: normal;
  margin: 0px 0px 0px 8px;
}
div.LibraryJournalDescription {
  display: block;
  font-weight: normal;
  margin: 0px 0px 0px 25px;
}

div.LibraryJournals a.JournalIndex {
  font-weight: bold;
}
div.LibraryJournals h3 {
  border-top: double 5px #000000;
  border-left: double 5px #000000;
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0px;
  padding: 6px;
}
div.LibraryJournals p {
  font-weight: normal;
}
div.LibraryJournals p span.JournalDateRange {
  font-weight: normal;
}

div.LibraryJournals a.LinkToTop {
  font-size: 10px;
  font-weight: bold;
  padding: 0px 15px;
}

/* ****************************** */
/* Work Request                   */
/* ****************************** */
div.WorkRequestFormButton {
  background-color: #ffffff;
  border: 0px none #000000;
  height: 30px;
  margin: 12px 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 400px;
  z-index: 50;
}
div.WorkRequestButtonHider {
  background-color: #e5e5e5;
  border: 1px solid black;
  height: 30px;
  margin: -63px 5px 10px 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  visibility: hidden;
  width: 390px;
  z-index: 10;
  /* for IE */
  filter: alpha(opacity=50);
  /* CSS3 standard */
  opacity: 0.5;
}
div.WorkRequestButtonHider p {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
