#info .hrDiv{
	border: none;
	border: 0px;
	border-color: fff;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	background: #3e5665 url(interface/background_lines.png);
	height: 100%;
	text-align: center; 	/* for IE */
}

#main {
	/* height: 100%; */
	left: 100px;
	width: 700px;
	border: 1px #000 solid;
	margin: 0 auto; 	/* does not work in IE */
	padding: 0;
	border-collapse: collapse;
	text-align: left; 	/* reset for IE */
}

#header {
	height: 125px;
	background: #64a0c8 url(interface/background_header.jpg);
	padding-left: 105px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
}

#header h1 {
	font-family: Verdana, Arial;
	font-size: 45px;
	font-weight: normal;
	color: #15334a;
	line-height: 110%;
	padding: 0;
	margin: 0;
}

#header h2 {
	font-family: Verdana, Arial;
	font-size: 22px;
	font-weight: normal;
	color: #15334a;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

#header h3 {
	font-family: Verdana, Arial;
	font-size: 19px;
	font-weight: normal;
	color: #15334a;
	line-height: 100%;
	padding: 0;
	margin: 0;
}

#title {
	height: 50px;
	background: #d7d7d7 url(interface/background_title.png) no-repeat top right;
	padding-left: 20px;
	padding-right: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14pt;
	color: #7c7c7c;
	vertical-align: middle;
}

#box {
	height: 32px;
	background: #c2c7c9 url(interface/background_box.png) no-repeat top left;
	text-align: right;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}

#box #login-button {
	float: left;
}

#info {
	background-color: #fff;
	vertical-align: top;
	padding: 20px;
}

#info #error {
	color: #f00;
	font-style: italic;
}

td.menu {
	width: 220px;
	background: #dbe3e7 url(interface/background_menu.png) no-repeat top left;
	vertical-align: top;
	padding: 15px 0;
	margin: 0;
}

#footer {
	height: 25px;
	background: #64a0c8 url(interface/background_footer.jpg);
	font-family: Verdana, Arial;
	font-size: 8pt;
	padding-right: 15px;
	padding-left: 15px;
}

img {
	border: 0;
	max-width: 440px;
}

/*** Menu looks ***/

td.menu #adminbox {
	background-color: #ecf0f2;
	border: 3px solid #c7d6dd;
	margin: 0 auto;
	width: 180px;
	text-align: center;
}

.menu #adminbox ul {
	margin: 0 auto;
	padding: 6px;
	width: 100%;
	list-style-type: none;
}

.menu #adminbox li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

.menu #adminbox li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}

.menu #adminbox li a:hover {
	background: none;
}

.menu ul {
	padding: 0;
	margin: 0;
	line-height: 100%;
}

.menu li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0px;
	line-height: 100%;
}

.menu .level1 {
	padding: 10px;
	list-style-image: none;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.menu .level1 li {
}

.menu .level2 {
	list-style-image: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #ecf0f2;
	border: 1px solid #c7d6dd;
	padding: 3px 12px 3px 12px;
	margin-bottom: 5px;
}

.menu .level2 li {
	border: 0;
}

.menu .level3 {
	list-style-image: url("interface/bullet.png");
	font-family: Verdana, Arial, sans-serif;
	background-color: #ecf0f2;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 15px;
}

.menu .level3 li {
}

.menu .level4 {
	list-style-image: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 10px;
}

.menu .level4 li {
}

.menu a {
	display: block;
	padding: 3px;
	margin: 0;
	color: #366276;
	text-decoration: none;
}

.menu li:hover, .menu a:hover {
	color: #000;
	background-color: #fff;
}
.menu #inactive {
	font-style: italic;
	text-decoration: line-through;
}
.menu .accessLevel1 {
	color: #118dc7;
}
.menu .accessLevel2 {
	color: #7f724c;
}
.menu .accessLevel3 {
	color: #9f0429;
}
/*
.menu .hasChildren {
	list-style-image: url("interface/bullet_plus.png");
	list-style-position: inside;
}

.menu .expanded {
	list-style-image: url("interface/bullet_minus.png");
}
*/
.menu .displayed {
	font-weight: bold;
	text-decoration: underline;
}

/*** Main content ***/

#info hr {
	clear: both;
	color: #000;
}

#info {
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	font-size: 8pt;
}
#info p, #info table {
	margin: 8px 0 15px 0;
	padding: 0;
}

#info table {
	/* 
	width: 100%;
	*/
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	font-size: 8pt;
	border-collapse: collapse;
}

#info td {
	vertical-align: top;
	padding: 3px;
}

#info table.hasBorders {
	clear: both;
}

#info table.hasBorders td {
	background-color: #f2f6f8;
	border: 1px solid #c7d6dd;
}

#info table.hasBordersLeft {
	width: 40%;
	float: left;
	margin: 5px 10px 5px 0; 
	background-color: #f2f6f8;
	border: 1px solid #c7d6dd;
}

#info table.hasBordersRight {
	width: 40%;
	float: right;
	margin: 5px 0 5px 10px; 
	background-color: #f2f6f8;
	border: 1px solid #c7d6dd;
}

#info h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18pt;
	font-weight: normal;
	color: #000;
	line-height: 100%;
	padding: 0 0 15px 0;
	margin: 0;
}

#info h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 100%;
	padding-top: 0.7em;
	color: #000;
	margin: 0;
}

#info h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	padding-top: 6px;
	margin: 0;
}

#info p {

}

#info .left {
	float: left;
	padding: 5px 5px 5px 0; 
}

#info .right {
	float: right;
	padding: 5px 0 5px 5px; 
}

#info #edit-form input {
	width: 180px;
}

#info #edit-form #active {
	width: 15px;
}

#info #edit-form select {
	width: 180px;
}

#info #edit-form textarea {
	width: 420px;
}

#info #edit-form #title {
	width: 130px;
}

#info #users-form #username {
	width: 90px;
}

#info #users-form #password {
	width: 90px;
}

#info #users-form #accesslevel {
	width: 150px;
}

#info .code {
	font-family: "Courier New", Courier, sans-serif;
	background-color: #e3e3e3;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 120%;
}

#info .lastChanged {
	color: #bbb;
	font-style: italic;
	clear: both;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

#footer .lastChanged {
	color: #bbb;
	font-style: italic;
	position: relative;
	top: -170%;
	clear: both;
	height: 0;
}

/*** Image upload form ***/

body#image-upload {
	margin: 20px;
	background: #fff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}

body#image-upload h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16pt;
	font-weight: normal;
	color: #000;
	line-height: 100%;
	padding: 3px;
	margin: 0;
}

body#image-upload h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	padding: 3px;
	margin: 0;
}

body#image-upload form {
	background-color: #ecf0f2;
	border: 3px solid #c7d6dd;
	margin: 10px auto;
	padding: 5px;
}

body#image-upload input {
	margin: 5px;
}

/*** Statistics ***/

/* Basic Bar Graph */
.graph { 
	position: relative; /* IE is dumb */
	width: 100%; 
	border: 1px solid #b9d5e9;
	background: #f3f7fa;
	padding: 0; 
	margin-bottom: 2px;					
}
.graph .bar { 
	display: block;	
	position: relative;
	background: #b9d5e9; 
	text-align: center; 
	color: #333; 
	height: 1.4em; 
	line-height: 1.4em;									
}
.graph .bar span { /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
	position: absolute; 
	left: 1em;
	white-space: nowrap;
}

/* Vertical Bar Graph */
.vertgraph {
	position: relative;
	width: 100%;
	height: 120px;
	margin: 1.5em 0 3.5em;
	padding: 0;
	list-style: none;
	font-size: 10px;
}
.vertgraph li {
	position: absolute;
	bottom: 0;
	width: 25px;
	z-index: 2;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.vertgraph li.type1, .example-type1 {
	border: 1px solid #b9d5e9;
	background: none;
	z-index: 2;
}
.vertgraph li.type2, .example-type2 {
	border: 1px solid #b9d5e9;
	background: #f3f7fa;
	z-index: 3;
}
.vertgraph li.type3, .example-type3 {
	border: 1px solid #b9d5e9;
	background: #b9d5e9;
	z-index: 4;
}
.vertgraph-days {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 1em 0 1em;
	padding: 0;
	list-style: none;
	font-size: 8px;
}
.vertgraph-days li {
	position: absolute;
	height: 10px;
	width: 50px;
	z-index: 2;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}