﻿.returnToPreviousPage
{
	padding:0 0 20px 20px;
	float:none;
	background:url(../images/galery-link-left.gif) no-repeat;
}
.returnToPreviousPage a
{
	color:#09c;
	text-decoration: underline;
}
.returnToPreviousPage a
{
	text-decoration: none;
}






/************************************************/
/************* Start Grid View CSS **************/
/************************************************/

.grid
{
	font:11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-color:#fff;
}

.grid .datatable
{
	width:600px;
	border: 0;
}

/* Table Header */
.grid .datatable TH
{
	font:italic bold 12px/16px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#666;
	padding:8px;
	background-color:#efeee8;
}
.grid .datatable TH a
{
	color:#666;
	text-decoration:underline;
}
.grid .datatable TH a:hover
{
	text-decoration:none;
}

/* Table cells */
.grid .datatable TD
{
	color:#666;
	text-align:left;
	padding:5px;
	border-right:solid 0px #d9d9d9;	
}
.grid .datatable TD a
{
	float:left;
	font:11px/16px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color:#09c;
	padding:0 0 0 7px;
	text-decoration:underline;
}
.grid .datatable TD a:hover
{
	text-decoration:none;
}

.grid .datatable TR.even { background-color:#fff; }
.grid .datatable TR.odd { background-color:#f7f6f3;}



/* Table Footer/Paging */
.gridFooter
{
	color:#0099cc;
	background:#efeee8;
	padding: 5px;
	height:20px;
}
.gridPaging
{
	width:auto;
	font:11px "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	color:#0099cc;
	float:right;
	padding:3px 5px 0 0;
}
.gridButtons
{
	float: right;
	padding:3px 5px 0 0;
}

/* Table Misc */
.gridCenter {text-align: center;}


/* Sorting Styles */
.grid .datatable TR TH.asc,
.grid .datatable TR TH.desc
{
	/*background:url(../images/hd_bg_sort.png) repeat-x;
	background-color:#f1f5fa;*/
}

.grid .datatable TH .sort { padding-right:21px; }
.grid .datatable TH.asc .sort
{
	font-size: 20px;
	background: url(/images/asc.gif) no-repeat center right;	
}

.grid .datatable TH.desc .sort
{
	background: url(/images/desc.gif) no-repeat center right;	
}


/************* End Grid View CSS **************/


