@import '../style.css';

#content {
	float: none;
	clear: both;
	width: 80%;
	vertical-align: top;
	margin: auto;
}


#header {
	background-image: url('graphics/fbanner2010.png');
	height: 100px;
	min-width: 970px;
}

#nav {
	width: 100%;
	text-align:right;
}


.cattitle {
	background: url(../graphics/transparent_purple.png);
	border: solid #2F2E3A 1px;
	margin: auto;
	padding: 10px;
	padding: 4px; 
	text-align: center; 
	margin: auto;
}

.bg {
	/*background-image: url("../graphics/transparent_teal.png");*/
	background-color: #476C69;
	border-color: #2A4F4C;
	border-width: 1px;
	border-style: solid;
	width: 60%;
	padding: 5px;
}
	
.bg2 {
	/*background-image: url("../graphics/transparent_teal.png");*/
	background-color: #476C69;
	border-color: #2A4F4C;
	border-width: 1px;
	border-style: solid;
	width: 60%;
	padding: 5px;
	text-align: left;
}

.purplecorner {
	background: url(/graphics/purple_cornerleft.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 50px 7px 7px 7px;
}

.purplecorner .heading {
	font-size: 20px; 
	padding: 0px 0px 2px 85px; 
	border-bottom: 1px solid #FFDB7A; 
	width: 325px;
}

.trans_bg2 {
	font-size: 12px;
	background: url('/graphics/transparent_lteal.png');
	background-position: top right;
	background-repeat: repeat;
	padding: 7px;
	margin-left: 85px;
}

.fcell {
	padding: 5px;
}

#f_top {
	/*background-image: url('graphics/forum_top.jpg');*/
	background-position: bottom left;
	background-repeat: repeat;
	border-color: #33514F;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
	}


/* Posts */

.ssf_post {
	width: 450px;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #2A4F4C;
	/*background-image: url('graphics/transparent_teal.png');*/
	background-color: #476C69;
	font-size: 12px;
}

.form {
	font-size: 12px;
}

.input {
	color: #FFDB7A;
	background: #426865;
	border-width: 1px;
	border-color: #2A4F4C;
	border-style: solid;
}

.trans_bg {
	font-size:12px;
	background: url('/graphics/transparent_lteal.png');
	background-position: top right;
	background-repeat: repeat;
	padding: 7px;
}

.titlebg {
	font-size:12px;
	background: #638E7C;
	border: solid #80AF87 1px;
	padding:3px;
}

.input2 {
	color: #2A4F4C;
	background-image:url('../graphics/input_btn.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
	border-width: 1px;
	border-color: #2A4F4C;
	border-style: solid;
}

.rsubcell1 {
	font-size: 12px;
	width: 100%;
	padding: 5px;
}
.rsubcell2 {
	font-size: 12px;
	width: 100%;
	padding: 5px;
	background-image: url('graphics/transparent_black.png');
}

.tdhighlight{
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	}

/* Font Styles */
	
.pfontsize {
	font-size: 12px;
	padding: 5px;
}

.fontsize {
	font-size:12px;
}
	
.pafontsize {
	font-size: 12px;
	padding: 5px;
	border-color: #2A4F4C;
	border-style: solid;
	border-width: 1px 0px 1px 0px
}