@import url("shared.css");

body
{
	
	background-color: rgb(0,0,0);
	color: rgb(255, 255, 255);
	
}

p
{
	
	color: rgb(255,255,255);
	background-color: inherit;
	font-size: 0.9em;
	
}

h2, h3
{
	
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	
}

a, a:link, a:hover, a:visited
{
	
	text-decoration: underline;
	color: #FF0000;
	
}

ul.items
{
	
	list-style: lower-roman;
	font-weight: normal;
	
}

ul.items li
{
	font-size: 1em;
}

ul.items li a:link, ul.items li a:visited
{	
	text-decoration: none;
}

div.photo
{
	text-align: center;
}

label.invalid
{
	color: rgb(255, 0, 0);
}

label.valid
{
	color: rgb(255, 255, 255);
}

div.prevImage
{
	
	float: left;
	width: 40%;
	clear: left;
	
}

div.nextImage
{
	
	float: right;
	width: 40%;
	clear: right;
	
}

div.errorBox
{
	
	margin-top: 0.4em;
	padding-top: 0.4em;
	text-align: center;	
	border: solid 0.2em rgb(255, 0, 0);
	
}

div.lineSep
{
	
	border: 0em none rgb(0, 0, 0);
	background-image: url("../aknimard/displayPic/lineSep.gif");
	background-repeat: repeat-x;
	width: 100%;
	height: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	
}

div.thumbnailPreview
{		
	position: absolute;
}

div.hide
{
	display: none;
}

div.show
{
	display: block;
}
