#header {
	width: auto;
	height: 100px;
	cursor: pointer;
	background-image: url( images/header_bg.jpg );
	background-repeat: repeat-x;
}
#logo {
	background-image: url( images/header.jpg );
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
}
#admin-topbar {
	background-color: #76aad1;
	color: #ffffff;
	text-align: left;
	width: auto;
	padding: 5px;
}
#admin-topbar a:link {
	color: #ffffff;
	text-decoration: none;
}
#admin-topbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#admin-topbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#topbar {
	background-color: #76aad1;
	color: #ffffff;
	text-align: right;
	width: auto;
	padding: 5px;
}
#topbar a:link {
	color: #ffffff;
	text-decoration: none;
}
#topbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#topbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.portlet-title {
	background-image: url( images/title_bg.jpg );
	background-repeat: repeat-x;
	/* top right */
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.portlet {
	background-color: #ffffff;
	border: 1px solid #4f86c3;
	padding: 10px;
}
#footer-separator {
	background-image: url( images/footer-separator.jpg );
	width: 830px;
	height: 16px;
}
.table-title {
	background-color: #457ec1;
}
.table-header {
	background-color: #92b5da;
}
.admin-quicklink {
	width: 120px;
	height: 80px;
	display: block;
	text-align: center;
	float: left;
}
.admin-portlet-title {
	background-image: url( images/title_bg.jpg );
	background-repeat: repeat-x;
	/* top right */
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}
.admin-portlet {
	background-color: #ffffff;
	border: 1px solid #4f86c3;
	padding: 10px;
}
.workflow-item {
	border-bottom: 1px solid #92b5da;
}
.forum-category {
	background-image: url( images/title_bg.jpg );
	background-repeat: repeat-x;
	/* top right */
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.forum-header {
	background-color: #92b5da;
}
.forum-title {
	background-color: #ffffff;
}
.forum-thread {
	background-color: #ffffff;
}
.forum-post {
	background-color: #ffffff;
}
.blog-item {
	border-bottom: 1px solid #92b5da;
}
.blog-date {
	font-size: 10px;
}
.blog-title {
	font-size: 16px;
	font-weight: bold;
}
.blog-created {
	font-size: 10px;
}
.blog-content {
	font-size: 12px;
}