body {
	background: url("/site_media/images/background.jpg");
	background-color: #fbf8ff;
	background-repeat: no-repeat;
	font-size: 14px;
}

p {
	font-family: sans-serif;
	text-align: justify;
}

/***************
 * Border table
 ***************/
table.border {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

.squareframe {
	background-color: #f0f0f0;
	opacity: 1;
	padding: 10px;
}

td.border-nw {
	width: 28px;
	height: 28px;
	background-image: url("/site_media/images/border-nw.png");
	opacity: 0.7;
}

td.border-n {
	height: 28px;
	background-image: url("/site_media/images/border-n.png");
	background-repeat: repeat-x;
	opacity: 0.7;
}

td.border-ne {
	width: 38px;
	height: 28px;
	background-image: url("/site_media/images/border-ne.png");
	opacity: 0.7;
}

td.border-w {
	width: 28px;
	background-image: url("/site_media/images/border-w.png");
	background-repeat: repeat-y;
	opacity: 0.7;
}

td.border-e {
	width: 38px;
	background-image: url("/site_media/images/border-e.png");
	background-repeat: repeat-y;
	opacity: 0.7;
}

td.border-sw {
	width: 28px;
	height: 38px;
	background-image: url("/site_media/images/border-sw.png");
	opacity: 0.7;
}

td.border-s {
	height: 38px;
	background-image: url("/site_media/images/border-s.png");
	background-repeat: repeat-x;
	opacity: 0.7;
}

td.border-se {
	width: 38px;
	height: 38px;
	background-image: url("/site_media/images/border-se.png");
	opacity: 0.7;
}

table.top-panel {
	height: 38px;
	border-spacing: 0px;
	margin: 0px;
	/*margin-top: -8px;*/
	/*margin-left: 15%;*/
}

/***************
 * Panel table
 ***************/
td.panel-w {
	width: 28px;
	height: 54px;
	background-image: url("/site_media/images/panel-w.png");
	opacity: 0.7;
	background-repeat: no-repeat;
}

td.panel-e {
	width: 54px;
	height: 54px;
	background-image: url("/site_media/images/panel-e.png");
	opacity: 0.7;
}

td.top-panel-button {
	height: 54px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	background: url("/site_media/images/panel-m.png");
	background-repeat: repeat-x;
	color: black;
	/*font-weight: bold;*/
	opacity: 0.7;
}

a.top-panel-button:link {
	text-decoration: none;
	color: black;
}

a.top-panel-button:visited {
	text-decoration: none;
	color: black;
}

a.top-panel-button:active {
	text-decoration: none;
	color: darkcyan;
	/*font-weight: bold;*/
}

a.top-panel-button:hover {
	text-decoration: none;
	color: darkcyan;
}

.pagemenu {
	font-size: 12px;
	margin: 0;
	list-style-type: square;
	text-align: left;
	/* line-height: 1em !important; */
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#current {
	font-weight: bold;
	border-width: 1px;
}

h3 {
	color: royalblue;
}
