/* 
    Document   : events.css
    Created on : Apr 3, 2014, 2:09:20 PM
    Author     : gray.kales
    Description:
        Purpose of the stylesheet follows.
*/

#tdiModalBoxOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90000;
    background-color: #000;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#tdiModalBox {
        position: absolute;
        padding: 4px;
        border: solid 4px #000;
        position: fixed;
        background-color: #fff;
        z-index: 99999;
            /*margin: 0 auto 0 auto;*/
/*            top: 100px;
            left: 10%;*/
    /*width: 200px;*/
    /*height: 200px;*/
/*    margin: auto auto auto auto;
    padding: 4px;
    border: solid 4px #000;
    position: realtive;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999    */
}

@media only screen and (max-width: 782px) {
     #tdiModalBox {
        min-width: 400px;
        max-width: 700px;
        height: 500px;
        width: 100%;
        left: 0;
        top: 0;
    }
    
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1022px) {
    #tdiModalBox {
        min-width: 650px;
        max-width: 700px;
        min-height: 500px;
        height: 500px;
        width: 60%;
        left: 20%;
        top: 10%;
    }
}

@media only screen and (min-width: 782px) {
    #tdiModalBox {
        min-width: 650px;
        max-width: 700px;
        min-height: 500px;
        height: 500px;
        width: 80%;
        left: 10%;
        top: 10%;
    }
}


.modal-events-header {
    height: 60px;
    padding: 7px;
}

.modal-events-header .modalMonthSelect {
    float: right; 
    margin: 0px 20px 0px 0px;
}

.modal-events-header .modal-title {
    width: 600px;;
    font-size: 20px;
    font-weight: bold;
}
.modal-events-body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 429px;
    /*width: 550px;*/
    padding: 10px;
}

.modal-events-body h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 24px;
}

.modal-events-body .button,
.modal-events-body .button:link,
.modal-events-body .button:visited,
.modal-events-body .button:hover {
/*    border: 1px solid #164D82;
    border-top-color: #164D82;
    border-left-color: #164D82;
    background-color: #164D82;
    background-image: linear-gradient(to bottom, #164D82, #123E68);*/
    border: 1px solid #b2892d;
    border-top-color: #b2892d;
    border-left-color: #b2892d;
    background-color: #b2892d;
    background-image: linear-gradient(to bottom, #b2892d, #b2892d);
    font-size: 14px;
    margin: 0 15px 0 40px;
}

.modal-events-body .button:visited {
    
}

.modal-events-body .button:hover {
    
}

.modal-events-footer {
    
}

.edefault {
    
}

.edefault p {
    line-height: 12px;
}

.event-modal-thumbnail {
    width: 220px;
    margin: 4px;
    margin-left: 15px;
    float: left;
}

.event-modal-content {
    width: 270px; 
    float: left; 
    /*padding: 0 0 0 5px;*/
}

.event-modal-content-desc {
    /*height: 50px;*/ 
    /*overflow: hidden;*/
}


/* Modal Event Detail */

.modal-events-detail {
    font-size: 14px;
}

.med-title {
    font-size: 20px;
    margin: 0 0 10px 10px;
}

.med-image {
    
}

.med-content {
    
}

.med-content-left {
    width: 47%;
    float: left;
}

.med-content-right {
    width: 50%;
    float: right;
}

.modal-events-detail .button,
.modal-events-detail .button:link,
.modal-events-detail .button:visited,
.modal-events-detail .button:hover {
    border: 1px solid #164D82;
    border-top-color: #164D82;
    border-left-color: #164D82;
    background-color: #164D82;
    background-image: linear-gradient(to bottom, #164D82, #123E68);
    font-size: 14px;
    margin: 0 15px 0 0;
}

.event-calendar .button,
.event-calendar .button:link,
.event-calendar .button:visited,
.event-calendar .button:hover {
    border: 1px solid #b2892d;
    border-top-color: #b2892d;
    border-left-color: #b2892d;
    background-color: #b2892d;
    background-image: linear-gradient(to bottom, #b2892d, #b2892d);
    font-size: 14px;
    margin: 0 15px 0 0;
}

.clear {
    clear: both;
}

.med-content-right {
    border-left: solid 1px gray;
    padding-left: 10px;
}

.med-content p {
    margin: 10px 0px;
}