﻿/*****************
Defaults 
Darker Color #180052
Lighter Color #481BC4
******************/

/******************
HTML Tags
******************/
html {
    background: url(tmsComplete.gif) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -0-background-size: cover;
    background-size: cover;
}
body {
    font-family: Arial;
    color: #666666;
    margin: 0px 0px 0px 0px;
    font-size: 100%;
/*    background-color:#dfdfd8;
    background-image: url(tmsamBG1.gif);    */
}

div.backgrnd {
     opacity: 0.95;
     filter: alpha(opacity=95); /* For IE8 and earlier */
 }

#menuNew {
    width:100%;
    background-image:url(header-bg.gif);
    align-items:center;
}

/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
    color:#FFFFFF;
	padding:0px 0px 0px 23px;
	height:55px;
	min-height:55px;
	}

#header-container 
{
	width:100%;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	}

#header-container td {
	vertical-align:top;
	table-layout:fixed;
	}

#mainnav 
{
   	margin-left:auto;
	margin-right:auto;
	padding:35px 0px 0px 0px; 
	width: 1488px;	
	table-layout:fixed;
	}
/*
	margin-left:auto;
	margin-right:auto;
*/
#content-container {
	width:1488px;
	height: 890px;
	min-height:624px; 
	max-height:1080px;
	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: 1488px;
	/* background: #180052 url(bg-footer1.jpg) no-repeat center top; */
	color: white;
	background-color: #606060;
}

/* PAGE ELEMENTS */

#listData
{
 overflow :auto;
 height : auto;
 max-height: 675px;
 }

#listDataMaint
{
 overflow :auto;
 height: auto;
 max-height: 700px;
}

#listDataMaint2
{
	overflow : auto ;
	height : 200px;
}

#dataPageHeader
{
	/* margin : 19,0,0,23; */
	background-color: silver;
    color:#638B68;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 1488px;
	/* max-width: 920px; */
}
#dataPageHeaderAlt
{
	background-color: Silver;
	color: #638B68;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 1488px;
}
#dataPageHeaderAlt2
{
	background-color: Silver;
	color: #638B68;
	text-align: center;
	font-size: large;
	/* font-weight: bold; */
	width: 1488px;
}

/* Classes */
.Controls table
{
	width: 100%;
	border-width: thin;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	border-left: 1px solid 606060;
	border-bottom: 1px solid 606060;
}
.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 #606060;
	border-bottom: 1px solid #606060;
	white-space: nowrap;
	background-color: #f7f7f7;
	color: #2b442e;
	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 #606060;
	border-bottom: 1px solid #606060;
	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;
}	
.selectedRowStyle td
{
    background-color: green;
}


