body {
	font-family: "Trebutchet MS", Trebuchet, Arial, helvetica, san-serif;
	font-size: 10pt;
	font-style: normal;
	color:#333333;
	margin: 0;
	padding: 0;
}
.pageTitle {
	font-family: inherit;
	font-size: 14pt;
	color: #ee7733;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navButton {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #224499;
/*	background-color: #E2DCD1; */
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}

.navButtonHover {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #2244ff;
	background-color: #eeeeee;
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}
.navButtonCurrent {
	font-family: inherit;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #ee7733;
	cursor: pointer;
	width: 160px;
	padding: 0px;
	margin: 10px 10px 2px 10px;
}

.navLink {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #224499;
	cursor: pointer;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}
.navLinkHover {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #2244ff;
	background-color: #eeeeee;
	cursor: pointer;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}

.navLinkCurrent {
	font-family: inherit;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ee7733;
	cursor: default;
	width: 150px;
	padding: 0px;
	margin: 1px 10px 1px 20px;
}
/*** BEGIN: pop-up "full size iamge" window div ***/
#imageOverlay {
	background-color:#000000;
	filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;
	z-index:20;
}
#fullImageWindow {
	position:absolute;
	width:100px; 	/* default */
	height:100px;	/* default */
	font-family: inherit;
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	border:3px solid #224722;
	padding: 0px;
	margin: 0px;
	z-index:30;
}
#fullImageTitleBar {
	background-color:#224722;
	padding-bottom:2px;
	height:16px;
}
#fullImageTitle {
	font-size: 10px;
	padding:2px;
	position:relative;
	color:#dddddd;
	padding:0px;
	margin:0px 1px 0px 1px;
	float:left;
}
.fullImageTitleButton {
	position:relative;
	width:16px;
	height:16px;
	padding:0px;
	margin:0px 1px 0px 1px;
	float:right;
	cursor:pointer;
	background: transparent url(/control/images/fullimg_close.gif) top left no-repeat;
}
#fullImageTitleBar .hover {
	background: transparent url(/control/images/fullimg_close.gif) top left no-repeat;
}
#fullImageWindowImageDiv { overflow: auto; }
#fullImageWindowImage { /* defaults */ }
div#fullSizeImage { z-index: 30; }
#imageOverLay { 
    background-color: black;
    opacity: 0.88;
    z-index: 20;
}

/*** END: pop-up "full size iamge" window div ***/
