﻿body 
{
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: medium;
	height:100%;
}

/*------------------------------*/
/*          FOOTER              */
/*------------------------------*/
html, body {
height: 100%;
}
#container {
min-height: 100%;
border-left: 2px solid #666;
border-right: 2px solid #666;
width: 100%;
margin: 0 auto;
}
* html #container {
height: 100%;
}
#footer {
width: 100%;
color: purple;
text-align: center;
height: 50px;
padding-top: 50px;
margin: -50px auto 0 auto;
}
#clearfooter {
height: 50px;
}
/*--- end of Footer ---*/


.TableHeader
{
    color: White;
    background-color: Purple;
}

.TableMaintenanceCol1
/* 1st/3rd columns in a table */
{
	background-color: #fffff0;                    /*#FFFFBA; yellow*/
    color: purple;
	font-weight: normal;
    BORDER-BOTTOM-WIDTH: 1px; 
    border-bottom-color: #cbcb98;
    border-bottom-style: solid;
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none;
}
.TableMaintenanceCol2
/* 2nd/4th columns in a table */
{
	background-color: #ececec;                  /*#DFDFBF; gold*/      /*#ececec; gray*/
	color: purple;
    BORDER-BOTTOM-WIDTH: 1px; 
    border-bottom-color: #cbcb98;
    border-bottom-style: solid;
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none;
}
.TableMaintenanceHeader
{	
    background-color: ghostwhite;                       /*#95b3bd; */
    color: purple;                         /*#213F60; dark blue  #336666; */
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, "MS Reference Sans Serif", arial, Tahoma;
	font-size: large;
}

