/*  This file provides CSS styles for the Comments  */


div.comments {
	background-color : #333333;
	border : 1px solid #B5B6DE;
	color : White;
	text-align : left;
	height : 300px;
	overflow : scroll;
	overflow-x : hidden;
	overflow-y : scroll;
}

div.comments table {
	background-color : black;
	border : 1px dotted red;
	margin : 18px 5px 18px 5px;
	width : 95%;
	text-align : left;
}

div.comments td {
	background-color : black;
	padding-left : 3px;
	padding-right : 3px;
	width : 100%;
	text-align : left;
}

div.comments td.title {
	color : #FFD700; 
	border-bottom : 2px solid #333333;
	margin : 3px 0px 5px 3px;
	font-size : small;
	padding-bottom : 3px;
}

div.comments td.body {
	border-bottom : 2px solid #333333;
	padding-top : 3px;
	padding-bottom : 3px;
}

div.comments td.byline {
	color : #CC9900;
	font-size : x-small;
}
