/*
HOME CONTROL PANEL
*/
.Left .Row div
{
	height: 84px;
}

.Left .Row div.Author
{
	background: url(../gif_jpg/icons/72x72/author-new-message.gif) no-repeat center;
}
.Left .Row div.Template
{
	background: url(../gif_jpg/icons/72x72/template-manager.gif) no-repeat center;
}
.Left .Row div.ManageLists
{
	background: url(../gif_jpg/icons/72x72/manage-lists.gif) no-repeat center;
}
.Left .Row div.ManageSubscribers
{
	background: url(../gif_jpg/icons/72x72/manage-subscribers.gif) no-repeat 50% 50%;
}
.Left .Row div.Reports
{
	background: url(../gif_jpg/icons/72x72/reports.gif) no-repeat center;
}
.Left .Row div.ProfilingSystem
{
	background: url(../gif_jpg/icons/72x72/profiling-summary.gif) no-repeat center;
}
.Left .Row div.AccountSettings
{
	background: url(../gif_jpg/icons/72x72/account-settings.gif) no-repeat center;
}
.Left .Row div.ProgressMonitor
{
	background: url(../gif_jpg/icons/72x72/progress-monitor.gif) no-repeat center;
}
.Left .Row div.ManageFolders
{
	background: url(../gif_jpg/icons/72x72/manage-list-folders.gif) no-repeat center;
}
.Left .Row div.NewList
{
	background: url(../gif_jpg/icons/72x72/create-a-new-list.gif) no-repeat center;
}
.Left .Row div.TemplateManager
{
	background: url(../gif_jpg/icons/72x72/template-manager.gif) no-repeat center;
}
.Left .Row div.MediaLibrary
{
	background: url(../gif_jpg/icons/72x72/media-library.gif) no-repeat center;
}
.Left .Row div.EmailSearch
{
	background: url(../gif_jpg/icons/72x72/search-for-an-email-address.gif) no-repeat center;
}
.Left .Row div.AbuseReport
{
	background: url(../gif_jpg/icons/72x72/Abuse-Report.gif) no-repeat center;
}
.Left .Row div.MonthlySummaryReport
{
	background: url(../gif_jpg/icons/72x72/Monthly-Summary.gif) no-repeat center;
}
.Left .Row div.ListSettings
{
	background: url(../gif_jpg/icons/72x72/List-Settings.gif) no-repeat center;
}
.Left .Row div.AddDeleteSubscribers
{
	background: url(../gif_jpg/icons/72x72/Add-Delete-Subscribers.gif) no-repeat center;
}
.Left .Row div.ImportListWizard
{
	background: url(../gif_jpg/icons/72x72/Import-List-Wizard.gif) no-repeat center;
}
.Left .Row div.MessageActivityReport
{
	background: url(../gif_jpg/icons/72x72/Message-Activity.gif) no-repeat center;
}
.Left .Row div.MessageDeliveryReport
{
	background: url(../gif_jpg/icons/72x72/Message-Delivery.gif) no-repeat center;
}
.Left .Row div.GeoTrackingReport
{
	background: url(../gif_jpg/icons/72x72/Geo-Tracking.gif) no-repeat center;
}
.Left .Row div.URLTrackingReport
{
	background: url(../gif_jpg/icons/72x72/URL-Tracking.gif) no-repeat center;
}

.Left .Row div.ExportListWizard
{
	background: url(../gif_jpg/icons/72x72/Export-List-Wizard.gif) no-repeat center;
}

.Left .Row div.ViewAddresses
{
	background: url(../gif_jpg/icons/72x72/View-Subscribers.gif) no-repeat center;
}

/*
LEFT LIST VIEW
*/
.FolderClosedImage
{
	background: url(../gif_jpg/FolderClosed.gif) no-repeat center right;	
}

.FolderOpenedImage
{
	background: url(../gif_jpg/FolderOpen.gif) no-repeat center right;	
}

.ListImage
{
	background: url(../gif_jpg/ListIcon.gif) no-repeat center right;
}

.SuppressionListImage
{
	background: url(../gif_jpg/suppression.gif) no-repeat center right;	
}

/*
REPORTS
*/
.ExportReport
{
	width: 50px;
	height: 55px;
	background: url(../gif_jpg/icons/50x50/report-export.gif) no-repeat center top;
}

.PrintableReport
{
	width: 50px;
	height: 55px;
	background: url(../gif_jpg/icons/50x50/print.gif) no-repeat center top;
}

.GraphReport
{
	width: 50px;
	height: 55px;
	background: url(../gif_jpg/icons/50x50/view-graph.gif) no-repeat center top;
}

.DynamicProfile
{
	width: 50px;
	height: 55px;
	background: url(../gif_jpg/icons/50x50/dynamic-profile.gif) no-repeat center top;
}
/*
MESSAGE BOXES
*/
.ResultsBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url(../gif_jpg/Icons/50x50/GreenAlert.gif);
}

.WarningBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url(../gif_jpg/Icons/50x50/YellowAlert.gif);
}

.ErrorBox .Icon
{
	width: 50px;
	height: 50px;
	background-image: url(../gif_jpg/Icons/50x50/RedAlert.gif);
}

.InfoBox .Icon
{
	width: 70px;
	height: 50px;
	background: url(../gif_jpg/Icons/50x50/InfoBox.gif) no-repeat center;
}

/*
ADVANCED PROFILING
*/
.UpArrow, .UpArrowDisabled, .DownArrow, .DownArrowDisabled
{
	width: 18px;
	height: 18px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.UpArrow
{
	background: url(../gif_jpg/Icons/16x16/up-blue.gif) no-repeat top center;
}

.UpArrowDisabled
{
	background: url(../gif_jpg/Icons/16x16/up-gray.gif) no-repeat top center;
}

.DownArrow
{
	background: url(../gif_jpg/Icons/16x16/down-blue.gif) no-repeat bottom center;
}

.DownArrowDisabled
{
	background: url(../gif_jpg/Icons/16x16/down-gray.gif) no-repeat bottom center;
}

.Edit, .Save, .Delete, .Cancel
{
	height: 20px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	border: 0;
	font-size: 0;
}

.Edit
{
	background: url(../gif_jpg/Icons/20x20/edit.gif) no-repeat top center;
}

.Save
{
	background: url(../gif_jpg/Icons/20x20/save.gif) no-repeat top center;
}

.Delete
{
	background: url(../gif_jpg/Icons/20x20/delete.gif) no-repeat top center;
}

.Cancel
{
	background: url(../gif_jpg/Icons/20x20/cancel.gif) no-repeat top center;
}	