﻿/**********************************/
/*  Search Panel Style            */
/**********************************/

div.CoolBrown div.SearchPanel {
	border: solid 1px #968e5a;
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.CoolBrown div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
}

div.CoolBrown div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


/* searchDetailPanel */

div.CoolBrown .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.CoolBrown .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #CFC072;
}


/*****************************************/
/*  SkinID=CoolBrownGridView          */
/*****************************************/

table.CoolBrownGridView {
	border: solid 1px #A5964A;
	width:100%;
	padding:2px;
}

table.CoolBrownGridView .gridTitle 
{
	/*background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;*/
	background-color: #E7E0AA;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.CoolBrownGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.CoolBrownGridView .gridRow {
	background-color:#FDFDF4;
	height: 20px;
}

table.CoolBrownGridView .gridArow {
	background-color:#FCFAE2;
	height: 20px;
}

table.CoolBrownGridView td {
	padding: 0px 5px;	
}

table.CoolBrownGridView 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.CoolBrownGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #E7E0AA;
	height:20px;
}

div.CoolBrownGridView .displayFooterPanel {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #E7E0AA;
	height:20px;
}
