body {
	background-color: #000000;
}
img {
	border: 0;
}
.header {
	background-color: #333333;
	font-family: Verdana;
	font-size: 10pt;
}
.header_right {
	font-family: Verdana;
	font-size: 7pt;
	text-align: right;
	vertical-align: top;
}
.body {
	background: #111111 url(/common/shared_content/images/1134STORM/BackgroundPaisley_dark.jpg);
	color: #ffffff;
	font-family: Verdana;
	font-size: 9pt;
	padding: 5pt;
	height: 300px;
	vertical-align: top;
}
.footer {
	font-family: Verdana;
	font-size: 5pt;
	color: #cecece;
	text-align: center;
}
.footer a {
	color: #bebebe;
}
.footer a:hover {
	color: #9e9e9e;
}
table,td,tr,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
input.text,button {
	color: #333333;
	font-family: Verdana;
	font-size: 7pt;
	border-top: 1px solid #111111;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #111111;
	background-color: #f0f0f0;
}
input.checkbox {
	border: 0;
}

/* blog display */
.right_align{
	text-align: right;
}

.blog_list td{
	padding: 5px;
	font-size: 12px;
}

.blog_list td.tool{
	background: #333333;
}

.blog_list tr td a, .blog_list tr td a:visited{
	color: #FFFFFF;
	
}

.blog_list td.tool a, .blog_list td.tool a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.blog_list tr.row td{
	background: #999999;
}

.blog_list tr.row_alt td{
	background: #666666;
}

.right_align{
	text-align: right;
}

h1.blog_title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

span.blog_date{
	font-size: 9px;
	font-style: italic;
}

p.blog_content{
	font-size: 12px;
	line-height: 16px;
}

/* form stuff */
.cleaner{
	background:transparent none repeat scroll 0%;
	border:medium none;
	clear:both;
	font-size:1px;
	height:1px;
	margin:0px;
	padding:0px;	
}

.form_elem{
	margin-bottom: 5px;
}

.form_elem label{
	padding-top: 4px;
	padding-right: 3px;
	width: 120px;
	display: block;
	text-align: right;
	float: left;
}

.form_elem .field_wrap{
	float: left;
}

.buttons_wrap{
	clear: left;
	padding-left: 120px;
}
