﻿/* Photo Album */
	
.albumListItem 
{
	Width:220px;
	height:170px;
	padding:0,0,0,0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;		
}

.albumListItem:hover
{
	Width:220px;
	height:170px;	
	padding:0,0,0,0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;		
}

.fourAcrossDatalistItem
{
	Vertical-align:middle;		
}

.photoHeaderTemplate
{
	vertical-align:middle;
	text-align:left;
	margin:0,auto,0,0;
}

.photoFooterTemplate
{
	vertical-align:middle;
}

.photoHLine
{
	height:2px;
	background-color:Green;
	width:100%;
	padding:0,0,0,0;
	margin:0,auto,0,0;	 
}

.photoHeaderLbl
{
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;	
}

.photoLinkButton
{
	background-color:#F0FFF0;
	border:solid 1px black;
	padding:1px 5px 1px 5px;
    text-decoration:none;
    color:Black; 		
}

.photoCommentRow
{
	background-color: #FFFFFF;
}

.photoCommentAltRow
{
	background-color: #999999;
}


.modalBackground 
{   background-color:#666666;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup
{
	background-color:Transparent;	
}

.photoPopupOuterPanel
{
	background-color:#cadac1;
	/*width: 900px;
	height: 700px;*/
}

.photoPopupInnerPanel
{
	background-color:White;
	margin: auto auto auto auto;
	/*width: 870px;
	height: 670px;*/
}

.photoPopupContentTable
{
	 /*width: 830px;
	 height: 670px;*/
	 margin: 0 auto auto auto;
	 vertical-align: top;
}		

.photoModelPopupTxtBox
{
	border: solid 1px black;
}

.photoSectionHeadText
{
	font-family:Arial;
	font-size: 20px;
	color: #4790cd;
}

.photoModelPopupGeneralText
{
	font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.photoPopupOuterCorner
{
	background-color: #939393;
}

.albumSettingsRounder
{
	width: 300px;
	background-color:#FFFFFF;
}


