/* elements */
body  {
  background: #FFFFFF;
  margin: 0;
  font-family: "Arial", "Helvetica", Sans-serif;
}

table {border-collapse: collapse;}

a {
  color: darkred;
  text-decoration: none;
}
a:visited {
  color: navy;
  text-decoration: none;
}
a:hover {
  color: red;
  text-decoration: underline;
}
a:visited:hover {
  color: #ff0000;
  text-decoration: underline;
}

.unicode {font-family: "Lucida Sans Unicode", "Arial", "Helvetica", Sans-serif;}

.toplayer {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ff0000;
  border-collapse: collapse;
}

img {border: medium none;}

/* font sizes */
.ginormous {font-size: 20pt;}
.huge      {font-size: 17pt;}
.bigger    {font-size: 15pt;}
.big       {font-size: 13pt;}
.avg       {font-size: 11pt;}
.tiny      {font-size: 10pt;}
.eenie     {font-size: 9pt;}
.weenie    {font-size: 8pt;}

#container { 
  width: 98%;
  margin: 0 auto;
}

#header {padding: 6px 10px;}

#header a {
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
}

#menu {
  background-color: #152086;
  padding: 6px 0 6px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #2c5966;
  border-collapse: collapse;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#menu a {
  color: #c5d6db;
  text-decoration: none;
  font-size: 14px;
  font-family: "Arial Narrow", "Helvetica Narrow", Sans-serif;
}

#menu a:hover {color: #ecf2f3;}

#main {
  padding: 20px 20px;
  color: #444444;
  font-size: 13px;
  line-height: 18px;
}

#footer {
  padding: 6px 40px 6px 40px;
  background: #d6d6d6;
  color: #444444;
  font-size: 11px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #a7a7a7;
  border-collapse: collapse;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#footer a {
  text-decoration: none;
  color: #262626;
}

#footer a:hover {
  color: #666666;
}

.explanation {
  font-size: 14pt;
  color: #555555;
  font-weight: bold;
  font-variant: small-caps;
}

.small_classy_header {
  font-size: 11pt;
  color: #555555;
  font-variant: small-caps;
  line-height: 1.2em;
  font-weight: bold;
}
.classy_header_black {
  font-size: 14pt;
  font-variant: small-caps;
  line-height: 1.2em;
}
.classy_header {
  font-size: 12pt;
  color: #555555;
  font-variant: small-caps;
  line-height: 1.2em;
}

#lightbox_title {
  font-size: 14pt;
  color: #555555;
  font-variant: small-caps;
  line-height: 1.2em;
  font-weight: bold;
}

.small_caps {font-variant: small-caps;}

.nowrap {white-space: nowrap;}

.searchboxlabel {
  font-size: 9pt;
  color: #555555;
}

/* text justification (left, middle, right) */
/* element alignment */
.center {text-align: center;}
.bottom {vertical-align: bottom;}
.right  {text-align: right;}
.left   {text-align: left;}
.middle {vertical-align: middle;}
.top    {vertical-align: top;}

/* font styles (normal, bold etc.) */
.normal {font-weight: normal;}
.bold   {font-weight: bold;}
.ital   {font-style: italic;}

/* background colors */
.white         {background-color: white;}
.lightcyan     {background-color: #d3d7db;}
.red           {background-color: red;}
.highlight     {background-color: #afeeee;}
.grey          {background-color: #555555;}
.lgrey         {background-color: #e9e9e9;}
.llgrey        {background-color: #f4f4f4;}
.eager         {background-color: #8b0000;}
.black         {background-color: black;}
.lightgreen    {background-color: #90ee90;}
.palevioletred {background-color: #d87093;}
.signals37     {background-color: #ffffcc;}
.gold          {background-color: #ffd700;}

#purchase_td {
  background-color: #e9e9e9;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  padding: 5px;
}

#cx_td {
    background-color: maroon;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 15px;
    width: 150px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* border styles */
.commonbordering {
  border-width: 1px;
  border-color: #b0c4de;
  border-style: solid;
}

.subtlebordering {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
}

.subtleborderingp {
    border-width: 1px;
    border-color: #999999;
    border-style: solid;
    padding: 8px;
}

.bordering {
  border-width: 2px;
  border-color: #d8d8d8;
  border-style: solid;
}

.front_bordering {
    border-width: 2px;
    border-color: gray;
    border-style: solid;
    text-align: center;
    vertical-align:middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
        padding: 9px;
        height: 70px;
        width: 220px;
}

.leftpanel {
  border-width: 1px;
  border-color: #e9e9e9;
  border-style: solid;
  padding: 1em;
}

.nspad {
  padding: 4px 0px;
}

/* widths */
.wider {width: 16em;}

/* text colors */
.red_text        {color: red;}
.orange_text     {color: #ff0000;}
.grey_text       {color: #555555;}
.lorange_text    {color: #ff6600;}
.lg_text         {color: #d3d3d3;}
.black_text      {color: black;}
.white_text      {color: white;}
.green_text      {color: #006400;}
.lgreen_text     {color: #00cc33;}
.blue_text       {color: #191970;}
.light_blue_text {color: blue;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.pagination{
  padding: 2px;
  font-size: 9pt;
}

.pagination ul{
  margin: 0;
  padding: 0;
  text-align: left; /*Set to "right" to right align pagination interface*/
}

.pagination li{
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
  padding: 0 5px;
  border: 1px solid #555555;
  text-decoration: none;
  color: darkred;
}

.pagination a:hover, .pagination a:active{
  border: 1px solid #555555;
  color: #ffffff;
  background-color: #ff0000;
}

.current {
  padding: 0 5px;
  border: 1px solid #555555;
  font-weight: bold;
  background-color: darkred;
  color: #fff;
}
.disabled {
  padding: 0 5px;
  border: 1px solid #929292;
  color: #929292;
}

.pagination li.current{
  padding: 0 5px;
  border: 1px solid #555555;
  background-color: darkred;
  color: #FFF;
}

.pagination li.disablepage{
  padding: 0 5px;
  border: 1px solid #929292;
  color: #929292;
}

.pagination li.nextpage{
  font-weight: bold;
}

* html .pagination li.current, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
  margin-right: 5px;
  padding-right: 0;
}

#major_header a {
  color: white;
  text-decoration: none;
}
#major_header a:visited {
  color: lightgrey;
  text-decoration: none;
}
#major_header a:hover {
  color: white;
  text-decoration: UNDERLINE;
}
#major_header a:visited:hover {
  color: #ff0000;
  text-decoration: underline;
}
#major_subheader {
  padding: 2px;
}
#major_header {
  width: 100%;
  color: #e8e8e8;
  background-color: darkred;
  font-size: 14pt;
  padding: 6px 2px;
  border-style: none none solid none;
  border-width: 1px;
  border-color: lightgrey;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.underline {
    text-decoration: underline;
}