/* *******************************************************
Software: Web Wiz NewsPad
Info: http://www.webwiznewspad.com
Copyright: ©2001-2017 Web Wiz. All rights reserved
******************************************************* */

/* Page body */
body{
	background-color: #000000;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .PostComments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #CFCFCF;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

.lgText, h1, h2, a.h2:link, a.h2:visited, a.h2:hover, a.h2:visited:hover, a.h3:link, a.h3:visited, a.h3:hover, a.h3:visited:hover, h4, .tableLedger, .tableSubLedger{
	font-family: Arial, Helvetica, sans-serif;
	color: #CFCFCF;
	font-weight: bold;
}

/* Text */
.smText{
	font-size: 10px;
	line-height: 12px; 
}

.lgText{
	font-size: 15px;
}

h1, h2, a.h2:link, a.h2:visited, a.h2:hover, a.h2:visited:hover{
	font-size: 19px;
	margin-bottom: 0;
	margin-top: 0;
}

h3, a.h3:link, a.h3:visited, a.h3:hover, a.h3:visited:hover{
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
}

h4 {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

.error{
	color : #FF0000;
}

/* Search highlight */
.highlight{
	background-color: #990000
}

/* Hyperlinks */
a:link {
	color : #ff8400;
	text-decoration: none;
}

a:visited{
	color : #ff8400;
	text-decoration : none;
}

a:hover, a:visited:hover{
	color : #fd924c;
	text-decoration : underline;
}

a.h2:hover, a.h2:visited:hover, a.h3:hover, a.h3:visited:hover{
	text-decoration : underline;
}

h2, a.h2, a.h2:visited, h3, a.h3, a.h3:visited {
	text-decoration: none;
}

a.smLink {
	font-size: 10px;
}


/* Page Links */
.pageLink, a.pageLink:link, a.pageLink:visited, a.smPageLink:link, a.smPageLink:visited{
	color : #CFCFCF;
	text-decoration: none;
	background: #2B2B2B;
	border: 1px solid #666666;
	padding: 2px;
	margin: 2px;	
}

a.smPageLink:link, a.smPageLink:visited{
	line-height: 30px;
	padding: 1px;
	margin: 1px;	
}

a.pageLink:hover, a.smPageLink:hover{
	text-decoration: underline;
	border: 1px solid #AAAAAA;
	background: #000000;
}

.pageLink{
	background: #2B2B2B;
	border: 1px solid #AAAAAA;
}


/* PostComments */
.PostComments{
	width: 100%;
	margin: 2px;
	float: left; 
	overflow: auto;
}

.PostComments img {
    max-width: 750px;
    height: auto;
}


/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

hr {
	width: 90%;
	background-color: #666666;
	height: 1px;
	border: 0px;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Rich Text Editor */
.RTEtoolbar{
 	background-color: #DDDDDD;
 
}

.WebWizRTEbutton, .RTEtoolbar{
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	
}

.WebWizRTEbuttonOver{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.RTEtableTopRow{
	line-height: 22px;
	background-color: #000000;
}

.RTEtableRow{
	background-color: #2B2B2B;
}

.RTEtableBottomRow{
	background-color: #000000;
}

.WebWizRTEtextarea{
	background-color: #000000;
	color: #CFCFCF;
	margin: 2px;
	background-image:none;
}

.RTEmouseOver{
	background-color: #909090;
	color: #FFFFFF;
	cursor: pointer;
}


/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}

.errorTable{
	text-align: left;
	border: 1px solid #FF6600;
	background-color: #990000;
	width: 98%;
	color: #FFFFFF;
}

.tableBorder{
	text-align: left;
	border: 1px solid #000000;
	background-color: #373737;
	width: 98%;
}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #CFCFCF;
	background-color: #000000;
	line-height: 22px;
}

.tableLedger a:link, .tableLedger a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color : #CFCFCF;
	text-decoration: underline;
	font-weight: bold;
}

.tableLedger a:hover, .tableLedger a:visited:hover{
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #CFCFCF;
	background-color: #232323;
	height: 19px;
}


/* Tables */
.tableRow{
	background-color: #2B2B2B;
}

.tableTopRow, .tableBottomRow{
	background-color: #000000;
}

/* Drop Down Menus */
.dropDownMenu, .dropDownStatusBar, .dropDownSearch, .dropDownTopicRating, .dropDownCalendar, .dropDownTopicSearch, .dropDownPermissions, .dropDownPostShare{
	visibility: hidden; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	z-index:10;
}

.dropDownMenu, .dropDownStatusBar, .dropDownPermissions, .dropDownPostShare{
	background-color: #666666;
	border: solid #373737;
	border-width: 1px;
	height: auto;
	line-height: 18px;
	padding: 1px;
}

.downDropParent, .dropDownPermissions, .dropDownPostShare, .dropDownMenu a:link, .dropDownMenu a:visited, .dropDownStatusBar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CFCFCF;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.dropDownMenu a:hover, .dropDownMenu a:visited:hover, .dropDownStatusBar a:hover {
	color : #000000;
	display: block;
	background: #CCCCCC;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.dropDownSearch, .dropDownTopicSearch, .dropDownTopicRating{
	background-color: #666666;
	border: solid #373737;
	border-width: 1px;
	padding: 0px;
}

.dropDownTopicRating{
	height: 110px;
}

.dropDownSearch{
	height: 100px;
}

.dropDownTopicSearch{
	height: 80px;
}

.dropDownPermissions, .dropDownPostShare{
	color: #CFCFCF;
	line-height: 14px;
	text-align: left;
}

.dropDownPointer, .postThanks, .postOptions{
	cursor: pointer;
}

/* Calendar */
.calLedger{
	font-weight: bold;
	background-color: #232323;
	padding:4px;
}
.calLedger a:link, .calLedger a:visited{
	color : #EAEAEA;
	text-decoration: none;
	font-size: 10px;
}

.calLedger a:hover, .calLedger a:visited:hover{
	color : #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.calDateCell{
	background-color: #2B2B2B;
}

.calTodayCell{
	background-color: #2B2B2B;
	border:1px solid #CC0000;
}

.calEmptyDateCell{
	background-color: #000000;
}

#content{	
	max-width:940px;
	margin: 0 auto; 
}

#innercontainer_content {
	border-bottom:0px solid #FF6600;
	float:left;
	height:auto;
	margin:0;
	padding-bottom:9px;
	max-width:720px;
}

#right_sidebar {
	border-left:1px solid #CCCCCC;
	float:right;
	height:735px;
	margin-bottom:18px;
	margin-left:4px;
	width:200px;
	margin-top:5px;
}

#sidebar_container {
	min-height:36px;
	width:190px;
	float:right;
	margin-left:2px;
	margin-right:4px;
	margin-top:5px;
	margin-bottom:5px;
}

@media screen and (max-width : 940px) {
	#innercontainer_content {
		max-width:600px;
		width:100%;
	}
}

@media screen and (max-width : 820px) {
	#innercontainer_content {
		max-width:500px;
		width:100%;
	}
}

@media screen and (max-width : 720px) {
	#innercontainer_content {
		max-width:420px;
		width:100%;
	}
}

@media screen and (max-width : 650px) {
	#right_sidebar {
		display: none;
	}
	#innercontainer_content {
		max-width:940px;
		width:100%;
	}
}
