﻿/* Web Time Table START */
.listItem {
	background-image: url('../Images/searchbackground.png');
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}

.highlightedListItem {
	padding-top: 2px;
	background-color: #CCCC99;
	padding-bottom: 2px;
}

.completionListElement {
	padding: 0px;
	margin: 0px !important;
	margin-left: -10px !important;
	list-style-type: none;
	border-left: 5px solid #85a41b;
	border-right: 5px solid #85a41b;
	font-family: Verdana;
	font-size: 11px;
	cursor: pointer;
	max-height: 800px;
	overflow: auto;
	border-bottom: 5px solid #85a41b;
}

.typeColumn {
	color: #666666;
	border-top: 1px solid #CCCC99;
	width: 151px;
	font-size: 9px;
	vertical-align: top;
	padding-top: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 1px;
}

.typeColumnRest {
	vertical-align: top;
	color: #666666;
	width: 151px;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 1px;
}

.resultColumn {
	border-top: 1px solid #CCCC99;
	min-width: 268px;
	overflow: hidden;
	padding-left: 5px;
}

.resultColumnRest {
	min-width: 268px;
	overflow: hidden;
	padding-left: 5px;
}

.PeriodPanel {
	background-image: url('../Images/ums-topframe.png');
	padding: 10px;
	border: 1px solid;
	margin: 5px;
	margin-top: 0px;
}

.SearchFooter {
	color: White;
	cursor: default;
	background-color: #85a41b;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
/* Web Time Table END */
