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