﻿.mainTable
{
	width: 100%;
	table-layout: fixed;
	border: 0px;
	margin-top: 10px;
}

.panel
{
	border: solid 1px #A0A0A0;
	margin: 5px;
	background-color: #f6f6f6;
}

.panelTable
{
	width: 100%;
	margin: 0px;
	border: 0px;
	table-layout: fixed;
	height: 100%;
}

.panelTableThumbnailCell
{
	width: 75px;
	vertical-align: top;		
	text-align: center;
	padding: 5px;
}

.panelTableDataCell
{
	vertical-align: top;	
	padding: 3px;
}

.titleLine
{
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}

.titleLink
{	
	color: #5c8d06;
	text-decoration: none;
}

.titleLink:hover
{
	color: #5c8d06;
	text-decoration: underline;
}

.descriptionLine
{
	height: 150px;
	overflow: hidden;
}

.navigateLine
{
	margin-top: 5px;
	text-align: right;
	margin-right: 5px;
}

.thumbnail
{
	border: solid 1px #548dd4;
}


.createAlbumTable
{
	width: 100%;
	table-layout: fixed;
}

.createAlbumLabelCell
{
	width: 250px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	color: #404040;
}

.createAlbumDataCell
{
	vertical-align: middle;
	text-align: left;	
}

.albumNameTextBox
{
	width: 400px;
	font-family: Verdana;
	font-size: 12px;
	color: Black;
}

.createAlbumButtonCell
{
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
}

.createNewAlbumLine
{
	margin-top: 20px;
	text-align: right;
}

a.createAlbumLink
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.createAlbumLink:hover
{	
	text-decoration: underline;
}

