/* WebBBS default theme - Tarty - http://tarty.webdesignassoc.com/ */
html {
	margin: 0 0 1px;
	height: 100%;
	background-color: white;
	padding: 0;
}
body {
	margin: 0;
	background-color: white;
	padding: 10px;
	font-size: 13px;
}
body, input, textarea, select { 
	font-family: Verdana, sans-serif;  
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}
input, button, textarea, select {
	font-size: inherit;
	font-family: inherit;
}
textarea {
	width: 99%;
}

blockquote	{
	margin: 0;
	color: gray;
}

em {
	font-weight: bold;
}

/* Monospace font */
tt, pre {
	font-size: 90%;
}

/*
fontspec 
navbartable
navbarfont
tablespec
tablefont
guestbook
messageblock
messagebody
*/

.navbartable, .tablespec	{
	border: 0;
	background-color: #eeeeee; 
}
.navbartable td	{
	padding: 6px;
}
.tablespec th, .tablespec td { 
	padding: 3px;
}
.fontspec, .tablefont	{
 	color: #000000; 
	font-family: Verdana, sans-serif;
}
.tablefont a	{ 
	text-decoration: none; 
}

.navbarfont	{
	font-weight: bold; 
	color: #000000; 
}
.navbarfont a, 
.navbarfont a:visited, 
.navbarfont a:hover	{
	text-decoration: underline;
	font-weight: normal;
}
.guestbook	{ 
	background-color: #ffffff; 
	border: 0px;
	border: 1px solid #757575;  
}
.guestbook th	{ 
	border: 0; 
	border-bottom: 1px solid #76797C;
}

/* $MessageOpenCode - BLOCKQUOTE for the body of text of posts */
.messageblock	{
	background-color: #ffffff;
	padding: 20px 15px 20px 20px;
}

.messagebody	{ 
	line-height: 18px;
}

/* $NewOpenCode and $AdminOpenCode */
.newcode	{ 
	color: #cc0000; 
	font-weight: bold; 
	}
.admincode	{ 
	color: #990000; 
	font-weight: bold; 
}
.row1	{ 
	background-color: #f5f5f5; 
}
.row2	{ 
	background-color: #ececec; 
}
.row3	{ 
	background-color: #dedede; 
}
.gen	{ 
	font-size: 12px; 
}
.genmed	{ 
	font-size: 11px; 
}
.gensmall	{ 
	font-size: 10px; 
}

