body{
	padding:0px;
	margin:0px;
	font: 100% "Lucida Grande", Lucida Sans Unicode, Arial, sans-serif;
	color: #333;
	font-size: 0.8em;
}

ul {
	padding: 0;
}

#site-title a {
	font-size: 2em;
	text-decoration: none;
}

.page-template-calendar-php .entry ul,
.page-template-calendar-php .entry ul li {
	list-style: none;
	padding: 0;
}

.entry ul {
	padding: 15px;
}

.entry ul li {
	list-style: disc;
}

a {
	text-decoration: underline;
	color: #333;
}



.jspContainer
{
	overflow: visible;
	height: auto;
	clear: both;
}

div.jspScrollable,
h2.facades,
#access,
#searchform,
#colright,
.socialize-in-content {
	display: none;
}

.tab_content {
	display: block !important;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
}

h2#plans {
	clear: both;
}

/* end */
body table.fullcalendar ul {
	margin: 0;
	padding: 0;
}

body table.fullcalendar ul li {
	list-style: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	background: #0362b2;
}

body table.fullcalendar ul li {
	list-style: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px;
	background: #0362b2;
}

body table.fullcalendar ul li a,
body table.fullcalendar ul li a:visited,
body table.eme-calendar-table td.eventful li a,
body table.eme-calendar-table td.eventful-today li a {
	color: #fff !important;
}

body #content table.fullcalendar td {
	padding: 2px !important;
	border-color: #ccc !important;
}

.page-template-events-php ul {
	margin: 0;
	padding: 0;
}

body #content table {
	margin-bottom: 20px;
}

.post-type-archive-course #content ul,
.post-type-archive-trainer #content ul {
	padding: 0;
	margin: 0;
}

.post-type-archive-course #content ul li,
.post-type-archive-trainer #content ul li {
	list-style:  none;
}

.post-type-archive-course #content ul li a,
.post-type-archive-trainer #content ul li a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
a.btn, a.btn:visited {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0362b2;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
}
.btn:hover {
	background: #a5d415;
	color: #fff;
	text-decoration: none;
}


/* table */

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	text-align: left;
	border-bottom: 3px solid #eee;
}

th, td {
	padding: 3px 10px 3px 0;
}

tr td:hover {
	background: #fff;
}

/* FAQ */

#faq_block .faq_list {
	padding: 0 !important;
}

.single_faq {
	border-bottom: 3px solid #eee;
}
