﻿html { height: 100%; } 
body { font-family: sans-serif; font-size: 85%; background-color: #c5c5c5; height: 100%; } 
body.inline { background-image: none; background-color: #c5c5c5; padding: 2px; margin: 0px; } 
form { padding: 0px; margin: 0px; }
table { font-size: 100%; }
td { vertical-align: top; }
.hidden { display: none; }
h1,h2,h3,h4,h5,h6,p,ul { margin-bottom: 4px; margin-top: 4px; }
ul { margin-left: 8px; padding-left: 8px; }
a { text-decoration: none; color: #505050; font-weight: bold; }
a:hover { text-decoration: underline; }
a:visited { color: #505050; }	
a img { border: none; }
.maintable { background-image: url(images/head.jpg); background-repeat: no-repeat; height: 200px; width: 100%; height: 100%; }
.maintable td { border-color: #ffffff; }
div.maincontent { padding: 4px; }
.menucell { background-image: url(images/head-l.jpg); background-repeat: repeat-y; width: 168px; }
.flashcell { border-bottom: solid 1px; border-left: solid 1px; }
.flashcell a, .flashcell a:visited {
	color: #d3b3aa;
}
.introcell { border-bottom: solid 1px; height: 1px; }
.newscell { border-left: solid 1px; font-size: 80%; background-color: #e0e0e0; width: 210px; }
.news { padding-left: 8px; }
.newsleft { background-color: silver; }
.footcell { font-size: 80%; border-top: solid 1px; text-align: center; }
.headerrow { background-color: gray; }
.grid td, .grid th { border-top: solid 1px gray; border-left: solid 1px gray; }
.grid { border-bottom: solid 1px gray; border-right: solid 1px gray; }
.note { 
	font-size: 80%; 
}

/* footer */
.toprow td { border-top: solid 1px gray; }
.sites { border-bottom: solid 1px gray; }
.checkdate { font-size: 70%; }

/* menu */
.menu { color: white; }
.menu a { color: white; font-size: 125%; }
.menu a:visited { color: white; }
.menu table td { padding-left: 4px; }
.menu table td img { vertical-align: middle; }

.bu { background-repeat: no-repeat; }
.bu img { width: 38px; height: 37px; }

.buhome img { background-image: url(images/buhome.gif); }
a:hover.buhome img, .pahome a.buhome img { background-image: url(images/buhome_act.gif); }

.buscreens img { background-image: url(images/buscreens.gif); }
a:hover.buscreens img, .pascreens a.buscreens img { background-image: url(images/buscreens_act.gif); }

.budownload img { background-image: url(images/budownload.gif); }
a:hover.budownload img, .padownload a.budownload img { background-image: url(images/budownload_act.gif); }

.bustatus img { background-image: url(images/bustatus.gif); }
a:hover.bustatus img, .pastatus a.bustatus img { background-image: url(images/bustatus_act.gif); }

.bumaps img { background-image: url(images/bumaps.gif); }
a:hover.bumaps img, .pamaps a.bumaps img { background-image: url(images/bumaps_act.gif); }

.bufaq img { background-image: url(images/bufaq.gif); }
a:hover.bufaq img, .pafaq a.bufaq img { background-image: url(images/bufaq_act.gif); }

.buforum img { background-image: url(images/buforum.gif); }
a:hover.buforum img, .paforum a.buforum img { background-image: url(images/buforum_act.gif); }

.bucontact img { background-image: url(images/bucontact.gif); }
a:hover.bucontact img, .pacontact a.bucontact img { background-image: url(images/bucontact_act.gif); }

.bumailing img { background-image: url(images/bumailing.gif); }
a:hover.bumailing img, .pamailing a.bumailing img { background-image: url(images/bumailing_act.gif); }

.budonation img { background-image: url(images/budonation.gif); }
a:hover.budonation img, .padonation a.budonation img { background-image: url(images/budonation_act.gif); }

/* LIGHTBOX CSS */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #c5c5c5;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
/* MyPoi World */

.sBoxBodyContent H1 {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 2px; MARGIN: 0px 0px 10px; COLOR: #000; PADDING-TOP: 0; BORDER-BOTTOM: rgb(0,157,224) 1px solid; FONT-FAMILY: "Trebuchet MS";
}
.sBoxBodyContent H1.csc-firstHeader {
	MARGIN: 0px 0px 5px; PADDING-TOP: 0; BORDER-BOTTOM: rgb(0,157,224) 2px solid
}
.sBoxBodyContent {
	background-image:url('images/mpw-prod-box.gif'); 
	width:437px; 
	height:202px; 
	margin: 4px 4px 0 0;
	float:left; 
	font-family: Verdana;
	font-size: 10px;
	overflow: auto;
}
.mpw-section {
	border-top: 1px #ffffff solid;	
	padding: 4px 0px 0px 4px;
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
}