﻿/**********************************/
/*  Search Panel Style            */
/**********************************/

div.DarkerYellow div.SearchPanel {
	border: solid 1px #968e5a;
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.DarkerYellow div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
}

div.DarkerYellow div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


/* searchDetailPanel */

div.DarkerYellow .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.DarkerYellow .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #bfb782;
}


/*****************************************/
/*  SkinID=DarkerYellowGridView          */
/*****************************************/

table.DarkerYellowGridView {
	border: solid 1px #968e5a;
	width:100%;
	padding:2px;
}

table.DarkerYellowGridView .gridTitle 
{
	/*background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;*/
	background-color: #DDDAB5;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.DarkerYellowGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.DarkerYellowGridView .gridRow {
	background-color:#fcfcf6;
	height: 20px;
}

table.DarkerYellowGridView .gridArow {
	background-color:#f8f7e7;
	height: 20px;
}

table.DarkerYellowGridView td {
	padding: 0px 5px;	
}

table.DarkerYellowGridView 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.DarkerYellowGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DDDAB5;
	height:20px;
}


/**********************************/
/*  Pop Up                        */
/**********************************/


div.DarkerYellow .modalBackground {
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/*Table Top*/
div.DarkerYellow div.popupTableTop {
	float:left;
	background-image:url('popUpTM.gif'); 
	background-repeat:repeat-x;
	
	height:30px;
	width:584px;
	margin: 0px;
	padding: 0px;
	cursor:move;
	
	text-align:left;
	vertical-align:middle;
	
	font-weight:bold;
	font-size:11px;
	color: #173E00;
}

div.DarkerYellow div.popupTableTopLeft {
	float:left;
	background-image:url('popUpTL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:30px;
}

div.DarkerYellow div.popupTableTopRight {
	float:left;
	background-image:url('popUpTR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:30px;
}

div.DarkerYellow .popupTableTitle {
    margin: 0px;
    padding: 3px 0px 0px 30px;
    background-image:url('popupLogo.gif');
    background-repeat:no-repeat;
    text-align:left;
    font-size:10px;
    color:#1F4B86;
}

div.DarkerYellow .popupTableClose 
{
	text-align:right;
	cursor:pointer;
	width:60px;
}

/*Table Bottom*/
div.DarkerYellow div.popupTableBottom {
	float:left;
	background-image:url('popUpBM.gif'); 
	background-repeat:repeat-x;
	
	margin: 0px;
	padding: 0px;
	height:10px;
	width:584px;
}

div.DarkerYellow div.popupTableBottomLeft {
	float:left;
	clear:left;
	background-image:url('popUpBL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:10px;
}

div.DarkerYellow div.popupTableBottomRight {
	float:left;
	background-image:url('popUpBR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:10px;
}

/*Table Content*/
div.DarkerYellow div.modalPopup {
	clear:both;
    margin: 0px;
    padding: 0;
    background-image:url('popupBg.gif');
    background-repeat:repeat-y;
    height:100%;
    text-align:left;
    vertical-align:top;
}


div.DarkerYellow .modalPopupContent {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	margin: 0px;
}

div.DarkerYellow .modalPopupContent div.buttons {
	text-align:right;
	vertical-align:top;
}

div.DarkerYellow .modalPopupContent div.buttons input {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	cursor:pointer;
	padding:0px;
	margin:0px 0px 0px 10px;
}

div.DarkerYellow .modalPopupContent hr
{
	height:1px;
	background-color:#92b4e0;
	color:#92b4e0;
	border: solid 1px #92b4e0;
}

div.DarkerYellow .displayFooterPanel {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DDDAB5;
	height:20px;
}