/* ======================================= */
/* HTML ENTITIES                           */
/* ======================================= */

html, body {
    margin: 0px;
}
body {
    background: url(images/body.gif) repeat-x #0aa2f5;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}
form {
    margin: 0px;
    display: inline;
}
button {
    font-size: 12px;
}
input, textarea {
    border: 1px solid #3ec4db;
}
input.styled-input {
    /* Cancel earlier input styles */
    border: none;

    background: url(images/form_blue.gif) no-repeat;
    /*background-position: fixed;*/
    border: none;
    height: 21px;
    width: 125px;
    padding: 6px 5px 0px 10px;
    margin-right: 3px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #808080;
}
.small-searchinput input.submit {
    /* Cancel earlier input styles */
    border: none;

    background-image: url(images/submit_search.gif);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
    padding-left: 26px;
    overflow: hidden;
}
input.button-image {
    border: none;
    background: none;
    padding: none;
    margin: none;
}


input.button-print {
    display: none;
    border: none;
    background: none;
    padding: none;
    margin: none;
}

input.styled-input-alt1-large, input.styled-input-alt1-small {
    /* Cancel earlier input styles */
    border: none;

    font-size: 11px;
    background: url(images/form_pink_large.gif) no-repeat;
    height: 22px;
    width: 116px;
    padding: 4px 5px 0px 5px;
}
input.button, .full-searchinput input.submit {
    /* Cancel earlier input styles */
    border: none;
    background: none;
    padding: none;
    magin: none;
    width: auto;
    height: auto;

    border-right: 1px solid #27606a;
    border-bottom: 1px solid #27606a;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    background-color: #3799ab;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}
input.styled-input-alt1-small {
    /* Cancel earlier input styles */
    border: none;
    background: url(images/form_pink_small.gif) no-repeat;
    width: 86px;
}
a:link, a:visited, a:hover {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #ff0;
}
h4 {
    font-size: 14px;
    color: #0d7de4;
    line-height: 16px;
    margin: 0px 0px 10px 0px;
}
h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}


/* ======================================= */
/* ENTITIES                                */
/* ======================================= */

#container {
    background: url(images/position_bg.gif) repeat-x #0aa2f5;
    width: 780px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
}
#left {
    float: left;
    width: 180px;
    overflow: hidden;
}
#frontpage-right-container {
    width: 596px;
    float: right;
    background: url(images/front_bg.jpg) no-repeat;
}
#sub-right-container {
    width: 596px;
    float: right;
    background: url(images/sub_bg.jpg) no-repeat;
}
#content {
    width: 576px;
    height: auto !important;
    height: 550px;
    min-height: 550px;
    padding-left: 10px;
    padding-right: 10px;
}
#top {
    padding-top: 0px;
    height: 45px;
    overflow: hidden;
    text-align: right;
}
#bottom-outer {
    clear: both;
    padding: 0px 10px 0px 10px; /* t r b l */
}
#bottom-inner {
    padding-top: 10px;
    border-top: 1px solid #fff;
}
#extended-debug-info {
    padding: 20px;
    clear: both;
    font-family: Courier New;
    font-size: 10px;
    background-color: #333;
}
#simple-container {
    margin: 10px 10px 20px 10px;  /* t r b l */
    padding: 10px;
    background-image: url(images/simple_content_bg.gif);
    color: #000;
    background-offset: 10px;
}

/* ======================================= */
/* CLASSES                                 */
/* ======================================= */

a.menu-small, a.menu-small:hover {
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 3px 0px 2px 13px;
    margin-left: 6px;
    text-transform: uppercase;
    text-decoration: none;

    /*height: 20px;*/
}
a.menu-medium, a.menu-medium:hover {
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 6px 0px 6px 8px;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
}
a.menu-large, a.menu-large-two, a.menu-large:hover {
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 11px 0px 10px 10px;
    margin-left: 0px;
    text-transform: uppercase;
    text-decoration: none;
}
a.menu-large-two, a.menu-large-two:hover {
    padding: 4px 0px 8px 10px;
    line-height: 12px;
}
a.menu-medium:hover, a.menu-small:hover, a.menu-large:hover, a.menu-large-two:hover {
    color: #efef6d;
}
a.white, a.black {
    color: #fff;
    text-decoration: none;
}
a.black {
    color: #000;
}
a.blue, a.blue:hover {
    color: #03319b;
    text-decoration: none;
}
a.blue:hover {
    color: #03319b;
    text-decoration: underline;
}

/* --------------------------------------- */
/* question of the week tile               */
.question-of-the-week-tile {
    float: right;
    width: 200px;
    height: 170px;
    color: #000;
    margin-top: 505px;
    font-weight: bold;
}
.question-of-the-week-tile div {
    color: #000;
}
.question-of-the-week-tile input {
    border: none;
}

/* --------------------------------------- */
/* question of the week summary tile       */
.questionlist-item {
    width: 555px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.questionlist-item h4 {
    color: #fff;
}
.questionlist-answer-string {
}
.questionlist-answer-bar {
}

/* --------------------------------------- */
/* logo tile                               */
.pagetop {
    width: 166px;
    height: 89px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 10px;
    display: block;
}
.pagetop span {
	display: none;
}

/* --------------------------------------- */
/* bookmenu tile                           */
.menu {
    margin-bottom: 10px;
    padding: 15px 0px 0px 10px;
    font-weight: bold;
}

/* --------------------------------------- */
/* quicklinks menu tile                    */
.quicklinks-menu {
    text-align: right;
    margin-bottom: 20px;
    font-weight: bold;
}

/* --------------------------------------- */
/* login tile                              */
.login-tile {
    margin-left: 10px;
    padding-top: 39px;
    height: 104px;
    margin-bottom: 10px;
    width: 166px;
    background: url(images/loginbox-bg.gif) no-repeat;
}
.login-tile-content {
    padding: 0px 10px 0px 10px;
}
.login-error {
	color: red;
	font-weight: bold;
	margin-left: 50px;
	/*
    margin-left: 10px;
    margin-bottom: 10px;
    width: 146px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #d98fe6;
    */
}


/* --------------------------------------- */
/* newsletter tile                              */
.newsletter-tile {
    margin-left: 10px;
    padding-top: 65px;
    height: 102px;
    width: 166px;
    background: url(images/newsletterbox-bg.gif) no-repeat;
}
.newsletter-tile-content {
    padding: 0px 10px 0px 10px;

}
.newsletter-error {
    margin-left: 10px;
    margin-bottom: 10px;
    width: 146px;
    padding: 5px 10px 10px 10px;
    color: #fff;
    font-weight: bold;
    background-color: #d98fe6;
}
.newsletter-submit-container {
    margin-right: 20px !important;
    margin-right: 15px;
    float: right;
}
.newsletter-onoff-select-container {
    float: left;
    margin-left: 0px !important;
    margin-left: 5px;
}
.newsletter-onoff-select-container input {
    border: none;
}
/* --------------------------------------- */
/* banner article tile                     */
#left .banner-article {
    margin-left: 10px;
    margin-bottom: 10px;
}
#bottom-inner .banner-article {
    margin-bottom: 30px;
}
/* --------------------------------------- */
/* small search input tile                 */
.small-searchinput {
    margin: 10px 0px 10px 10px;
}

/* --------------------------------------- */
/* frontpage article display tile          */
.frontpage-article-container {
    float: left;
    width: 375px;
    margin-top: 72px;
    font-weight: bold;
}
.frontpage-articles-top {
    margin: 0px 0px 0px 172px;
    width: 200px;
    height: 94px;
    overflow-y: hidden;
}
.frontpage-articles-center {
    margin: 26px 0px 0px 10px;
    width: 290px;
    height: 190px;
    overflow-y: hidden;
}
.frontpage-articles-bottom {
    margin: 0px 0px 0px 18px;
    width: 345px;
    height: 354px;
}

/* --------------------------------------- */
/* articlelist tile                        */
.full-articlelist {
    margin-top: 35px;
}
.full-articlelist .first h3, .full-articlelist h3 {
    font-size: 14px;
}
.full-articlelist .first h3 {

}
.full-articlelist ul {
    margin: 0px;
    padding: 0px;
}
.full-articlelist li {
    margin: 0px 0px 10px 0px; /* t l b r */
    padding: 0px;
    list-style-type: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #8ed1ff;
    background-image: url(images/hr.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    clear: both;
}

/* --------------------------------------- */
/* std. articledisplay                     */
.full-articledisplay {
    margin-top: 0px;
    margin-bottom: 10px;
}
.full-articledisplay h1 {
    font-size: 20px;
    color: #034DA0;
    text-transform: uppercase;
}
.list-thumbnail-left, .list-thumbnail-right {

}
.list-thumbnail-left {
    float: left;
    padding-right: 10px;
}
.list-thumbnail-right {
    float: right;
    padding-left: 10px;
}
.list-navigation {
    text-align: center;
    color: #78c7c2;
    font-weight: normal;
}
.list-navigation b {
    font-weight: normal;
}
.list-navigation a:link, .list-navigation a:visited, .list-navigation a:hover {
    font-weight: bold;
    text-decoration: underline;
}
.list-navigation-text {
    text-align: center;
    /*color: #78c7c2;*/
	color: black;
    font-weight: normal;
}

/*******************************/
/* .pagecontent                */
.pagecontent-start {
    width: 575px;
    height: 95px;
    background-image: url(images/pagetop-start.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}
.pagecontent-start-blank {
    width: 575px;
    height: 1px;
    /*background-image: url(images/pagetop-start-blank.gif);*/
    background-repeat: no-repeat;
    overflow: hidden;
}
.pagecontent {
    background-color: #fff;
    padding: 0px 10px 0px 10px; /* t l b r */
    color: #000;
    border: 1px solid #fff;
}
.pagecontent h1{
    color: #034DA0;
}
.pagecontent h2,
.pagecontent h3,
.pagecontent h3.first,
.pagecontent h4,
.pagecontent h5,
.pagecontent h6 {
    color: #0B4DA2;
}
.pagecontent a:link,
.pagecontent a:visited,
.pagecontent a:hover {
    color: #0B4DA2;
    font-weight: bold;
    text-decoration: underline;
}
.pagecontent-end {
    width: 575px;
    height: 26px;
    background-image: url(images/pagetop-end.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

/*******************************/
/* .category-image             */
.category-image {
    margin-top: 12px;
    margin-bottom: 10px;
}

/*******************************/
/* .epostcard                  */
.epostcard-thumbnails {
    text-align: center;
}
.epostcard-thumbnails table {
    width: 100%;
}
.epostcard-thumbnails td {
    padding: 5px;
}
.epostcard-error {
    border: 2px solid #000;
    background-color: #cd2f2f;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
}
/* ----- */
#epostcard-form {
    display: none;
    margin-top: 20px;
}
#epostcard-sendimage {
    display: none;
}
#epostcard-selectedimage {
    text-align: center;
}
#epostcard-preview {
    display: block;
}
.epostcard-form-buttons {
    margin-top: 20px;
}

#epostcard-card {
    background-image: url(images/epostcard-background.gif);
    background-repeat: no-repeat;
    width: 510px;
    height: 362px;
    padding: 1px;
    margin: 10px;
    margin-bottom: 20px;
    color: #000;
}
#epostcard-card a:link,  #epostcard-card a:visited, #epostcard-card a:hover {
    color: #000;
    text-decoration: underline;
}
#epostcard-front {
    float: left;
    height: 350px;
}
#epostcard-back {
    width: 200px;
    float: right;
    height: 360px;
    overflow: auto;
    margin-right: 5px;
}
#epostcard-from {
    margin-top: 10px;
    margin-left: 10px;
}
#epostcard-to {
    margin: 10px;
}

/*******************************/
/* .secure_form_frame          */
.secure_form_frame {
    border: 0px;
    width: 555px !important;
    width: 550px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

/*******************************/
/* .testyourselves-score       */
h3.testyourselves-score {
    color: #60c;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 0px;
}
li.testyourselves-list-entry{
  list-style-type: none;
}
.testyourselves-question.noborder {
    border: none;
}