﻿/**********Photo Thumbs Styling*************/
.ThumbsTable
{
}

.ThumbsTable td
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #283864;
}

.ImageThumb
{
	cursor:pointer;
	/*Width and Height are set
	based on config settings*/
	/*height:87px;
	width:115px;*/
}

.ImageThumbEdit
{
	cursor:default;
	height:87px;
	width:115px;
}

.PhotoEdit
{
	width: 300px;
	height: 200px;
	background-color:Silver;
}

.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	height:140px;
}

.ModalPopup table tr td
{
	border: none !important;	
}

.PopupButtons
{
	margin: 10px 10px 10px 10px;
	text-align: center;	
}

.PopupTitle
{
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-weight:bold;	
}

.AlbumList
{
	border-top: solid 2px #E3E3E3;
	border-left: solid 2px #E3E3E3;
	border-right: solid 2px #E3E3E3;
	border-bottom: solid 1px #E3E3E3;
}

.AlbumList tr th
{
	border-bottom: solid 2px #E3E3E3;
}

.AlbumList tr td
{
	border-bottom: solid 1px #E3E3E3;
}

.thumbOverlay
{
	font-family:Arial;
	font-size:50px;
	position:absolute;
	color:Black;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.thumbWatermark
{
	filter:alpha(opacity=85);
	opacity:0.85;
	position:absolute;
	top:0px;
	left:0px;	
}

.AdminContainer
{
	margin:10px;	
}

.AdminContainer h1
{
	padding-left:5px;
	display:inline-block;	
}

.AdminContainer .inputButton
{
	margin-right:10px;
}
