/*
	Copyright (c) 2017 Peraton	
	
	Filename: images.css
	
	Author: msherwood
	Date: 10/26/05
	Version: 1.0
	
	Description:
	
	Updates:
*/

/* ######################################## BEGIN ICON ######################################## */
.icon_close
{
	background-image: url("../_images/close.gif");
}

.icon_closeOver
{
	background-image: url("../_images/icon_closeOver.gif");
}

.icon_closeClick
{
	background-image: url("../_images/icon_closeClick.gif");
}

.icon_add
{
	background-image: url("../_images/add.gif");
}

.icon_addOver
{
	background-image: url("../_images/icon_addOver.gif");
}

.icon_addClick
{
	background-image: url("../_images/icon_addClick.gif");
}

.icon_excel
{
	background-image: url("../_images/icon_excel.gif");
}

.icon_print
{
	background-image: url("../_images/icon_print.gif");
}

.icon_filter
{
	background-image: url("../_images/filter.gif");
}

.icon_minimize
{
	background-image: url("../_images/minimize.gif");
}

.icon_maximize
{
	background-image: url("../_images/maximize.gif");
}

.icon_help
{
	background-image: url("../_images/icon_help_sml.gif");
}

/* when multiple css classes share the same properties - this is good css practice */
.icon_close, .icon_closeOver, .icon_closeClick, .icon_add, .icon_addOver, .icon_addClick, .icon_excel, 
.icon_print, .icon_filter, .icon_minimize, .icon_maximize, .icon_help
{
	width: 12px;
	height: 12px;
	border: 0px;
	margin-left: 1px;
	margin-right: 1px;
	cursor: pointer;
	float: right;
	display: inline-block;
}

.icon_break
{
	background-image: url("../_images/break.gif");
	width: 12px;
	height: 12px;
	border: 0px;
	float: right;
	display: inline-block;
}

.icon_delete
{
	background-image: url("../_images/icon_delete.gif");
}

.icon_deleteOver
{
	background-image: url("../_images/icon_deleteOver.gif");
	width: 48px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_deleteClick
{
	background-image: url("../_images/icon_deleteClick.gif");
	width: 48px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_deleteDisabled
{
	background-image: url("../_images/icon_deleteDisabled.gif");
	width: 48px;
	height: 12px;
	border: 0px;
}

.icon_restore
{
	background-image: url("../_images/icon_restore.gif");
}

.icon_restoreOver
{
	background-image: url("../_images/icon_restoreOver.gif");
	width: 48px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_restoreClick
{
	background-image: url("../_images/icon_restoreClick.gif");
	width: 48px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_restoreDisabled
{
	background-image: url("../_images/icon_restoreDisabled.gif");
	width: 48px;
	height: 12px;
	border: 0px;
}

.icon_edit
{
	background-image:url('../_images/icon_edit.gif');
}

.icon_eye
{
	background-image:url('../_images/icon_eye.gif');
}

.icon_alert
{
	background-image:url('../_images/icon_alertsml.gif'); 
}

/* when multiple css classes share the same properties - this is good css practice */
.icon_delete, .icon_edit, .icon_restore, .icon_eye
{
	float: left;
	width: 16px;
	height: 16px;
	border: 0;
	margin-left: 5px;
	display: inline;
	cursor: pointer;
}

.icon_spacer
{
	background-image:url('../_images/spacer.gif');
}

.icon_unfunded
{
	background-image:url('../_images/icon_unfunded.gif');
}

.icon_unfunded, .icon_spacer, .icon_alert
{
	float: left;
	width: 16px;
	height: 16px;
	border: 0;
	margin-left: 5px;
	display: inline;
}

.icon_checkmark
{
	background-image:url('../_images/checkmark_sml_blk.gif');
	width: 15px;
	height: 15px;
	border: 0;
}

.icon_expandText
{
	background-image: url("../_images/icon_expandText.gif");
	width: 12px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_expandTextOver
{
	background-image: url("../_images/icon_expandTextOver.gif");
	width: 12px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_expandTextClick
{
	background-image: url("../_images/icon_expandTextClick.gif");
	width: 12px;
	height: 12px;
	border: 0px;
	cursor: pointer;
}

.icon_calendar
{
	background-image: url("../_images/icon_calendar.gif");
}

.icon_calendarOver
{
	background-image: url("../_images/icon_calendarOver.gif");
}

.icon_calendarClick
{
	background-image: url("../_images/icon_calendarClick.gif");
}

.icon_calendar, .icon_calendarOver, .icon_calendarClick
{
	width: 16px;
	height: 16px;
	border: 0px;
	cursor: pointer;
}

.icon_warning_red
{
	background-image: url('../_images/icon_warning_red.gif');
	width: 15px;
	height: 15px;
	border: 0;
	margin-left: 5px;
	display: inline-block;
}
/* ######################################## END ICON ######################################## */


