/* Typo3 Stuff */
table.typo3-adminPanel {
	display:none;
}
dd.csc-textpic-caption {
	font-size:0.8em;
	text-align:center;
	background:#F4F4F4;
	border:1px solid #CCC;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	color:#000;
}
#content a,#content a:visited {
	color:#000;
}
#content .contenttable {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
}
#content .contenttable td {
	border-bottom:1px solid #EEE;
	border-right:1px solid #EEE;
}
#content .contenttable .td-0 {
	font-weight:bold;
}
#content table.csc-uploads {
	width:100%;
}
#content td.csc-uploads-icon, #content td.csc-uploads-icon, #content td.csc-uploads-fileName, #content td.csc-uploads-fileSize {
	background:#F4F4F4;
}
#content table.csc-uploads a,#content table.csc-uploads a:visited,#content table.csc-uploads a:hover {
	text-decoration:none;
	font-weight:bold;
	background:#CCC;
	border-bottom:none;
}
form#mailform fieldset {
	border:2px solid #999;
}
form#mailform div.csc-mailform-field label {
	width:33%;
	padding-top:8px;
	float:left;
	border-bottom:2px solid #999;
}
form#mailform div.csc-mailform-field input,form#mailform div.csc-mailform-field textarea {
	margin-top:5px;
	border:2px solid #999;
}
form#mailform div.csc-mailform-field .csc-mailform-submit {
	border:2px solid #999;
	background:#F4F4F4;
	color:#000;
	margin-left:33%;
}

/* Google Maps stuff */
#gmapmarker {
	color:#000;
}
div#gmapDirHead.gmapDir {
	color:#000;
	font-size:0.8em;
}
p#gmapDirHeadTo.gmapDirHead,p#gmapDirItemTo.gmapDirItem,p#gmapDirHeadTo.gmapDirHead a {
	color:#000;
	font-size:0.8em;
}
p#gmapDirHeadFrom.gmapDirHead,p#gmapDirItemFrom.gmapDirItem,p#gmapDirHeadFrom.gmapDirHead a {
	color:#000;
	font-size:0.8em;
}
div#gmapDirHead.gmapDir a {
	color:#000;
	font-size:1em;
}

/* Globals */
body {
	font-size:76%;
	text-align:center;
}
img {
	border:0em;
}
.hidden,dfn {
	position:absolute;
	left:-8000px;
	top:-8000px;
}
#body {
	background-color:none;
	margin:0em;
	font-family:Verdana,Helvetica,sans-serif;
}
.clear {
	clear:both;
}

/* Page containers */
#container {
	width:auto;
	margin:0em;
	text-align:left;
	background:none;
}

/* Header */
#header_top {
	display:none;
}
#header_middle {
	display:none;
}
#header_middle #headerimage {
	display:none;
}
#header_bottom {
	display:none;
}

/* Left column */
#left {
	display:none;
}
#left #menu {
	display:none;
}
#left #menu div {
	display:none;
}

/* Content column */
#content {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.1em;
	color:#000;
	border:none;
	padding-top:30px;
	padding-left:15px;
	padding-right:10px;
	float:left;
}
#content h1 {
	font-size:1.1em;
	margin:0em;
	padding:0em;
	padding-left:3px;
}
#content h2 {
	font-size:1em;
	margin-top:0em;
	padding:0.1em;
	background:#F4F4F4;
}
#content #text {
	width:auto;
	background-color:#FFF;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	padding:16px;
	padding-top:18px;
	margin:0em;
	min-height:400px;
}
* html #content #text {
	height:400px;
	width:auto;
}

/* Footer */
#content #footer {
	text-align:center;
	font-size:0.9em;
	color:#999;
	margin:0em;
	padding:0em;
	padding-top:16px;
	margin-bottom:16px;
}
#content #footer a,#content #footer a:visited {
	color:#999;
	text-decoration:none;
	font-size:0.9em;
}
