/* These two classes are part of a replacement for LightBox, because LightBox is proving difficult to work with */
DIV.black_overlay{
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.modalBackground 
{
   background-color:#000;
   filter:alpha(opacity=70);
   opacity: 0.7;
}

DIV.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 23%;
    width: 50%;
    height: 350px;
    padding: 16px;
    border: 2px solid #d3d3d1;
    background-color: #f6f9f5;
    z-index:1002;
    overflow:hidden;
    text-align:center;
} 
DIV.white_content_large {
    display: none;
    position: absolute;
    top: 15%;
    left: 12%;
    width: 75%;
    height: 475px;
    padding: 16px;
    border: 2px solid #d3d3d1;
    background-color: #f6f9f5;
    z-index:1002;
    overflow:hidden;
    text-align:center;
}
.RedX
{
	position:absolute;
	right:12px;
	top: 4px;	
	cursor:hand;
	cursor:pointer;
}

DIV.MessageBoxGreen
{
	position:absolute;
	z-index:2000;
	top:40%;
	left:40%;
	background-color:Transparent;
	padding-left:5px;
	padding-right:5px;
	width:300px;
	text-align:center;
	font-size: 11px;
	font-family: Arial;
	font-weight: 300;
}

.Underline
{
	text-decoration:underline;	
	cursor:hand;
	cursor:pointer;
}

.None
{
	text-decoration:none;	
}

DIV.MessageBoxGreen DIV.Top
{
	background-image:url(../Images/message_box_green_top.gif);
	height: 18px;	
}

DIV.MessageBoxGreen DIV.Middle
{
	background-image:url(../Images/message_box_green_middle.gif);	
}

DIV.MessageBoxGreen DIV.Bottom
{
	background-image:url(../Images/message_box_green_bottom.gif);	
	height:18px;
}

DIV.MessageBoxYellow
{
	position:absolute;
	z-index:2000;
	top:40%;
	left:40%;
	background-color:Transparent;
	padding-left:5px;
	padding-right:5px;
	width:300px;
	text-align:center;
	font-size: 11px;
	font-family: Arial;
	font-weight: 300;
}

DIV.MessageBoxYellow DIV.Top
{
	background-image:url(../Images/message_box_yellow_top.gif);	
	height:17px;
}

DIV.MessageBoxYellow DIV.Middle
{
	background-image:url(../Images/message_box_yellow_middle.gif);	
}

DIV.MessageBoxYellow DIV.Bottom
{
	background-image:url(../Images/message_box_yellow_bottom.gif);	
	height:17px;
}

body
{
	background-color:#e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
}
/*
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FAFAFA;
	/* width: 100%; */
	/*width: 99%;
    height: 100%;
} */

/*FORM
{
	margin: 0 auto;	/* centers *//*
	width: 1000px;
	height: 600px;
	position: relative;
} */

FORM.admin
{
	margin: 0 auto;	/* centers */
	width: 780px;
	height:auto;
	position: relative;
}

/******************************************************/
/* Top Menu Admin Navigation                          */
/******************************************************/
.Menu 
{
	display:block;
	width: 770px;
	font-size:12px;
	padding:5px;
	margin-top: 8px;
	position:relative;
}
.Menu ul 
{
	margin: 0 auto;
	padding: 0 0 18px 0;
}
.Menu li {
	list-style-type: none;
	display: inline;
}

.itemTopMenu a
{
	color: white;
	text-align:center;
	padding: 2px 12px;
	display: block;
	float: left;
	text-decoration:none;
	border: 1px outset #BDDEB1;
	margin: 0 .5em 0 0;
	width:112px;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:smaller;
}

.itemTopMenu a:hover,
.itemTopMenu a:active,
.itemTopMenu a:focus 
{
	border: 1px inset #BDDEB1;
}

.selectedTopMenu a
{
	background-color: #e0e0e0;
	color: #005595;
	text-align:center;
	padding: 2px 12px;
	display: block;
	float: left;
	text-decoration:none;
	border: 1px inset #FFFFFF;
	margin: 0 .5em 0 0;
	width:112px;
	text-transform:uppercase;
	font-weight:bolder;
	font-size:smaller;
}

/********************************************************/
/*  This is the top detail section                      */
/********************************************************/
.topNav
{
	margin-top:5px;
	padding: 15px 17px 10px 20px;
	overflow: auto;
	background-color: #FFFFFF;
	width:743px;
}
DIV.topDetail
{
	font-size: 11px;
	padding: 15px 17px 2px 20px;
	overflow: visible;
	background-color: #FFFFFF;
	width:743px;
}
DIV.topDetail .sectionHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #26547C;
	margin: 5px 0px 5px 0px;
}
DIV.subHeader
{
	font-size: 13px;
	font-weight: bold;
	color: #26547C;
	margin: 5px 0px 5px 5px;
}
DIV.topDetail .detailRow
{
	display:block;
	width: 743px;
}
DIV.topDetail .detailLabel
{
	float:left;
	width:150px;
	height:20px;
	padding-top: 2px;
}
DIV.topDetail .detailInput
{
	float:right;
	width:590px;
	height:22px;
}
/********************************************************/
/* This are is for when the input row is a textarea     */
/********************************************************/
DIV.topDetail .detailTARow
{
	display:block;
	width: 743px;
}
DIV.topDetail .detailTALabel
{
	float:left;
	width:150px;
	height:60px;
	padding-top: 2px;
}
DIV.topDetail .detailTAInput
{
	float:right;
	width:590px;
	height:62px;
}
DIV.topDetail TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#divButtonRow
{
    margin: 3px 0px 12px 0px;
}
DIV.subNavHeader
{
	font-size: 12px;
	font-weight:bold;
	color:#447730;
}

FORM DIV.header
{
	height: 84px;
	width: 780px;
	background-color: #005595;	
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

/********************************************************/
/*  This is the top detail section                      */
/********************************************************/
FORM DIV.subNav
{
	background-color: #FFFFFF;
	padding: 5px 3px 3px 12px;
	width: 765px;	
	height: 18px;
	border-top: solid 1px #868686;
	border-bottom: solid 1px #868686;
	font-size: 10px;
}

DIV.subNav SPAN.header
{
	font-weight:bold;
	color:#447730;
	margin-left:6px;
}
DIV.subNav a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
DIV.subNav a:hover
{
	color:#04325A;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
DIV.subNav DIV.item
{
	display: inline;
	padding: 4px 6px 4px 6px;
	cursor: pointer;
	cursor:hand;
}
DIV.subNav DIV.item a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
DIV.subNav DIV.item a:hover
{
	color:#04325A;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
DIV.subNav DIV.selected
{
	background-image: url(../images/nav_arrow_right.gif);
	background-repeat: no-repeat;
	display: inline;
	padding: 4px 4px 4px 20px;
	cursor: pointer;
	cursor:hand;
}
DIV.subNav DIV.divider
{
	border-bottom: solid 1px #CACACA;
	margin: 6px 0px 6px 0px;
	width: 92%;
}

DIV IMG.item
{
	vertical-align: middle;
	margin-right: 4px;
	height: 15px;
	width: 15px;
}
SPAN.logo 
{
	color: #AADD96;
	font-family: Garamond;
	font-weight: bold;
	font-size: 30px;
}

/*****************************************************************
	Sub Detail Section
******************************************************************/
.subDetail
{
	font-size: 11px;
	padding: 15px 17px 2px 20px;
	overflow: auto;
	background-color: #FFFFFF;
	width:743px;
}
DIV.subDetail .sectionHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #26547C;
	margin: 2px 0px 8px 0px;
}

/*****************************************************************
	Standard
******************************************************************/
H1
{
	font-size: 20px;
	font-weight: bold;
	color: #26547C;
}
SPAN
{
}
INPUT
{
	
}
INPUT.stdbtn
{
	border: #FAFAFA 1px solid; /* gray border - light edges!!!! */
    color: #ffffff; 
    background-color: #26547C;	/* use standard colors */
    cursor:hand;
    cursor:pointer;	
    width: 100px;
    height: 24px;
}

INPUT.stdbtndisabled
{
	border: #FAFAFA 1px solid; /* gray border - light edges!!!! */
    color: #9f9f9f; 
    background-color: #1f4666;	/* use standard colors */
    width: 100px;
    height: 24px;
}

INPUT.substdbtn
{
	border: #dAdAdA 2px solid; /* gray border - light edges!!!! */
    color: #26547C; 
    background-color: #fafafa;	/* use standard colors */
    font-size: 9px;
    cursor:hand;
    cursor:pointer;	
    width: 100px;
    height: 24px;
}

INPUT.substdbtndisabled
{
	border: #dAdAdA 2px solid; /* gray border - light edges!!!! */
    color: #1c3d5a; 
    background-color: #cfcfcf;	/* use standard colors */
    font-size: 9px;
    width: 100px;
    height: 24px;
}

/*****************************************************************
	Reports Screen 
******************************************************************/
DIV.control_list
{
	margin-top: 15px;
	padding: 15px 2px 15px 2px;
}
/*****************************************************************
	Detail Section
*****************************************************************/
DIV.detail
{
	padding-top: 10px;
	padding-bottom:10px;	
}
/*** Detail Row Section ***/
DIV.detail DIV.row
{
	display: inline-block;
	margin-bottom:3px;
	
}
/* to be used for all labels (if it is required, see two classes below */
DIV.detail DIV.row .row_label		
{
	float: left;
	width: 90px;
	background-color:#ffffff;
	color:#000000;
	text-align: left;
	padding-right:5px;
	margin-left:5px;
	margin-right:10px;
	font-weight:bold;
	font-size:10px;
}
DIV.detail DIV.row .row_label_gray		
{
	float: left;
	width: 150px;
	background-color:#f6f9f5;
	color:#000000;
	text-align: right;
	padding-right:5px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
DIV.detail DIV.row .row_txt
{
	width:300px;
}
DIV.detail DIV.row .row_txt_short
{
	width:100px;
}
DIV.detail DIV.row .row_txt_small
{
	font-size:10px;
}
DIV.detail DIV.row .row_txt_long
{
	width:500px;
}
Div.row
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*****************************************************************
	Command Button Section
*****************************************************************/
.pnlCommandButton
{
	text-align:center;
}

.hide
{
	visibility:hidden;
	display:none;	
}
.show
{
	visibility:visible;
}
/********************************************************************
	Collection table 
********************************************************************/
/* style applied to div (mainly for scrolling) that contains results */
DIV.grid						
{
	position:relative;
	background:#868686;
	border: solid 1px #04325A;
	height: 141px;
	overflow: auto;
	overflow-x: hidden;
	width: 650px;
	margin-bottom: 5px;
}

DIV.grid table 
{
	width: 100%;
	background-color: #FFFFFF;
}
DIV.grid tr 
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor:hand;
}
DIV.grid tr.hover 
{
	background-color:#979797;
	color:white;
	cursor:hand;
}
DIV.grid tr.selected 
{
	background-color:#005595;
	color:white;
	cursor: default;
}
DIV.grid td 
{
	text-align:left;
	font-size: 11px;
	padding:0px 2px 0px 2px;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	text-decoration: none;	
}
DIV.grid td.deleted
{
	text-align:left;
	padding:0px 2px 0px 2px;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
	text-decoration: line-through;
	color: #AA0000;
}
DIV.grid td.header 
{
	cursor: default;
	text-align:left;
	color: black;
	font-weight:normal;
	font-size: 11px;
	background-color: #BDDEB1;
	border-bottom:solid 1px #000000;
	padding:4px;
	white-space: nowrap;
	position: relative;
	z-index: 20;
	top:expression((this.parentElement && this.parentElement.parentElement && this.parentElement.parentElement.parentElement && this.parentElement.parentElement.parentElement.parentElement && this.parentElement.parentElement.parentElement.parentElement.scrollTop) ? this.parentElement.parentElement.parentElement.parentElement.scrollTop - 1 : 0);
}	
/********************************************************************
	COLORS

    Wentworth Blue			="#26547C"
    Wentworth Light Blue	="#DEEDED"
    Wentworth Dark Blue		="#04325A"

    Wentworth Green			="#AADD96"
    Wentworth Light Green	="#DDFFC9"
    Wentworth Dark Green	="#447730"

    Wentworth Red			="#AA0000"
    Wentworth Light Red		="#FFCCCC"<!-- old: #FFD3D3 -->
    Wentworth Dark Red		="#880000"

    Wentworth Gray			="#CACACA"
    Wentworth Light Gray	="#FAFAFA"
    Wentworth Dark Gray		="#868686"
********************************************************************/

.Wentworth_Dark_Green
{
	color: #447730;
}

.Wentworth_Dark_Green_Bold
{
	color: #447730;
	font-weight: bold;
}

.Wentworth_Dark_Green_Link
{
	color: #447730;
	cursor: hand;
}

.Wentworth_Dark_Green_Link:hover
{
	color: #447730;
	cursor: hand;
	text-decoration:underline;
}


/** CUSTOMER KEY SPECIFIC STYLES **/

INPUT.ck_btn_popup
{
	margin-top:15px;
	border: #CED7CE 1px solid; /* gray border - light edges!!!! */
	border-bottom: solid 2px #CED7CE;
	border-right: solid 2px #CED7CE;
    color: #ffffff; 
    background-color: #4C6043;	/* use standard colors */
    cursor:hand;
    cursor:pointer;	
    width: 100px;
    height: 24px;
}

INPUT.ck_btn_std
{
	/*margin-top:15px;*/
	border: #CED7CE 1px solid; /* gray border - light edges!!!! */
	border-bottom: solid 2px #CED7CE;
	border-right: solid 2px #CED7CE;
    color: #ffffff; 
    background-color: #4C6043;	/* use standard colors */
    cursor:hand;
    cursor:pointer;
    width: 100px;
    height: 24px;
    text-align:center;
    vertical-align:middle;
    /*font-size: 12px;*/
}

.reportControls
{
	padding: 7px 0px 0px 5px;
}

/*** CUSTOMER SELECTION GRID  ***/
/*DIV.ck_grid						
{
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
	position:relative;
	background:#888888;
	color: #333333;
	border: solid 1px #CED7CE;
	height: 75px;
	overflow: auto;
	overflow-x: hidden;
}

DIV.ck_grid table 
{
	width: 100%;
	background-color:White;
	cursor:default;
}
DIV.ck_grid tr 
{
	background-color:White;
	
}
DIV.ck_grid tr.hover 
{
	background-color:#adca7b;
}
DIV.ck_grid tr.selected 
{
	background-color:#7b927b;
	color:White;
}
DIV.ck_grid td 
{
	text-align:left;
	padding:0px 2px 0px 2px;
	border-bottom:solid 1px #CED7CE;
	font-size: 11px;
	
}
DIV.ck_grid td.deleted
{
	text-align:left;
	padding:0px 2px 0px 2px;
	border-bottom:solid 1px #CED7CE;
	text-decoration:line-through;
	color:Red;
}
DIV.ck_grid td.header {
	text-align:left;
	color:White;
	font-weight:bold;
	
	background-color: #4C6043;
	border-bottom:solid 1px #CED7CE;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	position: relative;
	z-index:20;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#C7C7C7,endColorStr=#A7A7A7); 
	top:expression((this.parentElement && this.parentElement.parentElement && this.parentElement.parentElement.parentElement && this.parentElement.parentElement.parentElement.parentElement && this.parentElement.parentElement.parentElement.parentElement.scrollTop) ? this.parentElement.parentElement.parentElement.parentElement.scrollTop - 1 : 0);
}

A.ck_std_lnk
{
	color: #4c6043;
	text-decoration:none;	
}

A.ck_std_lnk:hover
{
	text-decoration:underline;	
}

A
{
	cursor: pointer;
	cursor: hand;
} */

/*** END GRID ***/

/*** Admin Header ***/
#headerleftcorner
{
	position:absolute;
	display:inline;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 10px;
}

#headerrightcorner
{
	position:absolute;
	display:inline;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width: 10px;
	left: 770px;
}

#headerlinks
{
	position:absolute;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	top: 0px;
	display:inline;
	left: 580px;
	width: 200px;
	color: #BDDEB1;
	font-size: 8pt;
}

#headerlinks a
{
	color: #BDDEB1;
	text-decoration:none;
	cursor: pointer;
}

#headerlinks a:hover,
#headerlinks a:active,
#headerlinks a:visited
{
	color: #BDDEB1;
	text-decoration:none;
}

#headercontent
{
	background-color: #005595;	
	color:#BDDEB1;
	top: 10px;
	position:absolute;
	display:inline;
	width:580px;
	font-size:larger;
	font-weight:bolder;
}

.headerimg
{
	position:absolute;
	top: 0px;
}

#divAdminFooter
{
	width: 780px; 
	border-top: 4px solid #ECE9D8; 
	background-color: #005595;
    height: 30px; 
    text-align: center; 
    color: #BDDEB1; 
    vertical-align: bottom;
}

#pnlReportParams
{
	margin-top: 10px;
}

.strikeThrough
{
	text-decoration: line-through;	
}

DIV.item
{
	padding: 4px 6px 4px 6px;
	cursor: pointer;
	cursor:hand;
	width:100%;
}
DIV.item a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
DIV.item a:hover
{
	color:#04325A;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
DIV.selected
{
	background-image: url(../images/nav_arrow_right.gif);
	background-repeat: no-repeat;
	padding: 4px 4px 4px 20px;
	cursor: pointer;
	cursor:hand;
	width:100%;
}

DIV.selected a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;	
}
.historyFrame
{

}
#historyElement
{
	position:absolute;
	left:-1000px;
}
