*, td, p
{
    font-family: Verdana, Arial, sans-serif;
    color: #3D8139;
}



html
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #F4F9F4;
    font-size: 0.7em; /* hide overflow:hidden from IE5/Mac */ /* \*/
    overflow: hidden; /* */
}

body
{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #165413;
}

#content
{
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 121px;
	/*top: 120px;*/
	bottom: 68px;
	/*bottom: 67px;*/
	width: 1600px;
	/*width:640px;*/
	margin-left: -801px;
	left: 50%;
	border-left: 1px solid #88C085;
	border-right: 1px solid #88C085;
	background-color: #F4F9F4;
}

h2
{
    font-size: 1.6em;
}

h3
{
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
    color: #F4F9F4;
    background-color: #3A6138;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #88C085;
    line-height: 1.6em;
    vertical-align: middle;
    text-indent: 2em;
    display: block;
    clip: rect(0px, 0px, 0px, 0px);
}

.criteriaPanel
{
    margin: 0.5%;
    border: 1px solid #88C085;
    padding: 0% 0% 1em 0%;
    background-color: #F4F9F4;
    width: 98%;
}

.criteriaPanelItem
{
    margin-left: 1em;
}


.errortext
{
    color: Red;
}

.filterbox
{
    margin-left: 1em;
}

* html #content
{
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1000px;
    border-top: 154px solid #fff;
    border-bottom: 50px solid #fff;
}

#head
{
    position: absolute;
    margin-left: -801px;
    left: 50%;
    top: 0;
    width: 1600px;
    min-width: 1600px;
    height: 120px;
    background-color: #74C070;
    font-size: 40px;
    z-index: 5;
    border: 1px solid #88C085;
    color: #FFFFFF;
}

* html #head
{
    top: 2px;
    width: 642px;
    height: 168px;
}

.centeredDiv
{
    margin-right: auto;
    margin-left: auto;
    width: 320px;
}

.dateselect
{
    font-size: small;
    font-weight: normal;
    height: 20px;
    position: absolute;
    right: 150px;
    text-align: left;
    width: 200px;
    vertical-align: middle;
}

#buttonbar
{
    text-align: center;
    position: absolute;
    margin-left: -801px;
    left: 50%;
    bottom: 26px;
    width: 1600px;
    min-width: 1600px;
    height: 40px;
    background-color: #74C070;
    font-size: 1em;
    z-index: 5;
    border: 1px solid #88C085;
    font-weight: bold;
    color: #231E1B;
}

.buttonbarButton
{
    color: #231E1B;
    width: 150px;
    height: 30px;
}

#foot
{
    text-align: center;
    position: absolute;
    margin-left: -801px;
    left: 50%;
    bottom: 0;
    width: 1600px;
    min-width: 1600px;
    height: 25px;
    /*background-color: #3D8139;*/
    background-color: #F4F9F4;
    font-size: 1em;
    z-index: 5;
    border: 1px solid #88C085;
    font-weight: bold;
    color: #231E1B;
}


* html #foot
{
    bottom: 2px;
    width: 642px;
    height: 20px;
}

#leftTop
{
    width: 50%;
    height: 50%;
}

#rightTop
{
    width: 50%;
    height: 50%;
    left: auto;
}

#content p
{
    padding: 5px;
    text-align: justify;
}
.boldhead
{
    font-size: 1.5em;
    font-weight: bold;
}

#navigationPanel
{
    height:1.5em;
    font-size: 1em;
    text-align: center;
    vertical-align:middle;
    background-color: #3A6138;
    color: #F4F9F4;
}

#navigationPanel a
{
    font-size: 1em;
    color: #F4F9F4;
}


.bold
{
    font-weight: bold;
}
.left
{
    float: left;
    margin: 10px;
    border: 1px solid #000;
}
.right
{
    float: right;
    margin: 10px;
    border: 1px solid #000;
}
.lefttext
{
    float: left;
    width: 300px;
    text-align: justify;
}
.righttext
{
    float: right;
    width: 300px;
    text-align: justify;
}

* html .lefttext
{
    float: left;
    width: 310px;
    text-align: justify;
}
* html .righttext
{
    float: right;
    width: 310px;
    text-align: justify;
}

.grid
{
    font-size: 11px;
    border: solid 1px #88C085;
    border-bottom-width: 1px;
    border-collapse: collapse;
    width: 100%;
}

/* header column rules */
.grid th
{
    background-color: #165413;
    border-color: #88C085 #88C085 #88C085 #88C085;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium; /*	color: #3DD821; */
    color: #F4F9F4;
    padding: 2px 2px 2px 4px;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}


.grid th a
{
    font-weight: bold;
    text-decoration: none; /*	display: block;     padding-right: 10px; */
}


/* data cell and data row rules */
.grid td
{
    padding: 2px 2px 2px 2px;
    border-bottom: solid 1px #88C085;
    vertical-align: middle;
    text-align: left;
}



.grid td .centerText
{
    text-align: center;
}

.grid .altrow
{
    background-color: #EBF4FA;
}

.grid .row
{
    background-color: #F4F9F4;
}

.info
{
    border-style: none;
    padding: 0px;
    margin: 2px;
    background-color: #F4F9F4;
}

/*
input.date-pick
{
    border: thin inset #74c070;
    background-color: #F4F9F4;
    color: #165413;
}
*/

