#user_banner_info
{
	background-color: darkgrey;
	color: black;
	border: 1px solid black;
	font-size: 9px;
}

body
{ 
	background-color: #f9f9f9;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	border-width: 0px;
	padding: 10px 5px 5px 5px;
}

ol, ul
{
	margin-left: 40px;
	margin-bottom: 5px;
}

li ul
{
	margin-left: 20px;
	margin-bottom: 0px;
}

ul li
{
	list-style-type: disc;
}

ul li li
{
	list-style-type: circle;
}

ol
{
	list-style-type: decimal;
}

ol ol
{
	list-style-type: lower-alpha;
}

/* TABLES */
/*table {
  font-size: 100%; 
  border-collapse: collapse; 
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

table tr {
  border-width: 1px;
  border-color: black;
  border-style: solid;
}

table td {
  border-width: 1px;
  border-color: black;
  border-style: solid;
}
*/
/* END TABLES */

/* For the styling table in the editor */
table.styleselector
{
  border-width: 0px;
  border-color: white;
  border-style: none;
}

table.styleselector td
{
  border-width: 0px;
  border-color: white;
  border-style: none;
}

table.styleselector tr
{
  border-width: 0px;
  border-color: white;
  border-style: none;
}

/* End styling table in the editor */

h1, h2, h3, h4 
{
  padding-top: 3px;
  padding-bottom: 3px;
}

.formError
{
  color: red;
}

/*Comments*/

.comments 
{
	border: 1px outset lightgray;
}

.commentHeader
{
	background-color: lightgrey;
	padding: 2px;
	border: 1px dotted gray;
	font-size: 10px;
	font-weight: bold;
}

.commentContent
{
	margin: 5px;
	font-size: 12px;
	font-family: arial,sans-serif;
	margin-left: 10px;	
}

.commentFooter
{
	text-align:right;
	font-size: 10px;
	margin:3px;
	margin-bottom: 5px;
}

.commentFooter input
{
	font-size: 12px;
}

.newComment
{
	background-color: lightgray;
	padding: 2px;
	border: 1px dotted gray;
	font-size: 12px;
	font-weight: bold;
}

.newComment textarea
{
	margin:3px;
	margin-left:5px;
	width: 98%;
	height: 55px;
}

.newComment input
{
	font-size: 12px;
	margin:3px;
	margin-left:5px;
}
