/**
* @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;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;    
	font-size:			12px;
	padding: 			0px;
	margin: 			0px;
	padding-top:		0px;
	padding-left:		0px;
	padding-right:		0px;
}

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 0 0;
	border: 0;
	background: black url('header.png') no-repeat;
	background-position: bottom left;
	height: 100px;
	width: 100%;
}

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

.header a {
	width: 380px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

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

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

div.sidebar { width: 12.5em; }

div.footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;	
	border-top: 1px solid #516C6C; 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 { color: #BBBBBB; text-decoration: line-through; }
div.topics a.deleted:hover { text-decoration: line-through underline; }
div.topics .dateline {
	height: 8px;
}
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;
	overflow: hidden;
}

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

div.posts div.deleted {
	color: #BBBBBB;
	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:				black;
	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;
}

h4 {
	font-size:			14px;
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	font-weight:		bold;
	margin:				0px;
	margin-top:			1em;
	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;
	margin-right:		10px;
	font-size:			11px;
	font-weight:		bold;
	text-decoration:	none; 
	background-color:	#516C6C; 
	color:				#FFFFFF; 
	font-family:		Tahoma,Arial,Helvetica,sans-serif;
	padding:			5px;
	border-right:		1px solid #0F5675;
	border-bottom:		1px solid #0F5675;
	width:				170px;
}

div.searchBox input.query {
	width: 165px;
}

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;
	margin-top:			6px;
	margin-left:		5px; 
}

