﻿/**********************************/
/*  Search Panel Style            */
/**********************************/

div.CyanBlue div.SearchPanel {
	border: solid 1px #8CABD3;
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.CyanBlue div.searchTopPanel {
	margin:0;
	background:url('searchTopPanelBg.gif') repeat-x;
	height:24px;
}

div.CyanBlue div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px !important;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}



/* searchDetailPanel */

div.CyanBlue .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.CyanBlue .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
	border-top:solid 1px #93beca;
}


/****************************************/
/*  SkinID=CyanBlueGridViewSkin         */
/****************************************/

table.CyanBlueGridView {
	border: solid 1px #8CABD3;
	width:100%;
	padding:2px;
}

table.CyanBlueGridView .gridTitle 
{
	background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;
	background-color: #bdd3e4;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.CyanBlueGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.CyanBlueGridView .gridRow {
	background-color:#FBFDFF;
	height: 20px;
}

table.CyanBlueGridView .gridArow {
	background-color:#EEF3F8;
	height: 20px;
}

table.CyanBlueGridView td {
	padding: 0px 2px;	
}

table.CyanBlueGridView input.txt {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 	
	font-weight: normal;
	text-decoration: none;		
	color: #1C1C1C;
	width: 100px;
	padding: 2px;
	
	background-color: #ffffff;
	border: solid 1px #7F9DB9;
}

table.CyanBlueGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DFE4E9;
	height:20px;
}

/**********************************/
/*  Pop Up                        */
/**********************************/


div.CyanBlue .modalBackground {
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/*Table Top*/
div.CyanBlue div.popupTableTop {
	float:left;
	background-image:url('popUpTM.gif'); 
	background-repeat:repeat-x;
	
	height:30px;
	width:588px;
	margin: 0px;
	padding: 0px;
	cursor:move;
	
	text-align:left;
	vertical-align:middle;
	
	font-weight:bold;
	font-size:11px;
	color: #173E00;
}

div.CyanBlue div.popupTableTopLeft {
	float:left;
	background-image:url('popUpTL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:6px;
	height:30px;
}

div.CyanBlue div.popupTableTopRight {
	float:left;
	background-image:url('popUpTR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:6px;
	height:30px;
}

div.CyanBlue .popupTableTitle {
    margin: 0px;
    padding: 3px 0px 0px 40px;
    background-image:url('popupLogo.gif');
    background-repeat:no-repeat;
    text-align:left;
    font-size:10px;
    color:#1F4B86;
}

div.CyanBlue .popupTableClose 
{
	text-align:right;
	cursor:pointer;
	width:60px;
}

/*Table Bottom*/
div.CyanBlue div.popupTableBottom {
	float:left;
	background-image:url('popUpBM.gif'); 
	background-repeat:repeat-x;
	
	margin: 0px;
	padding: 0px;
	height:8px;
	width:584px;
}

div.CyanBlue div.popupTableBottomLeft {
	float:left;
	clear:left;
	background-image:url('popUpBL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:8px;
}

div.CyanBlue div.popupTableBottomRight {
	float:left;
	background-image:url('popUpBR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:8px;
}

/*Table Content*/
div.CyanBlue div.modalPopup {
	clear:both;
    margin: 0px;
    padding: 0 8px;
    background-image:url('popupBg.gif');
    background-repeat:repeat-y;
    height:100%;
    text-align:left;
    vertical-align:top;
}

div.CyanBlue .modalPopupContent {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	margin: 0px;
}

div.CyanBlue .modalPopupContent hr
{
	height:1px;
	background-color:#92b4e0;
	color:#92b4e0;
	border: solid 1px #92b4e0;
}

.width100
{
	width:100px;	
}

div.CyanBlue .displayFooterPanel {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DFE4E9;
	height:20px;
}