/* ######### CSS for Shade Tabs. Remove if not using ######### */
#topAdsDiv {
	border:1px solid gray; 
	background:#262626; 
	width:280px; 
	height:160px;
	margin: 0px 10px;
	}
.shadetabs{
	padding: 3px 0;
	margin: 30px 10px 0px 10px;
	font: bold 12px Helvetica, Arial,  sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.shadetabs li{
	display: inline;
	margin: 0;
	}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #FBC926;
	background: url(shade.gif);
	}

.shadetabs li a:visited{
	color: #2d2b2b;
	}
	
.shadetabs li a:hover{
	text-decoration: underline;
	color: #ffcc00;
	}
	
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	border-bottom:1px solid #262626;
	background-color:#262626;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}

.tabcontent{
	display:none;
	}

@media print {
	.tabcontent {
	display:block !important;
	}
}

/*  COMMENT SECTION TABS  */

#userPostForm {
	border:1px solid #999; 
	background:#fff; 
	width:635px; 
	height:200px;
	}
.posttabs{
	padding: 3px 0;
	margin: 30px 10px 0px 10px;
	font: bold 12px Helvetica, Arial,  sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.posttabs li{
	display: inline;
	margin: 0;
	}

.posttabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #999;
	}

.posttabs li a:visited{
	color: #2d2b2b;
	}
	
.posttabs li a:hover{
	text-decoration: underline;
	}
	
.posttabs li a.selected{ /*selected main tab style */
	position: relative;
	border-bottom:1px solid #fff;
	background-color:#fff;
	}

.posttabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}

.post_tabcontent{
	display:none;
	margin:15px;
	}

@media print {
	.tabcontent {
	display:block !important;
	}
}
