body {
 margin:0px;
 padding:0px;
 background-color:#5A005A;
 line-height:1.5;
}

.container {
 margin-top:40px;
}

/* hide from ie5 mac \*/
html, body {
 height:100%;
 margin-top:0px;
}
.container {
 width:100%;
 height:100%;
 vertical-align:middle;
 margin-top:0px;
}
/* end hide */

table {
 color:#FFFFFF;
 font-size:12px;
 font-family:helvetica neue, helvetica, arial;
}

.nav,.nav_on {
 font-family:Arial;
 font-weight:bold;
 font-size:10px;
 text-decoration:none;
 color:#FFFFFF;
}

.nav_on {
 color:#9BC740;
 font-weight:bold;
}

.subNav_box {
 border:1px solid #FFFFFF;
 border-right:0px;
}

.subNav {
 padding:4px 0px 4px 0px;
 border-right:1px solid #FFFFFF;
}

.subNav_on {
 background:#CBE4A0;
 padding:4px 0px 4px 0px;
}

.contentTxt {
 padding:10px;
 height:330px;
}

.rightTxt {
 padding:8px;
 color:#43207A;
 font-size:10px;
 text-align:left;
}

div#backLayer {
  background: black;
  position: absolute;
  top: 0px; left: 0px;
  width: 100%; height: 100%;
  filter: alpha(opacity=65);
  opacity: 0.65;
	-moz-opacity:0.65;
}
div#frontLayer {
  /*position: absolute;*/
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin: 0px; padding: 0px;
  top: 0px; left: 0px;
  width: 100%; height: 100%;
}
div#frontLayer a { 
  color: white; 
  text-decoration: none; 
}
table.imagePopup {
  width: 100%;
  height: 100% !important;
  background: transparent;
}
table.imagePopup td.middleCell {
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}
table.imagePopup tr.middleRow td {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

table.imagePopupIE {
  margin-top:40px;
  width: 100%;
  background: transparent;
}
table.imagePopupIE td.middleCell {
}
table.imagePopupIE tr.middleRow td {
}


tr.middleRow td.middleCell {
  padding: 0px 15px 15px 15px;
/*
  background-image: url(/images/popup_bg.gif); 
  background-repeat: no-repeat;
  background-position: center;
*/
  cursor: pointer;
  background-color: #111;
  vertical-align: top;
}

#left_image, #right_image {
  cursor:pointer;
}
.pointer {
  cursor: pointer;
}

.visible { visibility: visible; }
.hidden  { visibility: hidden; }

.siteBox {
 width:750px;
 padding-top:30px;
 padding-bottom:25px;
}

