/*=========================================================================================================================
| STYLE SHEET INCLUDE
|
| Author:    FName LName, Ignia LLC (Email@ignia.com)
| Client     -
| Project    -
|
| Purpose :  Defines styles for use across the site
|
>=========================================================================================================================
| Revisions  Date        Author          Comments
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|            11.16.02    Jeremy Caney    Initial version template.
|            MM.DD.YY    FName LName     Description
\------------------------------------------------------------------------------------------------------------------------*/

/*=========================================================================================================================
| STANDARD ELEMENTS
\------------------------------------------------------------------------------------------------------------------------*/

  Body, .Body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica;
    Line-Height: 22px;
    Cursor: Default;
    text-justify: newspaper;
    }

  a:link {
    text-decoration: none;
    color: #FF3300;
    font-weight: Bold;
    }
  a:visited {
    text-decoration: none;
    color: #FF3300;
    font-weight: Normal;
    }

  a:hover {
    text-decoration: underline;
    color: Black
    }

  ul {
    list-style-image: url(/images/glyphs/li.gif);
    vertical-align: text-bottom;
    Margin-Top: 2pt;
    Margin-Bottom: 2pt;
    }

  h3, .title {
    font-size: 13pt;
    font-family: arial;
    font-weight: bold
    }

  .subtitle {
    font-size: 10pt;
    font-family: arial;
    font-weight: bold
    }

/*=========================================================================================================================
| TABLES
\------------------------------------------------------------------------------------------------------------------------*/

  .RowHeader {
    text-align: right;
    vertical-align: top;
    color: #aaaaaa;
    font-weight: normal;
    width: 150px;
    Padding-Right: 10px;
    }

/*=========================================================================================================================
| ALTERNATE LINKS
\------------------------------------------------------------------------------------------------------------------------*/

  a.Navigation:link {
    color: black;
    text-decoration: none;
    font-weight: bold
    }
  a.Navigation:visited {
    color: black;
    text-decoration: none;
    font-weight: bold
    }
  a.Navigation:active {
    color: black;
    text-decoration: none;
    font-weight: bold
    }
  a.Navigation:hover {
    color: #FF3300;
    text-decoration: none;
    font-weight: bold
    }

  a.BreadTrail:link {
    color: gray;
    text-decoration: none
    }
  a.BreadTrail:visited {
    color: gray;
    text-decoration: none
    }
  a.BreadTrail:active {
    color: gray;
    text-decoration: none
    }
  a.BreadTrail:hover {
    color: #FF3300;
    text-decoration: none
    }

/*=========================================================================================================================
| DHTML HELPER CLASSES
\------------------------------------------------------------------------------------------------------------------------*/

  .Hidden {
    display: none
    }
  .Visible {
    display: ''
    }

/*=========================================================================================================================
| FORM AND DETAIL.ASPX CLASSES
\------------------------------------------------------------------------------------------------------------------------*/

  Input {
    border: 1;
    border-color: #CCCCCC;
    border-style: solid;
    }

/* Required field default class */
  .Required {
    color: #0099FF
    }
  Input.Required {
    color: #000000;
    }

/* Erro#FF3300 field default class */
  .Error {
    color: #FF3300;
    }
  Input.Error {
    border-color: #FF3300;
    border-style: dashed;
    color: #FF3300
    }

/*=========================================================================================================================
| TREEVIEW CONTROL CLASSES
\------------------------------------------------------------------------------------------------------------------------*/
  .NavigationTree {
    float:            left;
    margin-left:      1;
    padding-top:      0;
    padding-left:     5;
    padding-bottom:   30;
    padding-right:    5;
    text-overflow:    ellipsis;
    background-color: #FFF;
    vertical-align:   top;
    height:           321;
    width:            175;
    overflow-x:       auto;
    overflow-y:       visible;
    }
  .NavigationTree * {
    font-size:        10px ! Important;
    font-weight:      normal ! Important;
    }