.main {
	font-family: sans-serif;
	font-size: 12px;
	background: white;
	min-width: 910px;
	margin-top: 16px;
	padding: 16px;
}

a:hover {
	color: red;
	text-decoration: none;
}

a {
	color: green;
	text-decoration: none;
}

div.important {
	border: red solid 1px;
	padding: 16px;
}

div.list {
	clear: both;
}

table.list {
	background: #D6EFCD;
	width: 100%;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: 10pt;
}

td.list {
	border-top: white solid 8px;
	border-bottom: white solid 8px;
	height: 48px;
	padding: 16px;
}

table.qpwidget {
border: 1px solid green;
width: 100%;
font-size: 9pt;
}

td.qpwidget {
height: 16px;
padding: 4px;
}

td.qpwidgettop {
height: 16px;
padding: 4px;
background: green;
color: white;
}

table.form {
	background: green;
	width: 100%;
}

td.title {
	color: #D6EFCD;
	font-weight: bold;
}

td.label {
	background: #D6EFCD;
	width: 150px;
	font-weight: bold;
	font-size: 11px;
	color: green;
}

td.field {
	background: #D6EFCD;
	font-size: 12px;
	height: 20px;
}

textarea.field {
	width: 100%;
	border: 0px;
	height: 100px;
	font-size: 12px;
}

input.field {
	width: 100%;
	border: 0px;
	height: 20px;
	font-size: 12px;
}

td.button {
	border: 0px;
	background: #D6EFCD;
	font-size: 12px;
}

xtr {
	height: 18px;
}

div.dialog {
	background: #D6EFCD;
	padding: 16px;
	position: relative;
	border: 3px solid green;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 16px;
}

div.left {
	background: white;
	float: left;
	width: 63%;
	min-height: 400px;
	padding-top: 16px;
	padding-bottom: 16px;
}

div.right {
	float: right;
	width: 33%;
	margin-left: 0px;
	margin-top: 16px;
	background: white;	
}

div.header {
	position: relative;
	background: #F0F0F0;
	width: 100%;
	

}

div.footer {
	background: #F0F0F0;
	position: relative;
	clear: both;
	font-family: sans-serif;
	font-size: 11px;
	padding: 16px;
}

div.search {
	background: green;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	text-align: right;
	height: 22px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 11pt;
}

input.search {
	font-family: sans-serif;
	position: relative;
	width: 260px;
	border: solid green 1px;
	font-size: 11pt;
	background: #D6EFCD;
	top: 0px;
	height: 18px;
}

div.viewleft  {
	width: 48%;
	float: left;
	margin-bottom: 16px;
}

div.viewright  {
	width: 48%;
	float: right;
	margin-bottom: 16px;
}

div#twitter_div {
	margin-top: 32px;
}

ul#twitter_update_list {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 0px;
}

#twitter_update_list li {
	padding-bottom: 8px;
}

div.gray {
	margin-top: 16px;
	margin-bottom: 16px;
	background: #F0F0F0;
	width: 100%;
}