/*
 * SimpleModal Basic Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/delete.png) no-repeat; width:41px; height:45px; display:inline; z-index:3200; position:absolute; top:8px; right:-41px; cursor:pointer;}
*html #simplemodal-container a.modalCloseImg {background:none; right:-41px; width:41px; height:45px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/delete.png',sizingMethod='scale');}
#simplemodal-container h3 {color:#84b8d9;}
.btnChange{
    width:40px;
    height:65px;
    position:absolute;
    right:-40px;
    top:61px;
}
.btnChange a{
    display:block;
}
.btnChange a.ppt{
    background:url(../img/icon_ppt.png) no-repeat; width:40px; height:33px;
}
.btnChange_1 a.ppt{
    background:url(../img/icon_ppt_selected.png) no-repeat; width:40px; height:33px;
}
.btnChange a.video{
    background:url(../img/icon_video.png) no-repeat; width:40px; height:33px;
}
.btnChange_2 a.video{
    background:url(../img/icon_video_selected.png) no-repeat; width:40px; height:33px;
}
