/**
* @package		CrazyOnTap
* @author		Wayne Venables <wayne@codaris.com>
* @copyright	2006 Wayne Venables
* @license 		http://www.opensource.org/licenses/bsd-license.php 	BSD License
* @version 		$Id: Delete.object 11 2004-08-31 03:59:33Z wvenable $
*/

body {
	background-color:	white;
	color:				black;
	padding:			0; /* needed for Opera */
	font-family:		Tahoma,Arial,Helvetica,sans-serif;    
	font-size:			12px;
	margin-left:		1em;
	margin-top:			1em;
	margin-right:		1em;	
	margin-bottom:		0em;
}

form { margin: 0px; padding: 0px; }
a:link { color: rgb(0,0,180); }
a:visited {	color: purple; }

/* To hide things from IE */
.noIE { _display: none; }

/*******************************************************************************
 * Header, footer, and body table
 ******************************************************************************/

.header div {
	color: #ffe;
	margin: 0 0 10 0;
	border: 0;
	float: center;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
}

.header h1 {
	color: #189337;
	font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}

.header p {
	color: #AAAAAA;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin: 0;
	line-height:140%;
}

.header a {
	color: #101060 !important;
	text-decoration: none;
}

td.contents {
	padding-top: 5px;
	font-size: 1.25em;
	vertical-align: top;
	width: 600px;
}

td.sidebar {
	width: 125px;
	vertical-align: top;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	color: rgb(102, 102, 102);
}

div.footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	border-top: 1px solid #189337; width: 735px; font-size: 9pt; margin-top: 20px;
	text-align: center;
}


/*******************************************************************************
 * Form layout
 ******************************************************************************/

div.form {
	font-family:		Georgia,'Times New Roman',Times,serif;
	font-weight:		normal;
	margin-left:		7px; 
	x-height:			1%;
}

table.form .buttons input {
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	font-size:			11px;
	border-top:			1px solid #EEEEEE;
	border-left:		1px solid #EEEEEE;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	background-color:	#CCCCCC;
	padding:			2px 16px;
	width:				90px;
}

table.form td div {
	font-size:			11px;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	color:				#666666;
}

table.form th {
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-size:			11px;
	font-weight:		bold;
	padding-right:		1.5em;
	text-align:			left;
	vertical-align:		top;
	padding-top:		0.3em;
	white-space: 		nowrap;
}

table.form td {
	padding-bottom:		.5ex;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-size:			11px;
}

table.form td.text {
	padding-bottom:		.5ex;
	font-size:			11px;
	font-family:		Monaco,'Courier New',Courier,monospace;
}

table.form input {
	font-size:			11px;
	font-family:		Monaco,'Courier New',Courier,monospace;
}

table.form textarea {
	font-size:			11px;
	font-family:		Monaco,'Courier New',Courier,monospace;
}

table.form input.error, textarea.error {
	font-size:			11px;
	font-family:		Monaco,'Courier New',Courier,monospace;
	border:				1px solid #FF0000;
	padding-right:		1px;
	padding-left:		1px;
	padding-bottom:		1px;
	padding-top:		1px;
}

span.formCheckBoxPair {	float: left;  }
span.formCheckBoxPair input { float: left; }
span.formCheckBoxPair label { float: left; margin-top: 3px;	_margin-top: 4px; color: #000000; }

.errorLabel {
	font-size:			11px;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	color:				#FF0000;
	vertical-align:		top;
}

/*******************************************************************************
 * Topics layout
 ******************************************************************************/

div.topics {
	font-family:		Georgia,'Times New Roman',Times,serif;
	font-weight:		normal;
	margin-left:		7px; 
	x-height:			1%;
}

div.topics span { color: rgb(170, 170, 170); }
div.topics a { text-decoration: none; }
div.topics a:hover { text-decoration: underline; }
div.topics a.deleted { text-decoration: line-through; }
div.topics a.deleted:hover { text-decoration: line-through underline; }
div.topics .dateline {
	/*height: 8px;*/
	border-bottom: 1px solid #DDDDDD;
	width: 300px;
	height: 1px;
	font-size: 0px;
}
div.topics .date {
	color: black;
	font-weight: bold;
	padding-top: 0.4em;
	border-bottom: 1px solid black;
	width: 300px;
}

/*******************************************************************************
 * Posts layout
 ******************************************************************************/

div.posts {
	font-family:		Georgia,'Times New Roman',Times,serif;
	font-weight:		normal;
	margin-left:		7px; 
}

div.posts div.post {
	width: 30em;
	padding-top: 1em;
}

div.posts div.deleted {
	text-decoration: line-through;
}


div.posts div.signature {
	padding-top: 1em;
	text-align: right;
	font-style: italic;
	width: 30em;
}

div.posts div.signature img {
	padding: 0px;
	margin: 0px;
	padding-top: 2px;
}

div.posts div.info {
	padding-top: 		1.8em;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-size:			10px;
	float: left;
}


/*******************************************************************************
 * General layout
 ******************************************************************************/

h2 {
	font-size:			18px;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	color:				#189337;
	width:				100%;
	margin-top:			0px;
}

h3 {
	font-size:			18px;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	margin:				0px;
	padding:			0px 0px 0px 0px;
	width:				400px;
}

div.buttons { margin: 1em 0 2px 0; clear: all; }
div.buttons a {
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none;
	border-top:			1px solid #EEE;
	border-left:		1px solid #EEE;
	border-right:		1px solid #333;
	border-bottom:		1px solid #333;
	background-color:	#DDD;
	color:				rgb(0,0,180);
	padding:			2px 4px;
	margin-top:			0ex;	
	margin-bottom:		0ex;
	margin-right:		1ex;
	margin-left:		0ex;
}
div.buttons a:visited { color: rgb(0,0,180); }
div.buttons a img { vertical-align: text-top; }


/*******************************************************************************
 * Search box
 ******************************************************************************/

div.searchBox {
	float:				right;
	margin-left:		7px; 
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none; 
	background-color:	#189337; 
	color:				#FFFFFF; 
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	padding:			3px 1px 2px 5px;
	border-right:		1px solid #0F5675;
	border-bottom:		1px solid #0F5675;
}

div.searchBox input.button {
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	font-size:			11px;
	border-top:			1px solid #EEEEEE;
	border-left:		1px solid #EEEEEE;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	background-color:	#CCCCCC;
	padding:			2px 2px;
	width:				30px;
	margin-left:		4px; 
}

#tbTop {
	text-align:right;
}

div.manageforumsmsg {
  color: #ff0000;
  text-align: center;
}
div.tagline {
  float: center;
  width: 787px;
  height: 208px;
}
.text    { font-family: Arial; font-size: 11px; color: #1A354D; margin-left:10; margin-top:5;  }
.more {margin-top: -10}
.H1	{ font-family: Courier; font-size: 16px; text-decoration:none; margin-left:10; font-weight:bold; color: #fA354D; }
.copyright    { font-family: Arial; font-size: 10px; color: #1A354D; }
.text2    { font-family: Arial; font-size: 11px; color: #1A354D; margin-left:30; margin-top:5; margin-bottom:10; margin-right:20 }
.linx {    font-family: Arial; font-size: 11px; text-decoration:none; margin-right:10; font-weight:bold}
a:link { color: #1A354D; text-decoration: none}
a:hover { color: #9A0202; text-decoration: none}
a:visited { color: #1A354D; text-decoration: none} 

