body {
	font: 12px verdana;
	background: #ffffff;
	margin: 0;
	padding: 10px;
}

/* Remove blocks when printing */
@media print {
 .dontPrint {display:none;}
}


hr.subsection {
	color: #000;
	background-color: #000;
	height: 3px;
}


a.menu {
	color: #DD0000;
	font-size: 16px;
	font-family: arial,helvetica,verdana;
	text-decoration: none;
}

font.bold {
	color: #790D0D;
	font-weight: bold;
}

font.subsection {
	color: #000088;
	font-weight: bold;
}

p.title {
        color: #000088;
        font-size: 36px;
        font-weight: bold;
        text-align: center;
}


td.attend {
	background-color: #cc9999;
	vertical-align: top;
	font-size:14px;
	padding: 7px;
}


td.sched {
	background-color: #EFEFEF;
	vertical-align: top;
	font-size:14px;
	text-align: left;
	padding: 7px;
}



ul.hotel {
	margin-top: 4px;
	margin-bottom: 20px;
	list-style: none;
}


ul.hotel li { margin-left: -25px; }



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: -40px auto;
    padding: 0;
    border: 1px solid #888;
    width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-150px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-150px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #000088;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #000088;
    color: white;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #000088));
	background:-moz-linear-gradient(top, #007dc1 5%, #000088 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #000088 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #000088 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #000088 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #000088 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#000088',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000088), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #000088 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #000088 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #000088 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #000088 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #000088 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000088', endColorstr='#007dc1',GradientType=0);
	background-color:#000088;
}
.myButton:active {
	position:relative;
	top:1px;
}