﻿.imagegallerycontainer
{
	width: 350px;
	height: 390px;
	border-style: solid;
	border-width: 1px
}

.imagegalleryheader
{
	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;
}

.imagegalleryimagecontainer
{
	width: 326px;
	height: 250px;
	border-style: solid;
	border-width: 2px;
	border-color: #EDC01C;
	background-color: #FBF2D1;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}

.imagegalleryimagedescription
{
	width: 326px;
	height: 15px;
	background-color: #EDC01C;
	position: relative;
	font-size: x-small;
	overflow: hidden;
}

.imagegalleryimage
{
	width: 326px;
	height: 235px;
	line-height: 235px;
	vertical-align: middle;
	display: table-cell;
}

.imagegalleryadmincontrols
{
	width: 50px;
	margin-right: -50px;
	float: left;
}

.imagegallerythumbnailcontainer
{
	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;
}

.imagegallerythumbnailimagecontainer
{
	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;
}

.imagegallerythumbnailimage
{
	width: 70px;
	height: 50px;
	line-height: 49px;
	vertical-align: middle;
	display: table-cell;
}

.imagegalleryfooter
{
	margin: 3px;
	height: 15px;
	width: auto;
	font-size: x-small;
	overflow: hidden;
}

.imagegalleryadminmenu
{
	width: auto;
	height: auto;
	font-size: x-small;
	text-align: center;
}

.imagegalleryadminmenu a:link
{
	margin-left: 4px;
	margin-right: 4px;
}

.imagegalleryadminupload
{
	width: 350px;
	height: 130px;
	border-width: 1px;
	border-style: solid;
}

.imagegalleryadminmultiupload
{
	width: 350px;
	height: 210px;
	border-width: 1px;
	border-style: solid;
}

.imagegalleryadminuploadheader
{
	width: 340px;
	height: 25px;
	background-color: #003A60;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.imagegalleryadminuploadclose
{
	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;
}

.imagegalleryadminuploadclose a:link
{
	color: #ffffff;
}

.imagegalleryadminuploadcontainer
{
	width: 330px;
	height: 80px;
	padding: 10px;
}

.imagegalleryadminuploadleft
{
	width: 77px;
	height: 22px;
	float: left;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-left: 3px;
}

.imagegalleryadminuploadright
{
	width: 250px;
	height: 25px;
	float: left;
	margin-bottom: 5px;
}

.imagegalleryadminmessage
{
	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;
}

.imagegalleryadminbutton
{
	width: 70px;
	height: 25px;
	text-align: right;
	float: left;
	overflow: hidden;
}

.imagegalleryadminremovebuttons
{
	margin: auto;
	text-align: center;
}

.imagegalleryadminremovebuttons input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}