html
{
   overflow-y: scroll;
}

body
{
   margin: 30px auto 15px auto;

   padding: 0px;

   /* font-family: arial, helvetica; */
   /* font-size: 14px; */

   font-family: verdana, geneva, sans-serif;

   font-size: 12px;

   background-color: #000000;

   min-width: 961px;
   min-height: 620px;
}

a, a:visited, a:hover, a:visited:hover
{
   text-decoration: none;

   outline: 0;
}

.clear
{
   clear: both;
}

.content
{
   margin: 0px auto;

   width: 961px;
}

.toolbar
{
   margin: 16px 0px 16px 0px;
   padding: 0px;

   font-size: 12px;

   background-color: #000000;

   height: 58px;
}

.toolbar-spacer
{
   height: 14px;
}

.toolbar-separator
{
   margin: 4px 0px 0px 62px;

   border-bottom: 1px solid #ffffff;
}

.toolbar-row
{
   clear: both;

   margin: 1px 0px 1px 0px;

   height: 18px;

   text-align: right;
}

.toolbar-caption
{
   float: left;

   margin: 0px 0px 0px 100px;

   font-size: 14px;

   color: #8c8c8c;
}

.toolbar-buttons
{
   float: right;

   margin: 2px 0px 0px 0px;
}

.toolbar-button-group
{
   float: left;

   margin: 0px;
}

.toolbar-button
{
   float: left;

   margin: 0px 0px 0px 20px;

   color: #8c8c8c;
}

.toolbar-selected
{
   float: left;

   margin: 0px 0px 0px 20px;

   color: #8c8c8c;
}

.statusbar
{
   margin: 12px 0px 0px 0px;
   padding: 0px;

   height: 24px;

   color: #646464;
}

.statusbar img
{
   border: none;
}

.statusbar-panel-left
{
   float: left;

   line-height: 24px;

   margin: 0px 12px 0px 0px;
}

.statusbar-panel-right
{
   float: right;

   line-height: 24px;

   margin: 0px 0px 0px 12px;
}

.client
{
   margin: 0px auto;
   padding: 0px;

   position: relative;
}

.container-outer-left
{
   float: left;

   width: 961px;

   background-color: #141414;

   position: relative;
   right: 571px;
}

.container-outer-right
{
   float: left;

   width: 961px;

   background-color: #1e1e1e;

   position: relative;
   overflow: hidden;
}

.container-inner-left
{
   float: left;

   width: 390px;

   position: relative;
   left: 571px;
}

.container-inner-right
{
   float: left;

   width: 571px;

   position: relative;
   left: 571px;
}

.content-left
{
   padding: 30px;
}

.content-right
{
   padding: 20px;
}

.image-detail
{
   text-align: center;
}

.image-detail a,
.image-detail a:visited
{
   display: block;

   margin: 10px 10px 0px 10px;
   padding: 30px;

   width: 449px;
   height: 449px;

   border: 1px solid #323232;
   background-color: #000000;

   background-position: center center;
   background-repeat: no-repeat;
}

.image-detail a:hover,
.image-detail a:visited:hover
{
  /* border: 1px solid #646464; */
}

.image-detail img
{
   border: none;

   width: 449px;
   height: 449px;
}

.image-detail-links
{
   margin: 0px 10px 10px 10px;
   padding: 10px;

   width: 489px;

   border: 1px solid #323232;
   border-top: 0px;

   color: #8c8c8c;
   background-color: #141414;

   font-size: 10px;

   text-align: center;
}

.image-detail-previous
{
   float: left;

   width: 100px;

   text-align: left;
}

.image-detail-next
{
   float: right;

   width: 100px;

   text-align: right;
}

.image-detail-spacer
{
   margin: 0px;

   height: 20px;
}

.tile
{
   float: left;

   margin: 10px;

   width: 155px;
   height: 220px;

   border: 1px solid #323232;
}

.tile:hover
{
   border: 1px solid #646464;
}

.tile-image
{
   margin: 0px;
   padding: 0px;

   width: 155px;
   height: 155px;
}

.tile-image img
{
   border: none;

   width: 100px;
   height: 100px;
}

.tile-image a,
.tile-image a:visited
{
   display: block;

   margin: 0px;

   width: 155px;
   height: 155px;

   text-decoration: none;

   background-color: #000000;

   background-position: center center;
   background-repeat: no-repeat;
}

.tile-text
{
   position: relative;

   margin: 0px;
   padding: 10px;

   width: 134px;
   height: 44px;

   color: #8c8c8c;

   background-color: #141414;

   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #323232;

   overflow: hidden;
}

.tile-text-new
{
   position: absolute;

   left: 10px;
   bottom: 10px;

   color: #f88600;
   color: #00c110;
   color: #c10010;

   font-size: 10px;
}

.tile-text-slideshow
{
   position: absolute;

   right: 10px;
   bottom: 10px;

   font-size: 10px;

   visibility: hidden;
}

.tile:hover .tile-text-slideshow
{
   visibility: visible;
}

.text-separator
{
   margin-top: 12px;
   padding-top: 12px;

   border-top: 1px solid #323232;
}

.text-center
{
   text-align: center;
}

.text
{
   color: #969696;
}

.text-justify
{
   color: #969696;

   text-align: justify;
}

.text-left-invisible
{
   color: #141414;
}

.text-header
{
   color: #c8c8c8;
}

.text-label
{
   color: #646464;
}

.text-label-hidden
{
   color: #646464;

   visibility: hidden;
}

.form
{
   margin: 0px;
}

.forminput
{
   margin: 2px 0px 8px 0px;

   height: 24px;
}

.forminput input
{
   width: 100%;
}

.forminput select
{
   width: 100%;
}

.formtextarea
{
   margin: 2px 0px 8px 0px;
}

.formtextarea textarea
{
   width: 100%;
}

.formsubmit
{
   height: 24px;

   text-align: right;
}

.formsubmit input
{
   width: 100px;
}

