body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	color: #FFFFFF;
}
	
body.clean {
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
}

table.splash { margin-left: auto; margin-right: auto;}

img { border: 0px; }

img.bordered { border:1px solid #666666; margin: 20px; }

p { font-size: 1.2em; line-height: 1.6; }

p.q { font-weight: bold; margin-bottom: 0px;}
p.a { margin-left: 20px; margin-top: 0px; margin-bottom: 50px; }
p.info { margin-left: 20px; }

a {	color: #AAAAAA; text-decoration: none; font-weight: bold;}
a:hover {	color: #FFFFFF; text-decoration: none;}

h1 {
	background-repeat: no-repeat;
	font-variant: small-caps;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

div#omni {
	width: 700px;
	height: 560px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFFFF;
	vertical-align: middle;
}

div#header {
	border: 0px solid #FFFFFF;
	height: 140px;
	text-align: center;
	color: #000000;
}

div#navigation {
	border: 0px solid #FFFFFF;
	left: 200px;
	position:relative;
	top:-50px;
}
div#navigation a { color: #CCCCCC; letter-spacing: 1px; margin-left: 4px; margin-right: 4px;}
div#navigation a:hover { color: #FFFFFF; }


/*
div#navigationBar {  text-align: right;  background-color: #666666;}
div#navigationBar a {   color: #FFFFFF;  letter-spacing: 2px; margin-left: 8px;}
div#navigationBar a:hover {   color: #FFFFFF;  letter-spacing: 2px; margin-left: 8px; }
*/

div#main {
	width:  100%;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FFFF00;
	font-size: small;
	line-height: 1.5em;
	color: #FFFFFF;
}

div#footer {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:x-small;
	width: 100%;
	height: 40px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #00FF00;
	color: #FFFFFF;
}





h1#gallery {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}




div#cover {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	border: 0px solid #FFFFFF;
	clear: both;
}

#cover-left {
  width: 33%;          /* LC width */
  position: relative;
  float: left;
}
#cover-middle {
  width: 33%;
  position: relative;
  float: left;
}
#cover-right {
  width: 33%;          /* RC width */
  position: relative;
  float: left;
}

h2.albumName {  }
h2.albumName a { color: #FFFFFF; }
h2.albumName a:hover { color: #FFFFFF; }

img.thumbs { border: 1px solid #AAAAAA; cursor: pointer;}
img#mainPhoto { border: 1px solid #FFFFFF; }

div#thumbnailRow { border: 0px solid #FFFFFF; text-align: center; margin-bottom: 0px; }
div#pageNumbers { text-align: center; margin-top: 0px;}
div#mainPhotoBox { text-align: center;  }

a.pageNumber { font-size: 1.2em;  padding-left: 4px; padding-right: 4px; }
a.currentPageNumber { font-weight: bold; font-size: 1.5em; color: #FFFFFF; padding-left: 4px; padding-right: 4px;}

img.hidden { display: none; }



table.dataTable {
	
}

table.dataTable tr td{
	background-color: #222222; padding: 4px;
}

table.dataTable tr td.a {
	margin-left: 20px;
}


table.packageTable {
	padding: 4px;
}

table.packageTable td {
	vertical-align: top;
}


table.packageTable tr.packageLabel td {
	background-color: #333333;	
}