
/* All-around {{{ */
html { overflow: -moz-scrollbars-vertical; }

html, body {
    padding: 0px;
    border: 0px;
    margin: 0px;
    background: #ffffff;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-align: center;
}

ul, form {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 100%;
}

td, th {
    border: 0;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    font-size: 10%;
}

img {
    border: 0;
}

.error {
    color: #cc0000;
    font-weight: bold;
}

sup {
    vertical-align: top;
}

sub {
    vertical-align: bottom;
}

sub, sup {
    font-size: 70%;
}

a {
    color: #236590;
}

a:hover, a:visited, a:active {
    color: #3d8baa;
}
/* }}} */

/* Layout {{{ */
#container {
    text-align: left;
    margin: 0 auto;
    width: 774px;
}

#main {
    padding: 0 19px 0 15px;
    background: url(/images/shadow-right.gif) #236590 right top repeat-y;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu a {
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu.main {
    float: left;
    width: 140px;
}

.menu.header {
    float: right;
    font-size: 75%;
    padding: 5px 0;
    height: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 11px;
}

ul.menu.header li {
    display: inline;
    float: left;
    height: 11px;
    border-left: 1px solid white;
}

.menu.header li.first {
    border-left: 0;
}

.menu.header a {
    padding: 0 15px;
    position: relative;
}

.menu.header a, .menu.header a:active, .menu.header a:hover, .menu.header a:visited {
    color: white;
}

div.menu a:hover {
    color: white;
}

.menu.topics {
    float: left;
    width: 140px;
    background-color: #093f76;
    font-size: 70%;
    line-height: 160%;
}

.menu.topics li {
    padding: 1px 0;
    background: url(/images/menu-tab-bg.gif) transparent left top no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 140px;
    padding-bottom: 370px;
    margin-bottom: -370px;
    position: relative;
}

.menu.topics li.first, .menu.topics li.active {
    background: url(/images/menu-tab-bg-top.gif) transparent left top no-repeat;
}

.menu.topics li.navi a, .menu.topics li.first a, .menu.topics li.active a {
    width: 140px;
    height: 25px;
    display: block;
    padding: 5px 0 0px 12px;
    color: #093f76;
    z-index: 10;
}

.menu.topics li.return a {
    padding-left: 10px;
}

.menu.topics li.active li a {
    height: auto;
    padding: 0;
    width: 106px;
}

.menu.topics li.navi a:hover, .menu.topics li.first a:hover, .menu.topics li.active a:hover {
    color: black;
}

.menu.topics li.special {
    background: none;
    color: white;
    padding: 10px 6px;
    margin: 0;
    font-size: 175%;
    text-align: center;
    position: absolute;
    width: 140px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    margin-bottom: -295px;
    padding-bottom: 300px;
}

.menu.topics li.special span {
    display: block;
}

.menu.topics li.special .head {
    background: url(/images/cyan-curve-top.png) transparent left top no-repeat;
    display: block;
    height: 11px;
    font-size: 10%;
}

.menu.topics li.special .body {
    background-color: #3d8baa;
    border: 1px solid #093f76;
    border-width: 0px 1px;
    padding: 0 10px;
}

.menu.topics li.special .foot {
    background: url(/images/cyan-curve-bottom.png) transparent left top no-repeat;
    display: block;
    height: 11px;
    font-size: 10%;
}

.menu.topics li.special p {
    margin: 0;
    padding: 0;
}

.menu.topics li.special a {
    color: white;
}

.menu.subtopics {
    padding-left: 22px;
    padding-right: 12px;
    line-height: 130%;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 140px;
}

.menu.topics li.active .menu.subtopics {
    display: block;
}

.menu.subtopics li {
    margin: 0;
    padding: 0;
    height: auto;
    padding-bottom: 5px;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100px;
}

.menu.topics li.return {
    display: none;
    background: none;
}

.menu.subtopics a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: auto;
    width: 100px;
}

#header {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#header #datebox {
    color: white;
    font-size: 75%;
    padding: 5px 5px 0px 10px;
    height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 11px;
    float: left;
}

#headImages {
    clear: both;
    display: block;
    float: right;
    width: 100%;
}

#closer {
    font-size: 10%;
    height: 15px;
    clear: left;
    position: relative;
    background-color: #236590;
}

#footer {
    text-align: center;
    background: url(/images/shadow-bottom.gif) white left top no-repeat;
    float: left;
    width: 100%;
    font-size: 75%;
    padding-top: 10px;
    position: relative;
    padding-bottom: 185px;
    margin-bottom: -185px;
}

#footTextLinks {
    font-size: 90%;
    padding-bottom: 1em;
}

#footTextLinks a {
    color: black;
    text-decoration: none;
}

#footTextLinks a:hover {
    color: #093f76;
}

#header {
    background-color: #093f76;
}

#middle {
    background: url(/images/bg-main.gif) white left top repeat-y;
    float: left;
    width: 100%;
    border-top: 5px solid #093f76;
}

#content {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 461px;
    margin-right: -139px;
    font-size: 90%;
}

#subscribeBar {
    float: right;
    width: 139px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: url(/images/menu-tab.png) #093f76 left top no-repeat;;
    text-align: center;
    padding: 5px 0px;
    font-size: 80%;
    line-height: 140%;
    height: 394px;
    margin-bottom: -74px;
}

#subscribeBar p {
    margin: 0;
    padding: 0.7em 10px;
}

#subscribeBar p a {
    display: block;
    font-size: 130%;
}

#subscribeBar h2 {
    margin: 0;
    padding: 0;
    color: #093f76;
    font-weight: normal;
    font-size: 160%;
    line-height: 110%;
}

.box {
    padding: 0 6px 0 5px;
}

.box .head {
    height: 11px;
    background: url(/images/login-curve-top.png) transparent left top no-repeat;
    font-size: 10%;
}

.box .body {
    margin: 0;
    background-color: white;
    border: 1px solid #093f76;
    border-width: 0px 1px;
}

.box .foot {
    height: 11px;
    background: url(/images/login-curve-bottom.png) transparent left top no-repeat;
    font-size: 10%;
}

#subscribeBar .box h2 {
    color: white;
    background-color: #094888;
    line-height: 7px;
    padding-bottom: 10px;
    font-size: 130%;
}

form#login {
    padding: 5px 10px 0 10px;
}

form#login div {
    padding-bottom: 3px;
}

form#login div.formfoot {
    margin-bottom: -3px;
    padding-bottom: 0;
    text-align: right;
    width: 100%;
}

form#login input.iText, form#login input.iPassword {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

form#login input.iSubmit {
    border: 0px;
    background-color: transparent;
    color: blue;
    text-decoration: underline;
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    font-size: 80%;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

form#login label {
    display: block;
    text-align: left;
}
/* }}} */

/* Content {{{ */
.c_default_standin {
    display: none;
}

.contentPic {
    text-align: center;
    display: inline;
    float: left;
    margin-right: 7px;
    font-weight: bold;
    width: 240px;
}

.icon_default {
    text-align: center;
    width: 100px;
    padding: 5px;
}

#middle h1 {
    background: none #093f76;
    color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 130%;
    width: 100%;
    font-weight: normal;
    min-height: 27px;
    line-height: 27px;
    margin: 0;
    padding: 0 20px;
    margin-top: -4px;
    margin-bottom: 1em;
}

.contentitem_default {
    padding: 0 20px 1em 20px;
}

.article {
    padding-bottom: 1em;
}

h2, h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.3em;
}
h2 { font-size: 125%; }
h3 { font-size: 113%; }

#content p {
    margin: 0;
    padding: 0;
}

.media_icon {
    float: right;
}
/* }}} */

/* Subscription form {{{ */
#subInfo label {
    display: inline;
    float: left;
    width: 170px;
    margin-top: 2px;
}

#subInfo label.check {
    padding-right: 15px;
    width: auto;
}

#subInfo input.iText, #subInfo input.iPassword, #subInfo select {
    display: inline;
    float: left;
    margin: 1px 50px 1px 0;
}
/* }}} */

/* Form stuff {{{*/
.iField {
    float: left;
    clear: left;
    width: 100%;
}

form.iField {
    padding-bottom: 1em;
}

div.iField {
    padding: 0 0 2px 0;
}

.iField label, .iField input.iText, .iField input.iPassword, .iField input.iSubmit {
    float: left;
}

.iField label {
    width: 120px;
}

.iField input.iSubmit {
    margin-left: 2px;
}
/*}}}*/

/* Administration {{{ */
#adminPage, #adminPage table {
    color: black;
}

span.admin_message {
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

span.admin_error {
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

div.admin_message {
    padding: 4px;
    background-color: #009900;
    color: #ffffff;
    font-weight: bold;
}

div.admin_error {
    padding: 4px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
}

table.admin_index {
    font-size: 0.8em;
}

th.admin_index {
    font-weight: bold;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

tr.admin_index_th {
    background-color: #666666;
    color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
    background-color: #dddddd;
    font-size: 1.0em;
}

tr.admin_index_odd {
    background-color: #eeeeee;
    font-size: 1.0em;
}

tr.admin_index_context {
    background-color: #aaaadd;
    font-size: 1.0em;
}

td.admin_index {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/* }}} */

.cme_icon {
    display: inline;
    font-weight: bold;
    padding: 0 5px;
    background-color: #3d8baa;
    color: white;
    border-right: 3px solid white;
}

.new_article {
    font-weight: bold;
    color: $pal_cyan_dk;
}

#content p.detailedNotice, #content p.pdfNotice, #content p.cmeNotice, #content p.optionsNotice, #content div.recentArticles {
    border: 1px dashed #3d8baa;
    padding: 5px 10px;
    background-color: #fdecc5;
}

#content div.recentArticles {
    font-size: 80%;
    padding-bottom: 0;
}

#content div.recentArticles .cme_icon {
    border-right-color: #fdecc5;
}

#content div.recentArticles .media_icon {
    display: none;
}

#content div.recentArticles .article {
    padding: 5px 0;
}

p.detailedNotice a, p.pdfNotice a, p.cmeNotice a, p.optionsNotice a {
}

ul.topicIndex {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

ul.topicIndex ul.topicIndex {
    padding-bottom: 0.7em;
}

.newTopic {
    color: red;
}

