.moduleform {}

	.moduleform_label {
		background-color: #f6f6f6;
		width: 30%;
		text-align: right;
		padding:3px 5px 3px 0px;
	}
	
	.moduleform_required {
		background-color: #f6f6f6;
		width: 5%;
		text-align: center;	
	}
	
	.moduleform_field {
		background-color: #f6f6f6;
		width: 65%;
		padding:3px 0px 3px 3px;
	}
	
	.moduleform_error {
		font-weight:bold;
		color: #cc0000;
	}
	
	.moduleform_divider {
		border-top:1px solid #e1e3e0;
		margin-top: 5px;
		margin-bottom: 5px;
		height: 0px;
	}
	
	.moduleform_button {
		background-color: #f6f6f6;
		border: 1px solid #cccccc;
		padding: 2px 5px 2px 5px;
	}
	
	.moduleform_button:hover {
		background-color: #dddddd;
		border: 1px solid #cccccc;
		padding: 2px 5px 2px 5px;
	}
	
#main_column {}
						
		#main_column.plus_right {
			float: left;
			width: 470px;
		}
	
	#right_column {
		float: right;
		width: 160px;
		margin-left: 20px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
		.right_column_item {
			background-color: #f1f3f0;
			margin-top: 0px;
			margin-bottom: 2px;
			padding: 7px;
		}
		
			.right_column_item img {
				margin: 0px 7px 0px 0px;	
			}
			
		.left_column_item {
			background-color: #f1f3f0;
			width: 154px;
			padding: 4px;
		}
		
.module_list {}

	.module_list_item_marker {
		text-align: right; 
		vertical-align: top;
		white-space: nowrap; 
		padding-left: 10px; 
		padding-top: 10px;
		color: #999999;
	}

	
/* Blog
==================================================================================== */

#blogs {
	padding: 20px;
}

#blogs .rightcolumn {
	float: right;
	width: 20%;
}

#blogs .leftcolumn {
	float: left;
	width: 75%;
}

#blogs .title {
	margin-bottom: 2px;
}

#blogs .date {
	margin-bottom: 2px;
	color: #3f3f3f;
	margin-bottom: 5px;
}

#blogs .divider {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CFCFCF;
}

#blogs .icon {
	vertical-align: top;
	width: 30px;
}

#blogs .label {
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}

#blogs .requiredText {
	float: right;
}

#blogs .form_label {
	text-align: right;	
	vertical-align: top;
	padding-top: 0px;
}

#blogs .required {
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
}



/* DO NOT EDIT THE FOLLOWING LINES            */
/*--------------------------------------------*/

.slideshow {
	position: relative;
	text-align: left;
}

.slideshow .display {
	position: relative;
	overflow: hidden;
}

.slideshow .display div {
	overflow: hidden;
}

.slideshow .display img {
	border: 0;
}

/*--------------------------------------------*/
/* DO NOT EDIT ABOVE THIS LINE!               */



.slideshow .display {
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
	background-color: #000000;
	position: relative;
}

.slideshow .display .image {
	text-align: center;
	position: relative;
	
}

.slideshow .caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	*width: auto;
	w\idth: 100%;
	text-align: center;

	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .caption span {
	display:block;
	padding: 10px 20px 10px 20px;
	background-color: black;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.slideshow .controls {
	position: absolute;
	top: 50%;
	margin-top: -500px;
	width: 100%;
}


.slideshow .button_previous{
	display:block;
	float: left;
	margin-left: 3px;
	background: transparent url(../images/slideshow/btn_prev.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border:0;
	width: 28px;
	text-indent:-9999px;
	line-height:0;
	position: relative;
	z-index: 1000;

}

.slideshow .button_next {
	display:block;
	float: right;
	margin-right: 3px;
	background: transparent url(../images/slideshow/btn_next.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border:0;
	width: 28px;
	text-indent:-9999px;
	line-height:0;
	z-index: 1001;
	position: relative;

}

.slideshow .button_pause,
.slideshow .button_play {
	position: absolute;
	bottom: 5px;
	right: 2px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	width: 16px;
	height: 16px;
	text-indent:-9999px;
	line-height:0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .button_pause {
	background-image: url(../images/slideshow/btn_pause.png);
}

.slideshow .button_play {
	background-image: url(../images/slideshow/btn_play.png);
}

.slideshow .button_previous:hover {}
.slideshow .button_next:hover {}

.slideshow .display {
	margin: 0;
}
.slideshow, .picture, .video {
	margin-bottom: 25px;
}