table.schedule {
    width: 100%;
    border: 1px solid #c8d0d6;
    margin-bottom: 10px;
    font-size: 10pt;
    font-family: tahoma, arial, sans-serif;
    border-collapse: collapse;
    background-color: #ffffff;
}
table.schedule th {
    color: #ffffff;
    background-color: #4b6478;
    font-weight: normal;
    text-align: left;
    border: 1px solid #c8d0d6;
}
table.schedule td {
    border-bottom: 1px solid #c8d0d6;
}
table.schedule th, table.schedule td {
    padding: 10px;
}
table.schedule td.date {
    color: #000000;
    background-color: #f3f5f6;
    font-weight: bold;
}
table.schedule a {
    color: #0a094c;
}
table.schedule img {
    padding: 0px;
}
table.schedule td.showcase textarea, table.schedule td.showcase input[type="text"] {
    background-color: #f8f8eb;
    border: 1px solid #e4e4d1;
    width: 100%;
    font-family: Verdana, Tahoma, Arial;
    font-size: 1em;
}
table.schedule td.showcase div.showcase_text {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 0.9em;
    color: #3c5467;
}
div.schedule_xml {
    padding: 10px 0px;
}

.event_wrapper {
	position: fixed;
	left: 50%;
    top: 0%;
    z-index: 100;
}
.event_box {
    height: 500px;
    width: 600px;
	position: absolute;
	left: -300px;
    top: 10px;
    display: none;
    background-color: #f8f8f8;
    z-index: 100;
	border: 6px solid #484848;
}
.event_boxclose {
    background: url("../../../../images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    width: 26px;
    left: 590px;
    position: absolute;
    top: -16px;
}


.wrapper.wr {
    width: 460px !important;
	position: fixed !important;
	left: 50% !important;
    top:18%;
    z-index: 100 !important;
}
.box {
    
    width: 410px;
	position: absolute;
	left: -205px;
    display: none;
    background-color: #f8f8f8;
    padding: 4px;
    top: 4px;
    z-index: 100;
	border: 2px solid #444444;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.overlay {
    display: none;
    background: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 50;
	opacity: 0;
}
a.boxclose {
    background: url("../../../../images/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    width: 26px;
    left: 17px;
    position: relative;
    top: -11px;
}
.instr {
    display: block;
    padding: 10px 0px 30px 0px;
    margin: 0 auto;
    text-align: center;
}
.text_instr {
    padding: 8px;
}
.alert {
    color: red;
}