﻿input.form
{
	font-weight: normal;
	text-decoration: none;
	border: solid 1px gray;
}
select.form
{
	font-weight: normal;
	text-decoration: none;
	border: solid 1px gray;
}
textarea
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px gray;
}
td.forum-text
{
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	border: solid 1px gray;
	background-color: #FCFCE0;
	padding: 2px;
}
td.forum-attachlist
{
	font-weight: normal;
	text-decoration: none;
	border: solid 1px gray;
	background-color: #CCFFFF;
	padding: 0px;
}
li.forum-ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}
li.forum-ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: decimal;
}
span.forum-quote
{
	border: #C7D5E7 1px solid;
	padding: 2px;
	display: block;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	background-color: #FFFFCC;
	text-align: justify;
}
pre
{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	font-family: Lucida Console, Courier New, Courier;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	white-space: normal;
}
pre.forum-code
{
	border: #C7D5E7 1px solid;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #FAFAFA;
	color: green;
}
body.popup
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background-color: #FCFCFE;
	margin-left: 4px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
}
.progress-title
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #333333;
	margin-top: 4px;
	padding-top: 4px;
}
