@charset "utf-8";
/* CSS Document */

/**
 * BASE
 */

body {
	font: normal 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}
p {
} 
h1 {
} 
h2 {
} 
h3 {
} 
h4 {
} 
h5 {
} 
h6 {
} 
h7 {
} 
 
.inputbox {
	border: 1px solid #EC297B;
	background-color: #FFEEEE;
} 
.button {
	border: 1px solid #EC297B;
	color: #FFFFFF;
	background-color: #EC297B;
}
a.button {
	display: inline-block;
	padding: 0px 4px;
	font-size: 11px;
	text-decoration: none;
}
a.button:hover {
	background-color: #000000;
	border-color: #000000;
}

label {
}
img, a {
	outline: none;
}

/**
 * COMPONENT DEFAULTS
 */

.componentheading {
}

.componentheading, .contentheading {
}

.contentpane, .contentpaneopen {
	border-collapse: collapse;
}

.contentpane td, .contentpaneopen td { 
	padding: 10px;
}

.contentpane table td, .contentpaneopen table td {
	padding: 0;
}


/**
 * CATEGORY BLOG
 */

.article-intro {
	overflow: hidden;
}

.content_videos .article-intro img
{
	margin-right: 10px;
	margin-bottom: 0;
}
.contentpaneopen img {
	margin: 0 10px 15px;
}

/**
 * CONTACT EMAIL
 */

.contact_email #contact_text {
}


/**
 * COMPONENTS MISC
 */

.allvideos {
	display: block;
	margin-top: 10px;
	width: 400px; height: 300px;
	text-align: left !important;
	overflow: hidden;
}

/**
 * ERRORS & SYSTEM MESSAGES
 */


/**
 * HACKS
 */

.clear {
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}

