/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/unity-purple/unity-purple.css);
/* end StyleCatcher imports */

.customTable td {
padding: 5px;
}

#eventForm {
	margin: 0;
}

#eventForm input, #eventForm textarea {
	left: 185px;
	position: absolute;
	top: 0;
}

#eventForm input.submitButton {
	left: 0;
	position: absolute;
	top: 0;
}

#eventForm input.checkBox {
	margin-right: 10px;
	position: static;
}

#eventForm label {
	display: block;
	padding-bottom: 1em;
	position: relative;
}

#eventForm label.tall {
	height: 80px;
}

#mailform {
	margin: 0;
}

#mailform input, #mailform textarea {
	left: 185px;
	position: absolute;
	top: 0;
}

#mailform label {
	display: block;
	padding-bottom: 1em;
	position: relative;
}

#mailform label.tall {
	height: 80px;
}


#content-inner {
padding-top: 0;
}

#delta {       
   background-color: #ded1eb;
   height: 20px;
   margin: 5px 0 0 0;
   padding: 8px 0 8px 0;
}

#delta-inner {
   overflow: hidden;
   padding-right: 20px;
   padding-left: 20px;
}

#delta ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#delta li {
   display: inline-block;
   list-style: none;
   float: left;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-serif;
   text-transform: uppercase;
   font-weight: bold;
   height: 20px;
   line-height: 20px;
   padding: 0;
   margin: 0 35px 0 0;
} 

#delta li a {
   text-decoration: none;
   color: #8b63ac;
}

#delta li a:hover {
   text-decoration: none;
   color: #524060;
}

#leftMenu ul {
   list-style: none;
   margin: 0 0 0 0;
   padding: 0;
   width: 100%;
}

#leftMenu li {
   font-size: 14px;
   font-weight: bold;
   list-style: none;
   height: 26px;
   margin: 5px 0 0 0;
   padding: 0;
} 

#leftMenu li a {
   background-color: #8b63ac;
   display: block;
   text-decoration: none;
   color: #FFF;
   height: 16px;
   line-height: 16px;
   padding: 5px 5px 5px 15px;
   margin: 0;
}

#leftMenu li a:hover {
   background-color: #FFF;
   text-decoration: none;
   color: #8b63ac;
}
