/* CSS Document for CubeAct.com - Stand 09/2007 */
HTML {
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	background: #000;
	

	
}

BODY {
	BORDER-RIGHT: 0px;
	BORDER-LEFT: 0px;
	BORDER-TOP: 0px;
	BORDER-BOTTOM: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	MARGIN: 0px;
	text-align: center;
		
}


body, td
{
	font-family: "Geneva", Helvetica, sans-serif;
	font-size: 12px;
	color: #6666ff;
	
}


a:link, a:visited
{
	color: #999999;
	text-decoration: underline;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
}


#mainblock
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	background-image:  url(../pic/back1.jpg);
	background-repeat: repeat-y;
	position: center;
	min-height: 100%;
	max-height: 100%;
}

#header
{
	background-image:  url(../pic/top.jpg);
	background-repeat: no-repeat;
	background-color: 000000;
	position: centre;
	height: 102px;
	overflow: hidden;
	cursor: pointer;
}

#menu
{
	background-image:  url(../pic/left1.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 156px;
	float: left;
	text-align: center;
	padding-top: 10px;
}



.item
{
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #BCBCBC;
	background-image:  url(../);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.item a:link, .item a:visited
{
	color: #333399;
	text-decoration: none;
}

.item a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#content
{
	margin-left: 205px;
	height: 25px;
	position: relative;
	background-color: #000444;
}

content, td
{
	font-family: "Geneva", Helvetica, sans-serif;
	font-size: 12px;
	color: #6666ff;
	text-align: left;
	border: 1px;
	
}

.title
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: right;
}

#table
{
	table style="table-layout":fixed;
	margin-left: 200px;
	caption-sid: top;

}

.smallpicts img
{
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	border: none;
	align: baseline;
	
}

#footer
{
	float: none;
	clear: both;
	padding-top: 10px;
	color: #000333;
	border-top: 1px solid #000333;
	padding-bottom: 0px;
	background-image:  url(../pic/back1.jpg);
	background-repeat: repeat-y;
	background-color: #000333;
	position: center;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
    background-color: fff;
    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(../pic/lightbox_gallery/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(../pic/lightbox_gallery/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pic/lightbox_gallery/next.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;
	}