.grid { width: 100%; border: 1px solid #666; overflow:scroll;}
.grid { font-size: 11px; }
.grid tr {background-color: #fff;}
.grid td {padding: 4px; }
.grid td img { border-width: 0px; }
.grid .grid_item {background-color: #fff;}
.grid .grid_alternateItem {background-color: #eee;}
.grid .grid_footer {background-color: #333; color: white; padding-left: 5px; font-weight:bold;}

/*.pagination { background-color: #333; color : white; padding: 2px; margin-top:0px;}
.pagination a { color: White; text-decoration:none; font-weight:bold;}
.pagination a:hover { color: orange; }*/

/* Inner Grid links e.g. Edit, Delete*/
.grid a {text-decoration:none; font-weight:bold;}
.grid a:hover {text-decoration:none; color: Orange;}

/* Header on grid */
.grid th {background-color: #666; margin:0; padding:4px; color: #fff; }
.grid th a { padding: 0px 10px 0px 5px; display:block; font-size: 11px;}
.grid th a:hover {background-color: Orange; color: white; }
.grid_header {background-color: #666; color: white; text-align:left; padding-left: 5px;}
.grid_header_asc { background-color: #333; color: #fff; background-image: url(../images/asc.gif); background-position: center right; background-repeat: no-repeat;}
.grid_header_asc a {color: #fff; }
.grid_header_desc { background-color: #333; color: #fff; background-image: url(../images/desc.gif); background-position: center right; background-repeat: no-repeat;}
.grid_header_desc a {color: #fff; }
.grid_header a {color: White; }

.align_right { text-align: right; }

.link{}
.edit 
{
	background-image:url("images/pencil.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;

}
.delete 
{
	background-image:url("images/small_cross.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;

}
.nodelete 
{
	background-image:url("images/forbidden.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;

}
.new 
{
	background-image:url("images/small_add.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;

}
.email 
{
	background-image: url("images/email.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

