﻿
.ModalPopUp
{
	position:fixed;
	top:200px;
	height:340px;
	width:665px;
	z-index:30001;
	
}
.ModalPopUpHTMLContentDimmer,
.ModalPopUpDimmer
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(/images/ModalPopUpDimmer.png);
	z-index:30000;
	
}
.ModalPopUpDimmerhome
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-image:url(/images/ModalPopUpDimmer.png);
	z-index:30000;
	
}
.ModalPopUp .close
{
	text-align:right;
	background-image:url(/images/btn_collapse.png);
	width:20px;
	height:14px;
	cursor:pointer;
	margin:7px 10px 10px 10px;
	float:right;
}

.ModalPopUp a.close:hover
{
	text-align:right;
	background-image:url(/images/btn_collapse_hover.png);
	width:20px;
	height:14px;
	cursor:pointer;
	margin:7px 10px 10px 10px;
	float:right;
}


.ModalPopUp .content
{
	height:235px;
	background-color:White;
	padding:17px 10px 10px 15px
}

.ModalPopUp .imageShadow
{
	background-color:#DFDFDF;
	padding:3px;
}

.ModalPopUp .imageCaption
{
	padding:5px 0px 5px 0px;
	height:80px;
}

.ModalPopUp .imageContainer
{
	float:left;
	width:227px;
	height:200px;
}

.ModalPopUp .textContainer
{
	height:173px;
}

.ModalPopUp .shareControls
{
	float:left;
	height:30px;
	width:370px;
	
	margin: 0px 0px 0px 20px;
}
.ModalPopUp .message
{
	float:left;
	width:370px;
	margin: 0px 0px 0px 20px;
}
.ModalPopUp .message ul
{
	padding-left:24px;
}
.ModalPopUp .ipaperLink
{
	margin: 10px 0px 0px 20px;
	float:left;
}

.ModalPopUp .header
{
	background-image:url(/images/ModalPopUpHeader.png);
	height:66px;
	width:100%;
	color:White;
	font-family:Arial;
}

.ModalPopUp .header h2
{
	font-weight:normal;
	padding:10px 5px 5px 20px;
}

.ModalPopUp .header h3
{
	font-weight:normal;
	padding:0px 5px 5px 20px;
}

.ModalPopUp .mshareCell .email a
{
background:url(/images/sharicons_e.gif) no-repeat 0 0;
margin-left:20px;
margin-top:6px;
}
.ModalPopUp .mshareCell .share a{
background:url(/images/sharicons_x.gif) no-repeat 0 0;
margin-top:6px;
}
.ModalPopUp .mshareCell .tweet a{
background:url(/images/sharicons_t.gif) no-repeat 0 0;
margin-top:6px;
}

/*
.ModalPopUp .shareCell .fb a{
background:url(/images/sharicons_fb.gif) no-repeat 0 0;
}
*/
.ModalPopUp .mshareCell .pdf a
{
background:url(/images/sharicons_pdf.gif) no-repeat 0 0;
margin-left:20px;
}

.ModalPopUp .mshareCell
{
	float:left;
	width:370px;
	height:120px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}
.ModalPopUp .mshareCell hr
{
	clear:both;
	border-style: dotted;
	border-bottom-width:0px;
	margin-left:20px;
	width:100%;
}
.ModalPopUp .mshareCell a
{
	float:left;
	padding-left:20px;
	text-decoration:none;
	color:#6b6158;
	font-weight:bold;
	height:25px;
	width:95px;
	padding-top:2px;
	vertical-align:middle;
}
/*
.ModalPopUp .shareCell #sharethis p
{
	margin-bottom:0px;
}
.ModalPopUp .shareCell #sharethis a
{
	width:120px;
	border: solid 1px green;
}
.ModalPopUp .shareCell #sharethis p.ekSocialBarDigg
{
	margin:0px;
}
.ModalPopUp .shareCell #sharethis p.ekSocialBarDigg a
{
	float:none;
}
*/
