/* Cascading Style Sheet for Water Cooler pages */

table.thread {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 3px 3px;
	border-width: 4px 4px 4px 4px;
	padding: 6px 6px 6px 6px;
	width: 100%;
}

/* Title Top Row */
tr.title {
	font-size: 9pt;
	background-color: #0000a1;
	font-family: tahoma, verdana;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}

/* Button Bottom Row */
tr.buttons {
	background-color: #0000A1;
	vertical-align: middle;
}

tr {
	font-family: tahoma, verdana;
	vertical-align: middle;
	background-color: #efefef;
	font-size: 9pt;
}

td.postInfo {
	text-align: left;
	vertical-align: top;
	width: 195px;
}

td.postDate {
	font-size: 8pt;
	background-color: #f7f7ff;
	height: 19px;
}

td.unread_postDate {
	font-size: 8pt;
	background-color: #f2fff2;
	height: 19px;
}

td.postBody {
	text-align: left;
	vertical-align: top;
}

td.postEdit {
	width: 180px;
	text-align: center;
	background-color: #F7F7FF;
	height: 19px;
}

input, textarea {
	font-family: tahoma, verdana;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #0000a1;
	background: #F0F4F8;
}

*.postInfo :link, *.postInfo :visited, *.postInfo a:hover {
	font-size: 8pt;
	color: #0000a1;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana;
}

*.postEdit :link, *.postEdit :visited, *.postEdit :hover {
	font-size: 8pt;
	color: #0000a1;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana;
}

*.title :link, *.title :visited {
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color: #efffff;
}

blockquote {
	background: #e1ebf2 none no-repeat scroll 6px 8px;
	border: 1px dashed #ababab;
	font-size: 0.95em;
	margin: 0.5em 10px 0pt 10px;
	overflow: hidden;
	padding: 4px;
}

blockquote cite {
	background-color: #0000a1;
	color: #efffff;
	font-size: 9pt;
	display: block;
	font-style: normal;
	font-weight: bold;
}
