﻿/**********************************/
/*  Search Panel Style            */
/**********************************/

div.PastelGreen div.SearchPanel {
	border: solid 1px #648B75;
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.PastelGreen div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
}

div.PastelGreen div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


/* searchDetailPanel */

div.PastelGreen .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.PastelGreen .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #8CB49D;
	background-color:#FFFFFF;
}


/*****************************************/
/*  SkinID=PastelGreenGridView          */
/*****************************************/

table.PastelGreenGridView {
	border: solid 1px #648B75;
	width:100%;
	padding:2px;
}

table.PastelGreenGridView .gridTitle 
{
	/*background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;*/
	background-color: #BCD6C9;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.PastelGreenGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.PastelGreenGridView .gridRow {
	background-color:#F7FBF9;
	height: 20px;
}

table.PastelGreenGridView .gridArow {
	background-color:#EAF5F0;
	height: 20px;
}

table.PastelGreenGridView td {
	padding: 0px 5px;	
}

table.PastelGreenGridView input.txt {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 	
	font-weight: normal;
	text-decoration: none;		
	color: #1C1C1C;
	padding: 2px;
	
	background-color: #ffffff;
	border: solid 1px #7F9DB9;
}

table.PastelGreenGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #BCD6C9;
	height:20px;
}

div.PastelGreenGridView .displayFooterPanel {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #BCD6C9;
	height:20px;
}

div.PastelGreen div.SearchPanel {
	border: solid 1px #648B75;
	margin:0 0 5px 0;
	padding:0;
}

td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
	border: 1px #648B75;
	border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: none;
}

div.SearchPanel {
	border: 1px #648B75;
	border-top-style: none;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
	margin:0 0 5px 0;
	padding:0;
}


td.detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

td.searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #8CB49D;
	background-color:#FFFFFF;
}