/* 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);
}
 
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;
} 

.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;
}

.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;
}

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
{
	font-family: Tahoma; /* Arial, helvetica, Verdana; */
	font-size: 11px;
	background-color: #FAFAFA;
	/* width: 100%; */
	width: 99%;
    height: 100%;
}

FORM
{
	margin: 0 auto;	/* centers */
	width: 1000px;
	height: 600px;
	position: relative;
}

/* This is the main DIV on the page.  Most, of the core content goes here. */
FORM DIV.header
{
	padding: 3px 3px 5px 4px;
	height: 12%;
	width: 100%;
	background-color: #26547C;	/* Wentworth Blue */
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	border: solid 1px #04325A;
}
FORM DIV.main
{
	padding: 5px 17px 10px 20px;
	overflow: auto;
	height: 92%;
	width: 77%;
	left: 20%;
	top: 8%;
	float: right;
	background-color: #FFFFFF;
	position: absolute;
	border-right: solid 1px #868686;	
	border-bottom: solid 1px #868686;
	border-top: solid 1px #04325A;	
	border-left: solid 1px #CACACA;
}
DIV.main .sectionHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #26547C;
	margin: 5px 0px 5px 0px;
}
FORM DIV.main_topnav
{
	padding: 5px 17px 10px 20px;
	overflow: auto;
	height: 522px;
	width: 77%;
	left: 20%;
	top: 13%;
	float: right;
	background-color: #FFFFFF;
	position: absolute;
	border-right: solid 1px #868686;	
	border-bottom: solid 1px #868686;
	border-top: solid 1px #04325A;	
	border-left: solid 1px #CACACA;
}
DIV.main_topnav .sectionHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #26547C;
	margin: 5px 0px 5px 0px;
}
DIV.children
{
	margin: 10px 0px 10px 0px;
}
FORM DIV.nav
{
	background-color: #FFFFFF;
	padding: 3px 3px 3px 4px;
	width: 20%;	
	float:left;
	height: 88%;
	border-left: solid 1px #CACACA;	
	border-bottom: solid 1px #868686;
}

DIV.nav SPAN.header
{
	font-weight:bold;
	color:#447730;
	margin-left:6px;
}
DIV.nav a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
DIV.nav a:hover
{
	color:#04325A;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
DIV.nav DIV.item
{
	display: block;
	padding: 4px 4px 4px 6px;
	cursor: pointer;
	cursor:hand;
}
DIV.nav DIV.item a
{
	color:#26547C;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
DIV.nav DIV.item a:hover
{
	color:#04325A;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
DIV.nav DIV.selected
{
	background-image: url(../images/nav_arrow_right.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 4px 4px 4px 20px;
	cursor: pointer;
	cursor:hand;
}
DIV.nav DIV.divider
{
	border-bottom: solid 1px #CACACA;
	margin: 6px 0px 6px 0px;
	width: 92%;
}

DIV.nav_hor
{
	overflow:hidden;
	height:8%;
	top: 8%;
	width: 77%;
	left: 20%;
	float: right;
	position:absolute;
	margin:0 auto 0 auto;
	width: auto;
	text-align: center;
	color:#FFFFFF;
	background-color: #FFFFFF;
}
DIV.nav_hor ul
{
	display: inline;
	list-style-type: none;
}
DIV.nav_hor li
{
	display:inline;
}
DIV.nav_hor li a
{
	text-decoration:none;
	float:left;
	width: 133px;
	color: #447730;
	height: 30px;
	padding-top:10px;
	background-image: url(../images/gridheader.gif);
	background-repeat: repeat-x;
	
}
DIV.nav_hor li a:hover
{
	text-decoration:underline;
	font-weight:bold;
}
DIV.nav_hor SPAN.menu
{
	display:inline;
	padding: 4px 4px 4px 6px;
	cursor: pointer;
	cursor:hand;
}
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;
}

/*****************************************************************
	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;
}

/*****************************************************************
	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: 150px;
	background-color:#ffffff;
	color:#000000;
	text-align: right;
	padding-right:5px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
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;
}
/*****************************************************************
	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: 135px;
	overflow: auto;
	overflow-x: hidden;
	width: 38%;
}

DIV.grid table 
{
	width: 100%;
	background-color: #FFFFFF;
}
DIV.grid tr 
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor:hand;
}
DIV.grid tr.hover 
{
	background-color:#DEEDED;
	cursor: pointer;
	cursor:hand;
}
DIV.grid tr.selected 
{
	background-color:#26547C;
	color:#FFFFFF;
	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: #04325A;
	font-weight: bold;
	font-size: 13px;
	background-color: #CACACA;
	border-bottom:solid 1px #000000;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	position: relative;
	z-index: 20;
	top:expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop - 1);
}	
/********************************************************************
	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"
********************************************************************/
