.postbox a {
text-decoration: none;
}

.postbox
{
	text-align: left;
	color: black;
	padding: 0.3em;
	margin: 3px 0px;
	margin-bottom: 10px;
	
	width: 99%;
	clear: both;
}


.postdetails, .postsubject
{
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	color: black;
	
	
}

.postsubject
{
    font-weight: bold;
	
	text-align: left;
	vertical-align: top;
	background-color: #B4C8D9;
    border: 1px solid #B4C8D9;
}

.postsubjectstaff
{
    font-weight: bold;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	background-color: #B4C8D9;
    border: 1px solid #B4C8D9;
}

.ignorestaff {display:none;}

.flagstaff {
display: none;
}

.author {
background: url(http://www.macobserver.com/imgs/site_images/db/author_watermark.png) bottom right no-repeat;
}

.profilebox {
	background-color: white;
	font: 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid #B4C8D9;
	padding: 3px;
}

.profilehead {
		font: bold 90% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #004276;
}

.postblockdetails, .posterdetails, .postavatar, .postident, .postercontact
{
    font-weight: normal;
	color: #000;
	
	padding: 0.3em;
	text-align: left;
	border: none;
}

.postblockdetails
{
	font-weight: normal;
	color: #000;
	
	padding: 0.3em;
	text-align: left;
	border: none;
	
}

.postident
{
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
}

.postident:first-letter
{
	font-weight: bold;
}

.posterdetails
{
	width: 26%;
}

.posterdetails a
{
	color: #CCCCBB;
	background-color: inherit;
}


.posterdetails a:hover
{
	color: #eed;
	background-color: #DDDDDD;
}

/*  - Main text of posts */
.postbody
{
    font-size: 100%;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #B4C8D9;
	background-color: #fff;
}
.postdate
{
    float: right;
    font-weight: bold;
	
	text-align: left;
	vertical-align: top;
	color: black;
}

.smalltext
{
	font-weight: normal;
}

.codeblock, .quoteblock, .quote, .postbody blockquote
{
	font-size: 95%;
	font-weight: none;
	margin-left: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 92%;
	padding: 3px;
}

.code
{
	font-family: Courier, 'Courier New', sans-serif;
	font-weight: normal;
	background-color: #88AABB;
	border: 1px solid #668899;
	
	width: 99%;
	margin: 3px 0px;
	padding: 4px;
	overflow: hidden;
}

.quote, .quoteExpand
{
	font-weight: normal;
	
	background: #FFF;
	border: 1px solid #F1F1F1;
	margin: 3px 8px;
	width: 95%;
	overflow: hidden;
}

.quoteColapse
{
	font-weight: normal;
	border: 1px solid #F1F1F1;
	overflow: hidden;
	height: 1.5em;
	color:#666;
	background: #F1F1F1 url(/imgs/site_images/tmo/dotdotdot.png) no-repeat;
	background-position: bottom right;
cursor:pointer;
}



.quoteColapse p {
display: inline;
	margin: 5px;
overflow: hidden;

}




/*
Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size: 10px;
color: #73769D;
background-color: transparent; 
white-space: nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
background-color: #f6f6f6; 
padding: 0;
border-top: #333 1px solid;
border-right: #333 1px solid;
border-bottom: #333 1px solid;
max-width:50px;
float:left;
}
.htmlButtonOuterL {
border-left: #333 1px solid;
}
.htmlButtonInner {
background-color: transparent; 
text-align: center;
padding: 0 3px 0 3px;
border-left: #fff 1px solid;
border-top: #fff 1px solid;
border-right: #ccc 1px solid;
border-bottom: #ccc 1px solid;
}
.htmlButtonOff {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
font-size: 11px;
font-weight: bold;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOff a:link { 
color: #000;
text-decoration: none;
white-space: nowrap;
}
.htmlButtonOff a:visited { 
text-decoration: none;
}
.htmlButtonOff a:active { 
text-decoration: none;
color: #999;
}
.htmlButtonOff a:hover { 
background-color: #fff;
text-decoration: none;
color: #999;
}
.htmlButtonOn {
font-family: Verdana, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 11px;
font-weight: bold;
background: #f6f6f6;
padding: 1px 2px 2px 2px;
white-space: nowrap;
}
.htmlButtonOn a:link { 
color: #990000;
text-decoration: none;
white-space: nowrap;
} 
.htmlButtonOn a:visited { 
text-decoration: none;
} 
.htmlButtonOn a:active { 
text-decoration: none;
color: #999;
}
.htmlButtonOn a:hover { 
background-color: #fff;
color: #999;
text-decoration: none;
}
