﻿/*** Elements ***/
html
{
	margin: 0;
	padding: 0;
}
	
body
{
    background-color: gainsboro;
    color: #696969;
    width: 50em;
    font-weight: normal;
    font-family: "Calibri", "Arial", sans-serif;
    margin: 0 auto 0 auto;
}

h1 
{
    color: White;
	font-size: 48px;
	font-weight: bold;
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
}

p 
{
    margin: 0;
	padding: 0 0 8px 0;
}

img
{  
    border-style: none;
}

a
{
    border: none 0px;
    color: #333333;
    text-decoration: none;
}

/*
a:link {}
a:visited {}
a:hover ()
a:active {}
*/



/*** Classes ***/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

div#navigation ul li a.selected
{ 
    background-color: #333333;
}

h1.invisible
{
    color: gainsboro;
    font-size: xx-small;
}

/*** Element IDs ***/
div#header
{
    border: solid 2px;
	background-color: dimgray;
	padding-left: 7px;
	padding-right: 7px;
}

div#navigation
{
	padding-bottom: 0px;
	padding-top: 20px;
	margin-bottom: 53px;
	/* border: 1px solid */
}

div#navigation ul
{
    float: right;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 20px;
	border-bottom: 1px dotted #999;
}

div#navigation ul li
{
	display: inline;
	/* margin-left: -4px; */
}

div#navigation ul li a
{
	padding: 3px 12px 3px 12px;
	color: #e0e0e0;
	text-decoration: none;
}

div#navigation ul li a:hover
{
	background-color: #333333;
}

div#header a a:hover a:visited
{
    border: none;
}

img#headerControl_logo
{
	float: left;
	padding-bottom: 7px;
	padding-top: 0;
	padding-right: 7px;
}

span#headerControl_title 
{
    float: left;
    color: #e0e0e0;
	font-size: 48px;
	font-weight: bold;
	margin: 5px 0 7px 0;
	padding: 0 0 7px 0;
}

img#tray
{
	float: right;
	margin-left: 7px;
}

img#traynotify
{
	float: right;
	margin-right: 7px;
}

img#popup
{
	float: left;
	margin-right: 7px;
}

div#footer
{
	text-align: left;
	font-size: smaller;
	padding: 8px 0 7px 0;
	margin-top: 15px;
	border-top: solid 1px;
}


/*** Page Specific (pinned to body id) ***/

/* Homepage (default) */
