
#JCPopup{
	position: absolute;
	z-index: 10000;
	display: block;
}
#JCPopup.new {
	display: none;
}
#JCPopup #jcclose:link,
#JCPopup #jcclose:visited {
	min-height: 30px;
	width: 30px;
	text-indent: -9999px;
	outline-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;

	margin: 0;
	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#JCPopup #jcclose:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
#JCPopup  #jclogo {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 16px;
	min-height: 30px;
	line-height: 30px;
	margin-left: 8px;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}


#JCPopup #jctopleft,
#JCPopup #jctopright,
#JCPopup #jcbottomleft,
#JCPopup #jcbottomright,
#JCPopup #jctopmiddle,
#JCPopup #jcbottommiddle,
#JCPopup #jcmiddleleft,
#JCPopup #jcmiddleright,
#JCPopup #jcclose,
#JCPopup #jclogo {
	/*background: transparent url(sites/all/modules/drupsocial/resources/images/popup/bg-sprited.png) no-repeat 0 0;*/
} 

#JCPopup #jctopleft,
#JCPopup #jctopright,
#JCPopup #jcbottomleft,
#JCPopup #jcbottomright,
#JCPopup #jcmiddleleft,
#JCPopup #jcmiddleright {
	width: 20px;
}

#JCPopup #jctopleft,
#JCPopup #jctopright,
#JCPopup #jcbottomleft,
#JCPopup #jcbottomright,
#JCPopup #jctopmiddle,
#JCPopup #jcbottommiddle {
	height: 20px;
}

#JCPopup #jctopleft,
#JCPopup #jctopright,
#JCPopup #jcbottomleft,
#JCPopup #jcbottomright,
#JCPopup #jctopmiddle,
#JCPopup #jcbottommiddle,
#JCPopup #jcmiddleleft,
#JCPopup #jcmiddleright {
	float: left;
}

#JCPopup #jclogo {
	background-position: 100% 100%;
	overflow: hidden;
} 

#JCPopup #jctopleft {
	background-position: -53px 0;
}
#JCPopup #jctopmiddle {
	background-position: -80px 0;
}
#JCPopup #jctopright {
	background-position: 100% 0;
}
#JCPopup #jcmiddleleft {
	background-position: 0 -40px;
	background-repeat:repeat-y;
	min-height: 560px;
}
#JCPopup #jcmiddleright {
	background-position: -20px -40px;
	background-repeat:repeat-y;
    height: 560px;
}
#JCPopup #jcbottomleft {
	background-position: -53px -20px;
}
#JCPopup #jcmiddleleft {
	background-position: -80px -20px;
}
#JCPopup #jcbottomright {
	background-position: 100% -20px;
}







body #jcwait,
#JCPopup #jcwait {
	width: 43px;
	height: 11px;
/*	background: transparent url(sites/all/modules/drupsocial/resources/images/popup/wait.gif) no-repeat;*/
	display: none;
}
#JCPopupContentOuter {
	float: left;
	overflow: hidden;
	position: relative;
	background: #fff;
}
#JCPopupContentTop {
	height: 30px;
	background: #024E68;
	overflow: hidden;
}
#JCPopupContentWrap {
	overflow: auto;
	background:	#ffffff;
	position: relative;
}
#JCPopupContentWrap.resizing {
	overflow: hidden;
}
#JCPopupContent.resizing {
	overflow: hidden;
	position: absolute;
}
#JCPopupContent {
	
	padding: 10px;
	margin:0px;
	font-size: 12px;
	color:#666;
}
#JCPopupContent .success {
	color: green;	
}
#JCPopupContent .failed {
	color: red;
}
#JCPopupContentWrap.loading {
	background-image: url(../../images/popup/wait.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#JCPopupAction {
	
	/*background: #eee url(../../images/popup/wait.gif) no-repeat -43px -11px;*/
	height: 38px;

	text-align: right;
	position: absolute;
	width: 100%;
	left: 0;
}

#JCPopupAction.loading {
	background-position: 10px 10px;
}


#JCPopupAction .button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:none;
	color:#777;
    background:url('../../images/popup/login-left.png')left no-repeat,url('../../images/popup/login-right.png')right no-repeat,url('../../images/popup/login-mid.png')center repeat-x;
	cursor: pointer;


	
}

#JCPopupAction .button:hover {
	background: #024E68;
	border: 1px outset #888;
	color: #FFF;
}

body #JCPopupAction input,
body #JCPopupAction textarea,
body #JCPopupAction select,
body #JCPopupAction label {
	margin: 0 0 5px;
}

#JCPopupContent dl {
	margin: 0;
	padding: 0;
}
#JCPopupContent .col-left {
	width: 23%;
	line-height: 25px;
	text-indent: 10px;
	font-size: 11px;
	font-weight: 700;
	color: #666;
	margin: 0 0 5px;
	float: left;
	display: block;
	clear: both;
	padding: 0;
}
#JCPopupContent .col-right {
	float: left;
	display: block;
	width: 70%;
	line-height: 22px;
	margin: 0 0 5px;
	padding: 0;
}
#JCPopupContent .col-right .text {
	width: 100%;
}
#JCPopupContent .composeForm {
	padding: 20px 10px;
}

#JCPopup.jcdialog {}
#JCPopup.jcdialog:link,
#JCPopup.jcdialog #jcclose:visited {
	background-position: -60px -40px;
	background-color: #333333;
}
#JCPopup.jcdialog #jcclose:hover {
	/*background-position: -60px -69px;*/
}


#JCPopup.warning {}
#JCPopup.warning #JCPopupContentTop {
	height: 30px;
	background: #993;
	border-bottom: solid 1px #660;
}
#JCPopup.warning #jclogo {
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0 0 0 32px;

	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	
	background-position: -60px -161px;
}
#JCPopup.warning #jcclose:link,
#JCPopup.warning #jcclose:visited {
	background-color: #993;
	background-position: -120px -39px;
}
#JCPopup.warning #jcclose:hover {
	background-position: -120px -68px;
}

#JCPopup.error {}
#JCPopup.error #JCPopupContentTop {
	height: 30px;
	background: #930;
	border-bottom: solid 1px #600;
}
#JCPopup.error #jclogo {
	height: 30px;
	margin: 0 0 0 3px;
	padding: 0 0 0 32px;

	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
	
	background-position: -60px -132px;
}
#JCPopup.error #jcclose:link,
#JCPopup.error #jcclose:visited {
	background-color: #930;
	background-position: -90px -39px;
}
#JCPopup.error #jcclose:hover {
	background-position: -90px -68px;
}

#JCPopup.blank {}
#JCPopup.blank #JCPopupContent {
	padding: 0;
}
#JCPopup.blank #jcclose:link,
#JCPopup.blank #jcclose:visited {
	background-position: -60px -40px;
	background-color: #333333;
}
#JCPopup.blank #jcclose:hover {
	background-position: -60px -69px;
}


#JCPopup.video-provider {
	background: transparent;
	float: left;
	line-height: 150%;
	list-style-type: disc;
	margin: 0;
	padding: 0;
	width: 48%;
}



#JCPopup h1,
#JCPopup h2,
#JCPopup h3,
#JCPopup h4,
#JCPopup h5,
#JCPopup h6,
#JCPopup p {
	margin: 0;
	padding: 0;
}

#JCPopup p {
	font-size: 12px;
	line-height: 14px;
}

#JCPopup h2 {
	margin: 0 0 20px;
}

#JCPopup ul li {
	line-height: normal;
} 



#JCPopup {
	width: 490px;
	min-height: 170px;
	top: 0;
}

#JCPopup #JCPopupContentOuter {
	width: 450px;
	min-height: 130px;
	opacity:1 !important;
}

#JCPopup #jctopmiddle,
#JCPopup #jcbottommiddle {
	width: 450px;
}

#JCPopup #jcmiddleleft,
#JCPopup #jcmiddleright {
	min-height: 130px;
}

#JCPopup #JCPopupContentWrap {
	min-height: 100px;
}


#JCPopup .JCPopupForm {
	width: 100%;
}
#JCPopup .JCPopupForm td {
	padding: 5px;
	vertical-align: top;
}
#JCPopup td.JCPopupFormKey {
	font-weight: bold;
	text-align: right;
	width: 130px;
	
}
#JCPopup td.JCPopupFormVal {
}
#JCPopup tr.noLabel td.JCPopupFormKey {
	border: none;
	background: none;
}
#JCPopup tr.hidden td {
	display: none;
}
.subject { border-bottom: 2px solid #aaa; font-weight: bold; padding: 2px 1px; }
.inbox-read .subject, .inbox-unread .subject { border: none; padding: 0; }
.inbox-unread .small { padding: 0; margin: 0; line-height: 14px; }
.inbox-unread td { vertical-align: top; }
.inbox-unread, .mini-profile { border-bottom: 1px dotted #bbb; padding: 5px 5px 2px !important; }

body #community-wrap .inbox-read, 
body #community-wrap .inbox-unread {
    padding: 3px !important;
    }
body #community-wrap .inbox-read td, 
body #community-wrap .inbox-unread td {
    vertical-align: top;
    }
#JCPopupContent input,
#JCPopupContent textarea {
	color: #000000;
	border: 1px inset #CCCCCC;
}
#JCPopupContent input[type=submit] {
font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border:none;
	color:#777;
		padding:10px 35px;
    background:url('../../images/popup/login-left.png')left no-repeat,url('../../images/popup/login-right.png')right no-repeat,url('../../images/popup/login-mid.png')center repeat-x;
	cursor: pointer;
	float:right;
}
#JCPopupContent input[type=checkbox] {
	margin-right: 4px;
}


/*New css for popup like google_plus*/

.jcdialog #JCPopupContentOuter
{
	background:none;
	border:1px solid #999;
	box-shadow: 0 0 10px #aaa;
	
}
#JCPopupContentTop
{
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
}
#jclogo {
	color:#666 !important;
}
#JCPopupAction
{
	background:#f7f7f7;
	border-top:1px solid #ddd;
}
#JCPopupContentTop #jclogo
{
	color:#666;
	font-size:12px;
}
#JCPopup #jcclose
{
	padding:7px 0 0 0;
	background:url(../../images/popup/c6.png) no-repeat 0 0;
}


