body
{
  font-family: arial, sans-serif;
  font-size: 12px;
  background-color: #a5291b;
  background-image: url('/images/master/background.aspx');
  background-repeat: repeat-x;
}

a
{
  color: #0055B6;
  text-decoration: none;
  font-weight: bold;
}

#leaderboard-top
{
  margin: 10px auto;
  text-align: center;
}

#leaderboard-bottom
{
  margin: 10px auto;
  text-align: center;
}

#page
{
  width: 1000px;
  position: relative;
  margin: 15px auto 20px auto;
  background-color: #ffffff;
}

#logo
{
  height: 86px;
  margin: 0px;
  padding: 0px;
  background-image: url('/images/master/logo-bg.aspx');
  background-repeat: repeat-x;
}

#logon
{
  position: absolute;
  top: -7px;
  right: 0px;
  display: table;
  border: 2px solid #000000;
  margin: 15px 5px 5px 5px;
  font-size: 11px;
  background-color: #ffffff;
  padding: 3px;
}

#logon input
{
  font-size: 11px;
}

#logon-title
{
  background-color: #E8F0F3;
  border-bottom: 1px dashed #000000;
  padding: 4px;
}

#logon-control
{
  padding: 4px;
}

#username { width: 75px; font-size: 10px; background-color: #efefef; }
#password { width: 75px; font-size: 10px; background-color: #efefef; }
#submit { font-size: 10px; }
#logon-form
{
  margin: 0px;
}

#nav
{
  height: 25px;
  background-image: url('/images/master/navigation-bg.aspx');
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
}

#nav a
{
  color: #ffffff;
}

#content-full
{
  background-color: #ffffff;
}

#content
{
  background-color: #ffffff;
  padding: 15px;
}

#content-padded
{
  padding: 15px;
}

#box-blog
{
  width: 100%;
  border: none;
}

#box-blog td
{
  width: 50%;
}

.box-blog-list
{
  width: 100%;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-image: url('/images/blog-background.png');
  background-repeat: repeat-x;
}

#col-left
{
  float: left;
  width: 725px;
  margin: 0px;
  padding-top: 12px;
  overflow: hidden;
}

#col-right
{
  float: right;
  width: 260px;
  padding-top: 15px;
  overflow: hidden;
}

#tab-container
{
  margin: 0px 12px;
}

.tab-on
{
  float: left;
  margin-right: 5px;
  height: 25px;
  overflow: hidden;
  background-image: url('/images/home/info-box-top-right.aspx');
  background-repeat: no-repeat;
  background-position: top right;
}

.tab-on span
{
  height: 25px;
  margin-right: 12px;
  line-height: 25px;
  padding: 5px 0px 8px 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-image: url('/images/home/info-box-top-left.aspx');
  background-repeat: no-repeat;
}

.tab-off
{
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  height: 22px;
  overflow: hidden;
  background-image: url('/images/home/tab-top-right-disabled.aspx');
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
}

.tab-off span
{
  height: 22px;
  margin-right: 12px;
  line-height: 22px;
  padding: 5px 0px 8px 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  background-image: url('/images/home/tab-top-left-disabled.aspx');
  background-repeat: no-repeat;
}

#tab-clear
{
  height: 0px;
  clear: both;
}

#data-container
{
  margin: 0px 12px;
  border: 2px solid #000000;
  height: 550px;
  display: none;
  overflow: auto;
}

#data-table
{
  font-size: .9em;
  border-collapse: collapse;
  width: 100%;
}

#data-table tr:hover
{
  background-color: #E8F0F3;
}

#data-table td
{
  border: 1px solid #cccccc;
  padding: 0px 4px;
}

#controls
{
  margin: 0px 12px 0px 12px;
  background-color: #E8F0F3;
  border: 2px solid #000000;
  border-bottom: none;
  padding: 5px;
  font-size: 1.2em
}

#controls input, select
{
  vertical-align: middle;
  font-size: 10px;
  margin-left: 6px;
}

#controls-count
{
  float: right;
  clear: right;
}

#controls-range
{
  display: none;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dotted #333333;
}

#controls-range .icon-calendar
{
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 0px;
  cursor: pointer;
}

#controls-range .icon-clear
{
  position: relative;
  top: 2px;
  left: 143px;
}

#controls-range input
{
  margin-left: -12px;
  width: 150px;
}

#map
{
  margin: 0px 12px 0px 12px;
  height: 550px;
  border: 2px solid #000000;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}

#message
{
  margin: 0px 12px 12px 12px;
  padding: 4px;
  padding-top: 6px;
  background-color: #E8F0F3;
  border: 2px solid #000000;
  border-top: none;
}

#message-clear
{
  clear: both;
  height: 0px;
}

#message-text
{
  float: left;
}

#message-pages
{
  float: right;
}

#message-pages table
{
  border-collapse: collapse;
}

#message-pages td
{
  border: 1px solid #000000;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
}

.message-pages-active
{
  font-weight: bold;
  background-color: #D0D9DE;
}

.message-pages-edge
{
  font-weight: bold;
  color: #ffffff;
  background-color: #585C5E;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
#disclaimer
{
  margin: 12px;
  font-size: 11px;
}

#promos
{
  margin: 4px auto 12px 16px;
}

#promos img
{
  border: none;
}

.info-box-top
{
  float: left;
  margin-left: 5px;
  height: 29px;
  overflow: hidden;
  background-image: url('/images/home/info-box-top-right.aspx');
  background-repeat: no-repeat;
  background-position: top right;
}

.info-box-top span
{
  height: 29px;
  margin-right: 12px;
  line-height: 29px;
  padding: 5px 0px 8px 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  background-image: url('/images/home/info-box-top-left.aspx');
  background-repeat: no-repeat;
}

.info-box-middle
{
  clear: both;
  width: 236px;
  margin-left: 5px;
  border-top: 1px solid #231f20;
  background-image: url('/images/home/info-box-middle.aspx');
  background-repeat: repeat-y;
}

.info-box-section-title
{
  margin: 8px 8px 0px 8px;
  padding: 4px;
  background-color: #d0d9de;
  font-weight: bold;
  font-size: 14px;
}

.info-box-section-title img
{
  vertical-align: -19%;
  margin-right: 4px;
  cursor: pointer;
}

.info-box-section-list
{
  margin: 0px 8px;
  padding-top: 4px;
  padding-bottom: 0px;
  background-color: #ffffff;
}

.info-box-section-list ul
{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  padding-left: 0px;
}

.info-box-section-list ul li
{
  cursor: pointer;
}

.info-box-section-list ul li:hover
{
  font-weight: bold;
}

.info-box-section-list-selected
{
  list-style-image: url('/images/home/icon-selected.aspx');
  color: #A22426;
  font-weight: bold;
}

.info-box-list
{
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-right: 8px;
  margin-left: 25px;
  padding-left: 0px;
  font-size: .98em;
}

.info-box-section-bottom
{
  margin: 0px 8px;
  padding: 0px;
  background-image: url('/images/home/info-box-section-bottom-right.aspx');
  background-repeat: no-repeat;
  background-position: top right;
}

.info-box-section-bottom img
{
  margin: 0px;
  vertical-align: top;
}

.info-box-bottom
{
  margin-bottom: 20px;
  margin-left: 5px;
  width: 236px;
  height: 12px;
  background-image: url('/images/home/info-box-bottom.aspx');
  background-repeat: no-repeat;
}

.popup-container
{
  padding-right: 15px;
}

.popup-container p
{
  margin-left: 4px;
}

.popup-title
{
  padding: 2px 2px 2px 5px;
  font-weight: bold;
  background-color: #E8F0F3;
  border: 1px solid #000000;
}


#footer
{
  clear: both;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 8px;
}

#footer a
{
  color: #ffffff;
}

#upload-results
{
  width: 90%;
  height: 600px;
  font-size: 12px;
  background-color: #efefef;
  padding: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#gallery-wanted {
  position: relative;
  width: 300px;
  height: 250px;
  background-color: #000;
  margin-left: 10px;
  padding: 10px;
}

#gallery-apprehended {
  float: right;
  width: 320px;
  height: 250px;
  background-color: #000;
  margin-left: 10px;
  padding: 10px;
}

.gallery-header {
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.photothumbs img {
   border: solid 1px #fff;
}

.gallery-link a
{
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
  color: #274278;
  font-weight: bold;
}

.gallery-link a:hover
{
  color: #4166AF;
}