/* Page */
#container {
	width: 960px;
	margin: 0 auto;
	background-image: url('/Css/Images/bgtile_2.gif');
	background-repeat: repeat-y;
}
#header {
	background-image: url('/Css/Images/bg_head_justnu.jpg');
}
#content-middle-write
{
    width: 700px;
}

.imageright
{
	float: right;
	margin: 0px 0px 15px 5px;
}
.imageleft
{
	float: left;
	margin: 0px 5px 15px 0px;
}

.news-block
{
	width: 630px;
	float: left;
	margin: 10px 0px 0px 0px;
	border-bottom: #C7C8B7 1px solid;
	padding: 5px 0px 10px 0px;
}
.news-block .imagemainblock 
{
	float: left;
}
.news-block .imagemainblock .imageblock 
{
	margin: 0px 0px 3px 0px;
}
.news-block p.date
{
	float: right;
}
.news-block p.dateold
{
	float: right;
	border-bottom: #ff0000 1px solid;
	font-style: italic;
}
.news-block p.firstdate
{
	font-weight: bold;
}
.news-block h2.header
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11pt;
	padding-bottom: 0px;
	padding-top: 0px;
	letter-spacing: normal;
}
.news-block .admin
{
	margin-bottom: 10px;
	background-color: white;
}
.news-block .text
{
	
}

.write-newfileblock
{
	border-right: lightgrey 1px solid;
	padding-right: 10px;
	border-top: lightgrey 1px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: lightgrey 1px solid;
	width: 520px;
	padding-top: 10px;
	border-bottom: lightgrey 1px solid;
}
.write-fileblock
{
	border-right: lightgrey 1px solid;
	padding-right: 10px;
	border-top: lightgrey 1px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: lightgrey 1px solid;
	width: 350px;
	padding-top: 10px;
	border-bottom: lightgrey 1px solid;
}
.write-fileblock select
{
	float: right;
}

.write-newlinkblock
{
	border-right: lightgrey 1px solid;
	padding-right: 10px;
	border-top: lightgrey 1px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: lightgrey 1px solid;
	width: 520px;
	padding-top: 10px;
	border-bottom: lightgrey 1px solid;
}
.write-linkblock
{
	border-right: lightgrey 1px solid;
	padding-right: 10px;
	border-top: lightgrey 1px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: lightgrey 1px solid;
	width: 350px;
	padding-top: 10px;
	border-bottom: lightgrey 1px solid;
}
.write-linkblock select
{
	float: right;
}



/* Lightbox */
#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: #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(/Images/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(/Images/Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/Images/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: normal;
	font-size: 8pt;
	color: #262626;
}
#imageData #numberDisplay
{
	clear: left;
	display: block;
	padding-bottom: 1em;
	color: black;
}			
#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 */
	}	
a.imagedatalink
{
	font-size: 13px;
	margin: 0px auto;
	color: #0032a4;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.imagedatalink:hover
{
	color: #005d8b;
	text-decoration: underline;
}

