body,h3,h2,h1,p,a,ul,ol,li,pre,blockquote,code,textarea,input,form,div,file {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 12px;
	font-family: arial,helvetica,sans-serif;
}


h2 {
	color: #5B749D;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 4px;
}


h3 {
	color: #5B749D;
	font-size: 18px;
	margin-top: 28px;
	margin-bottom: 4px;
}

p {
	color: #5B749D;
	margin-bottom: 4px;
}

.rightHandCommand {
	float: right;
	margin-top: 24px;
}

.rightHandCommand a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 6px;
	background-color: #EBECF1;
	border: 1px solid #DAE2E7;
	color: #748DC9;
}

.rightHandCommand a:hover {
	background-color: #F8F8F8;
	border: 1px solid #E7ECEF;
	color: #919BC4;
}


/* TOP HEADER STUFF */

.navHeader td {
	border-bottom: 2px solid #E0E1EB;
}

.navTitle a {
	color: #2B4880;
	text-decoration: none;
	font-size: 36px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.navTitle a:hover {
	color: #4A72BB;
}

.navButtons ul li {
	float: right;
	list-style-type: none;
	margin-left: 8px;
	margin-right: 4px;
}

.navButtons ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #DEE7EB;
	color: #8699B9;
	padding: 6px 12px 2px 12px;
}

.navButtons ul li a:hover {
	background-color: #EBF0F3;
	color: #5C759E;
}

/* CONTENT */

/* CONTENT LISTING STUFF */

.contentListing {
	clear: both;
	border: 1px solid #D8DBE9;
	border-collapse: collapse;
}

.contentListing th {
	padding: 8px 6px 8px 8px;
	background-color: #C9D1E0;
	color: #fff;
	font-size: 14px;
}

.contentListing td {
	border-bottom: 1px solid #D8DBE9;
	padding: 3px 10px 3px 8px;
	color: #577191;
	font-size: 12px;
}

.contentListing .postTitle {
	font-size: 15px;
	font-weight: bold;
}

.contentListing a {
	color: #336699;
}

.rowHovered {
	cursor: pointer;
	background-color: #E4E6EF;
}

.rowUnHovered {
	cursor: default;
	background-color: #F8F8F8;
}


/* EDIT CONTENT */

.contentTitle, .contentTag, .contentDate {
	color: #2B4880;
	font-size: 24px;
	margin-bottom: 12px;
	padding: 4px 8px;
}

.contentField {
	font-size: 16px;
	color: #2B4880;
}

.contentTitle {
	width: 780px;
}

.contentTag {
	width: 340px;
}

.contentProcessor {
	width: 650px;
	height: 300px;
}

.formButton {
	padding: 4px 6px;
}

