/* main table container */
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.maintable {
	padding: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	min-width: 800px;
}
td.maintable {
	min-width: 800px;
	height: 0px;
}

/* header */
table.mainheader {
	width: 100%;
	min-width: 800px;
}
td.mainheader {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.mainheader.logo {
	width: 10%;
}
.mainheader.logo a img {
	padding-top: 0px;
}
td.mainheader.title {
	text-align: center;
	width: 70%;
	padding-top: 10px;
}
p.mainheader.title.main {
	padding: 0px;
	margin: 0px;
	font-size: 32px;
	color: #58585a;
	font-style: italic;
}
p.mainheader.title.caption {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
}
.mainheader.langselector {
	text-align: right;
	width: 20%;
	padding-top: 10px;
}

/* menu bar */
.mainmenubar {
	background: #F5F5F5;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

/* main content table */
td.maincontenttable {
	height: 660px;
}
div.maincontenttableTransparentDiv {
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 660px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* standard tree container formatter */
.treecontainer {
	height: 600px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

/* AS control panel CSS settings */
table.asControlPanel {
	width: 100%;
}

table.asControlPanel td {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
	font-size: 11px;
	color: green;
}

table.asControlPanel td:hover {
	background-color: #eeeeff;
}

/* main page control panel */
table.mainPanel td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #eeeeee;
	width: 180px;
	text-align: center;
}
table.mainPanel td:hover {
	background-color: #eeeeff;
}
table.mainPanel td span {
	text-align: center;
	color: green;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}









.hide {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -19999px;
}


/* panel settings */
.defaultpanel.container {
	border: 0px;
}
.defaultpanel.menu {
	border: 1px solid #eeeeee;
	border-right: 3px solid black;
	background: url('images/panelmenubackground.gif') repeat;
}
.defaultpanel.menuitem {
	width: 200px;
	height: 60px;
	cursor: pointer;
	background: url('images/panelmenuitem.png') no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
div.defaultpanel.menuitem:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.defaultpanel.menuitem.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
.defaultpanel.menuitem.error {
	opacity: 1;
	filter: alpha(opacity=100);
	background: none;
	background-color: black;
}
.defaultpanel.menuitem p {
	line-height: 58px;
	color: white;
	font-size: 10px;
	padding-left: 20px;
	background: url('../system/database--arrow.png') no-repeat center left;
	text-align: left;
}
p.defaultpanel.menuitem.error {
	background: url('../system/exclamation-red-frame.png') no-repeat center left;
}
.defaultpanel.content {
	border: 1px solid #e0e0e0;
	background-color: #f9f9f9;
}
.defaultpanel.panelcontent {
	position: relative;
	height: 0px;
}

/* temporary member edit table form */
.temporarymemberedit td {
	text-align: left;
	color: #262626;
	font-size: 14px;
}

/* editor definitions */
.generallists {
	color: #DEA2A1;
}
ol.generallists li {
	font-size: 10px;
}

/* inline templates for pages */
table.templatecontent {
	table-layout: fixed;
}
.templatetwocolumnscontent {
	width: 714px;
}
div.templatetwocolumnscontent {
	overflow: hidden;
}
.templatethreecolumnscontent1 {
	width: 178px;
}
div.templatethreecolumnscontent1 {
	overflow: hidden;
}
.templatethreecolumnscontent2 {
	width: 519px;
}
div.templatethreecolumnscontent2 {
	overflow: hidden;
}




#qscroller2 {
	width:320px;
	height:185px;
	border:1px solid #c0c0c0;
	background:#fff;
}


/* default style for forms */
.defaultform.title {
	font-weight: bold;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 22px;
	border-top: 1px dashed #f0f0f0;
	border-right: 1px dashed #f0f0f0;
	border-left: 1px dashed #f0f0f0;
	background-image: url("../system/ruler.png");
	background-position: 3px;
	background-repeat: no-repeat;
}
form.login {
	display: inline;
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
form.login button {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	vertical-align: middle;
	height: 17px;
	font-size: 10px;
}
form.login button:hover {
	color: blue;
}
.languagelabel {
	width: 25px;
	height: 17px;
	vertical-align: middle;
	margin-left: 3px;
	color: rgba(255,255,255,0.0);
	font-size: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	cursor: default;
	text-align: right;
	position: relative;
	top: -1px;
}
.overTxtLabel {
	color: white;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;	
}
form,form.defaultform {
	background-color: #fbfbfb;
	border: 1px solid #E5E5E5;
	padding: 12px;
}
.defaultform table {
	table-layout: fixed;
}
.defaultform fieldset {
	border: #E5E5E5 2px solid;
	clear: both;
	margin-bottom: 9px;
	overflow: hidden;
	padding: 9px 18px;
	width: 450px;
	background-color: #f5f5f5;
}
label.defaultform.label {
	color: #262626;
	font-size: 14px;
}
.defaultform.caption {
	color: black;
	font-size: 9px;
	font-style: italic;
	text-align: right;
}
td.defaultform.label {
	min-width: 125px;
	text-align: right;
}
td.defaultform.formcontent {
	min-width: 330px;
	text-align: left;
}
.defaultform legend {
	background: #E5E5E5;
	color: #262626;
	font: normal 12px/18px Arial, sans-serif;
	margin-bottom: 9px;
	padding: 2px 11px;
}
select,.defaultform select {
}
input,.defaultform input {
	border: 1px solid #BC7471;
	vertical-align: middle;
	height: 17px;
	font-size: 10px;
	background: #FFE4E1;
	background-color: #EABBB9;
	margin-left: 3px;
}
select,.defaultform select {
	background: #FFE4E1;
	border: 1px solid #BC7471;
	vertical-align: middle;
	font-size: 11px;
	background-color: #FFF5F0;
	margin-left: 3px;
}
textarea,.defaultform textarea {
	background: #FFE4E1;
	border: 1px solid #BC7471;
	vertical-align: middle;
	font-size: 11px;
	background-color: #FFF5F0;
	width: 290px;
	height: 80px;
	min-width: 290px;
	min-height: 80px;
	max-width: 290px;
	max-height: 80px;
	margin-left: 3px;
	margin-top: 3px;
}
button,.defaultform button {
	border: 1px solid #BC7471;
	vertical-align: middle;
	height: 19px;
	font-size: 10px;
	background: #FFE4E1;
	max-width: 100%;
	background-color: #EABBB9;
	margin: 3px;
}
button:hover,.defaultform button:hover {
	color: white;
}
.defaultform p {
	text-align: center;
}
td.defaultform.ajaxBox {
	text-align: left;
}
table.defaultform.hidebar {
	width: 100%;
	background-color: white;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-top: 2px;
	margin-bottom: 6px;
	padding: 2px;
}
div.defaultform.submitresult {
	text-align: center;
	width: 100%;
}
.defaultform.submitresult ul {
	margin-top: 10px;
}
.defaultform.submitresult ul li {
	list-style-type: none;
	background-image: url('../system/pin--exclamation.png');
	background-repeat: no-repeat;
	background-position: middle; 
	padding-left: 20px; 
}
.defaultform.submitresult ul li p {
	text-align: left;
}
#dberrorcode {
	font-weight: bold;
	font-size: 14px;
}
#dberrortext {
	font-size: 12px;
}
#dberrorquery {
	font-weight: bold;
	font-family: "Courier New";
}

/* contacts form standard definitions */
.contactform table {
	border: 1px solid #777777;
	width: 470px;
	table-layout: auto;
}
.contactform td {
	vertical-align: top;
}

/* global root definitions */
body {
	color: black;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 14px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
span {
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	color: #dddddd;
}
/*table {
	table-layout: fixed;
}*/
td {
	vertical-align: top;
}
img {
	border: 0px;
}
a {
	color: #AC1919;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF3838;
	text-decoration: none;
	font-weight: bold;
}

/* ajax pagescroller styling */
.ajaxpagescroller {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eeeeee;
	width: 100%;
	margin-top: 6px;
}
.ajaxpagescroller tr td {
	vertical-align: middle;
	height: 26px;
	font-size: 12px;
}
.ajaxpagescroller tr td input {
	border: 1px solid #BC7471;
	vertical-align: middle;
	height: 12px;
	width: 33px;
	font-size: 10px;
	text-align: center;
	background-color: white;
	margin-left: 3px;
}
.defaultListTitle {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #226622; 
	margin-top: 0px;
	padding-top: 0px;
}

.defaultListTitleError {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ff0000; 
	margin-top: 0px;
	padding-top: 0px;
}
.defaultList {
	width: 100%;
}
.defaultList th {
	text-align: left;
}

/* autocontent editor link boxes */
.autocontenteditbox {
	position: absolute;
	overflow: hidden;
	border: 1px solid #b7c4ff;
	background-color: #d5fdff;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.autocontenteditbox:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.autocontenteditbox a {
	font-size: 11px;
}
.autolabelseditbox {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	background: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	padding-left: 9px;
	height: 11px;
	width: 0px;
	background-image: url('../system/right.png');
	overflow: hidden;
}
.autolabelseditbox:hover {
	background-image: none;
	padding-left: 0px;
	height: 22px;
	width: 83px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.autofieldseteditbox {
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: -28px;
	background: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	padding-left: 9px;
	height: 11px;
	width: 0px;
	background-image: url('../system/right.png');
	overflow: hidden;
}
.autofieldseteditbox:hover {
	background-image: none;
	padding-left: 0px;
	height: 22px;
	width: 28px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.autotitleeditbox {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	background: white;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	padding-left: 9px;
	height: 11px;
	width: 0px;
	background-image: url('../system/right.png');
	overflow: hidden;
}
.autotitleeditbox:hover {
	background-image: none;
	padding-left: 0px;
	height: 22px;
	width: 28px;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* system calendar styling */
table.calendar {
	width: 300px;
	border: 1px solid black;
	vertical-align: top;
	background-color: #fff1eb;
}
.calendar caption {
	font-weight: bold;
	color: #fc514a;
}
.calendar th {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #000099;
	background-color: #ffd9c9;
}
.calendar td {
	font-size: 12px;
	text-align: center;
	color: gray;
}
.calendar td:hover {
	background-color: #ffd9c9;
}
td.calendar.itemselected {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background-color: #ffd9c9;
}

/* fairs section in the small tab */
td.fairlist.header {
	width: 178px;
	color: #4D4D4D;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
td.fairlist.title {
	text-align: center;
	width: 178px;
}
td.fairlist.title a {
	color: #C24E51;
	font-size: 11px;
	text-decoration: none;
}
td.fairlist.title a:hover {
	color: #D58587;
	font-size: 11px;
	text-decoration: none;
}
td.fairlist.spacer {
	height: 9px;
	width: 178px;
	background-image: url('images/eventsdivider.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

/* job offers section in the small tab */
td.jobofferslist.date {
	width: 178px;
	color: #4D4D4D;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
td.jobofferslist.jobtitle {
	width: 178px;
	text-align: center;
}
td.jobofferslist.jobtitle a {
	color: #C24E51;
	font-size: 12px;
	text-decoration: none;
}
td.jobofferslist.jobtitle a:hover {
	color: #D58587;
	font-size: 12px;
	text-decoration: none;
}
td.jobofferslist.summary {
	width: 178px;
	text-align: center;
	font-size: 10px;
	color: black;
}
td.jobofferslist.spacer {
	height: 9px;
	width: 178px;
	background-image: url('images/eventsdivider.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

/* common definitions */
.verticalseparator {
	width: 17px;
	background-image: url('images/verticalseparator.jpg');
	background-repeat: repeat-y;
	background-position: center;
}
.horizontalseparator {
	width: 100%;
	height: 15px;
	background-image: url('images/horizontalseparator.jpg');
	background-repeat: repeat-x;
	background-position: center;
}
.horizontalspacer {
	width: 100%;
	height: 20px;
}
.icon {
	border: 0px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-right: 2px;
	padding-left: 2px;
}




/* language selector definitions */
a.languageselector {
	color: black;
	text-decoration: none;
}
a.languageselector:hover {
	color: red;
	text-decoration: none;
}
.languageselector.selected {
	color: red;
}
img.languageselector {
	width: 25px;
	vertical-align: bottom;
}

/* login template definitions */
a.login {
	color: #AC1919;
	font-size: 10px;
	text-decoration: none;
}
a.login:hover {
	color: #AC1919;
	font-size: 10px;
	text-decoration: none;
}
img.login {
	vertical-align: bottom;
}
a.subnewsletter {
	color: #AC1919;
	font-size: 10px;
	text-decoration: none;
}
a.subnewsletter:hover {
	color: #AC1919;
	font-size: 10px;
	text-decoration: none;
}

/* news bar section (auto scrolling news) */
.newsbar {
	height: 30px;
	vertical-align: middle;
	color: #A80106;
	width: 909px;
	font-size: 11px;
	word-spacing: 3px;
	text-shadow: 0.1em 0.1em #BBBBBB;
}
#newsbarscroller {
	width: 909px;
	height: 30px;
	background: white;
}
.newsbarslide {
	background: white;
	padding: 6px;
	vertical-align: middle;
}

/* slides header */
.slidesheader {
	width: 909px;
	height: 2px;
	background-image: url('images/headerline.jpg');
}
.slidesheaderspacer1 {
	width: 714px;
	height: 2px;
}
.slidesheaderspacer2 {
	width: 178px;
	height: 2px;
}

/* big slide container */
.bigslide.container {
	width: 714px;
	height: 295px;
	vertical-align: top;
}

/* small slide container */
div.smallslide.slide {
	position: absolute;
	overflow: hidden;
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
td.smallslide.scrollbar {
	width: 7px;
}
td.smallslide.scrollbar div {
	display: none;
	position: absolute;
	width: 7px;
	background-image: url('../smalltabscrollbarbk.jpg');
	background-repeat: repeat-y;
	cursor: pointer;
	padding-bottom: 28px;
}
td.smallslide.scrollbar div img {
	display: none;
	cursor: row-resize;
}

/* middle page event tab viewer */
.eventstab {
	width: 124px;
	height: 40px;
	color: white;
	vertical-align: middle;
	font-size: 14px;
	background-image: url('images/eventtabselectedbk.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
}
.eventstab.unselected {
	width: 124px;
	height: 40px;
	color: #6F1214;
	vertical-align: middle;
	font-size: 14px;
	background-image: url('images/tabunselectedbk.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
}
.eventstab.spacer {
	width: 118px;
	background-image: none;
	cursor: auto;
}
.eventline {
	width: 386px;
	height: 3px;
	background-image: url('images/eventline.jpg');
	background-repeat: no-repeat;
}
.eventcontainer {
	width: 386px;
	height: 450px;
	vertical-align: top;
}
.eventcontainer a {
	font-size: 22px;
	color: #A80106;
	text-decoration: none;
}
.eventcontainer a:hover {
	font-size: 22px;
	color: #FE4246;
	text-decoration: none;
}
div.eventcontainer.selected {
	overflow: hidden;
	width: 385px;
	padding-top: 10px;
	padding-right: 10px;
	position: absolute;
	vertical-align: top;
}
td.eventlist.header {
	color: #4D4D4D;
	font-weight: bold;
	font-size: 14px;
}
td.eventlist.title a {
	color: #C24E51;
	font-size: 20px;
	text-decoration: none;
}
td.eventlist.title a:hover {
	color: #D58587;
	font-size: 20px;
	text-decoration: none;
}
td.eventlist.spacer {
	height: 23px;
	width: 363px;
	background-image: url('images/eventsdivider.jpg');
	background-repeat: no-repeat;
	background-position: left center;
}

/* events display page */
div.eventsubscribe {
	padding-top: 20px;
	padding-bottom: 20px;
}
div.eventsubscribe td {
	background-image: url('../system/subscribe-event.png');
	width: 500px;
	height: 135px;
}
div.eventsubscribe p {
	padding-top: 75px;
	padding-left: 100px;
	color: white;
	font-size: 26px;
}
div.eventsubscribe a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.eventsubscribe a:hover {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

/* middle page news tab viewer */
.newstab {
	width: 124px;
	height: 40px;
	color: white;
	vertical-align: middle;
	font-size: 14px;
	background-image: url('images/newstabselectedbk.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
}
.newstab.unselected {
	width: 124px;
	height: 40px;
	color: #6F1214;
	vertical-align: middle;
	font-size: 14px;
	background-image: url('images/tabunselectedbk.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 10px;
	cursor: pointer;
}
.newstab.spacer {
	width: 43px;
	background-image: none;
	cursor: auto;
}
.newsline {
	width: 311px;
	height: 3px;
	background-image: url('images/newsline.jpg');
	background-repeat: no-repeat;
}
.newscontainer {
	width: 311px;
	height: 450px;
	vertical-align: top;
	padding-top: 5px;
}
.newscontainer a {
	font-size: 16px;
	color: #14662A;
	text-decoration: none;
}
.newscontainer a:hover {
	font-size: 16px;
	color: #21A742;
	text-decoration: none;
}
div.newscontainer.selected {
	overflow: hidden;
	position: absolute;
	vertical-align: top;
	display: inline;
}
td.newslist.title a {
	color: #4F4D4D;
	font-size: 16px;
	text-decoration: none;
}
td.newslist.title a:hover {
	color: red;
	font-size: 16px;
	text-decoration: none;
}
td.newslist.date {
	color: #77787B;
	font-size: 12px;
}
td.newslist.summary {
	color: #77787B;
	font-size: 12px;
}
td.newslist.spacer {
	height: 23px;
}

/* sponsor section */
.sponsorhead {
	width: 178px;
	height: 40px;
	color: #D48083;
	font-size: 12px;
}
.sponsorline {
	width: 178px;
	height: 3px;
}
.sponsorcontainer {
	width: 178px;
	height: 450px;
	vertical-align: top;
}
#sidebanners {
	width: 178px;
	height: 428px;
}
img.sidebanner.banner {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
}
.sidebannertitle {
	padding: 0px;
	margin: 0px;
	padding-top: 22px;
}
.sidebannertitle.highpriority {
	color: #D48083;
	font-size: 12px;
}
.sidebannertitle.lowpriority {
	color: black;
	font-size: 12px;
}
.sidebanner {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.sidebanner.highpriority {
	width: 178px;
	border: 1px solid #f8d6b1;
}
.sidebanner.lowpriority {
	width: 178px;
	border: 1px solid #cecece;
}

/* free boxes space */
.freebox1 {
	height: 150px;
	vertical-align: top;
}
div.freebox1 {
	width: 386px;
	position: absolute;
	overflow: hidden;
}
.freebox2 {
	height: 150px;
	vertical-align: top;
}
div.freebox2 {
	width: 311px;
	position: absolute;
	overflow: hidden;
}
.freebox3 {
	height: 150px;
	vertical-align: top;
}
div.freebox3 {
	width: 178px;
	position: absolute;
	overflow: hidden;
}

/* partners section */
.partners {
	width: 909px;
	height: 19px;
	vertical-align: middle;
	font-size: 12px;
	color: #333333;
}
.partners.line {
	width: 909px;
	height: 2px;
	background-image: url('images/partnerline.jpg');
	background-repeat: no-repeat;
}
td.bottombanners {
	width: 909px;
	text-align: center;
	vertical-align: middle;
}
td.bottombanners.command {
	width: 11px;
	height: 80px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}
.bottombanners.image {
	vertical-align: middle;
	padding: 0px;
	padding-top: 5px;
}
.bottombanners.separator {
	padding-left: 9px;
	padding-right: 9px;
	vertical-align: middle;
}
#bottombanners {
	width: 879px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
}
#bottombanners img {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

/* footer */
.footer {
	width: 909px;
	text-align: center;
	font-size: 10px;
	color: #7C7C7C;
}
.footer a {
	font-size: 10px;
	color: #7C7C7C;
}
.footer a:hover {
	font-size: 10px;
	color: #7C7C7C;
}

/* old compatibility entries */
td#SiteContentHead {
	font-size: 12px;
	color: #DD0000;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 22px;
	background-image: url('../system/nice_arrow2.gif');
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px solid #999999;
}
