﻿/*****************
Purple Defaults 
Darker Color #180052
Lighter Color #481BC4
******************/

/*****************
Green Defaults 
Darker Color #180052
Lighter Color #481BC4
******************/

/*****************
Blue Defaults 
Darker Color Navy
Lighter Color #481BC4
******************/

/******************
HTML Tags
******************/

body {
    font-family: Arial;
    /*/color: #666666;*/
    margin: 0px 0px 0px 0px;
    font-size: 100%;
    background-color:#dfdfd8;
    background-image: url(bg4.jpg);
    background-repeat: no-repeat;
    background-position:center;
    
}

div.backgrnd {
     opacity: 0.95;
     filter: alpha(opacity=95); /* For IE8 and earlier */
 }


#menuNew {
    width:100%;
    /*background-image:url(header-bg1.gif);*/
    align-items:center;
}

/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
    color:#FFFFFF;
	padding:0px 0px 0px 23px;
	height:70px;
	min-height:70px;
	}

#header-container 
{
	width:1024px;     /*100%*/
	height:100px;   
	margin-left:auto;
	margin-right:auto;
    background-color:white;
	}

#header-container td {
	vertical-align:top;
	table-layout:fixed;
	}

#mainnav {
    margin-left: auto;
    margin-right: auto;
    padding: 1px 0px 0px 0px;
    width: 1024px;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
    color: white;
	background-color: red;
    }
    
#content-container {
	width:1024px;
	height: 800px;
	min-height:624px; 
	max-height:800px;
	margin-left:auto;
	margin-right:auto;
    background-color:white;
	}

#content-container td {
    vertical-align:top;
	table-layout:fixed;
}	

#footer
{
	width: 100%;
	height: 35px;
	/* margin: 0; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 1024px;
	color: white;
	background-color: red;
}

/* PAGE ELEMENTS */

#listData
{
 overflow :auto;
 height : auto;
 max-height: 800px;
 }

#listDataMaint
{
 overflow :auto;
 height: auto;
 max-height: 700px;
}

#listDataMaint2
{
	overflow : auto ;
	height : 200px;
}

#dataPageHeader
{
	/* margin : 19,0,0,23; */
	background-color: silver;
    color:#481BC4;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 990px;
	/* max-width: 920px; */
}
#dataPageHeaderAlt
{
	background-color: Silver;
	color: #481BC4;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 990px;
}
#dataPageHeaderAlt2
{
	background-color: Silver;
	color: #481BC4;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 990px;
}

/* Classes */
.Controls table
{
	width: 100%;
	border-width: thin;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	border-left: 1px solid #481BC4;
	border-bottom: 1px solid #481BC4;
}
.Controls th
{
	width: 100%;
    /* font-size: x-small; */
    font-size: small;
    font-family: Verdana;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	border-left: 1px solid #481BC4;
	border-bottom: 1px solid #481BC4;
	white-space: nowrap;
	background-color: #f7f7f7;
	color: #180052;
	text-align: left;
	padding-left: 2px;
}
.Controls td
{
    /* font-size: x-small; */
    font-size: small;
    padding: 3px;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	border-left: 1px solid #481BC4;
	border-bottom: 1px solid #481BC4;
	white-space: nowrap;
	background-color: white;
	color: black;
}
.Controls TextBox
{
	border: 0;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
}	
.menuFixer
{
	z-index : 200;
}	
