.side-by-side {
	width:482px;
	margin:0.5em 1em 0.5em 1em;
}
.side-by-side dt, dl.side-by-side dd { 
	margin: 0.5em 0 0 0;
	float:left;  
}
.side-by-side dt {  
	width:20%; 
	clear:both; 
	font-weight:bold; 
}
dl.side-by-side dd {  
	width:80%; 
}

.alert-pane, .map-pane {
border-top: 1px #ccc solid;
margin-top: 5px;
padding-top: 5px;
width:100%;
clear:both;
}

.map-container .error {
margin-left:1em;
}

.alert-pane table {
margin-left:0.5em;
}

.busy {
background-image:url(/admissions/images/calendar.gif);
background-position: bottom right;
background-repeat:no-repeat;
}

#current-cal {
float:left; 
width:30%;
}

.calendar table {
width:100%;
border-color: #600;
border-style: solid;
border-width: 1px 1px 0 0;
}

.calendar td, .calendar th {
border-color: #600;
border-style: solid;
border-width: 0 0 1px 1px;
text-align:center;
}

#dayevents {
margin-left:10px;
width:325px;
border:1px #CCC solid;
padding:5px;
float:left; 
}

#dayevents b {
font-size:14px;
}

#dayevents ul{
margin:0.5em;
}

#search-cal {
clear:both;
padding-top:10px;
text-align:left;
font-size:11px;
}

#sliddiv {
}

.box {
border:1px #CCC solid;
width:100%;
font-size:13px;
color:#333;
margin-bottom:1em;
overflow:auto; 
}

.box a {
color:#DBA100;
}

.box th, .box th * {
text-align:left;
}

#graphic {
height:30px;
border-top:1px #CCC solid;
margin-bottom:0px;
background-image:url(/admissions/images/event_graphic.gif);
background-repeat:repeat-x;
margin-top:-25px;
}

.event-title {
	color:#666;
}

.open-buttons {
	float:right;
	margin-top:-70px;
	margin-right:20px;
	padding-bottom:1em;
}

.open-alert-pane, .open-map-pane  {
	cursor:pointer;
}

#loading {
display:inline;
font-weight:bold;
color:#f00;
}

.error {
display:inline;
font-weight:bold; 
color:#f00;
}

.success p {
text-align:center;
}
.close-x {
	margin-top:-1.5em;
	float:right;
	cursor:pointer;
}

