﻿/* 
	Colors used:

	#4e6834; dark green
	#457d2d; green links
	#749c4d; primary green 
	#9eb980; medium green
	#cad8b6; body background green
	#d8e3cd; light green
	#e6eddf; lightest green
	#a8a7a7 grey for borders
*/
disabled a
{
	color: #457d2d;
	text-decoration: none;
}
a
{
	color: #000000;
}
.background_arc
{
	background-image: url("images/ellipses.gif");
	background-repeat: no-repeat;
	background-position: top; /* centers in IE*/
	text-align: center;
}
body
{
	font-size: 9pt;
	font-family: Verdana, Arial, "sans-serif";
	background-color: #cad8b6;
	padding: 0px;
	margin: 0px;
}
.centered_8pt
{
	text-align: center;
}
.centered_8pt input
{
	font-size: 8pt;
}
#content, #footer
{
	text-align: left;
	background-color: White;
	border: #749c4d solid 1px;
	width: 979px;
	padding: 5px 5px 5px 5px;
}
#content
{
	min-height: 500px;
	clear: both;
}
#footer
{
	clear: both;
	font-size: 7pt;
	font-style: italic;
	border-top-style: none;
}

.green a
{
	color: #457d2d;
}
.green
{
	color: #749c4d;
}
.green a disabled
{
	color: #457d2d;
	text-decoration: none;
}
h1
{
	font-size: 12pt;
	font-family: Arial, "sans-serif";
	color: #000000;
	margin: 15px 0px 5px 0px;
	text-transform: uppercase;
}
h2
{
	font-size: 11pt;
	font-family: Arial, "sans-serif"; /*color: #4e6834;*/
	color: #457d2d;
	margin: 5px 0px 8px 0px;
}
h3
{
	font-size: 9pt;
	font-family: Verdana, Arial, "sans-serif";
	color: Black;
	margin: 3px 0px 2px 0px;
}
#header
{
	padding: 0px;
	margin: 0px;
}
#header img
{
	padding-top: 15px;
	padding-left: 10px;
	float: left;
}
#header, #menu
{
	width: 989px;
}
hr
{
	border-bottom: solid 1px #749c4d;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
}
input
{
	font-size: 9pt;
	font-family: Verdana, Arial, "sans-serif";
}
#loginView
{
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Sans-Serif;
	text-align: right;
	float: right;
	padding: 5px 5px 0px 0px;
}
#loginView a
{
	color: #000000;
	text-decoration: none;
}
#loginView a:hover
{
	color: #000000;
	text-decoration: underline;
}
#menu
{
	float: right;
	width: 75%;
	margin-top: 67px;
}

#rptcontent, #rptfooter
{
	text-align: left;
	background-color: white;
	border: #749c4d solid 1px;
	width: 95%;
	padding: 1px 5px 1px 5px;
}
#rptcontent
{
	min-height: 500px;
	clear: both;
	overflow: auto;
}
#rptfooter
{
	clear: both;
	font-size: 7pt;
	font-style: italic;
	border-top-style: none;
}
#tblBody
{
	/* centers in FireFox */
	margin: auto;
}
.topmenu
{
	background-repeat: repeat-x;
	float: right;
}

.submenu a
{
	color: #000000;
	text-decoration: none;
}
.submenu a:hover
{
	color: #000000;
	text-decoration: underline;
}
.bottommenu
{
	font-style: normal;
	font-size: 8pt;
}
.bottommenu a
{
	color: #4e6834;
	font-weight: bold;
}
.required
{
	color: Red;
}
.success
{
	color: Blue;
}
.error
{
	color: Red;
}
.hidden
{
	display: none;
}
.readonly
{
	background-color: #d9d7d7;
}
.disabledArea
{
	color: gray;
}
.normalArea
{
	color: black;
}
fieldset
{
	padding: 7px 0px 3px 0px;
}
legend
{
	color: #4e6834;
	font-weight: bold;
	font-size: 10pt;
}
.label
{
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	clear: both;
}
fieldset hr
{
	border-bottom: solid 1px #d8e3cd;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 1px;
	width: 90%;
	text-align: center;
}
.textbox
{
	width: 229px;
}
.smalltextbox
{
	width: 150px;
}
.bigtextbox
{
	width: 74%;
}
.textarea
{
	width: 74%;
}
#report
{
	margin: 0px;
	padding: 2px;
}
.hidden
{
	display: none;
}

/* Resizable parameter box */
.resizeableBox
{
	border: solid 1px #a8a7a7;
	background-color: #eeeeee;
	float: left;
	margin-right: 10px;
	height: 500px;
	width: 350px;
	margin-top: -10px;
}
.handleText
{
	width: 16px;
	height: 16px;
	background-image: url(images/HandleGrip.png);
	overflow: hidden;
	cursor: se-resize;
}
.resizingText
{
}
.filterStep
{
	border: 1px solid #a8a7a7;
	background-color: #e6eddf;
	margin: 0px 4px 10px 4px;
	width: 99%;
}
.filterHeader
{
	background-color: #4e6834;
	border-bottom: 1px solid #a8a7a7;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
}
.filterSubHeader
{
	background-color: #cad8b6;
	border-bottom: 1px solid #a8a7a7;
	border-top: 1px solid #a8a7a7;
	color: black;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
.filterContent
{
	padding: 5px;
	margin: 0px;
}
.collapsablePanelStatus
{
	float: right;
	vertical-align: middle;
}
.filterValues
{
	clear: both;
	background-color: #ffffff;
	border: 1px solid #a8a7a7;
	padding: 5px;
	margin: 5px;
}
.filterValues table
{
	padding: 0px 0px 5px 0px;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 8pt;
}
.filterValues td
{
	padding: 1px;
	margin: 0px;
}
.rightColumn
{
	width: 10%;
	text-align: right;
}
.filterGroup
{
	border: 1px solid #a8a7a7;
}
.filterGroup table
{
	width: 933px;
}
.filterGroupHeader td
{
	border-bottom: 1px solid #a8a7a7;
	background: #749c4d;
	color: #ffffff;
}
.filterGroupHeader td a
{
	color: #ffffff;
}
.filterGroupHeader .title
{
	font-weight: bold; /* 	font-size: 9pt; 	color: #393939;*/
}
.filterGroupHeader .rightColumn
{
	font-weight: bold;
}
/*
.accordionHeader
{
    border: 1px solid #a8a7a7;
    color: white;
    background-color: #749c4d;
	font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #a8a7a7;
    color: white;
    background-color: #96b376;
	font-weight: bold;
    padding: 2px;
    margin-top: 2px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #e6eddf;
    border: 1px solid #a8a7a7;
    border-top: none;
    padding: 3px;
    padding-top: 2px;
}
*/
.updating
{
	text-align: center;
	font-weight: bold;
	background-color: White;
	color: Gray;
	width: 200px;
	height: 100px;
	padding: 5px;
	border: solid 1px #a8a7a7;
	z-index: 10;
}
.downloading
{
	text-align: center;
	font-weight: bold;
	background-color: White;
	color: Gray; /*width: 200px; 	height: 100px; 	padding: 5px; 	border: solid 1px #a8a7a7; 	z-index: 10;*/
}
.confirmSave
{
	display: none;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	background-color: White;
	width: 200px;
	height: 100px;
	padding: 5px;
	border: solid 1px #a8a7a7;
	z-index: 2;
}
.modalBackground
{
	background-color: #a8a7a7;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup
{
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	width: 400px;
}
#pnlEditParameter
{
	width: 100%;
}
.moveCursor
{
	cursor: move;
}
.paramValueTree
{
	border: 1px solid #a8a7a7;
	height: 400px;
	width: 400px;
}
.paramValueTree select
{
	height: 350px;
	width: 98%;
}

.roleDesc
{
	position: absolute;
	left: 400px;
	width: 600px;
}
.verticalSpace
{
	line-height: 150%;
}
