.red { color: red;}

.error { color: red; font-style: italic;}

.messagefont {font-style: italic }

hr {color: #3c717b; 
			background-color: #3c717b;
			height: 5px;
			text-align:center;
			width: 50%;
			display: all;
			}


.subnavForum {
	color: #3c717b;
	font: 12px/14px Arial, Helvetica, sans-serif;
	padding-left: 28px;
	display: block;
	height: auto;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 5px;
	border:none;
}
.subnavForum:hover {cursor:pointer;}


.submitBtn {
	color: #000;
	border-color: #666666;
	background-color: #FAFAFA;
	background-image: url("{T_THEME_PATH}/images/bg_button.gif");
	padding: 1px 10px 1px 15px;
	height: 18px;
	border: 2px #666666 outset;
	text-decoration: none;
}
.submitBtn:hover {
border-color: #3D67A9;
color: #3D67A9;
}

/*
.bodyForum {
	font:11px/16px Arial, Helvetica, sans-serif;
	color: #3c717b;
	text-decoration: underline;
	border: none;
	background-color: #FFF ;
}
.bodyForum:hover {cursor:pointer; text-decoration:underline;}
*/

/* Form button styles
---------------------------------------- */

a.button1, input.button1 {
color: #000;
background-color: #FAFAFA;
background-image: url("{T_THEME_PATH}/images/bg_button.gif");
}

a.button1, input.button1 {
border-color: #666666;
}

/* Alt

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active {
color: #000000;
}

/* Hover states */
a.button1:hover, input.button1:hover {
border-color: #3D67A9;
color: #3D67A9;
}
