﻿.imageviewer_container
{
	width: 350px;
	height: 390px;
	border-style: solid;
	border-width: 1px
}

.imageviewer_header
{
	width: 340px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/gallery_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.imageviewer_imagecontainer
{
	width: 326px;
	height: 250px;
	border-style: solid;
	border-width: 2px;
	border-color: #EDC01C;
	background-color: #FBF2D1;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}

.imageviewer_imagedescription
{
	width: 326px;
	height: 15px;
	background-color: #EDC01C;
	position: relative;
	font-size: x-small;
	overflow: hidden;
}

.imageviewer_image
{
	width: 326px;
	height: 235px;
	line-height: 235px;
	vertical-align: middle;
	display: table-cell;
}

.imageviewer_admincontrols
{
	width: 50px;
	margin-right: -50px;
	float: left;
}

.imageviewer_thumbnailcontainer
{
	width: 340px;
	height: 55px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-width: 1px;
	padding: 5px;
	overflow: auto;
}

.imageviewer_thumbnailimagecontainer
{
	width: 70px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #EDC01C;
	background-color: #FBF2D1;
	margin: 3px;
	float: left;
	text-align: center;
	overflow: hidden;
}

.imageviewer_thumbnailimage
{
	width: 70px;
	height: 50px;
	line-height: 49px;
	vertical-align: middle;
	display: table-cell;
}

.imageviewer_footer
{
	margin: 3px;
	height: 15px;
	width: auto;
	font-size: x-small;
	overflow: hidden;
}

.imageviewer_adminmenu
{
	width: auto;
	height: auto;
	font-size: x-small;
	text-align: center;
}

.imageviewer_adminmenu a:link
{
	margin-left: 4px;
	margin-right: 4px;
}

.imageviewer_adminupload
{
	width: 350px;
	height: 130px;
	border-width: 1px;
	border-style: solid;
}

.imageviewer_adminmultiupload
{
	width: 350px;
	height: 210px;
	border-width: 1px;
	border-style: solid;
}

.imageviewer_adminuploadheader
{
	width: 340px;
	height: 25px;
	background-color: #003A60;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.imageviewer_adminuploadclose
{
	width: 15px;
	height: 15px;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
	text-align: center;
	margin-right: 5px;
	float: right;
	font-size: x-small;
}

.imageviewer_adminuploadclose a:link
{
	color: #ffffff;
}

.imageviewer_adminuploadcontainer
{
	width: 330px;
	height: 80px;
	padding: 10px;
}

.imageviewer_adminuploadleft
{
	width: 77px;
	height: 22px;
	float: left;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}

.imageviewer_adminuploadright
{
	width: 250px;
	height: 25px;
	float: left;
	margin-bottom: 5px;
}

.imageviewer_adminmessage
{
	width: 255px;
	height: 20px;
	text-align: left;
	float: left;
	font-size: x-small;
	color: Red;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	overflow: hidden;
}

.imageviewer_adminbutton
{
	width: 70px;
	height: 25px;
	text-align: right;
	float: left;
	overflow: hidden;
}

.imageviewer_adminremovebuttons
{
	margin: auto;
	text-align: center;
}

.imageviewer_adminremovebuttons input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}