.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-Header {
    background-color: #000;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    font-weight: bolder;
    height: 24px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#modal-LargeEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 750px;
    height: 490px;
    
    top: 45%;
    left: 50%;
    margin-left: -350px;
    margin-top: -225px;
    overflow: hidden;
    z-index: 12000;
    border-radius: 5px;
}

#modal-LargeEditor .modalContent {
    width: 740px;
    height: 410px;
    
    overflow: auto;
    padding: 5px;
    /*background-color:#cecece;*/
}
#modal-LargeEditor .modalContent .unorderedlist ul {

font-size: inherit;
}


#modal-LargeEditor .buttons {
    width: 750px;
    height: 45px;
    padding: 4px 10px;
    text-align: center;
}

#modal-LargeEditor .buttons input {
    padding: 4px;
    margin: 4px auto;
    cursor: pointer;
}

#modal-LargeEditor .advertisements {
    width: 750px;
    height: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#modal-LargeEditor .Session_Title {
		font-size:1.3em;
}

#modal-LargeEditor .clsPresentationTitle {
		font-size:1.2em;
		padding: 0 0 3px 0;
}


#modal-MediumEditor {
    display: none;
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 700px;
    /*
    height: 350px;
    */
    top: 50%;
    left: 40%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 10041;
    border-radius: 5px;
}

#modal-MediumEditor .modalContent {
    /*
    
    width: 690px;
    height: 280px;
    */
    overflow: auto;
    padding: 5px;
}

#modal-MediumEditor .buttons {
    /*
    width: 680px;
    height: 10px;
    */
    padding: 15px 5px;
    text-align: center;
}

#modal-SmallEditor {
    border: 1px #cccccc solid;
    position: fixed;
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 2000;
    border-radius: 5px;
}

#modal-SmallEditor .modalContent {
    width: 390px;
    height: 147px;
    overflow: auto;
}

#modal-SmallEditor .buttons {
    width: 390px;
    height: 30px;
    text-align: center;
}

#modal-SmallEditor .buttons input {
    padding: 0 4px;
    cursor: pointer;
}

.modalContent {
    background-color: #ffffff;
    font-family: Verdana;
		font-size: 1.1em;
}

.modalContent .clsSessionTime {
    font-size: 1.5em;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent .clsPresenter {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.6;
}

.modalContent p {
    font-size: 1.2em;
		line-height: 1.4;
}

.modal-Header {
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5;
}

.clsModalSpeakerTitle {
    margin: 0;
}