body { font-family: Verdana, Tahoma, Arial; font-size: 11px; color: #fff; background-color: #696969; margin: 0; }

td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000;
}

.darkbg {
	background-color: #323232;
	background-image: url(images/bg.gif);
}
.nav ul { text-align: left; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; }
.lightbg {
	background-color: #d9c484;
}

.orangebg { color: #fff; background-color: #ffcc66;
	/*background-image: url(images/orangebg01.jpg);
	background-repeat: no-repeat;*/
}

.whitebg {
	background-color: #FFFFFF;
}

.banner { color: #fff; font-size: 40px; font-weight: bold; }

.titlewhite { color: #fff; font-size: 20px; font-weight: bold; }

.titleorange {
	font-size: 20px;
	font-weight: bold;
	color: #feab08;
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
}

.blacktext {
	color: #000000;
}

.redtext {
	color: #BB0000;
}


.orangetext {
	color: #F1B543;
}

.nowrap {
	overflow: hidden;
}

a:link {
	color: #ee7e1a;
	text-decoration: underline;
}
a:visited {
	color: #d56501;
	text-decoration: underline;
}
a:hover {
	color: #c76200;
	text-decoration: none;
}

.redlink:link {
	color: #BB0000;
	text-decoration: underline;
}

.redlink:visited {
	color: #BB0000;
	text-decoration: underline;
}

.redlink:hover {
	color: #775555;
	text-decoration: underline;
}

.blacklink:link {
	color: #000000;
	text-decoration: underline;
}

.blacklink:visited {
	color: #000000;
	text-decoration: underline;
}

.blacklink:hover {
	color: #000000;
	text-decoration: none;
}

.submit {
	color: #F1B543;
	background-color: #323232;
}

input {
	border: 1px solid #8E8A79;
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #8E8A79;
	background-color: white;
}

textarea {
	font-family: Tahoma;
	border: 1px solid #8E8A79;
	font-size: 12px;
	background-color: white;

}
select {
	font-family: Tahoma;
	border: 1px solid #8E8A79;
	font-size: 12px;
	background-color: white;
}

/*	 the nav bar start */
ul#navlist
{ margin-left: 0; padding-left: 0; white-space: nowrap; display:inline; }

#navlist li
{ display: inline; list-style-type: none; }

#navlist a {
	padding: 0px 10px;
}

#navlist a:link, #navlist a:visited
{
	color: #000000;
	border:1px solid #323232;
	background-color: #F1B543;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #323232;
	text-decoration: none;
}
/* the nav bar end */


/* SMF required styles */
.largetext
{
	font-size: large;
}

.catbg
{ background-image: url(images/bg.gif); color: #fff; background-color: #696969; background-repeat: repeat; padding-left: 10px;
	/*background-color: #323232;*/
}

.windowbg2
{
	background-color: #e8d393;
}

.windowbg
{
	background-color: #f4dfa5;
}

.titlebg
{ color: #fff; font-weight: bold; background-color: #525251; }

.calendar_today{
	background-color: rgb(131, 131, 131);
}


/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #FFCC66;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

.meaction
{
	color: yellow;
}

/* board big orange titles */
.titleorange {
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #c76200;
}

.titleorange:link {
	color: #c76200;
	text-decoration: none;
}
.titleorange:visited {
	color: #c76200;
	text-decoration: none;
}
.titleorange:hover {
	color: #ee7e1a;
	text-decoration: none;
}

.smalltext{
	font-size: 10px;
}