/* Global */
html, body {
    font-family: "Trebuchet MS", "Trebuchet", "Arial", "Helvetica", sans-serif;
    text-align: center;
    background-color: #cbcaca;
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
}

/* Layout */

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

div.error {
    padding-bottom: 0.3em;
}

div#ccLine {
    text-align: center;
    margin-top: 10px;
}

div#ccLine span {
    position: relative;
    top: -22px;
}

div#ccLine img {
    margin: 0px 3px;
}

#login {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 90%;
    float: left;
    padding: 11px 3px;
    height: 78px;
    height: expression('80px');
}

#login label {
    width: 95px;
    float: left;
    text-align: right;
    padding-right: 2px;
    white-space: nowrap;
}

#login input {
    float: left;
    height: 1.6em;
    font-size: 100%;
    padding: 1px;
}

#login input.text {
    width: 123px;
    border: 1px solid #272425;
    background-color: white;
    margin: 0px 0px 2px 0;
}

#login input#loginPass {
    width: 78px;
}

#login input.submit {
    width: 43px;
    margin-left: 2px;
    border: 1px solid #7f7d7d;
    border-left-color: #dfdede;
    border-top-color: #dfdede;
    background-color: #cbcaca;
}

#headerMenu li.hidden, form.hidden {
    display: none;
}

#container {
    text-align: left;
    margin: 10px auto;
    padding: 0;
    width: 728px;
    background-color: white;
    font-size: 90%;
    border-top: 1px solid black;
}

#header {
    background-color: #91051f;
    border: 1px solid black;
    border-width: 0px 2px 1px 2px;
    display: inline;
    float: right;
    width: 724px;
    width: expression('auto');
}

#homeExtra {
    display: inline;
    float: right;
    width: 233px;
    border-left: 1px solid black;
}

#headerMenu {
    margin: 0;
    padding: 0;
    display: inline;
    float: right;
    background-color: white;
    text-align: center;
    width: 233px;
    border-left: 1px solid black;
}

#headerMenu ul {
    margin: 0;
    padding: 0;
}

#headerMenu li {
    display: block;
    border-top: 1px solid black;
    height: 38px;
    height: expression('40px');
}

li#loginInfo {
    font-size: 85%;
    line-height: 19px;
}

#headerMenu a {
    line-height: 38px;
}

#headerMenu a, #extraButton {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    padding: 0px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 140%;
}

#headerMenu a.normal {
    display: inline;
    font-size: 100%;
    line-height: 0.8em;
    width: auto;
}

a#extraButton:hover {
    color: #cbcaca;
}

#extraButton {
    color: white;
    background: #91051f url(/images/baseball.gif) right center no-repeat;
    border-bottom: 1px solid black;
    padding: 6px 62px 6px 0px;
}

div.partner {
    background-color: black;
    padding: 5px 265px 0 16px;
    margin: 0;
    text-align: right;
    font-style: italic;
    font-size: 74%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.partner a {
    color: white;
    text-decoration: none;
}
div.partner a:hover {
    color: white;
    text-decoration: underline;
}

a#headerLogo {
    display: block;
    background-color: black;
    padding: 0 16px 9px 16px;
}

a {
    color: #91051f;
}

a.nameonly {
    color: !inherit;
}

h2 {
    font-weight: normal;
    color: #272425;
    font-size: 160%;
    padding: 0 0 0 0;
    margin: 0;
}

a:hover {
    color: black;
}

#content {
    float: left;
    width: 100%;
    background-color: white;
    border: 2px solid black;
    border-width: 0px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1.25;
}

h1 {
    background-color: #5f5d5d;
    font-size: 160%;
    font-weight: normal;
    color: white;
    margin: 0;
    padding: 1px 0 2px 0;
    text-align: center;
    border-bottom: 1px solid black;
}

#homeExtra h1 {
    font-size: 130%;
    border: 0;
    border-bottom: 1px solid black;
    padding: 1px 0;
}

#homeExtra h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 0 0;
}

#homeExtra {
    background-color: #cbcaca;
}

.extraItem {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid black;
    font-size: 85%;
    line-height: 120%; /*1.15em;*/
    padding: 0 0 3px 6px;
    width: 100%;
    float: left;
}

.extraItem p {
    margin: 0;
    padding: 0;
}

.extraItem .img { /* IE is dumb */
    float: right;
    padding-left: 6px;
}

.extraItem img {
    width: 63px;
    height: 82px;
}

img {
    border: 0;
}

#footer {
    background-color: #cbcaca;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 1em;
    margin-top: -1px;
}

#footerTextlinks {
    background-color: #91051f;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 2px solid black;
    margin-bottom: 1em;
    font-size: 110%;
}

#footerTextlinks a {
    color: white;
    display: inline;
    float: left;
    width: 33.2%;
    text-decoration: none;
}

p, .p {
    margin: 0;
    padding: 0;
    padding-bottom: 1.0em;
}

.contentitem_default, .contentitem_home, .contentitem_issue {
    padding: 1em 40px 0 40px;
    font-size: 98%;
    color: #272425;
    line-height: 1.25;
}
.contentitem_home {
    padding-right: 0;
    margin-right: 273px;
}

.contentitem_home h2 {
    padding: 0.5em 0;
}

.contentitem_issue h2 {
    font-size: 120%;
}

.contentitem_home p, .contentitem_home .p {
    /* line-height: 1.75em; */
}

.contentitem_preview {
    margin: 1em 40px 0px;
    border: 1px dashed #999966;
    padding: 1ex;
    background: #ffffcc;
}

.contentitem_preview h2 {
    font-size: 120%;
}

.c_default_standin {
    display: none;
}

#copyright, #isgflNotice {
    font-size: 80%;
}

/* Billing History */
table#history {
  font-size: ;
}
table#history td {
  vertical-align: top;
  padding: 4px 8px;
}
table#history tr.heading td {
  background: #272425;
  color: #ffffff;
  font-weight: bold;
}
table#history tr.even td {
  background: #dfdede;
}

/* Administration */
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 {
  text-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;
}
