/*-------------------------------------
Project: 
	phpbb WASO (Web and Accessibility Standards Overhaul) - 2.0.04
	(Based on phpbb 2.0.19 - http://phpbb.com)
File:
	print-contrast.css
Media: 
	Print
Date: 
	16 September 2005
Author:
	Marco Battilana
	Crazy Bat Designs - http://crazybat.ca
-------------------------------------*/
/*-------------------------------------
Global styles
-------------------------------------*/
html, body {
	color: #000;
	background: #fff;
	margin: 0;
	border: 0;
	padding: 0;
	font: 90% Tahoma, sans-serif;
}
a {
	color:  #333;
	background: transparent;
	font-weight: bold;
}
a:hover {
	color: #fff;
	background: #333;
}
a:active {
	color: #333;
	background: #fff;
}
caption {
	display: none;
}
cite {
	font-weight: bold;
	font-style: normal;
}
em {
	color: #000;
	font-weight: bold;
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 5px 0 0 0;
	font-size: 1.0em;
}
hr {
	clear: both;
	width: 98%;
	height: 3px; 
	color: #fff;
    background: #fff;
	border: solid 1px #999;
}
img {
	border: 0;
}
input, select, option {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
label {
	display: block;
	margin: 5px 0 0 0;
	font-weight: bold;
}
ol, ul {
	margin: 0;
	border: 0;
	padding: 0;
}
pre {
	color: #333;
	background: #fff;
	border: solid 1px #999;
	margin: 5px 15px;
	padding: 5px;
	font: 1.3em Garamond, serif;
}
.skip {
	display: none;
}
/*-------------------------------------
Container styles
-------------------------------------*/
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;	
}
/*-------------------------------------
Leftbar and Rightbar styles
-------------------------------------*/
#leftbar {
	display: none;
}
#rightbar {
	display: none;
}
/*-------------------------------------
Banner styles 
-------------------------------------*/
#banner h1 {
	font: bold 2.0em "Lucida Sans Unicode", sans-serif;
}
#banner h1 a {
	color: #999;
	text-decoration: none;
}
#banner h2 {
	font-size: 1.9em;
	font-weight: normal;
}
/*-------------------------------------
Toolbar styles 
-------------------------------------*/
#toolbar {
	display: none;
}
/*-------------------------------------
Style Switcher styles
-------------------------------------*/
#styleswitcher {
	display: none;
}
/*-------------------------------------
Content styles
-------------------------------------*/
#content {
	width: 100%;
	color: #000;
	background: #fff;
	margin: 0;
	border-right: solid 1px #333;
	padding: 5px;
}
	/*----------
	Content Header styles
	----------*/
	
#content h3 {
	color: #000;
	background: #fff;
	border-bottom: solid 1px #999;
	padding: 10px 0;
	font: normal 1.0em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#content h4 {
	color: #999;
	font: normal 1.5em "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#content h4 a {
	color: #999;
	font-weight: normal;
}
	/*----------
	Content Anchor styles
	----------*/
#content a {
	color:  #333;
	background: transparent;
}
#content a:hover {
	color: #fff;
	background: #333;
}
#content a:active {
	color: #333;
	background: #fff;
}
	/*----------
	Content List styles
	----------*/
#content .highlights ul {
	list-style: disc;
	margin: 0 0 0 30px;
}
#content ul.inlinelist {
	margin: 0;
	list-style: none;
}
#content ul.inlinelist li {
	float: left;
	margin: 0 3px 0 0;
}
	/*/////-------------------------------------
	Content - IDs
	/*----------
	iconlegend ID
	- The style for the icon legends currently found on the index page and view forum page
	----------*/
#content #iconlegend,
#content #largeiconlegend {
	display: none;
}	
	/*----------
	Content boxstatus ID
	- The style for the status of your inbox
	----------*/
#content #boxstatus {
	display: block;
	float: right;
	width: 170px;
	color: #333;
	background: #fff;
	margin: 5px;
	border: solid 1px #999;
	padding: 5px;
	text-align: left;
}
#content #boxstatus img {
	border: solid 1px #333;
}
	/*/////-------------------------------------
	Content - Classes
	/*----------
	Content - forum specific classes
	- Classes specific to the forum index page only
	----------*/
#content .smallnote {
	font-size: 0.8em;
}
#content .messageheader {
	padding: 5px 5px 0 5px
}
#content .messagebody {
	padding: 0 5px 5px 5px;
}
#content .forumpostinfo {
	float: right;
	font-size: 0.8em;
	text-align: right;
}
#content .memberinfo {
	float: left;
}
#content .row1, 
#content .row2 {
	clear: both;
	margin: 5px 0;
	border: solid 1px #999;
}
#content .row1 {
	background: #eee;
}
#content .row2 {
	background: #fff;
}
	/*----------
	Forum function button classes
	- The styles related to buttons found on the top and the bottom of the topic (ie: quote, delete, profile, etc.)
	as well as the memberlist and profile pages.
	----------*/
#content div.messagecommands ul,
#content div.membercommands ul {
	display: none;
}
	/*----------
	BBCode classes
	- Classes catered to bbcode
	----------*/
#content blockquote,
#content pre {
	display: block;
	width: 90%;
	color: #333;
	background: #fff;
	border: solid 1px #ccc;
	margin: 5px 15px;
	padding: 5px;
	font: 1.0em "Courier New", serif;
}
	/*----------
	Content - div higlights class
	----------*/
#content .highlights {
	margin: 5px;
	padding: 10px 15px 10px 0;
	background: #fff;
}
	/*----------
	Content - hr thindivide class
	- The thin dark grey lines
	----------*/
#content hr.thindivide {
	width: 100%;
	height: 1px; 
	color: #fff;
    background: #fff;
	border: dashed 1px #ccc;
	padding: 0;
}
	/*----------
	Content - Image replacement classes
	- The styles related to all span tags used for image replacement
	----------*/
#content ul.postlist li {
	display: none;
}
	/*----------
	Content - overflowy class
	- The simulation of an iframe in the original design
	----------*/
#content .overflowy {
	display: block;
	height: 400px;
	max-height: 400px;
	overflow: auto;
}
#content .overflowy .grid {
	width: 97%;
}
	/*----------
	Content - Poll classes
	- The styles related to the polls
	----------*/
#content .pollbox {
	display: block;
	width: 250px;
	color: #333;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #999;
	padding: 3px;
	text-align: center;
}
#content .pollbox .pollchoicecontainer {
	display: block;
	width: 205px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
}
#content .pollboxresults {
	display: block;
	width: 250px;
	color: #333;
	background: #fff;
	margin: 0 auto;
	border: solid 1px #999;
	padding: 3px;
	text-align: center;
}
#content .pollboxresults .pollresults {
	display: block;
	width: 205px;
	margin: 0 auto;
	text-align: left;
}
#content .latestpostlink,
#content .newestpostlink {
	color: #333;
	background: transparent;
	border: solid 1px #ccc;
	padding: 0 3px;
	font-size: 0.8em;
}
/*-------------------------------------
Table styles
-------------------------------------*/
.grid {
	color: #000;
	background: #fff;
	width: 100%;
	margin:  5px 0;
	border: solid 1px #ccc;
	padding: 2px;
	font-size: 1.0em;
	text-align: left;
}
.grid caption {
	text-align: left;
}
.grid th {
	color: #333;
	background: #fff;
	border: solid 1px #999;
	text-align: center;
}
.grid tr.row1 {
	background: #ccc;
}
.grid tr.row2 {
	background: #fff;
}
.grid td {
	vertical-align: top;
	padding: 5px;
}
.grid td img.icon {
	float: left;
	margin: 0 3px 0 0;
}
	/*----------
	Table - fixedwidth class
	- The styles that sets a column to a fixed width
	----------*/
.grid td.fixedwidth {
	width: 125px;
}

/*-------------------------------------
Form Control styles
-------------------------------------*/
label.inlinelabel {
	display: inline;
}
input.boxes,
textarea.boxes {
	color: #333;
	background: #fff;
	border: solid 1px #333;
	font: 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
input.button {
	color: #000;
	background: #fff;
	border: solid 1px #999;
	font: bold 100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
/*-------------------------------------
Validation styles
-------------------------------------*/
#validation ul li {
	display: none;
}
/*-------------------------------------
Footer styles
-------------------------------------*/
#footer {
	clear: both;
}
#footer h3 {
	padding: 10px 0;
}
/*-------------------------------------
Miscellaneous styles
-------------------------------------*/
/* Holly Hack: Hide From IE5/Mac \*/
* html div {
	height: 1%;
}
/* Holly Hack: Hide From IE5/Mac \*/

