﻿.rounded-corners {
  behavior: url(ie-css3.htc);
}
/* Overlay */
#simplemodal-overlay 
{
    cursor:wait;
    background-color:#000; 
}

.simplemodal-wrap
{
	background-color: #fff;
	z-index: 10000;
	position: absolute;	
}


/* Default Container */
#simplemodal-container 
{
    height:402px; 
    width:543px; 
    background-color:#fff; 
	behavior: url(/js/ie-css3.htc);
    /* Firefox */
    -moz-box-shadow: 0px 0px 10px #000;
    /* WebKit */
    -webkit-box-shadow: 0px 0px 10px #000;
    /* Standard */
    box-shadow: 0px 0px 10px #000;
}
#simplemodal-container #simplemodal-data
{
	padding-top: 20px;
    padding-left: 20px;
}
#simplemodal-container #modal-fullscreen1  
{
    height:360px; 
    width:500px; 
}
#simplemodal-container .modalfull 
{
    overflow: hidden;
}
a.modalCloseImg {
	background:url(/images/common/x.png) no-repeat; /* adjust url as required */
	width:21px;
	height:21px;
	display:inline;
	z-index:3200;
	position:absolute;
	cursor:pointer;
}
a.modalCloseImg:hover{
	background:url(/images/common/x_on.png) no-repeat; /* adjust url as required */
}

#simplemodal-container a.modalCloseImg {
	right:532px;
	top:-10px;
}
/* Default Container */


/* Login Container */
#login-container 
{
    height:420px; 
    width:340px; 
    text-align:left;
    background-color:#fff; 
	behavior: url(/js/ie-css3.htc);
    /* Firefox */
    -moz-box-shadow: 0px 0px 10px #000;
    /* WebKit */
    -webkit-box-shadow: 0px 0px 10px #000;
    /* Standard */
    box-shadow: 0px 0px 10px #000;
    
    
}
#login-container .modalfull 
{
    overflow: hidden;

}

#login-container .modal-fullscreen-login
{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
}


#login-container a.modalCloseImg {
	background:url(/images/common/x.png) no-repeat; /* adjust url as required */
	width:21px;
	height:21px;
	display:inline;
	z-index:11000;
	position:absolute;
	cursor:pointer;
	left: -10px;
	top:-10px;
}
#login-container a.modalCloseImg:hover{
	background:url(/images/common/x_on.png) no-repeat; /* adjust url as required */
}


/* Login Container */

/* Video Container */
#video-container 
{
    height:600px; 
    width:800px; 
	background-color:#fff; 
	behavior: url(/js/ie-css3.htc);
    /* Firefox */
    -moz-box-shadow: 0px 0px 10px #000;
    /* WebKit */
    -webkit-box-shadow: 0px 0px 10px #000;
    /* Standard */
    box-shadow: 0px 0px 10px #000;
    
}
#video-container .modalfull 
{
    overflow: hidden;
}

#video-container #modal-fullvideo1, #video-container #modal-fullvideo2,
#video-container #modal-fullvideo3, #video-container #modal-fullvideo4, #video-container #modal-fullvideo5 
{
    height:600px; 
    width:800px; 
}

#video-container a.modalCloseImg {
	right: 789px;
	top:-10px;
}
/* Video Container */

.modal-fullvideo1, .modal-fullvideo2, .modal-fullvideo3, .modal-fullvideo4, .modal-fullvideo5 
{
    display:none;
    _behavior: url(/js/iepngfix.htc);
}
.modal-fullscreen1, .modal-fullscreen2, .modal-fullscreen3, .modal-fullscreen-login
{
    display:none;
    _behavior: url(/js/iepngfix.htc);
}

div.modal_plus1, div.modal_plus2, div.modal_plus3, div.modal_plus_module
{
	background:url(/images/common/blue_plus.png) no-repeat bottom right;
	cursor:pointer;
	height:19px;
	width:18px;
	position:absolute;
	margin-top:-27px;
	*top: 119px;
	cursor:pointer;
}
div.modal_plus_module
{
    background:url(/images/common/green_play.png) no-repeat bottom right;
	margin-top:-19px;
	*position:absolute;
	*top: auto;
	*left: auto;
	*margin-left: -121px;
	*margin-top: 72px;	
}
div.modal_plus_webinar
{
    background:url(/images/common/blue_play.png) no-repeat bottom right;
	margin-top:-19px;
	*position:absolute;
	*top: auto;
	*left: auto;
	*margin-left: -121px;
	*margin-top: 72px;	
}

div.modal_plus1 
{
	padding-right:1px;
	*left: 241px;
}
div.modal_plus2 
{
	padding-right:151px;
	*left: 238px;
}
div.modal_plus3 
{
	padding-right:301px;
	*left: 233px;
	*top: 120px;
}


