﻿.modal 
{
	width:800px;
	background:#fff;
	-moz-border-radius:5px;
}
.modal .window_contents
{
	height:500px;
}
.modal #modal-window-iframe
{
/*	overflow:hidden;*/
}

#modal-window-iframe{
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.modal-close:hover {
	color: #fff;
}
.modal-gallery {
	min-width: 200px;
	border: 1px solid #333;
	background-color: #fff;
	padding: 0;
	border: 1px solid #333;	
	overflow-x: hidden;
	overflow-y: hidden;
}
.modal-gallery .window_header {
	display: block;
	margin-bottom: 0;	
	height: 25px;
}
.modal-gallery .window_footer {
	display: block;
	margin-bottom: 0;
	margin-left:-10px;
	margin-top:-30px;
	padding:4px 0 4px 10px;	
	min-width:210px;
	background-color: #fff;	
	height: 20px;
}
.modal-gallery .window_close, .modal .window_close {
	display: block;
	height:16px;
	width: 51px;
	float: right;	
	background: url("/staticfiles/img/closelw.gif") no-repeat;
	cursor: pointer;
}
.modal-gallery #window_previous {
	display: block;
	width: 28px;
	float: left;	
	background: url("/staticfiles/img/big-previous-arrow.gif") no-repeat;
	cursor: pointer;
}
.modal-gallery #window_next {
	display: block;
	width: 28px;
	float: left;	
	background: url("/staticfiles/img/big-next-arrow.gif") no-repeat;
	cursor: pointer;
}
.modal-close {
	color: #fff;
	padding-top: 8px;
	font-size: 12px;
	cursor:pointer;
}
.modal-gallery .window_contents { 
/*	overflow: hidden;*/
}
.lightwindow_images {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: visible;
}

.lightwindow_header {
	background-color: #89ba23;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #ffffff !important;
}
.lightwindow_information {
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 22px;
	overflow: visible;
}
#control_overlay {
	background-color: #000;
}


/* MOODBOARD MODALS*/
div.modal-moodbaord div.window_close
{
		display: block;
		height:16px;
		width: 51px;
		float: right;	
		background: url("/staticfiles/img/closelw.gif") no-repeat;
		cursor: pointer;
}
.modal-moodboard .window_header
{
	display: block;
	height:16px;
	width: 400px;
	background:#fff;
}
.modal-moodboard .window_contents
{
    height:350px;
    width:500px;
	background:#fff;
}
div.modal-moodbaord #modal-window-iframe
{
	min-width: 200px;
	border: 1px solid #333;
	background-color: #fff;
	padding: 0;
	border: 1px solid #333;	
	overflow:auto;
}