/* ================================
    CSS STYLES FOR Module PhotoAlbum3
   ================================
*/
.photoMessages
{
	font-size: 10px;
	font-family:Courier;
}
.PhotoNormal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.PhotoWarning
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:Red;
}
.PhotoNormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight:bold;
}
A.PhotoNormal:link  {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoNormal:visited   {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoNormal:active    {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoNormal:hover {
    text-decoration:    underline;
    color:  #ff0000;
}
.PhotoCategoryLink
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
A.PhotoCategoryLink:link  {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoCategoryLink:visited   {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoCategoryLink:active    {
    text-decoration:    none;
    color:  #003366;
}

A.PhotoCategoryLink:hover {
    text-decoration:    underline;
    color:  #ff0000;
}
.PhotoPager
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
Table.PhotoPager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	padding: 2px 2px 2px 2px;
}
SELECT.PhotoPager
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
.PhotosDesc
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight:normal;
}
.PhotosAlt
{
	background-color:Silver;
	color:Black;
}
.PhotoSearchBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight:normal;
}
INPUT.PhotoSearchBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight:normal;
}
.PhotoHighlight
{
	border-right: green thin double;
	border-top: green thin double;
	border-left: green thin double;
	border-bottom: green thin double;
	background-color: mediumaquamarine;
}

