html {
	background-color: #c0c0c0;
	height: 100%;
	margin: 0 0 0 0;
}
body {
	background-color: #c0c0c0;
	color: #000000;
	font-family: helvetica;
	font-size: 11pt;
	height: 100%;
	margin: 0 0 0 0;
}

h1 {
	border-bottom: 1px dotted #000000;
}

#solairisHeaderContainer {
	/*background: url('/static/images/multiple_pjs.jpg');*/
	background-color: #99cc88;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 70px;
	letter-spacing: 60px;
	overflow: hidden;
}
#solairisTitle {
	color: #000000;
	font-size: 100pt;
	font-weight: bold;
	margin-top: -20px;
	margin-left: .4em;
}

#container {
	background-color: #c0c0c0;
	border: 1px solid #000000;
}

#dashboard {
	float: right;
	width: 200px;
}
.dashboard {
	background-color: #c0c0c0;
	border: 1px solid #acacac;
	margin: 1em;
	overflow: hidden;
	-moz-border-radius: 4px;
}
.dashboard:hover {
	background-color: #c9c9c9;
}

#content {
	float: left;
	margin: 1em 0 1em 1em;
	width: 540px;
}

#footer {
	border-top: dotted #f5f5f5 1px;
	clear: both;
	margin-top: 1em;
}

.pageWidth {
	margin-left: 100px;
	width: 800px;
}


#siteLinks ul {
	list-style: circle;
	margin-left: 17px;
	padding-left: 0;
}
#siteLinks li.hasChildren {
	list-style: disc;
}
#siteLinks li {
	margin-left: 0;
	padding-left: 0;
}
#siteLinks ul.primNav {
	margin-left: 17px;
}
#siteLinks ul.primNav ul {
	display: none;
}
/*
#siteLinks ul.primNav li:hover ul {
	display: block;
}
*/

#siteLinks a {
	display: block;
}
#siteLinks a:hover, #siteLinks a:visited:hover {
	background-color: khaki;
}

/*
#siteLinks ul li {
	list-style: circle;
	padding-left: 10px;
	margin-left: 0;
}
#siteLinks ul.primNav li {
	margin-left: 17px;
}
*/

.currentPage {
	background-color: #99cc88;
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
}
/*
.currentPage a {
	border-top: 1px dotted #000000;
}
*/


.classicButton {
	border: 2px solid #000000;
	cursor: default;
	float: left;
	font-weight: bold;
	margin: 2px;
	text-align: center;
	width: 25px;
}
.classicButton:hover {
	background-color: #c9c9c9;
}
.classicButton.disabled {
	border-color: #696969;
	color: #696969;
}

.clearFloats {
	clear: both;
}

