﻿/*
    Shields Blue:   #003e7e
    Shields Green:  #54b948
    Light Green:    #e2f7e5
    Light Blue:     #c9e4ff
*/

body, pre, body.mce-content-body, td, th {
    font-family: 'Maven Pro', Sans-Serif;
    font-size: 15px;
    line-height: 1.45em;
    color: black;    
}

th
{
    font-weight : 500;
}

img
{
    border: none;
}

a
{
    color : #54b948;
    text-decoration : none;
    cursor : pointer;
}

a:hover
{
    color : #fc0;
    text-decoration : none;
}

a:focus 
{
    outline: 0;
}

h1
{
    margin : 20px 0;
    font-weight: 300; 
    line-height : 1em;
    color: #003e7e;
    font-family: Catamaran, sans-serif;
}

h2, h3, h4, h5, h6
{
    color: #003e7e;
    margin : 20px 0;
    font-weight: 300; 
    line-height : 1.2em;
    font-family: Catamaran, sans-serif;
}

h2 a, h3 a, h4 a, h5 a, h6 a
{
    font-weight: bold;
}

h1  { font-size: 50px; }
h2  { font-size: 40px; }
h3  { font-size: 35px; }
h4  { font-size: 30px; }
h5  { font-size: 25px; }
h6  { font-size: 20px; }

fieldset
{
    padding : 10px;
    border : 1px solid silver;
    margin : 10px 0;
}

legend
{
    font-weight : bold;
    padding-bottom : 10px;
}

strong, b
{
    font-weight : 500;
}

hr
{
    border : 0;
    height : 2px;
    background: #d0edf5;
    margin : 20px 0;
}

input[type=password]
{
    font-family : Sans-Serif;
    letter-spacing : 0.1em;
}

ul
{
    margin : 10px 0;
}

ul>li
{
    line-height : 1.45em;
}

ul, li ul, li li ul
{
    list-style-type : square;    
}

dl dt
{    
    font-weight : normal;
}

dl dd
{
    font-weight: 500;
    margin: 5px 0 20px 0;
}

dl.inline {
    display: inline;
}

dl.inline>div
{
    display: inline-block;
    margin: 0 30px 0 0;
}

dl.inline>dd, dl.inline>dt
{
    display: inline;
    margin-right: 10px;
}


/* Subtext ----------------------------------------- */
.sub {
    position: relative;
    font-size: 0.6em;
    top: 0.4em;
}

.large
{
    font-size : 1.8em;
    line-height : normal;
    color : #666;
}

small, .small
{
    font-size : 85%;
    line-height : normal; 
}

/* Form elements ------------------------------------------- */

label
{
    display : block;
    margin : 10px 0 5px 0;
}

label.required
{
    font-weight : 500;
}

textarea, select
{
    width: 200px;
    border: 1px solid #ccc;
    color : #444;
    font-family: 'Maven Pro', Sans-Serif;
    font-size : 16px;
    line-height : 1.375em;
}

textarea
{
    padding : 5px;
    margin : 5px 0;    
}

select 
{
    width : 210px;
    padding : 5px;
}

*[readonly=readonly]
{
    background : white;
}

.readonly
{
    background : white;
}


/* Miscellaneous Styles ----------------------------------- */
 
.todo
{
    background : yellow;
    color : black;
}

.note
{
    background : #f0f0f0;
    padding : 10px;    
}

.note:before
{
    content: "Note: ";
    font-weight : bold;
}

.clear
{
    clear : both;
}

pre, code, .code
{
    font-family : Courier New, System;
    color : #000099;
}

.error
{
    color: red;
    font-weight : bold;
}

.inline {
    display: inline;
}

.remove-margin {
    margin-right: 0px !important;
}