/* CMS STYLES */

#toolbar {
	margin: 4px;
	color: #666;
	background: #fff;
	border: 1px dotted #ccc;
	padding: 0.25em 0.5em 0.0em 0.5em;
	font-family: arial, sans-serif;
	clear: none;
	position: absolute;
	z-index: 100;
}
#toolbar a {
	color: #666;
	text-decoration: none;
}
#toolbar a:hover {
	color: #000;
	text-decoration: underline;
}

#blank {
	padding: 8px;
	color: #000;
}
#blank a {
	color: #000;
}
#blank a:hover {
	text-decoration: underline;
}

#edit_main, #edit_menu, #edit_photos, #edit_text, #edit_addendum, #edit_specials {
	margin: 4px;
	background: url(../img/arrow_edit.gif) top left no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 30px;
	height: 9px;
}
#edit_menu{
	float: right;
}
#edit_main{
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
#edit_text {
	float: right;
	margin-right: -11px;
	margin-top: -6px;
}
#edit_photos {
	position: absolute;
}
#edit_addendum {
	float: right;
	margin-right: -6px;
}
#edit_specials {
	top: 0;
	right: 0;
	position: absolute;
}

.indextable {
}
.indexnavigator {
	font-size: 80%;
}
.indextitle {
	color: #ffffff;
	background: #000;
	padding-left: 2px;
}

.invalid {
	font-weight: bold;
	background: #4aaae6;
	color: #c00;
}
.invalid td {
	padding: 2px;
}

a.accesskey {
	top: 0;
	display: block;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	height: 0px;
}
