/**
 * Private Messages
 */


div.PMView {
	
	background: #888574;
	border: 1px solid #2e2d2d;
}

	div.PMView div.leftBar {
		
		width: 200px;
		float: left;
		backgroun_d: #f00;
		text-align: center;
	}
		
		div.PMView div.leftBar h3 {
			
			margin: 5px; padding: 0;
			text-align: center;
		}
	
	div.PMView div.content {
		
		margin: 0 0 0 200px; padding: 0.5em;
		background: #b9b6a7;
	}
		
		div.PMView div.content hr {
			
			width: 100%; height: 1px;
			color: #2e2d2d;
			size: 0;
			background: #2e2d2d;
			border: 0 none;
		}
		
		div.PMView div.content div.bottomActions {
			
			text-align: center;
		}




div.formFieldLabel {
	
	width: 100px;
	float: left;
}

div.formField {
	
	margin: 0 0 0 100px;
}

textarea {
	
	padding: 0.2em;
	width: 100%; height: 200px;
	font: normal normal normal 11px/normal Verdana, Tahoma, Helvetica, Arial, sans-serif;
	border: 1px solid #2e2d2d;
}

table.PMList {
	
	width: 600px;
}
	
	table.PMTable td {
		
		background: #efefef;
	}
	
	table.PMList tr.unread {
		
		font-weight: bold;
	}
	
	table.PMList tr.activePM {
		
		background: #fff;
	}

div.PMLeftNav {
	
	width: 150px;
	float: left;
	backgroun_d: #f00;
	borde_r: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
}

div.PMLeftNav ul {
	
	margin: 0; padding: 0 0 5px 0;
	list-style: none;
	text-align: left;
}

div.PMLeftNav ul li {
	
	margin: 0.3em 0;
}

div.PMLeftNav ul ul {
	
	padding: 0 0 5px 10px;
}


ul.PMHistoryListing {
	
	list-style: none;
}

ul.PMHistoryListing li.in {
	
	padding: 0 0 0 20px;
	background: url('./icons/arrow_right.png') no-repeat left center;
	font-style: italic;
}

ul.PMHistoryListing li.out {
	
	padding: 0 0 0 20px;
	background: url('./icons/arrow_left.png') no-repeat left center;
}
