#main_wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header, #navbar, #footer {
	font-family:arial,helvetica,sans-serif;
	border:1px solid gray;
	background-color: silver;
}
#header {
	font-size:24px;
	font-weight:bold;
	font-variant:small-caps;
	padding:10px;
	}
#main {
	margin-top:5px;
	margin-bottom:5px;
}
#navbar {
	display:inline;
	float:left;
	margin:-1px;
	padding:3px;
	width:150px;
}
#content {
	font-family:arial,helvetica,sans-serif;
	margin-left:160px;
	border:1px solid gray;
	padding:5px;
	font-size:12px;
}
.tableclearance {
	width:100px;
}
#footer {
	font-size:10px;
	text-align:center;
}
.navitem {
	padding:2px;
	background-color:#999999;
	margin:2px;
}
.navitem a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.heading {
	font-weight:bold;
}
.presentation {
	border:1px solid gray;
	background-color: silver;
	padding:5px;
	margin:5px;
}
.presentation div.formats a {
	background-color: #666666;
	color:white;
	margin-left:5em;
	border:1px solid black;
	padding:2px;
	text-decoration:none;
}
.presentation div.formats a:hover {
    background-color:white;
    color:#666666;
}
.loginname {
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	border: 1px solid gray;
	background-color:#65e3dc;
}
.formats {

	margin-left:130px;
}
.greyfill {
	background-color:#c0c0c0;
}
.bluefill {
	background-color:#65e3dc;
}
.headertext {
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    font-size:18px;
    margin-left:150px;
}
.clearer {
    clear:both;
    height:10px;
}
.editdelete {
    position:relative;
    top:-30px;
    text-align:right;
}
.editdelete a,.userManage a {
    background-color:#65e3dc;
    color:black;
    border:1px solid black;
    padding:2px;
    text-decoration:none;
    margin-left:5px;
}
.editdelete a:hover,.userManage a:hover {
    background-color:black;
    color:#65e3dc;
}
form {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
.secheader {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	/*background-color:#65e3dc;*/
	padding:2px;
	margin-bottom:5px;
	border-bottom:1px solid black;
}
.errmsg {
	color:red;
	border:2px dotted red;
	font-style:italic;
}
.spec {
	font-size:10px;
	font-style:italic;
}
#createtopic {
	border:1px solid #c0c0c0;
	width:600px;
}
#createtopic div.forumheader {
	font-weight:bold;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color:#65e3dc;
	padding:3px;
}
#createtopic div.entry, #createtopic p {
	margin:5px;
}
#createtopic div.entry div.label {
	float:left;
	font-weight:bold;
	width:80px;
}
#createtopic div.entry div.ratelabel {
	float:left;
	font-weight:bold;
	width:120px;
}
#createtopic div.buttons {
	margin-left:50px;
}

#presentationForum td a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}
#createtopic p.success {
	font-weight:bold;
}

.prestopicinfo {
	background-color:#65e3dc;
	font-weight:bold;
	border:1px solid black;
	margin:3px;
	padding:5px;
}
.topicstats {
	font-style:italic;
	font-weight:normal;
}
.prestopicdate {
	float:right;
}
.topicmenu {
	display:none;
	margin-left:10px;

}

.topicmenu a {

	padding-left:5px;
	display:block;
}
.prestopicdetail,.forumAnswer {
	border:1px solid black;
	background-color:white;
	padding:5px;
}
.forumAnswer {
	border-bottom:1px solid black;
}
.forumAnswername {
	font-weight:normal;
	font-style:italic;
}
.forumAnswerdetail {
	margin-left:10px;
}

