/* Based on http://www.pmob.co.uk/temp/3colfluidtest_4.htm
 * 3 col fluid layout CSS Document
 */
/* mac hide */
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
/* end hide */

body {
	font: x-small sans-serif;
	background: #FFFFFF;
	position: relative;
	min-width: 600px;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
}

pre { overflow: auto; }

#global {
	font-size: 127%;
	line-height: 1.4;
	min-height: 100%;
}

#outer {
	margin: 0 21%;
	border-left: 1px dotted gray;
	border-right: 1px dotted gray;
	padding: 0;
	color: #000000;
	position: relative;
	min-height: 100%;
	z-index:2;
}

#outerone {
	min-height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

* html #outer, * html #outerone {
	height: 100%;
} /* IE treats height as min-height anyway */

/* For mozilla as IE treats height as min-height anyway */
html>body #outer, html>body #outerone { height: auto; }

/* Needed to fix ie's bad handling of widths with percentages */
#inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

#headerone, #headerthree {
	background-color: white;
	padding-top: 4px;
	overflow: hidden;
	color: #000000;
}

#headerthree {
	margin-left: -36%;
	margin-right: -36%;
	position: relative;
	min-height: 0;
	height: 20px;
}

#left {
	position: relative; /* ie needs this to show float */
	width: 35%;
	float: left;
	margin: 0 0 0 -35.5%;
	background-color: #F9F9F9;
}

#left p { padding-left: 0; padding-right: 3px; }
#right p { padding-left: 7px; padding-right: 2px; }

#right {
	position: relative; /* ie needs this to show float */
	width: 35.5%;
	float: right;
	margin: 1% -36% 0 1px;
	background-color: #F9F9F9;
	top: 20px;
}

#middle, #middle_forum {
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
	top: 20px;
	padding-bottom: 20px;
}

#middle_forum {
	background-color: #FAFFFA;
}

h2 {
	margin: 0 0 10px 0;
}

#adminlink {
	font-size: 60%;
}

.ratefldset {
	border: none;
}

.itembtnsandvote {
	vertical-align: top;
	padding: 6px 0 3px 0;
	margin: 0;
	text-align: center;
	/* border: 1px dotted gray; */
	border-left: 1px dotted gray;
	line-height: 60%;
}

.itembtns {
	width: 100%;
	background-color: #F9F9F9;
}

.votingdiv {
	padding: 8px 0 3px 0;
}

.voteandaction {
	padding: 0;
	/* These margins prevent the tipbtns icons from wrapping on IE */
	margin-left: 10px;
	margin-right: 10px;
}

.centertd { text-align: center; }

.votesyms {
	text-align: center;
	font-size: 60%;
}

#broughtby { text-align: center; }

#admin { margin-left: 5%; margin-right: 5%; }

#faqlink { margin-left: 20px; margin-right: 20px; }

#hdr_links { padding-left: 1%; padding-right: 1%; text-align: right; }

#homelink { padding-left: 1%; }

#title { font-size: 35px; }

#A2Z { color: #D3D3D3; }

#subtitle { font-size: 18px; }

#preview {
	border: 1px solid gray;
	margin-bottom: 15px;
	padding: 0px 15px 15px 15px;
}

#editlbl { font-weight: bold; }

#tiptext { width: 100%; }

.tip {
	margin-bottom: 14px;
	margin-top: 14px;
}

.smalltext {
	font-size: 70%;
}

#remind { margin-left: 20%; margin-right: 20%; }

#signupbtn { margin-right: 5px; }

#editdiv {
	width: 70%;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

#cat_chain_div { text-align: right; margin-bottom: 4px; }

#cat_chain_links { float: left; }

#footer {
	width: 100%;
	clear: both;
	height: 25px;
	border-top: 1px solid #000;
	background-color: white;
	color: black;
	text-align: center;
	margin: -32px 0 0 0; /* drag footer back into page */
	padding: 6px 0 0 0;
	position: relative;
	z-index: 3;
}

#catheading {
	color: black;
	background: #F5F7F4;
	border: 1px solid #AC7C8A;
	margin-top: 9px;
	padding: 2px 0 2px 5px;
	vertical-align: middle;
}

#forumheading {
	color: #FAFFFA;
	background: #B3C7B3;
	border: 1px solid #008000;
	margin-top: 9px;
	padding: 2px 0 2px 5px;
	vertical-align: middle;
}

#switchlink {
	float: right;
	font-size: 56%;
	padding-right: 5px;
}

#searchresults {
	margin: 15px;
}

#recenttipslink {
	text-align: right;
}

#welcome {
	color: green;
}

#hdrimgleft_td { padding-left: 5px; }

#hdrimgright_td { padding-right: 6px; text-align: right; width: 66px; }

.floatleft { float: left; }

#searchdiv {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
}

#navlinks { text-align: center; }

.username {
	font-family: "Verdana", sans-serif;
	font-size: 70%;
	color: green;
	font-style: italic;
}

#clicktoenlarge {
	font-family: "Verdana", sans-serif;
	font-size: 50%;
	color: lightgray;
	/* font-style: italic; */
}

.submit { font-size: 90%; overflow: hidden; }

#newcatlbl { margin-top: 28px; }

#searchtext, #newcatedit { width: 95%; }

.greybg {
	background-color: #F9F9F9; /* lightgray */
}

.messagediv {
	text-align: center;
	padding: 3px 2% 3px 2%;
	margin: 15px 2% 11px 2%;
	width: 90%;
}

#general_heading {
	font-size: 70%;
	color: #E0E0E0;
}

.item_cell {
	width: 100%;
	vertical-align: top;
}

.discussion_cell {
	width: 100%;
	vertical-align: top;
	border-bottom: 1px dotted gray;
}

.postdate {
	font-size: 60%;
}

.separator {
	color: silver;
	text-align: center;
	font-size: 80%;
/*	line-height: 3;*/
}

.codebox {
	white-space: pre;

	line-height: 0.7;
	/* width: 94%; */
	width: 32em;
	max-height: 20em;

	/* word-wrap: break-word; */
	font-family: 'Lucida Console' , Consolas, 'courier new', courier, monospace;
	font-size: 90%;

	background-color: #F9F9F9;
	text-align: left;
	border: 1px dotted gray;
	color: black;
	text-decoration: none;
	padding: 1.2ex 0.4em 1.2ex 0.4em;
	overflow: auto;
	margin-left: 1em;
}

#errormsgdiv {
	color: red;
	border: 1px solid red;
}

#successmsgdiv {
	color: green;
	border: 1px solid green;
}

#tipbuttons { text-align: right; padding-top: 8px; }

.broughtby {
	font-size: 90%;
	text-align: center;
}

.unreadmsg {
	font-style: italic;
	color: green;
}

.unreadrow {
	background: #F0FFFF;
}

.tiplink { font-size: 90%; }

.leftdivlabels { font-size: 100%; font-style: italic; }

IMG { border: 0; }

.actionicon { border: 0; }

#termsdiv {
/*	width: 100%;/*250px;*/
	border: 1px dotted gray;
	padding: 5px;
	margin: 5px;
	font-size: 84%;
}

#loginformleft {
	clear: both;
	position: absolute;
	left: 0px;
	top: 110px;
	width: 46%;
	text-align: left;
	padding: 16px;

}

#loginformright {
	position: absolute;
	top: 110px;
	left: 50%;
	text-align: left;
	padding: 16px;
	border-left: 1px dotted gray;
}

#who_online {
	border: 1px solid gray;
	color: gray;
	margin-bottom: 15px;
}

* html #footer { /* only ie gets this style */
	\height: 32px; /* for ie5 */
	he\ight: 31px; /* for ie6 */
}
#clearfooter { clear: both; height: 32px; } /* needed to make room for footer */
div,p  { margin-top: 0; } /* clear top margin for mozilla */
/* mac hide*/
* html #centrecontent { height: 1%; }/* combat IE's 3 pixel jog */
/* end hide*/
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-32px;} /*safari wrapper thanks to Tim Connor*/


/* DIVs must have a border value set in Netscape 4.x */

DIV { border: none; }
