﻿.toggler
{
	font-size: 12pt;
	font-family: Garamond;
	font-weight: bold;
	background-color: #E8BA8C;
	width: 600px;
	cursor: hand;
}
.element
{
	border: solid 1px #E8BA8C;
	font-family: Garamond;
	font-size: 11pt;
	overflow: hidden;
}
.mootools_tabs
{
	cursor: hand;
	font-weight: bold;
}
.mootools_tab_container
{
	z-index: 2;
	width:100%;
}
.mootools_tab_button
{
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.mootools_second_button
{
	cursor:pointer;
}
.mootools_eventsecond_button
{
	cursor:pointer;
}
.mootools_event_detail
{
	padding: 10px;
	border-top: none;
	border-right:none;
	border-left:none;
	min-height: 100px;
	width:100%;
	z-index: 10;
	display:block;
	overflow:hidden;
}
.mootools_tab_button_hover
{
	background-color: #E8BA8C;
	font-weight: bold;
	cursor: pointer;
}
.mootools_tab_detail
{
	padding: 10px;
	border: solid 1px #E8BA8C;
	border-top: none;
	border-right:none;
	border-left:none;
	min-height: 100px;
	width:100%;
	z-index: 10;
	display:block;
	overflow:hidden;
}
.mootools_balloon_button
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	color:#ffffff;
}
.mootools_balloon_button:hover
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	color:#F69B18;
}
.mootools_balloon_detail
{
	border-top: none;
	border-right:none;
	border-left:none;
	z-index: 10;
	display:block;
	overflow:hidden;
}
.mootools_ballon_detail_link
{
	font-family:Arial;
	font-size:10pt;
	cursor:pointer;
	color:#ffffff;
	list-style:none;
}
.mootools_ballon_detail_link:hover
{
	font-family:Arial;
	font-size:10pt;
	cursor:pointer;
	color:#F69B18;
	list-style:none;
}
.mootools_hideshow_button
{
	font-family: Garamond;
	font-size: 11px;
	color: #CC6600;
	cursor: pointer;
}
.mootools_admin_button
{
	cursor:pointer;
}
.mootools_admin_details
{
}
