#infobutton {
}

#hoverInfo {
    width: 200px;
    display: none;
    font-size: 7pt;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FEFEFE;
    border-color: #999999;
    padding: 10px;
    text-align: left;
    z-index: 99999999;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 3px 7px #888;
    border-radius: 5px;
}

.eventplan_title {
}

.eventplan_freePlacesColumn {
    font-size: 1.3em;
    text-align: center;
}

.dayColumn {
    width: 14%;
    margin: 0px;
    padding: 0px;
    color: #AAAAAA;
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f9f9f9 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f9f9f9 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f9f9f9 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f9f9f9 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(135deg, #f9f9f9 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    vertical-align: top;
}

.dayColumnSmall {
    width: 14%;
    margin: 0px;
    padding: 0px;
    color: #AAAAAA;
    text-align: left;
}

.todayColumn {
    vertical-align: top;
    width: 14%;
    margin: 0px;
    padding: 0px;
    color: #AAAAAA;
    background: #f5fff5; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5fff5 0%, #c9f9c9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f5fff5), color-stop(100%,#c9f9c9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f5fff5 0%,#c9f9c9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f5fff5 0%,#c9f9c9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f5fff5 0%,#c9f9c9 100%); /* IE10+ */
    background: linear-gradient(135deg, #f5fff5 0%,#c9f9c9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fff5', endColorstr='#c9f9c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.hourRow {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.dayTitle {
    background-color: #EEEEEE;
    color: #666;
    font-weight: bold;
    font-size: 0.9em;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
}

.sundayTitle {
    background-color: #FFEEEE;
    color: #EE0000;
    font-weight: bold;
    font-size: 0.9em;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
}

.hourRow {
    /*height:110px;*/
}

.weekTable {
    width: 100%;
    border-collapse: collapse;
}

.weekTitle {
    background: rgb(16,140,199); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(16,140,199,1) 0%, rgba(20,161,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,140,199,1)), color-stop(100%,rgba(20,161,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108cc7', endColorstr='#14a1e2',GradientType=0 ); /* IE6-9 */
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: bold;
}

.eventplan_table {
    width: 100%;
    background-color: #FAFAFA;
    margin: 0px;
    color: #000;
    height: 80px;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    margin: 2px;
    -webkit-transition: background 300ms ease-in-out;
    -moz-transition: background 300ms ease-in-out;
    -ms-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;

}

.eventplan_table_small {
    font-size: 7pt;
    border-bottom: 1px white solid;
    width: 100%;
    margin: 0px;
    color: #000;
    height: 20px;
    text-align: left;
    background-color: rgba(16,140,199,0.2);
    overflow: hidden;
}

.eventplan_table_small_active {
    font-size: 7pt;
    width: 100%;
    margin: 0px;
    height: 20px;
    border-bottom: 1px white solid;
    margin: 0px;
    text-align: left;
    background: rgb(16,140,199);
    color: #FFFFFF;
    overflow: hidden;
}

.eventplan_table_small_inactive {
    font-size: 7pt;
    width: 100%;
    margin: 0px;
    height: 20px;
    border-bottom: 1px white solid;
    margin: 0px;
    text-align: left;
    background: #EEEEEE;
    color: #999999;
    overflow: hidden;
}

.eventplan_table_small_locked {
    width: 100%;
    border-bottom: 1px white solid;
    background-color: #F8CCCC;
    margin: 2px;
    height: 20px;
    border-radius: 7px;
    border-style: solid;
    border-color: #FFBBBB;
    border-width: 1px;
    overflow: hidden;
}

.eventplan_table_locked {
    width: 100%;
    background-color: #F8CCCC;
    margin: 2px;
    height: 80px;
    border-radius: 7px;
    border-style: solid;
    border-color: #FFBBBB;
    border-width: 1px;
}



.eventplan_table:hover {
    background-color: #DDEEFF;
    cursor: pointer;
}


.eventplan_column {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(16,140,199,0.3);
    background: rgb(16,140,199); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(16,140,199,1) 0%, rgba(20,161,226,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(16,140,199,1)), color-stop(100%,rgba(20,161,226,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(16,140,199,1) 0%,rgba(20,161,226,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108cc7', endColorstr='#14a1e2',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    border-style: solid;
    border-width: 0px;
    text-align: center;
    vertical-align: top;
}

.eventplan_column_small {
    padding-left: 10px;
    text-align: left;
    font-size: 1.4em;
}

.eventplan_topRow {
    font-size: 0.7em;
    color: rgb(255,255,255);
    height: 35px;
}

.eventplan_row {
    text-align: center;
    font-size: 0.9em;
}


.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -110px;
    background-color: #fff;
    z-index: 99999;
    width: 260px;
    height: 220px;
    padding: 35px;
    text-align: left;
    border: 2px solid #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
    margin: 0px;
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

#modalBackground {
    width: 100%;
    display: none;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99995;
}
