html { 
	height: 100.1%; 
	margin-bottom: 1px;
}
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1040;
}

#popup {
  max-width: 600px;
  width: 80%;
  max-height: 300px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: none;
  margin: 20px auto;
  z-index: 1050;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
}
body {
	color: #333333;
	background-color: #000000;
	margin: 0;
	padding: 0;
	min-width: 770px;
	font-family: Arial, Helvetica, sans-serif;
}
/*A simple Style Edit*/
#p7ssm_counter {
	width: 7.35em;
	padding: 1px 4px;
	margin: 0 0 0 6px;
	font-size: 10px;
}
#demoNav {
	background-color: #000000;
	color: #CCCCCC;
	font-size: 0.7em;
	zoom: 1;
}
#demoNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#demoNav li {
	float: left;
	margin: 0;
}
#demoNav a {
	display: block;
	padding: 4px 10px;
	text-decoration: none;
	color: #CCCCCC;
	border-right: 1px solid #000000;
}
#demoNav a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
#demoNav a.uber {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	cursor: default;
}
#demoNav a.highlight {
	color:#CC9900;
}
.link{
	color:#CC9900;
	text-decoration:none;
	}
.navi {
	font-family: Verdana;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
.formstyle{
background:#333333; border: solid 1px #CCCCCC; font-family:Verdana; font-size: 9px; color:#999999
}

.bottom{
width: 98%;
position:relative;
top:10px;
z-index: 999;
padding:3px;
text-align:center;
font-size: 12px;
}

/*Gallery with caption*/


dl {text-align:center;;margin-top:25px;} 
dt,dd {width:10.5em;margin-right: 10px;float:left;} 
dt {margin-bottom:2.5em;} 
dd {margin:90px 0 0 -10.5em; color: #FFFFFF;} 
img {vertical-align:bottom;border:1px solid #999;background:#ccc;} 
em {font-size:11px; font-weight: bold;margin-bottom:5px; font-style: normal} 
dl a:hover img,dl a:active img,dl a:focus img {background:#CC9900;} 