body {
     /* Background color  background-color: blue; */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

#header h1 {
    margin: 0;
    padding: 0;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#content, #sidebar {
    padding: 10px;
}
#footer {
    display: none;
}
#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}
#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
    display: none;
}

#loggedInAs{
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: right;
}




#nav ul{
	margin: 5px;
	padding: 4px 0;
	text-align: left;
	
}

#nav li{
	padding: 2px;
	margin: 5px;
	text-align: left;
	width: 300px;
	background: #aaa;
	color: #922;
	border: 1px solid #922;
	border-top: none;


	
	
}

#entriesTable {
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav a{
	width: 100%;
	text-decoration: none;
	padding: 4px 8px;
	text-align: center;
	margin: 0 3px;
	font-size: 15pt;
	
}

#nav a:hover{
	color: #fff;
	text-decoration: underline;
}

#nav li.active a{
	color: #fff;
	background: #f22;
	font-weight: bold;
}

#headerNav{
	font-weight: bold;
	padding: 2px;
	font-size: 13pt;
}

.logout{
	font-size: 12pt;
	padding: 4px;
	text-align: right;
}

#form_submit{
	text-align: right;
	font-size: 10pt;


}





