﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 75%;
    color: #ffffff;
    background: #00448f;
    background-image: url('/_common/images/background.gif');
    background-repeat: no-repeat;
    background-position: right 234px;
    margin: 0;
}

object, a, input {
    outline: none;
}

a img {
    border: none;
}

h1,h2,h3,h4,h5 {
    margin: 0px 0px 15px 0;
    font-weight: normal;
}

h1 {
    color: #ffd800;
    text-transform: uppercase;
    font-size: 2em;
}

h2 {
    font-size: 1.3em;
    color: #fff;
}

h3 {
    color: #ffd800;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

h4 {
    color: #1463ba;
    font-size: 5em;
    margin: 0;
}

h5
{
    color: #1463ba;
    font-size: 4em;
    margin: 0;
}

.email
{
    font-size: 1.9em;
}

p
{
    line-height: 1.4em;
    margin: 0px 0px 15px;
}

.no_margin
{
    margin: 0;
}

.bold
{
    font-weight: bold;
}

.gold
{
    color: #ffd800;
}

/* GENERAL */
label
{
    font-weight: bold;
}

input.search
{
    background: #3369A5;
    color: #000;
    border: solid 1px #6E9CD2;
    padding: 5px;
    margin: 0;
}

.clear
{
    clear: both;
}

.line
{
    height: 1px;
    margin: 20px 0;
    background: #ffd800;
}

a,
a:link,
a:visited
{
    color: #ffd800;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

input,
textarea,
select
{
    color: #ffd800;
    background: #13539A;
    border: solid 1px #6e9cd2;
    padding: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
}

input.button
{
    margin: 0;
    padding: 10px 20px;
    color: #00448F;
    background: #ffd800;
    border: solid 1px #6E9CD2;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
}

input.button:hover
{
    background: #13539A;
    color: #fff;
}

/* NAVIGATION */
.navigation
{
    padding: 10px 0 10px 50px;
    background: #13539a;
}

ul.navbar
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

ul.navbar li
{  
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
}

ul.navbar li a,
ul.navbar li a:link,
ul.navbar li a:visited
{
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.navbar li a:hover
{
    color: #ffd800;
}

ul.navbar li ul
{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 180px;
    list-style-type: none;
}

ul.navbar li ul li
{
    display: block;
    width: 180px;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.navbar li ul li a
{
    background: #13539A;
    display: block;
    padding: 5px 10px;
    width: 160px;
    margin: 0;
}

ul.navbar li ul li ul
{
    position: absolute;
    top: 0;
    left: 100%;
    padding: 0;
}

ul.navbar li ul li a:hover
{
    background: #00448F;
    color: #ffd800;
}

#tabLinks
{
    width: 664px;
}

#tabLinks a
{
    text-decoration: none;
    color: #6E9CD2;
}

#tabLinks ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
}

#tabLinks li
{
    display: inline;
    margin: 0 5px 0 0;
    padding: 10px 15px;
    float: left;
    background: #13539A;
    border: solid 1px #6E9CD2;
}

#tabLinks .selected
{
    background: #FFD800;
    border: solid 1px #FFD800;
}

#tabLinks li.selected a
{
    color: #00448F;
}

/* HEADER */
.header_container
{
    background: #fff;
    color: #1463ba;
}

.header_content
{
    width: 934px;
    height: 129px;
    padding: 0 0 20px 50px;
    position: relative;
}

.header_left
{
    padding: 0 0 7px 0;
    position: absolute;
    bottom: 0;
}

.header_right
{
    padding: 0 0 12px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
}

.header_right a,
.header_right a:link,
.header_right a:visited
{
    color: #1463ba;
    text-decoration: none;
}

.header_right a:hover
{
    color: #ffd800;
}

.download_prospectus
{
    position: absolute;
    top: -4px;
    right: 0;
}

.download_prospectus a
{
    display: block;
    width: 299px;
    height: 38px;
    background: url('/_common/images/prospectus_btn.gif');
}

.download_prospectus a:hover
{
    background: url('/_common/images/prospectus_over.gif');
}

.blue_bar
{
    background: #13539a;
    background-repeat: repeat-y;
    padding: 10px 0 10px 50px;
}

.search_container
{
    width: 934px;
}

.search_left
{
    float: left;
}

.search_right
{
    float: right;
    color: #6E9CD2;
    font-weight: bold;
}

.flash_container
{
    padding: 0 13px 13px 0;
    background: #13539a;
    float: left;
}

/* CONTENT */
.left_side {
    width: 664px;
    float: left;
    padding: 25px 15px 25px 50px;
}

.right_side {
    float: left;
    padding: 25px 0 25px 0;
    width: 254px;
}

.full_width {
    width: 934px;
    padding: 12px 0 25px 50px;
}

.feature_container
{
    background: #175aa4;
    padding: 12px;
    width: 229px;
    float: right;
    border: solid 1px #00336b;
}

.feature_header
{
    background: #3369a5;
    padding: 20px 20px 15px 20px;
    width: 189px;
}

.feature_header_small
{
    background: #3369a5;
    padding: 13px 20px 13px 20px;
    width: 189px;
}

.feature_content
{
    background: #00448f;
    padding: 20px;
}

.feature_content p
{
    margin: 0;
}

ul.sitemap
{
    margin: 0px 0px 20px 20px;
    padding: 0;
    list-style-type: none;
}

ul.sitemap li ul
{
    list-style-type: none;
    margin: 10px 0;
    padding: 0 0 10px 30px;
}

ul.sitemap li ul li
{
    margin: 10px 0;
}

.related_links a,
.related_links a:link,
.related_links a:visited
{
    font-weight: bold;
}

/* FOOTER */
.footer_container
{
    background: #13539a;
}

.footer
{
    position: relative;
    width: 984px;
}

.footer_left
{
    padding: 30px 30px 30px 50px;
}

.footer_links
{
    font-size: 90%;
}

.footer_links p
{
    margin: 0;
}

.footer_links a,
.footer_links a:link,
.footer_links a:visited
{
    color: #fff;
    text-decoration: none;
}

.footer_links a:hover
{
    color: #ffd800;
}

.footer_right
{
    float: right;
    padding: 6px;
    background: #13539a;
    position: absolute;
    top: -6px;
    right: 0;
}

.footer_right_img {
    margin: 0 6px;
}

/* ADMIN */
table.parent th
{
    padding: 5px 10px;
    background: #FFD800;
    color: #13539A;
    text-align: left;
}

table.parent td
{
    padding: 5px 10px;
}

table.calendar th
{
    background: #FFD800;
    padding: 5px 10px;
    color: #13539A;
    text-align: left;
}

table.calendar td
{
    padding: 5px 10px;
}

ul.sortable
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.sortable li
{
    margin: 0 5px 5px 0;
    border: solid 1px #00336B;
    background: #FFD800;
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
}

.paging a,
.paging a:link,
.paging a:visited
{
    font-weight: bold;
}

/* TWITTER */
#tweetsFeed {
    margin: 0;
}

#tweetsFeed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tweetsFeed li {
    margin: 3px 0 0 0;
    padding: 20px;
    background: #00448F;
    list-style-image: url('/_common/img/twitter_arrow.gif');
}

.jta-clear {
    display: none;
}

.jta-tweet-timestamp {
    color: #FFCB08;
    margin: 5px 0 0 0;
    display: block;
}

/* P.A.L. */
.pal_container {
    background: #175AA4;
    padding: 12px;
    border: solid 1px #00336B;
    width: 908px;
}

.pal_header_container {
    background: #00448F;
    margin: 0 0 1px 0;
    padding: 40px 5px 5px 30px;
    position: relative;
}

.pal_header {
    width: 600px;
}

.pal_key {
    width: 200px;
    float: right;
}

.pal_key table {
    text-transform: uppercase;
    border-collapse: collapse;
}

.pal_key table td {
    font-size: 1em;
    font-weight: bold;
    color: #fefefe;
    padding: 5px 10px 5px 20px;
    text-align: right;
    border-collapse: collapse;
}

.pal_key table td.left {
    border: solid 1px #165aa5;
    border-right: none;
    border-collapse: collapse;
}

.pal_key table td.green {
    background: #8cff01;
    width: 15px;
}

.pal_key table td.yellow {
    background: #ffd800;
    width: 15px;
}

.pal_key table td.red {
    background: #ff2700;
    width: 15px;
}

.pal_content {
    background: #00448F;
    padding: 25px 5px 5px 5px;
}

table.pal {
    text-transform: uppercase;
    border-collapse: collapse;
}

table.pal td {
    border: solid 2px #00448f;
    border-collapse: collapse;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    padding: 20px 10px;
}

table.pal td.header {
    padding: 15px 10px !important;
}

table.pal td.empty {
    background: #00448f;
}

table.pal td.base {
    background: #3268a4;
}

table.pal td.left {
    background: #255b97;
    color: #f2f1ef;
    width: 50px;
}

table.pal td.ability {
    background: #e6e6e6;
    color: #333333;
    padding: 25px 10px 5px 10px;
}

table.pal td.attainment {
    background: #fcfcfc;
    color: #333333;
    padding: 25px 10px 5px 10px;
}

table.pal td.color1, table.pal td.color2, table.pal td.color3 {
    padding: 5px 10px;
    color: #010302;
    font-size: 2.5em;
}

table.pal td.color1 {
    background: #8cff01;
}

table.pal td.color2 {
    background: #ffd800;
}

table.pal td.color3 {
    background: #ff2700;
}
