BODY {
    font-family: Georgia, Verdana, Tahoma, sans-serif;
  	margin: 0px;
  	padding: 0px;
  	
}
.header {
    background-color: #f7f7f7;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}
.header h1 {
    margin: 0;
    text-align: center;
}
DIV.navigationBox {
	float: left;
	width: 160px;
	padding-right:10px;
}
DIV.navigationBox DIV {
	padding: 5px;
	border-width: 1px 1px 1px 0px;
	margin-bottom: 10px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #f7f7f7;
}
DIV.navigationBox DIV FORM {
	width:100% !important;
}
DIV.navigationBox H3 {
	text-align: center;
}
DIV.content {
	margin-bottom: 10px;
}
DIV.comments {
	clear: both;
}
DIV.comments DIV {
	padding: 5px;
	border-width: 1px 0px 1px 0px;
	margin-bottom: 10px;
	border-color: #dddddd;
	border-style: solid;
	background-color: #f7f7f7;
}
DIV.comments DIV H3 {
	text-align:center;
}
.commentText {
	width:100%;
	border: 1px solid #DDDDDD;
}
DIV.comments DIV.readComments TABLE {
	border: 1px solid #DDDDDD;
	width:100%; 
	border-collapse:collapse;
	background-color: #FFFFFF;
}
DIV.comments DIV.readComments TABLE TH {
	text-align: left;
}
DIV.comments DIV.readComments TABLE TH, DIV.comments DIV.readComments TABLE TD {
	border-bottom: 1px solid #DDDDDD;
	padding:1px;
}
DIV.comments DIV.readComments TABLE TR.alternative {
	background-color: #f7f7f7;
}
.small {
	font-size: small;
}
DIV.navigationBox TABLE
{
	width:100%;
}
DIV.navigationBox SELECT {
	width:100%;
	margin-bottom: 5px;
}
#screenImage {
	background-color: #f7f7f7;
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px;
}
.hidden {
	display:none;
}
DIV.footer {
	clear: both;
    background-color: #f7f7f7;
    padding: 5px;
    border-top: 1px solid #dddddd;
    text-align: center;
}
DIV.navigationBox UL UL {
	list-style-position: inside;
}
