/* 
 *
 * This software has been released under the terms of the copyleft.
 * For more information, see the included License text.
 *
 */

.fbActivity {
	float: left;
	width: 20%;
	height: 300px;
	margin-left: 2%;
}

TABLE.gb {
	font-size: 8pt;
	font-family: Verdana, Arial;
	width: 45%;
	height: 150px;
	float: left;
	margin-right: 2%;
}
TABLE.gb TD {
	vertical-align: top;
	border: solid 1px #cc3300;
	padding: 4px;
	padding-bottom: 12px;
}
TABLE.gb TD B {
	font-size: 10pt;
}
.msg {
	border-top: solid 1px #999999;
	margin-top: 8px;
	padding: 4px;
}
FORM TABLE.edit {
	font-size: 8pt;
	font-family: Verdana, Arial;
	background: #444444;
	color: #ffffff;
	width: 60%;
	float: left;
}
FORM TABLE.edit TH, FORM TABLE.edit TD {
	padding: 4px;
}
TH, TD {
	vertical-align: top;
}
TH {
	text-align: right;
	padding-right: 12px;
}
FORM TD INPUT, FORM TD TEXTAREA {
	font-size: 8pt;
	font-family: Verdana, Arial;
	width: 90%;
}
FORM TD INPUT.x {
	margin-top: 8px;
	font-size: 8pt;
	font-family: Verdana, Arial;
	width: 96px;
}
TR.preview TD {
	background-color: #ffffcc;
}
TR.preview TD.H {
	border: solid 2px #444444;
	background-color: #ffffff;
	color: #cc3300;
	padding-bottom: 4px;
	width: 10%;
}
.pre {
	background-color: #cccccc;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	font-family: Lucida Console, Courier New, Courier, sans-serif;
}
