/**
* @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 $
*/

/* To hide things from IE */
.noIE { _display: none; }

/*******************************************************************************
 * Header, footer, and body table
 ******************************************************************************/

/*******************************************************************************
 * Form layout
 ******************************************************************************/
p {
	margin: 0px;
	padding: 0px;
}

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: 39em;
	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
 ******************************************************************************/

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:	#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; 
}
