﻿/* =============================================================================
   Layout
   ========================================================================== */

body {
    margin:0;
    padding:0;
    font-family: 'PT Sans', sans-serif; font-size:14px; color:#333;
}

a:link, a:visited {
    text-decoration: underline;
    color: #14377D;
}

a:active, a:hover {
    text-decoration: none;
    color: #14377D;
}

#contentInner {
    clear:both;
    width:960px;
    margin:0 auto 0 auto;
    padding:10px 0 20px 0;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #CCC; margin: 16px 0; padding: 0; }

#contentInner ul li { margin-bottom:10px; }

ol {
    display: table;
}

#contentInner td p {
    margin: 0 0 10px 0;
    padding: 0;
}

#contentInner td p:last-child {
    margin:0;
}

.clearBoth {
    clear:both;
}

h2.pageTitle {
    text-align: center;
    font-family: Times New Roman, Times, Serif;
    font-size: 32px;
    font-weight: bold;
    color: #14377D;
    margin-bottom: 40px;
}

/* =============================================================================
   Header
   ========================================================================== */

.headerWrapper {
    position:relative;
    width:960px;
    height:195px;
    margin:0 auto 0 auto;
}

.header {
    position:absolute;
    width:960px;
    height:185px;
    top:10px;
    z-index:1;
}

.header .text {
    position:absolute;
    font-size:40px;
    font-weight:bold;
    color:#D39C1A;
    right:0;
    top:5px;
}

.header .text .ridingCenter,
.header .text .region {
    position:absolute;
    font-weight:normal;
    font-style:italic;
    font-size:24px;
    right:0;
    top:45px;
}

.header img {
    position:absolute;
    display:block;
    width:545px;
    height:158px;
    margin:0 208px 0 207px;
    bottom:5px;
}

.headerTools {
    position:absolute;
    z-index:5;
    width:960px;
    height:20px;
}

.headerTools .left {
    position:absolute;
    width:300px;
    left:0;
    top:5px;
}

.headerTools .right {
    position:absolute;
    width:300px;
    text-align:right;
    right:0;
    top:5px;
}

.headerTools .right a.signout {
    border-left:1px solid #CCC;
    margin-left:5px;
    padding-left:5px;
}

.headerTools a:link,
.headerTools a:visited {
    text-decoration:none;
    color:#333;
    font-weight:bold;
}

.headerTools a:active,
.headerTools a:hover {
    text-decoration:underline;
    color:#333;
    font-weight:bold;
}

/* =============================================================================
   Navigation
   ========================================================================== */

#globalNavigation {
    position: relative;
    width: 100%;
    background-color: #14377D;
}

#globalNavigation > ul {
    position:relative;
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
}

#globalNavigation > ul > li {
    display:inline-block;
    position:relative;
    list-style-type:none;
    margin:0 18px 0 0;
    padding:10px 10px 10px 10px;
    font-size:18px;
    font-weight:bold;
    text-align:left;
    text-transform:uppercase;
    color:#FFF;
    cursor:pointer;
}

#globalNavigation > ul > li > a:link,
#globalNavigation > ul > li > a:visited {
    color:#FFF;
}

#globalNavigation > ul > li > a:active,
#globalNavigation > ul > li > a:hover {
    color:#FFF;
}

#globalNavigation > ul > li.selected {

}

#globalNavigation > ul > li:first-child {
    padding-left:0;
}

#globalNavigation > ul > li:last-child {
    margin-right:-18px;
    padding-right:0;
}

#globalNavigation ul li ul {
    position:absolute;
    left:0;
    top:43px;
    margin:0;
    padding:0;
    width:200px;
    background-color:#7092be;
    z-index:998;
}

#globalNavigation ul li ul li {
    position: relative;
    list-style-type:none;
    margin:0;
    padding:5px 10px 5px 10px;
    font-size:14px;
    font-weight:normal;
    text-transform:none;
    color:#000;
    cursor:pointer;
}

#globalNavigation ul li ul li:hover {
    background-color:#a9c0df;
}

#globalNavigation ul li a {
    display:block;
    text-decoration:none;
    color:#000;
}

/* =============================================================================
   Footer
   ========================================================================== */

#contentFooterCustom {
    text-align:center;
    width:960px;
    margin:0 auto 0 auto;
}

#contentFooter
{
    text-align:center;
    width:960px;
    margin:0 auto 0 auto;
    height:160px;
}

#contentFooter .links ul {
    display:inline;
    margin:0;
    padding:0;
}

#contentFooter .links ul li {
    display:inline;
    list-style-type:none;
    line-height:50px;
    font-size: 16px;
    margin:0 25px 0 25px;
    padding:0;
}

#contentFooter .links ul li a:link,
#contentFooter .links ul li a:visited {
    color:#333;
    text-decoration:none;
}

    #contentFooter .links ul li a:active,
    #contentFooter .links ul li a:hover {
        color: #14377D;
        text-decoration: underline;
    }

/* =============================================================================
   Forms
   ========================================================================== */

fieldset {
    border: 1px solid #CCC;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

legend {
    font-size: 14px;
    color:#333;
    border: 1px solid #CCC;
    padding: 5px;
}

.formLabel
{
    font-weight:bold;
}

.formSuccess
{
    color:#333;
    margin:10px 0 10px 0;
    padding:5px;
    background:#f3fae7;
    border:2px solid #556c31;
}

.formSuccess h3
{
    font-size:16px;
    font-weight:bold;
    color:#556c31;
    margin:0;
}

.formError {
    color:#333;
    margin:10px 0 10px 0;
    padding:5px 5px 5px 27px;
    background-color:#f9f0c3;
    background-image:url(/resources/images/error.png);
    background-repeat:no-repeat;
    background-position:5px 5px;
    border:2px solid #c10000;
}

.formError h3 {
    font-size:16px;
    font-weight:bold;
    color:#c10000;
    margin:0;
}

.formNote {
    font-size:12px;
    color:#666;
}

.inputFields,
.inputTextArea
{
    padding:5px;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    color:#000;
    background-color:#FFFFFF;
    background-image:url(/resources/images/textfieldBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #CCCCCC;
    margin:2px 0 2px 0;
    vertical-align:middle;
}

select.inputSelect, select.inputSelect option
{
    background-color:#FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-size:1em;
    color:#000;
    padding:2px;
}

select.inputSelect
{
    background-color:#FFFFFF;
    border:solid 1px #CCCCCC;
    vertical-align:middle;
}

.btnPrimary {
    padding: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #14377D;
    background-image: url(/resources/images/submitbtnBG.png);
    background-repeat: repeat-x;
    background-position: center top;
    border: solid 1px #14377D;
    margin: 2px 0 2px 0;
    vertical-align: middle;
    cursor: pointer;
}

.btnAlternate
{
    padding:5px;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    color:#000;
    background-color:#CCCCCC;
    background-image:url(/resources/images/alternatebtnBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #999999;
    margin:2px 0 2px 0;
    vertical-align:middle;
    cursor:pointer;
}

.btnDelete
{
    padding:5px;
    font-family: 'PT Sans', sans-serif;
    font-size:1em;
    color:#FFFFFF;
    background-color:#cc0000;
    background-image:url(/resources/images/deletebtnBG.png);
    background-repeat:repeat-x;
    background-position:center top;
    border:solid 1px #a80101;
    margin:2px 0 2px 0;
    vertical-align:middle;
    cursor:pointer;
}

/* =============================================================================
   Pager Buttons
   ========================================================================== */

.pager
{
	text-align:center;
    font-size:12px;
    padding:3px;
    margin-top:20px;
}

    .pager a:link, .pager a:visited {
        color: #14377D;
        padding: 3px 5px 3px 5px;
        border: solid 1px #14377D;
        background-color: #FFF;
        text-decoration: none;
    }

    .pager a:active, .pager a:hover {
        color: #FFF;
        padding: 3px 5px 3px 5px;
        border: solid 1px #14377D;
        background-color: #14377D;
        text-decoration: none;
    }

    .pager a.selected {
        color: #FFF;
        padding: 3px 5px 3px 5px;
        border: solid 1px #14377D;
        background-color: #14377D;
        text-decoration: none;
    }

/* =============================================================================
   Confirm Modal
   ========================================================================== */

.confirmBackground {
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.confirmPopup 
{
	width:250px;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	font-size:1em;
}

.confirmToolbar
{
    text-align:left;
    margin:0;
    padding-left:5px;
    height:22px;
    line-height:22px;
	font-size:12px;
    color:#333;
    font-weight:normal;
    text-transform:uppercase;
    background-color:#EEEEEE;
    background-image:url(/resources/images/confirmToolbarBG.png);
    background-repeat:repeat-x;
    background-position:center bottom;
}

.confirmContent
{
    text-align:left;
    padding:15px;
}

.confirmContent h4
{
    font-weight:normal;
    font-size:14px;
    margin-top:0;
    margin-bottom:15px;
}

.confirmButtons
{
    text-align:center;
}


/* =============================================================================
   Misc
   ========================================================================== */

.blue {
    color: #14377D;
}

h2.blue {
    font-size: 19.2px;
    font-weight: bold;
    color: #14377D;
}

span.serif
{
    font-family:"Times New Roman", Times, serif;
    font-size:14px;
    font-weight:bold;
    color:#333;
}

span.blue {
    font-size: 16px;
    font-weight: normal;
    color: #14377D;
}

.contentEditLink {
    margin-bottom:10px;
}

.contentEditLink a {
    color:#333;
    text-decoration:none;
}

.editableArea {
    padding:10px;
    border:1px dashed #CCC;
}