﻿body {
}

#mastercontainer
{

}



.ModalPopupBG
{
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.popup_Container
{
	background-color:#FFFFFF;
	border:2px solid #000000;
	padding: 0px 0px 0px 0px;
}

.popupConfirmation
{
	width: 500px;
	height: 200px;
	z-index:100000;
}

.popup_Titlebar {
	background: url(../Images/Layout/titlebar_bg.jpg);
	height: 29px;
}

.popup_Body
{
	padding:15px 15px 15px 15px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	line-height:15pt;
	clear:both;
	padding:20px;
	text-align: left;
}

.popup_Body input
{
	border: none;
	background-color: #018347;
	color: #FFFFFF;
}

.TitlebarLeft 
{
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.TitlebarRight 
{
	background:url(../Images/Layout/cross_icon_normal.png);
	background-position:right;
	background-repeat:no-repeat;
	height:15px;
	width:16px;
	float:right;
	cursor:pointer;
	margin-right:5px;
	margin-top:5px;
}

.popup_Buttons
{
	/*margin:10px;*/
	text-align: center;
	float: left;
}

.popup_Buttons .modal_left
{
	background:url(../Images/Master/btn_favs_unselected_left.jpg);
	height:23px;
	width:10px;
	float: left;
}

.popup_Buttons .modal_middle
{
	display: block;
	height: 23px;
	min-width: 3px;
	background-color: #c93396;
	text-align: center;
	float: left;
	padding: 0;
}

.popup_Buttons .modal_middle span
{
	display: block;
	font-size: 0.9em;
	margin-top: 2px;
	margin-left: 0;
	padding: 0;
}

.popup_Buttons .modal_middle a
{
	color: #ffffff;
	cursor: pointer;
	height: 23px;
}

.popup_Buttons .modal_right
{
	background:url(../Images/Master/btn_favs_unselected_right.jpg);
	height:23px;
	width:10px;
	float: left;
}

.modal_login
{
	width: 300px;
	margin-left: 75px;
	margin-right: 75px;
}

.modal_login input
{
	width: 300px;
}

.keep_left
{
	margin-right: 5px;
	float: left;
}

.keep_right
{
	margin-left: 5px;
	float: right;
}

.stacked_buttons
{
	margin-bottom: 10px;
}

.stacked_buttons .popup_Buttons
{
	margin-left: 20px;
	margin-bottom: 10px;
	clear: both;
	display: block;
}

.spacing_wrapper
{
	width: 300px;
	margin: 0 75px 20px 75px;
}
