/*
S T Y L E  I N D E X:
1. MAIN
2. ADD THIS POPUP
3. GOOGLE MAP POPUP
*/


.modalBackground, .addThisModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.addThisModalBackground
{
	position: fixed; 
	display: none;
}


.modalPopup{
	background-color:#ffffff;
	border-width:0px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	position:relative;
	width:250px;
}

#ajax-loader {
	left:190px;
	position:absolute;
	top:180px;
}

.modalPopuTitle {
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.jpopup, .addThisjpopup {
	/*background:#000;*/
	width:415px;
	padding:0 5px 0 0;
}

.addThisjpopup
{
	position: fixed; 
	left: 50%; 
	margin-left: -205px;
	z-index: 100001; 
	display: none;
}
* html .jpopup {
	padding:0;
}

.jpopup-content 
{
	width:453px;
	height:450px;
	float:left;
	padding:15px 40px 15px 15px;
	position:relative;
	top:-5px;
	left:-5px;
	padding:35px 0 15px 20px;
	background-image:url(cssimages/PopupBgDefault.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:Transparent;
}
/*image popups*/
.jpopup.imgpop
{
	background-color:#000;
}
.jpopup.imgpop .jpopup-content
{
	background-image:none;
	background-color:#fff;
	height:auto;
}
.jpopup-content #tipfriend-wrapper{
	width:420px;
}
.imgpop img {
	cursor:pointer;
}
.imgpop .jpopup-content 
{
	padding:5px;
	width:auto;
}
.jpopup-content h1, #tipfriend-wrapper-noscript h1 {
	font-size:2.6em;
	line-height:1.2em;
	margin:0 0 0.8em 0;
}
.jpopup h4, #tipfriend-wrapper-noscript h4 {
	font-size:1.3em;
	margin:0;
}
.jpopup label, .jpopup textarea, .jpopup input {
	display:block;
}
.jpopup label {
	font-size:1em;
	font-weight:bold;
	margin-bottom:2px;
}
.closebtn{
	height:19px;
	width:19px;
	background:none;
	display:block;
	position:absolute;
	right:7px;
	top:0px;
	cursor:pointer;
}
.closebtn span {
	display:none;
}
#friend-email, #your-email, .jpopup textarea, #tipfriend-wrapper-noscript textarea, #your-name {
	border:solid 1px #aaa99e;
	margin-bottom:10px;
	padding:2px;
}
#friend-email, #your-email {
	width:360px;
}
.jpopup textarea, #tipfriend-wrapper-noscript textarea {
	width:360px;
}
.jpopup textarea {
	font-size:1em;
}
.jpopup button, #tipfriend-wrapper-noscript button {
	/*background:#fff url(cssimages/send-button.gif) no-repeat;*/
	border:none;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	float:left;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	height:20px;
	padding:3px 0 5px 0;
	text-align:center;
	width:55px;
}
.jpopup .infotext {
	float:right;
	font-size:0.83em;
	line-height:1.6em;
	margin:0;
	width:280px;
}
.jpopup #tipfriend-wrapper .infotext {
	float:left;
}
.jpopup .MilFormButton {
	float:right;
}
.jpopup .ajax-loader {
	display:block;
	position:absolute;
	top:150px;
	left:200px;
}
.jpopup .successmsg {
	left:85px;
	position:absolute;
	top:140px;
}
input.error {
	border:solid 1px #BD211A !important;
	background:#ffdcdc;
}
label.error, span.mandatory {
	color:#BD211A;
}

/*noscript tip friend form*/
#tipfriend-wrapper-noscript {
	padding:10px;
	width:360px;
}
#tipfriend-wrapper-noscript label {
	display:block;
	font-weight:bold;
}
#tipfriend-wrapper-noscript img {
	margin-bottom:20px;
}
#tipfriend-wrapper-noscript button {
	float:left;
}
#tipfriend-wrapper-noscript .backlink {
	float:right;
	margin-right:55px;
}
* html body, * html #aspnetForm {
	position:relative;
}
* html div.modalBackground, * html div.addThisModalBackground {
    height: expression(document.body.offsetHeight + 'px');
    left:0 !important;
    top:0 !important;
    position: absolute !important;
    width: expression(document.body.offsetWidth + 'px');
}
* html .jpopup, * html .addThisjpopup {
	position:absolute !important;
	/*top:expression(eval(document.body.scrollTop)) !important*/
}

/* * * * * * * * * * * * * */
/* 2. ADD THIS POPUP       */
/* * * * * * * * * * * * * */
.addThisjpopup .jpopup-content
{
	height:auto;
	width:423px;
	padding:35px 30px 15px 20px;
	background-image:url(cssimages/PopupBgAddThis.png);
}
.addThisjpopup .jpopup-content-bottom
{
	position:relative;
	clear:left;
	float:left;
	width:590px;
	height:14px;
	padding:0 0 0 0;
	background-image:url(cssimages/PopupBgAddThisBott.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:Transparent;
	left:-5px;
	top:-5px;
}
.addThisjpopup .addthis_toolbox ul li
{
	display:inline;
}
.addThisjpopup .addthis_toolbox ul li a
{
	display:inline-block;
	width:135px;
	padding-right:5px;
	margin-bottom:8px;
	text-decoration:none;
	color:#4177A1;
	font-weight:bold;
}
.addThisjpopup .addthis_toolbox ul li a *
{
	vertical-align:middle;
}
.addThisjpopup .addthis_toolbox ul li a .at300bs,
.addthis_toolbox .more .at300bs
{
	display:inline-block;
	width:25px;
}
.addthis_toolbox .more
{
	width:418px;
    border-top: solid 1px #eee;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    text-align: center;
}
.addthis_toolbox .more *
{
	vertical-align:middle;
}
.addthis_toolbox .more a
{
    padding: 4px 0;
    width: auto;
    color:#4177A1;
	font-weight:bold;
}

.addthis_toolbox .more span
{
   
}

/* * * * * * * * * * * * */
/* 3. GOOGLE MAP POPUP   */
/* * * * * * * * * * * * */
.largeMapModalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position: fixed;
	display: none;
}
.largeMapModalBackground
{
	position: fixed; 
	display: none;
}
.largemapjpopup 
{
	visibility:hidden;
	display:block;
	position:fixed;
	width:580px;
	z-index:100001; 
	padding:0;
	background:Transparent;
	left:50%;
	margin-left:-300px;
	top:100px;
}
.largemapjpopup .jpopup-content
{
	width:584px;
	height:auto;
	padding:35px 0 5px 15px;
	background-image:url(cssimages/PopupBgGoogleMap.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:Transparent;
}
.largemapjpopup .jpopup-content-bottom
{
	position:relative;
	clear:left;
	float:left;
	width:590px;
	height:14px;
	padding:0 0 0 0;
	background-image:url(cssimages/PopupBgGoogleMapBott.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:Transparent;
	left:-5px;
	top:-5px;
}
.largemapjpopup .jpopup-content .closebtn
{
	right:1px;
	top:0px;
}
.GeneralMapBoxPopUp
{
	width:550px;
	margin:0 0 0 5px;
}
.GeneralMapBoxPopUp h4
{
	font-size:1.3em;
	margin-bottom:10px;
	padding-bottom:5px;
}
.GeneralMapBoxPopUp .MapText
{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.largemapjpopup .jpopup-content .GeneralMapBoxPopUp h4
{
	font-size:1.4em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
.modalBackground
{
	display:none;
}
/* IE6 Position fixed hack */
* html .largemapjpopup, * html .modalBackground {
	position:absolute !important;
}
