﻿body 
{
     font-family: Calibri, Trebuchet MS, Verdana, Tahoma, Arial;
     font-size: large;
     color: White;
}

/*------------------------------*/
/*          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: green;
text-align: center;
height: 20px;
padding-top: 10px;
margin: -50px auto 0 auto;
}
#clearfooter {
height: 30px;
}
/*--- end of Footer ---*/

div.ImageRight {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.ImageRight p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}


.gvHiddenColumn
/* hidden column in gridview */
{
	display: none;
}

.OddRow
{
    background-color: #F5F5F5;    
}

.TableMaintenanceCol1
{
    color: yellow;
}

.SportsTableCol2
{
    background-color: #e0eee0;
}

.SportsTableHeader
{
    font-weight: bold;
    background-color: Green;
    color: White;
}