
body {
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : #000000;
}

.page_container {
    width:900px;
    margin-left: auto;
    margin-right: auto;"
}

.content_container {
  background-color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.content {
    clear:both;
    padding: 10px;
    padding-top: 0px;
    text-align:left;
    }
.content_entry {
    width:100%;
    }
.content_left{
    float:left;
    width: 500px;
    padding-top:20px;
    padding-right:20px;
    }
.content_right{
    padding-top:20px;
    float:right;
    }
.content_backlink{
    clear:both;
    padding-top:20px;
    }
.footer_container {
    clear:both;
    width:900px;
    border: 1px;
    font-size: 8pt;
    text-align:center;
    background-color: #75AFBA;
    float:left;
}
.separator{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #A5D0D9;
    clear: both;
}
.sep_small{
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #A5D0D9;
}
.table_sep{
    background-color: #A5D0D9;
}
.table_border {
  border : 1px solid #A5D0D9;
}

.table_inv {
  background-color: #A5D0D9;
  border : 1px solid #FFFFFF;
}
form {
  margin: 0px;
}

td {
  font-size : 10pt;
}

table {
  border-collapse: collapse;
}

a {
    color: #000000;
}

.link:link,.link:visited,.link:active,.link:hover{
  color: #000000;
  font-weight: bold;
}

.link_inv,.link_inv:link,.link_inv:visited,.link_inv:active,.link_inv:hover{
  color: #A5D0D9;
}

.header {
  margin-top: 0px;
  padding: 5px;
  padding-left: 10px;
  padding-bottom: 15px;
  margin-bottom: 0px;

    /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#A5D0D9), to(#FFFFFF));

  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #A5D0D9, #FFFFFF);

  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5D0D9FF, endColorstr=#FFFFFFFF);

  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A5D0D9FF, endColorstr=#FFFFFFFF)";
}

.header_date {
    font-size: 8pt;
    font-weight: normal;
    float:right;
    vertical-align:text-bottom;
    }
.date {
    font-size: 8pt;
}

.sm_link {
    font-size: 8pt;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  padding: 0px;
  margin-top: 0px;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  margin-top: 0px;
}
p {
  margin: 0px 0px 20px 0px;
}

.inv_col { color: #FFFFFF; }
.small { font-size: 8pt; }
.medium { font-size: 12pt; }
.large { font-size: 16pt; }
.verylarge { font-size: 24pt; }

.btn_sep {
  width:3px;
  height:40px;
  border-bottom: 1px solid #FFFFFF;
  float:left;
}

.btn_txt{
    position:relative;
    z-index:200;
}

.btn_filler {
  height:40px;
  border-bottom: 1px solid #FFFFFF;
}
.btn_off_bg, .btn_on_bg {
    position:relative;
    left: 0px;
    min-width: 100px;
    width: 100px;
    z-index:0;
}
.btn_on_bg {
    top:-17px;
    height: 22px;
    background-color: #A5D0D9;
}
.btn_off_bg {
    top:-13px;
    height: 15px;
    background-color: #267687;
}

.btn_on_fade, .btn_off_fade{
  min-width: 100px;
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  float:left;
  overflow:hidden;
}
.btn_on_fade {

  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A5D0D9));

  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #FFFFFF, #A5D0D9);

  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#A5D0D9FF);

  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#A5D0D9FF)";
  line-height: 40px;
  height:40px;
  border: 1px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
}

.btn_on_fade a {
  text-decoration: none;
  display:block;
  height: 40px;
}

.btn_off_fade {

  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#106678), to(#75AFBA));

  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #106678, #75AFBA);
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#106678FF, endColorstr=#75AFBAFF);
  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#106678FF, endColorstr=#75AFBAFF)";

  margin-top:8px;
  line-height: 32px;
  height:32px;
}

.btn_off_fade a {
  text-decoration: none;
  display: block;
  height: 32px;
}

.btn_off_fade:hover {

  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(linear, left top, left bottom, from(#75AFBA), to(#106678));

  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #75AFBA, #106678);

  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#75AFBAFF, endColorstr=#106678FF);

  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#75AFBAFF, endColorstr=#106678FF)";

}

.btn_search {
    border: 1px solid #FFFFFF;
    background-color:  #A5D0D9;
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float:right;
}

.clear {
  clear: both;
}

#loadmoreaggregationslink {
    cursor: pointer;
}
/* ZMS lightbox start */
#zmsLB {
    position : fixed;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    width : 100%;
    height : 100%;
    overflow : hidden;
    z-index : 1000;
    padding : 0;
    color : #000;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    margin: 0 auto;
}
#zmsLBimageHolder {
    width : 20px;
    height : 20px;
    margin-top: -10px;
    margin-left: -10px;
    top: 50%;
    left: 50%;
    position : relative;
    background : url(../images/LBload.gif) center center no-repeat scroll;
}
#closeLB {
    width : 16px;
    height : 16px;
    background: transparent url(../images/LBclose.png) center top no-repeat scroll;
    cursor: pointer;
}
#closeLB:hover {
    background-position:center bottom; 
}

#LBleftArrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/LBleftArrow.png);
    cursor: pointer;
}

#LBleftArrow:hover {
    background-position:center bottom; 
}

#LBrightArrow {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/LBrightArrow.png);
    cursor: pointer;
}

#LBrightArrow:hover {
    background-position:center bottom; 
}
#TitleLB {
    text-shadow : #666666 1px 1px 3px;
    color:#FFF;
}

/* ZMS lightbox end */

/* ZMS gallery start */
.zmsGalLNav {
    background-image: url(../images/LBleftArrow.png);
    left: 0px;
}
.zmsGalRNav {
    background-image: url(../images/LBrightArrow.png);
    right: 0px;
}

.zmsGalLNav , .zmsGalRNav {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 45%;
}

.zmsGalLNav:hover , .zmsGalRNav:hover {
    background-position:center bottom; 
}

/* position and descrption */
.zmsGalDesc {
}

/* descrption */
.galNumbering {
}

/* position */
.galDescription {
}

/* ZMS gallery end */