body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.80em;
}

a {
    text-decoration: none;
    color: #942300;
}

h1 a {
  color: #942300 !important;
}

/*TOP SECTION*/

.centering {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 960px;
}

.headingBar{
    display: block;
    clear: both;
    height: 93px;
}

.logoContainer{
     padding-top: 20px;
     float: left;
     position: relative;
}

.searchContainer{
    padding-top: 20px;
    float: right;
}

.searchContainer input {
    background-color: #e1e1e1;
    border: 2px solid #942300;
    height: 21px;
    width: 190px;
    margin-top: -1px;
}

.searchContainer a{
    position: absolute;
    color: #717171;
    padding-top: 5px;

}

.searchContainer button {
    background-color: #e0c404;
    color: black;
    border: 2px solid #e0c404;
    height: 25px;
    margin-left:5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: baseline;
}

/*MAIN NAVIGATION*/

.mainNavigationBar {
    -moz-box-sizing: border-box;
    -webkit-box-sizing :border-box;
    box-sizing: border-box;
    background-color:#942300;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    height:35px;
}

.mainNavigationBar ul li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mainNavigationBar ul li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing :border-box;
    box-sizing: border-box;
    border-right: 1px solid white;
    margin:0px;
    padding: 10px;    
    color: white;
    text-decoration: none;
}

.mainMenuContainer{
    float:left;
}

.loginContainer{
    float:right;
}

.lastInTheList {
    border:none !important;
}

/*INTRO BANNER FOR HOMEPAGE*/
.introBanner {
    background-image:url(../img/sp.jpg);
    height: 324px;
    padding: 10px;
    color: black;
    position: relative;
    font-size: 1.3em;
}

.transparentPannel {
    padding: 5px;
    position: absolute;
    top:5px;
    left:5px;
    background-color: lightgray;    
    width: 366px;
    height:324px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}

.copyForPannel{
    position: relative;
    width:366px;
}

.introBanner h1 {
    font-weight: bold;
}

.introBanner p {
    margin-top: 10px;   
}

.column{
    width:300px;
    float:left;
    padding:10px;
    color: black;
}

.column a {
    font-weight: bold;
    color: black;
}

.column h1 {
    font-size:1.5em;
}

.column p {
    margin-top: 10px;
}

/*BRORSING TEMPLATES*/


.subMenuContainer{
    float: left;
    width: 200px;
    background-color:#942300;
}

.subMenuContainer a{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box; 
    
    color: white;
    float: left;
    width: 200px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}
.mainNavigationBar ul li a:hover, .subMenuContainer a:hover, .selectedNode{
    background-color: #e0c404 !important;
    color: black !important;
    
 }
 
 


.subMenuContainer ul li ul li a{
    background-color: #666666;
    padding-left: 25px;
}

.subMenuContainer ul li ul li ul li a{
    background-color:  #999999;
    padding-left: 35px;
}


.searchItemsGridContainer {
    width: 950px;
    padding-left: 30px;
}

.browseItemsGridContainer {
    float: left;
    width: 750px;
    margin-left: 10px;    
}


.item {
    text-align: center;
    width: 120px;
    height: 120px;
    border: 2px solid #717171;
    background-color: #e1e1e1;
    float: left;
    padding:5px;
    margin: 5px;
    position: relative;
}

.item a {
    color: #942300;
}

.browsingContentArea {
    margin-top:20px;
    position: relative;
}

.itemCopy {
    color: #717171;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 120px;
}

/*ITEMS PAGE*/
.bigItemContainer {
    float: left;
    width: 450px;
}

.dataBoxContainer {
    margin-left: 10px;
    float: left;
    width: 289px;
}

.dataBoxContainer td{
    border: 1px solid #942300;
    padding: 5px;
}

.dataBoxContainer th{
    border: 1px solid #942300;
    padding: 5px;
    font-weight: bold;
}

.relatedItemsLinkContainer {
    margin-top: 20px;
}

.relatedItemsLinkContainer a{
    color: black;
}

.relatedItemsLinkContainer a:hover{
    text-decoration: underline !important;
    color: black;
}

.paginationStuff {
    display: block;
    float:none;
    clear: both;
    text-align: center;
    padding: 20px;
}

.paginationStuff a{
    color: #717171;
   font-size: 1.1em; 
}

.tagsList li {
   
    margin-bottom: 5px;
}

.formHolder label{
    width: 100px;
    float: left;
    padding-top: 2px;
}

.formHolder input, .formHolder textarea {
    border:1px solid black;
    width: 300px;
}

.stringInputField{
    padding: 2px;
    
}

.fieldHolder {
    float: none;
    clear: both;
    height:2em;
    margin-bottom: 5px;
}

.ERROR{
    color: white;
    background-color: red;
}

.notificationLine{
    display: block;
    color: #942300;
    background-color: #e0c404;
    border: 2px solid #942300;    
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px !important;
    
}

.browsingContentArea h1{
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 10px;
}
.browsingContentArea h2{
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 10px;
}

.browsingContentArea ol li{
    list-style: decimal !important;
    
    margin-left: 40px;
}

.browsingContentArea dt{
    float: left;
    font-weight: bold;
    clear: left;
    margin-right: 5px;
}

.browsingContentArea p{
    margin-bottom: 5px;
}

.loneCopyColumn{
    width: 300px;
}

.browsingContentArea dd{
    float: left;
}

.profileButtons {
    padding-top: 20px;
    float: none;
    display: block;
    clear: both;
}

.profileButtons a{
    float: none;
    display: block;
    clear: both;
}

.fieldHolder button{
    clear: both;
    float: left;
    margin-top: 20px;
}

.fieldHolder textarea{
    float: left;
    height: 200px;  
}

.quasiLabel {
    width: 100px;
    float: left;
    display: block;
    padding-top: 2px;
}

.messagesTable th {
    border: 1px solid #942300;
    background-color: #e0c404;
    color: #942300;
    font-weight: bold;
    padding: 5px;
    padding-right: 20px;
}

.messagesTable td{
    border:1px solid #942300;    
    padding: 5px;
    font-weight: normal;
    font-style: italic;
    color: grey;
}


.messagesTable td a {
    font-style: italic;
    color: grey;
}   

.messagesTable a{
    font-weight: normal;
    font-style: italic;
}

.messageBody pre{
    padding: 10px;
    border: 2px solid #942300;
    color: #942300;
    background-color: #e0c404;
    font-size: 1.2em;
    white-space: pre-wrap;
}

.unread{
    background-color: #e0c404;
    font-style: normal;
}

strong {
    font-weight: bold;    
}

.messagesTable .unread td, .messagesTable .unread a {
    font-weight: bold;
    font-style: normal;
    color: #942300;
}


.messagesTable .pathway a {
    font-weight: bold;
    font-style: normal;
    color: #942300;    
}

.messagesTable .pathway {

    font-style: normal;
    color: black;        
}

.closedNode{
    background-image:url('../images/nodeClosed.png');
    background-repeat: no-repeat;
    background-position:center left;
}

.openNode{
    background-image:url('../images/nodeOpen.png');
    background-repeat: no-repeat;
    background-position:center left;
}

.copyright {
    display: none;
}

.tagsList a{
    color: #942300;
}

.freeEye td{
    padding:2px;
    margin:0px;
    border: none;
    line-height: 0px;
    font-size: 0px;
    
}

 #AddThisButtons{
    padding-top: 20px;
}

.pathwayItem {
    background-color: #E0C404;
    border: 2px solid #942300;
    margin-bottom: 20px;
}

.imageContainer {
    float: left;
    height: 120px;
    padding-bottom: 10px;
}

.pathwayItem h2 {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box; 

    
    margin: 0;
    padding: 5px;
    background-color: #942300;
    color: #E0C404 !important;
    
}

.pathwayItem textarea {
    float: right;
    width: 800px;
    height: 100px;
    clear: right;
}

 .pathwayItem p  {
    float: right;
    width: 590px;
}


.saveDelButtons {
    float: right;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}

.pathwayTitle {
    margin-bottom: 20px;
}

.clearer {
    float:none;
    height: 10px;
    line-height: 1px;
    width: 100%;
    clear: both;
}

.pushDownFar {
    margin-bottom: 1000px;
}


.dateCol {
white-space: nowrap; 
}

.buttonistic {
    background-color: #942300;
    color: white!important;
    display: block;
    padding: 5px;
}

.buttonisticWide {
    background-color: #942300;
    color: white!important;
    display: block;
    padding: 5px;
    width: 200px;
    margin-bottom: 5px;
}

.nextPrev a, .nextPrev p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing :border-box;
    box-sizing: border-box;
    border-left: 1px solid white;
    color: white;
    float: left;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    background-color: #942300;
}

.nextButton {
    display: block;
    float:right;
    width: 115px;
    
    text-align: right;
}

.previousButton {
    display: block;
    float:left;    
    width: 115px;
    
}

.nextPreviousExplanatoryText {
    display: block;
    float:left;
    
    width: 220px;
    text-align: center;
}

.disabledLink {
    color: #530005 !important;
}


.advancedSearchClass li{
    padding-left: 20px;
    
}

.iAmTheDaddy {
    font-weight: bold;
}

.iAmTheDaddy ul{
    font-weight: normal;
}

.advancedSearchClass fieldset {
    display: block;
    width: 200px;
    height: 350px;
    float: left;
    
}

.topLevelNode {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 100px;
    line-height: 50px;
    
}
.stuffBelowTheTitleWhichNeedsToMove {
    margin-top: 10px;
    padding: 0 10px;
}