/*

	+++ CSS styles for genius bar +++

*/

/* genius bar quick tutorial */
.slub-event-guide > div {
	border-top: 1px dotted #ccc;
	padding: 8px 0;
	position: relative;
}

.slub-event-guide h4 {
	font-weight: normal;
	font-size: 14px;
}

.slub-event-guide p {
	line-height: 1.4;
	color: #999;
}

.slub-event-guide > div:before {
	content: " ";
	position: absolute;
	top: -10px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAMAAADm3a4bAAAAeFBMVEX///9/f3+fn5+Hh4fHx8fn5+e/v7+vr6/39/ePj4/Pz8+oqKj29vaMi42Xl5d8fHzKysrT09PX19dzc3Px8PGwr7Df39+np6fv7++3t7epqKnc3NyWlpbp6eqTkpTb29vNzM3i4uLCwsKFhYWwsLCamZvt7e3U09SpPZoxAAAA8UlEQVR4XtWSx3KEMBAFZ0Y5kNm8zun//9ACzBSUd8XV7lNfuqRXEvxXnp+S9C/MMpAOEQ/qflw8JtkVzDLWp1b6Ev0cVB0zxQ89ZJAEYHA+OyVsWSwhnkBT0tLci7+Wm3tgDq6VKMfY4zppwmzFRwrOxcQZmGGpIe0swH4dx6qBjc1OD/dVovwVB9rcLJGcUKAoqeD4vYFLFZNl39kaRBR6VGc4rqvL2+tguXe2pfBHpdGMajmGursmyW82Qg3isVVi0jmpP5PE7GYhJ6HDUVqYCT8SA93YzLfA/SSaYEXoRq7xxubdVszkNqPiv/0X+QaQmxGPdolNsgAAAABJRU5ErkJggg==) no-repeat 0 0;
	border: 1px dotted #ccc;
}

.slub-event-guide > div.slub-event-guide-topic:before {
	background-position: 0 0;
}

.slub-event-guide > div.slub-event-guide-time:before {
	background-position: -20px 0;
}

.slub-event-guide > div.slub-event-guide-select:before {
	background-position: -40px 0;
}

/* detailview */
.slub-event-gblist .contacts {
	border-top: 1px dotted #ccc;
	position: relative;
	margin: 40px 0;
}

.slub-event-gblist .contacts > p:first-child {
	color: #999;
	font-weight: 600;
	margin: 0 55px 0 0;
	float: right;
}

.slub-event-gblist .contacts:before {
	content: " ";
	position: absolute;
	right: 0;
	top: -10px;
	width: 50px;
	height: 30px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAeCAMAAACL37eWAAAANlBMVEUAAACZmZn///+fn5/l5eWzs7PMzMzs7OysrKz5+fm5ubny8vLZ2dmmpqbGxsbf39/S0tK/v7/bgyiFAAAAAXRSTlMAQObYZgAAAXhJREFUeF6VlFmupEAMBAnXzs79LzvCSjVG01Lr5Q+UiQRvYvrIzHR9NH1VhBxfC/Q6ZPhitahRcKUmv/TGj1prc35GSou9FPC2AVAWswzMyzgTXDeVZ6CvMghPKIdhOxQvApJfXFyR78BVLw8XOOwWsNiBxP40MANN71o+fIJhG/RsY3azKZ2qVK1DfuXTcM5u3xn56nyB7PU21ZtlFiLDiaIbZLtCPzN05/fIL/hpXN6SFipcgGxmI8GqejWirSSgjh0JerMCqeZ1gzQefnQRs+6Km0lrS0jrs07LhcQGdO9n82DWI7q3yfEjEbWblL/EJ7PD7WfO+dw0eEmVF2XXx80vCdJh6hqbBVVgHf6tDpSbn7Xpmu8a+ZGg6XABp00LcJgEDIuab+YxpDFVKCHfmE7cFNPMphJSyPK++XiYJ2X4k9fnJ8B+8hLw4tsPPpGmnf4sxl4OP0hmY57DmrXa4t/o//+MFE5TQCL+LSI+IBEX8/ZPf9U/glEOTxpyFjgAAAAASUVORK5CYII=) no-repeat 0 0;
}

.slub-event-gblist .single-contact {
	margin: 10px 0;
	clear: both;
	border-top: 1px dotted #ccc;
	padding: 10px 0;
}

.slub-event-gblist .single-contact .photo {
	float: left;
	margin: 0 10px 10px 0;
}

.slub-event-gblist .single-contact .photo img {
	width: 100px;
	height: auto;
	border: 1px solid #999;
}

.slub-event-gblist .single-contact .description p {
	margin: 0 !important;
}

.slub-event-gblist .single-contact .name {
	font-weight: bold;
	color: #900;
	display: block;
}

.slub-event-gblist ul {
	border: 1px dotted #ccc;
	border-width: 1px 0;
	padding: 10px 0 !important;
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

.slub-event-gblist ul li {
	padding: 6px;
}

.slub-event-gblist ul li.Even {
	background: #e1f4f7;
}

.slub-event-gblist ul li .subscription {
	float: right;
}

.slub-event-gblist .submit {
	clear: both;
}

.slub-event-list ul.f3-widget-paginator,
.slub-event-gblist ul.f3-widget-paginator {
	position: relative;
	float: right;
	background: #eee;
	padding: 3px;
	border: 1px dotted #ccc;
	margin: -5px 5px 0 0;
}

.slub-event-list ul.f3-widget-paginator:nth-of-type(1),
.slub-event-gblist ul.f3-widget-paginator:nth-of-type(1) {
	margin-top: 23px;
}

.slub-event-list ul.f3-widget-paginator li,
.slub-event-gblist ul.f3-widget-paginator li {
	float: left;
	margin: 0;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding: 0 3px;
	border-right: 1px dotted #ccc;
}

.slub-event-list ul.f3-widget-paginator li:last-child,
.slub-event-gblist ul.f3-widget-paginator li:last-child {
	border-right: 0 none;
}

.slub-event-list ul.f3-widget-paginator li a,
.slub-event-gblist ul.f3-widget-paginator li a {
	text-decoration: none;
	color: #078;
	font-weight: normal;
	padding: 0 3px;
}

.slub-event-list ul.f3-widget-paginator li a:hover,
.slub-event-gblist ul.f3-widget-paginator li a:hover {
	color: #c00;
}

.slub-event-gblist .submit a.linkback {
	text-decoration: none;
	margin: 20px 20px 20px 0;
	padding: 5px 10px;
	border-radius: 15px;
	border-top-left-radius: 5px;
	border: 1px solid #fff;
	border-color: #fff rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #fff;
	float: left;
	text-align: center;
	background: #e1f4f7;
	color: #078;
	text-shadow: 1px 1px 0 #fff;
	font-weight: bold;
	cursor: pointer;
}

.slub-event-gblist .submit a.linkback:hover {
	color: #c00;
	background: #c3dde1;
}


.slub-event-gblist label {
    display: block;
    float: left;
    width: 32%;
    font-size: 14px;
    clear: both;
    margin: 5px 10px 0 0;
}

.slub-event-gblist label.error {
    float: none;
    padding: 10px;
    line-height: 1.4;
    color: white;
    background: red;
    position: absolute;
    right: -200px;
    width: 300px;
    margin: 0;
    z-index: 1;
}

.slub-event-gblist label.error:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -10px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent red transparent transparent;
    content: "";
}

.slub-event-gblist select {
    padding: 6px;
    border: 1px solid;
    display: block;
    width: 200px;
    max-width: 63%;
    margin: 2px 10px 2px 0;
    font-size: 13px;
    float: left;
    text-align: left;
    background: white;
}

/* EOF */
