﻿body { font: 14px/16px helvetica, sans-serif; }

a { text-decoration: none; }

/*****************************/

.minSiteWidth { min-width: 800px; }

.third { width: 33%; }

.third:first-child { width: 34%; }

.full { width: 100%; }

/*****************************/

.red { color: #880000 !important; }

.purple { color: #244061 !important; }

.bold { font-weight: bold !important; }

.left { text-align: left !important; }

/*****************************/

.tabContainer { }

.tabButton {
    background: #376092;
    border: 1px solid #888888;
    color: #ffffff;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 20%;
}

.tabButtonLong {
    background: #376092;
    border: 1px solid #888888;
    color: #ffffff;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 39.75%;
}

.tabButton.active, .tabButtonLong.active {
    background: #558ed5;
    font-weight: bold;
}

.tabButton:hover {
    background: #75aef5;
    font-weight: bold;
}

.tabButtonLong:hover {
    background: #75aef5;
    font-weight: bold;
}

/*****************************/

.contentContainer { border: 1px solid #000000; }

.contentRow {
    border-top: 1px solid black;
    overflow: hidden;
}

.contentRow:after, .tabContainer:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
    width: 0px;
}

.contentRow:first-child { border-top: none; }

.contentRow.noTop {
    border-top: none;
    padding-top: 25px;
}

.contentColumn {
    float: left;
    padding: 5px 0;
    position: relative;
    text-align: center;
}

.contentColumn:before {
    background: black;
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    top: 0;
    width: 1px;
}

.contentColumn:first-child:before { display: none; }

.contentPadded {
    padding-left: 5px;
    padding-right: 5px;
}

/*****************************/

.rowClass { width: 100%; }

.empty { height: 1.5em; }

.label {
    display: inline-block;
    width: 100px;
}

/*****************************/

#logo {
    margin-bottom: 15px;
    text-align: center;
}

/*****************************/

/*Default Page Styling*/

/*****************************/

h1 {
    color: #062357;
    font-size: medium;
    text-decoration: underline;
}

h2 {
    color: #062357;
    font-size: small;
    text-decoration: underline;
}

.portallink {
    background-color: #062357;
    border-color: #B4B9D2;
    color: white;
    float: right;
    font-size: 20px;
    height: 35px;
    text-decoration-color: white;
    width: 200px;
}

#siteHeader { margin: 5px 30px 0px 30px; }

.link {
    padding-left: 50px;
    padding-right: 100px;
}