﻿
.Alpha30 { filter: Alpha(Opacity=30); -moz-opacity:0.3; opacity: 0.3; }
.Alpha40 { filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4; }
.Alpha50 { filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5; }
.Alpha60 { filter: Alpha(Opacity=60); -moz-opacity:0.6; opacity: 0.6; }
.Alpha70 { filter: Alpha(Opacity=70); -moz-opacity:0.7; opacity: 0.7; }

/* ========================================================= */
/* Style specific to Photo Albums                            */
/* ========================================================= */

div.aToolbar
{
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	padding: 2px; 
	border-bottom: 1px solid #999999; 
	background-color: #E0E0E0;
	background-image: url('/s/Media/Images/grad_AlbumToolbar.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.LinkTextBox
{
	width: 500px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #CC0000;
	background-color: white;
	border: 1px solid #E0E0E0;
}