﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/* Footer Elements */

.footer {
  font-size: 0.8em;
    margin-top: 25px;
  margin-bottom: 10px;
    padding: 10px;
  clear: both;
    text-align: center;
    color: #666666;
}

.footer ul li {
  list-style: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
}

.footer ul {
    margin-bottom: 10px;
}

.footer img {
  float: right;
  border: 0px;
}

/* Menu */

a.menu:link, a.menu:visited {
  text-decoration: none;
  font-weight: normal;
}

a.menu:hover {
  text-decoration: underline;
}

.sidelinks {
    border-bottom: 1px solid #0066cc;
    margin: 0;
  padding: 0;
  clear: both;
}

.sidelinks * {
  padding: 1px 0 1px 0;
  text-decoration: none;
}

.sidelinks li {
    list-style-type:  none;
    border-top: 1px solid #cccccc;
    margin: 0;
  line-height: 1.5em;
}

.sidelinks .secondtier .thirdtier .first {
    border-top: 0;
}

.secondtier {
     border-width: 0;
   margin: 0;
   padding: 0;
}

.secondtier a {
    display: block;
    margin-left: 15px;
}

.thirdtier {
     border-width: 0;
   margin: 0;
   padding: 0;
}

.thirdtier a {
    display: block;
    margin-left: 30px;}


.selected {
  font-size: 0.9em;
    font-weight: bold;
}

.selected a:hover {
  text-decoration: none;
  color: #0066cc;
}

.sidelinks .first {
  border-top: 1px solid #0066cc;
}

a:link, a:visited {
  color: #0066cc;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

a.smlink:link, a.smlink:visited {
  font-size: 0.9em;
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

a.red:link, a.red:visited {
  color: #ff4444;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
}

/* TreeView Elements */

.TreeView a:hover {
  text-decoration: none;
  color: #000000;
  cursor: default;
}

.TreeView a:visited {
  text-decoration: none;
  color: #000000;
  cursor: default;
}

.TreeView a:link {
  text-decoration: none;
  color: #000000;
  cursor: default;
}

.disclaimerbox {
  border: 1px solid #9dca63;
  background-color: #e7f1c4;
}

.disclaimerbox a:link, .disclaimerbox a:visited {
  font-weight: bold;
}
