/*	Start Predefined Classes From Admin Styles
	Used when assigning classes to images in content editor
*/
.Image-Border, .Image-Float-Right-Border, .Image-Float-Left-Border{
	border:solid 2px #999;
}
.Image-Float-left-Border, .Image-Float-Right-Border, .Image-Border{
	padding:1px;
}
.Image-Float-Right, .Image-Float-Right-Border{
	float:right;
	margin:0 0 4px 7px;
}
.Image-Float-Left, .Image-Float-Left-Border{
	float:left;
	margin:0 10px 4px 0;
}

/* Start Basic Styles */
body{
	background:#F4F2ED;
	color:#222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Start Ibex Module Styles */
.backTo{
	font-size:11px;
	line-height:15px;
	margin-top:20px;
	margin-bottom:20px;
}

/* Locations */
.locationListBlock{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.locationListLogo{
	float:left;
	margin-right:15px;
}
.locationLogo{
	margin-bottom:20px;
}
.locationContent{
	margin-bottom:20px;
}

/* News */
.newsArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.newsArticleMeta{
	font-size:11px;
	line-height:15px;
	color:#aaa;
	margin-bottom:10px;
}

/* Blog */
.blogArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.comment{
	margin:0 0 20px 0;
	border-bottom:solid 1px #111;
	padding:0 10px 15px 10px;
}
.commentDate{
	font-size:.8em;
	color:#bbb;
}
#blogCommentFormTable tr td{
	padding:0 20px 8px 0;
}
#msg{
	background:#222;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:8px 10px;
	color:#fc0;
	font-style:italic;
	font-size:14px;
	margin:0 0 20px;
}

/* Events */
.eventItemWrap{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.eventItem{
	float:left;
	width:490px;
}
.eventItemImage{
	float:right;
	width:180px;
	display:block;
}
#calTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#calTable td {
	height: 110px;
	width: 110px;
	font-size: 10px;
	line-height: 11px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	background:#efefef;
}
#calTable .calDate {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 5px;
	padding: 3px 3px 0px;
	float: left;
	color: #444;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#calTable .calEventTitle {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px 3px;
}
#calTable .calEventTitle a {
	text-decoration: none;
}
#calTable .calEventTitle a:hover {
	text-decoration: underline;
}
#calTable td.otherMonth {
	background: #ccc;
}
#calTable td.otherMonth .calDate {
	color: #444;
}
#calTable td.today {
	background: #fff;
}
#calTable td.today .calDate {
	font-size: 17px;
	line-height:17px;
	font-weight: bold;
	color: #000;
}
#calTable tr th{
	border:none !important;
}
#calNextPrev {
	font-weight:bold;
	text-align:right;
	font-size: 12px;
}
#calSearch {
	margin:0 0 15px 0;
}
table#monthsBlock{
	margin:0;
}

/* Jobs */
#jobsTable{
	margin-bottom:20px;
	width:100%;
}
#jobsTable th{
}
.jobsInformation td{
	border-bottom:dotted 1px #ccc;
	padding:4px 2px;
}

#dm_container ul{
	list-style-type:none;
}

/* Form Builder */

div.formBuilderLabel {

}

div.formBuilderField {

}

div.formBuilderHeadline {

}

div.formBuilderHeadline h2 {

}

table.formBuilderTable {

}

td.formBuilderLabel {

}

td.formBuilderField {

}

td.formBuilderHeadline {

}

td.formBuilderHeadline h2 {

}

td.formBuilderHiddenField {
	display:none;
}

/* Gallery */

#carousel img {
	max-height:75px;
	height:75px;
}

.tinymce_responsive img{
	max-width : 100%;
	height    : auto;
}