﻿/*JDS 17/12/08 - Site editor popup styles*/
body
{
	background-color: #eee;
}
#Popup
{
	width: 600px;
	padding: 8px 0 8px 8px;
	text-align: left;
	margin: 0px auto;
	background: #fff;
	font-size: 110%;
	color: #3C3C3C;
}

#Popup #top
{
	width: 582px;
	height: 80px;
	background: #fff url(../images/header_tile.jpg) top left repeat-x;
	padding-top: 8px;
	padding-right: 8px;
}

#Popup #top h1
{
	float: left;
	margin: 25px 0 0 10px;
	color: #fff;
	font-size: 120%;
	letter-spacing: 1px;
	line-height: 1.1em;
	text-transform: lowercase;
}

#Popup #top
{
	margin-right: 8px;
}

#Popup .pageSection
{
	width: 580px;
}
#PopupWide
{
	width: 780px;
	padding: 8px 0 8px 8px;
	text-align: left;
	margin: 0px auto;
	background: #fff;
	font-size: 110%;
	color: #3C3C3C;
}

#PopupWide #top
{
	width: 762px;
	height: 80px;
	background: #fff url(../images/header_tile.jpg) top left repeat-x;
	padding-top: 8px;
	padding-right: 8px;
}

#PopupWide #top h1
{
	float: left;
	margin: 40px 0 0 10px;
	color: #fff;
	font-size: 120%;
	letter-spacing: 3px;
	text-transform: lowercase;
}

#PopupWide .pageSection
{
	width: 760px;
}

.popupSurround
{
	/*width: 700px; 	padding: 8px; 	text-align: left; 	margin: 0px auto; 	background: #fff url(../images/prot_images/background_beige_gradient.jpg) top left repeat-x; 	font-size: 110%; 	color: #3f464f;*/
}

/* Blocks out the bg when using ajax popups */
/* Ignore the sligthly odd filter/opacity tags! */
.modal_bg
{
	background-color: Silver;
	filter: alpha(opacity=70);
	opacity: 0.7;
}




