/* Site specific CSS */

a {
	color: #ff0000;
}

a img {
	border: none;
}

h2 {
	font-size: 1.2em;
}

.form-error, .form-control-error {
	color: red;
}

label.form-control {
	display: block;
	float: left;
	width: 150px;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #747474;
}

div#mainpage {
	margin: 10px auto;
	width: 961px;
}

table#maincontent {
	border-bottom: 2px solid #d4d8e0;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.contentcol {
	vertical-align: top;
	text-align: left;
}

#leftcol {
	width: 198px;
}

.leftmenu {
	margin: 3em 0 0;
}

.leftmenu ul {
	border-top: 2px solid #8691a8;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.leftmenu a {
	text-decoration: none;
	color: #747474;
}

.leftmenu li {
	border-bottom: 1px solid #d9d9d9;
	line-height: 2em;
	margin: 0;
	padding: 0;
	list-style-image: url(/images/bullit.gif);
}

.leftmenu .current {
	font-weight: bold;
}

#center-divider {
	background: url(/images/center-divider.gif);
	background-repeat: no-repeat;
	width: 57px;
}

ul#mainmenu {
	margin: 0 0 30px;
	padding: 0;
	border-top: 1px solid #d9d9d9;
	height: 27px;
}

ul#mainmenu li {
	float: left;
	list-style: none none;
	margin-top: -1px;
}

#footer a {
	text-decoration: none;
	color: #747474;
}

#footer {
	font-weight: bold;
	font-size: 1.1em;
}

.footer-url {
	margin: 0 1em;
}

.itemimage {
	float: right;
	margin: 0 0 10px 10px;
}

.fck-text table {
	background: black;
	color: white;
}

.fck-text table caption {
	color: black;
}

.subelement {
	overflow: auto;
}

.tentgrid td {
	background: #ededed;
	padding: 10px;
	width: 300px;
	border: 1px solid #d9d9d9;
}
.tentgrid img {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.tentgrid a {
	text-decoration: none;
	color: #747474;
}

.album-thumbnail {
	float: left;
	padding: 15px;
}

