body {
	color: #000;
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
}
h1 {
	padding: 0.5em;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
h2, h3 {
	padding: 0.5em;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}
ul {
	padding: 0px 1em 0px 2em;
	margin: 0px 0px 1em 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#pageHeader {
	line-height: 62px;
	text-indent: 320px;
	padding: 0px;
	color: #000;
	background: url("/images/webbuilder.gif") no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 32px;
}
.pageTitle {
	font-weight: bolder;
	font-size: 120%;
}
.title {
	font-weight: bolder;
	margin-bottom: 0px;
}
.entry {
	margin-top: 0px;
	clear: both;
}
.crumbtrail {
	font-size: 90%;
}
.articleContent, .articleLabel, .articleCategory, .articleDescription, .categoryLabel, .categoryDescription, .categoryContent {
	width: 100%;
}
.heading {
	font-weight: bolder;
	font-size: 105%;
}
.inUse {
	font-weight: bold;
	color: #ffffff;
	background: #ff0000;
	padding: 5px;
	border: 1px solid red;
	text-align: center;
}
#mainBody {
	padding: 10px 10px 10px 10px;
}
#mainBody a {
	padding: 2px;
	color: #000000;
	font-weight: bold;
}
#mainBody a:hover {
	color: #ffffff;
	background: #000000;
}
.selectedFile td {
	background: #e2e2e2;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.error {
	font-weight: bold;
	color: #ffffff;
	background: #f20000;
	padding: 5px;
	text-align: center;
}
#thisSection {
	width: 160px;
	height: 460px;
	float: left;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#thisSection .subheader {
	font-weight: bold;
	background: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
}
#thisSection p {
	padding-left: 10px;
	padding-right: 10px;
}
.footer {
	border-top: 1px solid #e2e2e2;
	color: #929292;
}

.support-col1 {
	float: left;
	width: 6em;
}
.support-col2 {
	float: left;
	width: 5em;
}

.support-problem {
	width: 99%;
	height: 250px;
}

.support-problem {
	width: 99%;
	height: 250px;
}

.options-header, .options-footer, .options-separator {
	width: 99%;
}


p.inUse a {
	padding: 2px;
	color: #000000;
	font-weight: bold;
}
p.inUse a:hover {
	color: #ffffff;
	background: #000000;
}

.website-option-input, .website-option-textarea {
	width: 99%;
}

.news-critical {background: #7B003E; color: #fff;}
.news-serious {background: #D3006A; color: #fff;}
.news-minor {}

#support label {
	float: left;
	width: 11em;
}
#support input {
	float: left;
}


#editForm label {
	float: left;
	width: 10em;
}
#editForm input {
	float: left;
	width: 10em;
}
