body {
	background-image:url('/images/mainbackground2.jpg');
}

#outsidetable {
	width: 820;
	table-layout: fixed;
}

.menutable {
	height: 40;
	width: 800;
	border: none;
	border-collapse: collapse;
	background-image:url('/images/menutablebackground.jpg');
	font: 14px Tahoma, sans-serif;
	color: #ffffff;
}

#hometab {
	width: 200;
}

#home:link, #home:visited, #home:active, #home:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#submenutable {
	height: 110;
	width: 800;
	border: none;
	border-collapse: collapse;
	background-image:url('/images/insidetablebackground.jpg');
}

#insidetable {
	height: 100%;
	width: 800;
	border: none;
	border-collapse: collapse;
	table-layout: auto;
	background-image:url('/images/insidetablebackground.jpg');
}

#inputtable, #commentstable {
	font: 12px Tahoma, sans-serif;
	color: #666666;
}

table.submissionstable {
	width: 475px;
	border: 3px solid #e5507f;
	table-layout: fixed;
	font: 12px Tahoma, sans-serif;
	color: #666666;
}

table.responsestable {
	width: 450px;
	border: 3px solid #e5507f;
	table-layout: fixed;
	font: 12px Tahoma, sans-serif;
	color: #666666;
}

td.valigntop {
	vertical-align: top;
}


.submissionsinput, .responsesinput {
	border: 1px solid #e32973;
	background: none;
	font: 12px Tahoma, sans-serif;
	color: #666666;
}

#submissionstextarea {
	width: 475px;
	height: 100px;
	border: 1px solid #e32973;
	overflow: auto;
	padding: 5px;
	font: 12px Tahoma, sans-serif;
	color: #666666;
	background: url() no-repeat bottom right;
}

#responsestextarea {
	width: 475px;
	height: 100px;
	border: 1px solid #e32973;
	overflow: auto;
	padding: 5px;
	font: 12px Tahoma, sans-serif;
	color: #666666;
	background: url() no-repeat bottom right;
}

#submitbutton {
	border: 1px solid #666666;
	background: #666666;
	color: #ffffff;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5d4337;
	
	text-decoration: none;
	color: #5d4337;
	background-color: #FFFFFF;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #5d4337;
	color: #C94A8C;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5d4337;
	font-weight: bold;
	background-color: #5d4337;
	color: #FFF;
	}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	background-color: #FFFFFF;
	color: #DDD;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #e5507f;
}

a:hover {
	color: #e5507f;
	text-decoration: underline;
}


a.mainmenu:link, a.mainmenu:visited, a.mainmenu:active, a.mainmenu:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

hr {
	color: #e5507f;
	background-color: #e5507f;
	border: 0;
	height: 3px;
	width: 80%;
}