﻿/**********************************/
/*  Search Panel Style            */
/**********************************/

div.PastelBlue div.SearchPanel {
	border: solid 1px #848ab1;
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.PastelBlue div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
}

div.PastelBlue div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


/* searchDetailPanel */

div.PastelBlue .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.PastelBlue .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #a7adcf;
}

/**********************************/
/*  SkinID=GridViewStyle          */
/**********************************/

table.PastelBlueGridView {
	border: solid 1px #848ab1;
	width:100%;
	padding:2px;
}

table.PastelBlueGridView .gridTitle 
{
	/*background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;*/
	background-color: #D3D6E9;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.PastelBlueGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.PastelBlueGridView .gridRow {
	background-color: #fcfcff;
	height: 20px;
}

table.PastelBlueGridView .gridArow {
	background-color: #f4f5ff;
	height: 20px;
}

table.PastelBlueGridView td {
	padding: 0px 5px;	
}

table.PastelBlueGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DFE4E9;
	height:20px;
}

div.PastelBlueGridView .displayFooterPanel {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DFE4E9;
	height:20px;
}
