@CHARSET "UTF-8";

.net\.jzaruba\.gui\.Cloak
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	z-index: 1;

	background-color: black;
	opacity: .75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

.net\.jzaruba\.gui\.imagegallery\.Viewer
{
	margin: auto;
	border: 10px solid rgb(39,54,108);
	border-spacing: 0px;

	color: white;
	background-color: rgb(39,54,108);
	font-family: Arial;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
	.net\.jzaruba\.gui\.imagegallery\.Viewer th
	{
		font-size: 14pt;
		font-weight: bold;
		text-align: left;
		padding: 2px 0px 7px 2px;
	}
		.net\.jzaruba\.gui\.imagegallery\.Viewer thead button
		{
			margin-bottom: 7px;
		}
	.net\.jzaruba\.gui\.imagegallery\.Viewer tbody td
	{
		padding: 0px;
		text-align: center;
	}
		.net\.jzaruba\.gui\.imagegallery\.Viewer .stage
		{
			border: 3px solid white;
		}

	.net\.jzaruba\.gui\.imagegallery\.Viewer tfoot
	{
		font-size: 12pt;
	}
		.net\.jzaruba\.gui\.imagegallery\.Viewer tfoot td
		{
			padding: 8px 0px 0px 2px;
		}

	.net\.jzaruba\.gui\.imagegallery\.Viewer .previousButton,
	.net\.jzaruba\.gui\.imagegallery\.Viewer .nextButton
	{
		background-repeat: no-repeat;
		height: 100%;
		width: 45%;
		font-size: 0px;
		cursor: hand;
		cursor: pointer;
		display: inline-block;
	}
	.net\.jzaruba\.gui\.imagegallery\.Viewer .previousButton:hover
	{
		background-position: 5% 50%;
		background-image: url("graphics/previousButton.png");
	}
	.net\.jzaruba\.gui\.imagegallery\.Viewer .nextButton:hover
	{
		background-position: 95% 50%;
		background-image: url("graphics/nextButton.png");
	}

	.net\.jzaruba\.gui\.imagegallery\.Viewer .closeButton
	{
		background-image: url("graphics/closeButton.png");
		margin: 2px;
		width: 18px;
		height: 18px;
		cursor: pointer;
		float: right;
		display: inline-block;
	}

.net\.jzaruba\.gui\.imagegallery\.Viewer\.imageLoader
{
	margin: 0px;
	border: none;
	vertical-align: bottom;
}

.net\.jzaruba\.gui\.imagegallery\.Viewer\.description
{
	text-align: left;
}

.net\.jzaruba\.gui\.imagegallery\.Viewer\.comment
{
	text-align: right;
	font-size: .75em;
}

.centerTable
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	z-index: 2;
}

.centerTableCell
{
	vertical-align: middle;
}

