﻿
/****************************************************************************************************************************************/
/****************************************************************************************************************************************/
/****************************************************************************************************************************************/
/****************************************************************************************************************************************/
/****************************************************************************************************************************************/



/**********************************/
/*  Search Panel Style            */
/**********************************/

div.BlueGreen div.SearchPanel {
	margin:0 0 5px 0;
	padding:0;
}

/* searchTopPanel */
div.BlueGreen div.searchTopPanel {
	margin:0;
	background:url('searchBar.gif');
	height:24px;
}

div.BlueGreen div.searchTopPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


div.BlueGreen div.searchTopShortPanel {
	margin:0;
	background:url('searchBarShort.gif');
	height:24px;
}

div.BlueGreen div.searchTopShortPanel td.searchExt 
{
	float:left;
	width:54px;
	height:24px;
	background:url('arrOpen.gif') no-repeat top left;
	cursor:pointer;
}


/* searchDetailPanel */

div.BlueGreen .detailExt 
{
	width:56px !important;
	background:url('detailExt.gif') repeat-y;
}

div.BlueGreen .searchDetailPanel {
	margin:0;
	padding:5px 10px 10px 5px;
}


/****************************************/
/*  SkinID=BlueGreenGridViewSkin         */
/****************************************/

table.BlueGreenGridView {
	border: solid 1px #9DABA7;
	width:100%;
	padding:2px;
}

table.BlueGreenGridView .gridTitle 
{
	background-image: url('gridTitleBg.gif') !important;
	background-repeat: repeat-x;
	background-color: #bdd3e4;
	height:20px;
	text-align:center;
	color: #2A5983;
}

table.BlueGreenGridView tr.gridTitle th {
	padding: 0px 2px;	
}

table.BlueGreenGridView .gridRow {
	background-color:#FBFDFF;
	height: 20px;
}

table.BlueGreenGridView .gridArow {
	background-color:#EEF3F8;
	height: 20px;
}

table.BlueGreenGridView td {
	padding: 0px 2px;	
}

table.BlueGreenGridView td.firstCol {
	padding: 0px 2px 0px 10px;	
}

table.BlueGreenGridView input.txt {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 	
	font-weight: normal;
	text-decoration: none;		
	color: #1C1C1C;
	width: 100px;
	padding: 2px 2px 2px 5px;
	
	background-color: #ffffff;
	border: solid 1px #7F9DB9;
}

table.BlueGreenGridView .gridPager {
	font-weight: bold;
	color: #2A4B6B;
	background-color: #DFE4E9;
	height:20px;
}

/*Action Style*/
table.BlueGreenGridView div.actionPanel {
	position:absolute;
	visibility:hidden;
	background-color:#EEF8FF;
	opacity:.9;
	filter: alpha(opacity=90);
}

table.BlueGreenGridView div.actionDiv {
	border: 1px outset #D5E9F6; 
	padding: 2px;
}

table.BlueGreenGridView div.actionDiv ul {
	margin: 0px;
	padding: 0px;
}

table.BlueGreenGridView div.actionDiv li {
	margin: 0px;
	padding: 1px;
	display:block;
	list-style-type:none;
}

table.BlueGreenGridView div.actionDiv li a {
	display:block;
	padding:2px 10px;
	background-color:#BDD4E4;
	color: #123A7C;
	text-decoration:none;
}

table.BlueGreenGridView div.actionDiv li a:hover {
	display:block;
	padding:2px 10px;
	background-color:#123A7C;
	color: #DFF2FF;
	text-decoration:none;
}

table.BlueGreenGridView div.actionDiv li a.disabled {
	display:block;
	padding:2px 10px;
	background-color:#E1E2E3;
	color: #B4B4B4;
	text-decoration:none;
}

/**********************************/
/*  Pop Up                        */
/**********************************/


div.BlueGreen .modalBackground {
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/*Table Top*/
div.BlueGreen 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.BlueGreen div.popupTableTopLeft {
	float:left;
	background-image:url('popUpTL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:6px;
	height:30px;
}

div.BlueGreen div.popupTableTopRight {
	float:left;
	background-image:url('popUpTR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:6px;
	height:30px;
}

div.BlueGreen .popupTableTitle {
    margin: 0px;
    padding: 5px 0px 0px 40px;
    background-image:url('popupLogo.gif');
    background-repeat:no-repeat;
    text-align:left;
    font-size:10px;
    color:#1F4B86;
}

div.BlueGreen .popupTableClose 
{
	text-align:right;
	cursor:pointer;
	width:60px;
	padding: 5px 0px 0px 0px;
}

/*Table Bottom*/
div.BlueGreen div.popupTableBottom {
	float:left;
	background-image:url('popUpBM.gif'); 
	background-repeat:repeat-x;
	
	margin: 0px;
	padding: 0px;
	height:10px;
	width:584px;
}

div.BlueGreen div.popupTableBottomLeft {
	float:left;
	clear:left;
	background-image:url('popUpBL.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:10px;
}

div.BlueGreen div.popupTableBottomRight {
	float:left;
	background-image:url('popUpBR.gif'); 
	background-repeat:no-repeat;
	
	margin: 0px;
	padding: 0px;
	width:8px;
	height:10px;
}

/*Table Content*/
div.BlueGreen div.modalPopup {
	clear:both;
    margin: 0px;
    padding: 0px 10px;
    background-image:url('popupBg.gif');
    background-repeat:repeat-y;
    height:100%;
    text-align:left;
    vertical-align:top;
}

div.BlueGreen .modalPopupContent {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	margin: 0px;
}

div.BlueGreen .modalPopupContent div.buttons {
	text-align:right;
	vertical-align:top;
}

div.BlueGreen .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.BlueGreen .modalPopupContent hr
{
	height:1px;
	background-color:#92b4e0;
	color:#92b4e0;
	border: solid 1px #92b4e0;
}

.popupTitle
{
	font-weight:bold;
	font-size:10px;
	color: #000000;
}

/**********************************/
/*  Content Style                 */
/**********************************/

.BlueGreenTitleBar {
	height: 19px;
	padding: 4px 12px 0px 12px;
	background-image:url('titleBar.gif');
	background-repeat: no-repeat;
	font-size:12px;
	font-weight: bold;
	color: #012B56;	
}

.BlueGreenTitleBar .lbl {
	float:right;
	
	padding: 0px;
	margin:-12px 10px 0 0;
	font-size:10px;
	font-weight:normal;
}

.BlueGreenContainer {
	border: solid 1px #9DABA7;
	margin:0;
	padding:10px;
}

.BlueGreenContainer hr {
	border: solid 1px #7E8F99;
	height:1px;
	color:#968e5a;
	background-color:#7E8F99;
}

.BlueGreenContainer th {
}

.BlueGreenContainer2 {
	border: solid 1px #7E8F99;
	margin:0;
	padding:10px;
}

.BlueGreenContainer2 hr {
	border: solid 1px #7E8F99;
	height:1px;
	color:#968e5a;
	background-color:#7E8F99;
}
