/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* - 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 Site Intranet site.

   CSS Inheritance follows this path:

   common.css
   custom.css
   customInternet.css
   customIntranet.css
   customWebAdmin.css (this file)
   
*/

/* ****************************** */
/* Common styles used in WebAdmin */

/* ****************************** */
/* Permissions-based Divs */
/* Used on Master Pages   */
#DivAllowed {
}
div.DivUnallowed {
  color: #ff0000;
  font-size: large;
  font-weight: bold;
  margin: 25px 0px;
  text-align: center;
}
div.DivUnallowed p {
  color: #ff0000;
  font-size: large;
  font-weight: bold;
  margin: 25px 0px;
  text-align: center;
}
div.DivUnallowed a {
  color: #0000ff;
}

/* ****************************** */
/* Sort Button */
div.SortButton {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

/* ****************************** */
/* WebAdmin Home Page */
.TreeViewWebAdminHome {
  overflow-y:hidden;
  padding-bottom: 15px;
}
.TreeViewWebAdminHome a {
  color: #0000ff;
  text-decoration: underline;
}
.TreeViewWebAdminHome a:link {
  color: #0000ff;
  text-decoration: underline;
}
.TreeViewWebAdminHome a:visited {
  color: #0000ff;
  text-decoration: underline;
}
.TreeViewWebAdminHome a:active {
  color: #ff0000;
  text-decoration: underline;
}
.TreeViewWebAdminHome a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ****************************** */
/* Site Details Editor */
table.TableEditSiteDetails {
  margin: 10px auto;
}
table.TableEditSiteDetails th {
  padding: 2px 5px 2px 14px;
  text-align: left;
  vertical-align: top;
}
table.TableEditSiteDetails td {
  padding: 2px 5px;
  text-align: left;
  vertical-align: top;
}
table.TableEditSiteDetails th.DetailsFormSectionHeader {
  padding: 6px 5px;
  text-align: left;
  text-decoration: underline;
  vertical-align: top;
}

table.TableEditSiteDetails td.DetailsFormSectionInstructions {
  font-size: 11px;
  font-weight: normal;
  padding: 0px 5px 6px 14px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  width: 500px;
}

div.DivEditSiteDetailsButtons {
  text-align: center;
}
fieldset.HomePageImage {
  border-color: #000066;
  border-style: double;
  border-width: 4px;
  display: inline;
  margin: 10px;
  padding: 8px;
  text-align: center;
  width: 325px;
}
fieldset.HomePageImage legend {
  color: #000000;
  font-weight: bold;
}

/* ****************************** */
/* Site Details Editor */
div.DivEditSubobjectDetailsButtons {
  margin: 6px 0;
  text-align: center;
}
div.DivSubojectSelector {
  margin: 6px 0;
  text-align: center;
}
div.DivSubobjectEditor {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

/* ****************************** */
/* Publications */
div.PublicationEditForm {
  border: 0px;
  margin: 0px;
  padding: 3px 8px 0px 8px;
}

/* ****************************** */
/* Slideshow Items */
div.DivSlideshowItemEditorThumb {
  border: 0px;
  float: right;
  margin: 5px;
}

/* ****************************** */
/* Staff Achievement Grid Command Items */
.RadGridCommandItemFirst {
  float: left;
  padding: 5px 8px;
}
.RadGridCommandItemLast {
  float: right;
  padding: 5px 8px;
}

/* ****************************** */
/* Web Contacts */
div.WebContactDate {
  font-weight: bold;
  padding: 4px 0px 0px 0px;
}
div.WebContactName {
  font-weight: normal;
  padding: 0px;
}
div.WebContactMailingAddress {
  font-weight: normal;
  padding: 4px 0px 0px 8px;
}
div.WebContactPhoneNumber {
  font-weight: normal;
  padding: 4px 0px 0px 8px;
}
div.WebContactEmail {
  font-weight: normal;
  padding: 0px 0px 0px 8px;
}
div.WebContactSubject {
  font-weight: normal;
  padding: 4px 0px 0px 8px;
  text-decoration: underline;
}
div.WebContactDescription {
  font-weight: normal;
  padding: 4px 35px;
}
div.WebContactDescription a {
  color: #0000ff;
  text-decoration: underline;
}

/* ****************************** */
/* WorkRequestTypes Page */
div.DivWorkRequestType {
  margin: 12px 0px;
}
div.WorkRequestTypeName {
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
div.WorkRequestTypeName a {
  color: #0000ff;
  text-decoration: underline;
}
div.WorkRequestTypeDescription
{
  font-weight: normal;
  margin: 0px;
  padding: 4px 35px;
}
div.WorkRequestTypeDescription a {
  color: #0000ff;
  text-decoration: underline;
}
