div.fw-flash {
	margin: 8px 0 8px 0;
	xborder: 0;
	padding: 10px;
}

form { margin: 0; }
.center		{ text-align: center; }
.right		{ text-align: right; }
.middle		{ vertical-align: middle; }
.bold		{ font-weight: bold; }
.smallText	{ font-size: 0.9em; }
.lightText	{
	opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1; /* IE fix for opacity ??????? */
}

.top-border {
	background: transparent;
	border-top-width: 1px;
	border-top-style: solid;
}

div.hr {
	display: block;
	height: 1px;
	line-height: 1px;
	font: 0;
	border: 0;
	margin: 3px 0 3px 0;
}

.clear {
	clear: both;
	line-height: 0;
}

table#searchDisplay {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	background-color: transparent;
	margin: 10px 0 10px 0;
}

table#searchDisplay td {
	padding: 3px 1px 2px 1px;
}

div.navBox {
	padding: 3px;
}

h2.blogHeader {
	margin-bottom: 2px;
}

table.blogPostDetails {
	font-size: 0.9em;
	width: 100%;
}

div.blogEntryContent {
	margin-top: 10px;
}


div.blogEntryContent p {
	margin: 0;
}

div.blogEntryContent img {
	max-width: 100%;
}

p.blogCategories {
	margin-top: 6px;
	font-size: 0.9em;
}

input.blogTitle {
	width: 80%;
}

div#blogFields {
	width: 95%;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#blogFields p {
	margin: 10px 0 0 10px;
}

h4#categoryHeader {
	font-weight: normal;
	margin-top: 0;
	font-size: 1.1em;
}

h4.blogHeader {
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 10px;
}

h4.actionTitle {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-top: 10px;
}

div#blogFields .fw-editor-label {
	font-weight: bold;
}

a#moreOptionsLink {
	font-size: 0.9em;
	margin-left: 7px;
}

div.spacer {
	margin: 15px 5px 25px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

a.viewLink img {
	padding: 3px;
}

a.viewLink img.selected {
	border-width: 1px;
	border-style: solid;
}