html, body {
   margin:0;
   padding:0;
   height:100%;
}
#legend {
       background-color: #E3E3E1;
        padding: 10px;
        margin: 5px;
        font: 12px 'verdana', helvetica, sans-serif;
        box-shadow: 10px 10px 5px #888888;
        border-radius: 15px;
	    border-style: dashed;
        border-width: 1px;
      }
.centeredImage
    {
        display:block;
        margin-left: auto;
        margin-right: auto;
    }

 

.menu{
	width: 100%;
	background-color: #333; }
.menu ul{
	margin: 0; padding: 0;
	float: left;}

.menu ul li{
	display: inline;}

.menu ul li a{
	float: left; text-decoration: none;
	color: white; 
	padding: 10.5px 11px;
	background-color: #333; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#ccd9e0;}



#content
{
	clear: left;
	padding: 20px;
}

#content h1
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content h2
{
	color:#000;
	font-size: 130%;
	margin: 0 0 .5em;
}

#content h3
{
	color:#000;
	font-size: 120%;
	margin: 0 0 .5em;
}

#content h4
{
	color:#000;
	font-size: 110%;
	margin: 0 0 .5em;
}

#content h5
{
	color:#7a7a7a;
	font-size: 100%;
	margin: 0 0 .5em;
	font-style: italic;
}


.CSSTableGenerator {
    
	margin:auto;
	padding:0px;
	width:90%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	page-break-inside: avoid;
}

.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }
.CSSTableGenerator td{
	vertical-align:middle;	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #999999 100%);	
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#999999");	background: -o-linear-gradient(top,#e5e5e5,999999);

	background-color:#e5e5e5;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #e5e5e5 5%, #999999 100%);	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #999999) );
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #999999 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#999999");	background: -o-linear-gradient(top,#e5e5e5,999999);

	background-color:#e5e5e5;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


footer {
            width: 100%;
            bottom: 0;
            clear:both;
            text-align:center;
            font-size: 13px;
            padding-bottom: 5px;
        }







