/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

/* DATA ENTRY PANEL
.DataEntryPanel {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
}
.DataEntryPanel-Head {
	background-color:#7F9DB9;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}
.DataEntryPanel-Head-Input {
	border: 2px inset #FFFFFF;
	width: 200px;
}
.DataEntryPanel-Item {
	border-bottom:1px solid #ECE9D8;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.DataEntryPanel-Body-IMG 
{
	margin-right: 3px;
}
.DataEntryPanel-Foot {
	background-color:#ECE9D8;
	padding: 3px;
}
 */
/* LIBRARY */
.LibraryThumbnail
{
	background-color: Silver;
}
.LibraryThumbnailTD
{
	padding-bottom: 5px;
}
.Preview
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.DownloadTable
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.Unapproved
{
	padding: 5px;
	border: solid 1px Red;
	background-color: LightPink;
}

/* COLLECTIONS */
.CollectionPreview
{
	background-color:White;
	border:solid 3px White;
}

.album-frame .topx----,
.album-frame .top----x,
.album-frame .botx----,
.album-frame .bot----x {
	height: 14px;
	width: 14px;
}

.album-frame .top-x--- 
{
	background-image: url(images/borders/white/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
.album-frame .top--x-- 
{
	background-image: url(images/borders/white/album-tstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .top---x- 
{
	background-image: url(images/borders/white/album-tstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}

.album-frame .mtpx---- 
{
	background-image: url(images/borders/white/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}
.album-frame .mtp----x 
{
	background-image: url(images/borders/white/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	height: auto;
	width: 14px;
}

.album-frame .midx---- 
{
	background-image: url(images/borders/white/album-lstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}
.album-frame .mid----x 
{
	background-image: url(images/borders/white/album-rstretch.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 14px;
}

.album-frame .mbtx---- 
{
	background-image: url(images/borders/white/album-lstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}
.album-frame .mbt----x 
{
	background-image: url(images/borders/white/album-rstretch.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	height: auto;
	width: 14px;
}

.album-frame .bot-x--- 
{
	background-image: url(images/borders/white/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: right;
	height: 14px;
	width: auto;
}
.album-frame .bot--x-- 
{
	background-image: url(images/borders/white/album-bstretch.gif);
	background-repeat: repeat-x;
	height: 14px;
	width: auto;
}
.album-frame .bot---x- 
{
	background-image: url(images/borders/white/album-bstretch.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 14px;
	width: auto;
}
