/* main styles */

body, table, tr, td, p {
	font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	color: #535934;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: #333333;
}

/* tables */

.styleNavBox {
	border-width: 1;
	border-style: dotted;
	border-color: black;
	vertical-align: top;
	xmargin-right: 10;
}

.styleAdminFormBox {
	background-color: #f5f5f5;
	border-width: 1;
	border-style: dotted;
	border-color: #a61b1b;
	vertical-align: top;
	xmargin-right: 10;
}

.styleCodeBox {
	background-color: #dddddd;
	border-width: 1;
	border-style: solid;
	border-color: black;
	padding: 3px;
	font-family: monospace;
}

.styleAdminFormHeader {
	background-color: #a61b1b;
	padding: 3px;
	color: white;
}

.styleLeftColumn {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #d3d6c4;
	vertical-align: top;
	xheight: 100%;
	xpadding: 10;
	border-width: 0 1 0 0;
	border-style: none dotted none none;
	border-color: black;
}

.styleRightColumn {
	background-repeat: no-repeat;
	background-position: -40 0;
	background-color: #d3d6c4;
	vertical-align: top;
	xheight: 100%;
	xpadding: 10;
	border-width: 0 0 0 1;
	border-style: none none none dotted;
	border-color: black;
}

.styleContentBox
{
	padding: 20;
	vertical-align: top;
	line-height: 140%;
}

/* text */

.textCopyright {
	font-family: Arial,Helvetica,sans-serif;
	width: 100%;
	height: 150;
	vertical-align: bottom;
	text-align: center;
	font-size: 9px;
}

.textMenu {
	background-color: #bec0b2;
	font-size: 11px;
	padding: 6;
	text-align: right;
}

.textMenuHeader {
	font-weight: bold;
}

.textTime {
	color: #999999;
	font-size: 11px;
}

.textFormLabel {
	font-weight: bold;
}

.textImageGalleryTitle {
	font-weight: bold;
	font-size: 13px;
}

.textPageTitle {
	font-weight: bold;
	font-size: 14px;
}

.textCode {
	font-family: monospace;
}

/* boxes */

.boxMenu
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: black;
	xborder-width: 6;
	xborder-style: solid;
	xborder-color: black;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	padding: 2;
}

.boxPageHeading
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: black;
	xborder-width: 6;
	xborder-style: solid;
	xborder-color: black;
	font-weight: bold;
	font-size: 12px;
	color: white;
	vertical-align: middle;
	padding: 2;
}

.boxComment
{
	width: 90;
	background-color: #e9e9e9;
	padding: 2;
}

/* input */

.fieldX
{
	border-color: gray;
	border-width: 1;
	border-style: dotted;
	xwidth: 200;
	xheight: auto;
	xpadding: 1px;
	xvertical-align: top;
}
