﻿body
{
	margin:0px;
	padding:0px;
	font-family:arial,Tahoma,arial,verdana,helvetica;
	font-size:11px;
}

.left
{
	float:left;	
}
.right
{
	float:right;
}
.clr
{
	display:block;
}

.fela
{
	visibility:hidden;
	display:none;
}

a
{	
	color:#0C4D80;
	text-decoration:underline	
}

a.AlbumOwner
{
	color:White;
	font-size:11px;
}

img
{
	border:0;
}	
	td.AlbumTitle
	{
		font-size:11px;
	}
	
select.drpSmall
{
	font-size:11px;
}

div#divHeader
{
	background-image:url('/OttAlbum/images/ViewAlbum/bcgTop.gif');
	height:35px;
	padding-left:10px;	
}

div#AlbumInfoAndOtt
{
	float:left;
}

div#Thumbnails
{
	background-image:url('/OttAlbum/images/ViewAlbum/bcgThumbnails.gif');
	float:right;
}

.fronttitle
{
	font-family:arial,candara,verdana,tahoma,verdana,helvetica;
	font-size:16px;
	color:#000000;
	font-weight:bold
}
.input
{
   	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-color:#687375;
	border-left-color:#687375;
	border-top-color:#687375;
	border-right-color:#687375;
	border-bottom-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;	
	background-color:#f1f5f6
}.input_small_white
{
   	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-color:#687375;
	border-left-color:#687375;
	border-top-color:#687375;
	border-right-color:#687375;
	border-bottom-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-left-style:solid;	
	background-color:#ffffff;
	font-size:11px;
	font-family:Arial;	
}
div#TopNav
{	
	border-bottom:1px solid #A5BF37;
}

div.divAdminTop
{
	padding:3px;
}

div#divAlbumListTop
{
	display:none;
	height:30px;
	position:absolute;
	width:400px;
	top:45px;
	left:50px;
	border:3px solid #666;
	border-bottom:1px solid black;
	background-color:White;
	padding: 10px;
	padding-top:3px;
}

div#divAlbumList
{
	display:none;	
	height: 180px;
	width: 400px;
	overflow: auto;
	border: 3px solid #666;
	border-top:0px;
	background-color: #fff;
	padding: 10px;
	position:absolute;
	left:50px;
	top:65px;
}

	div#divAlbumList div.Album
	{
		border-bottom:1px solid gray;		
		cursor: pointer; 
        cursor: hand;
        padding:5px;
	}
		div#divAlbumList div.Album p
		{
			padding:0px;
			margin:0px;						
		}
	div#divPages
	{
		background-color:White;
		border:1px solid black;
		display:none;
		width:100px;
		height:30px;
		position:absolute;
		padding:5px;
	}