﻿.cross
{
	background-image: url("../images/icons/cross.png");
}
.check,.tick
{
	background-image: url("../images/icons/tick.png");
}
.group
{
	background-image: url("../images/icons/group.png");
}
.lock
{
	background-image: url("../images/icons/lock.png");
}

/*
these three are sorta special they are used all over as 
more complex classes (background, borders, padding, etc)
so we need a different name for them when we just use their icons
*/
.errorIcon
{
	background-image: url("../images/icons/exclamation.png");
}
.successIcon
{
	background-image: url("../images/icons/tick.png");
}
.noticeIcon
{
	background-image: url("../images/icons/error.png");
}



/* Control Code */

div.ReportingGrid
{
	
}
div.ReportingGrid .status
{
	float: left;
}

div.ReportingGrid .sendToExcel
{
	float: right;
	background-image: url("../images/icons/excel.gif");
}
div.ReportingGrid table
{
	clear: both;
}


/* Throws a red line across a gridview */
.redLine td{
    border-top: 2px solid #E9382C;
}

td.right
{
	text-align:right;
}
