@charset "utf-8";
/* CSS Document */

.filterBox{
	height: 150px;
	background: #666666;
	padding: 5px;
}

.filterBox a{
	color: #FFFFFF;
}

.filterControlBox{
	text-align: right;
}

.filterControlBox a{
	background: #666666;
	color: #FFFFFF;
}

.filterBoxContainer{
	height: 200px;
	width: 500px;
	min-width: 500px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	background: none;
}


.dropdown{
	background: none;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.dropdown option{
	background: none;
	border: 0px;
}

.listTitle{
	font-size: 18px;
	position: relative;
}

.infoBox{
	display: none;
	position:absolute;
	font-size: 11px;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 0;
	left: 35px;
}

.date{

}

.label{
	font-size: 10px;
	color: #666;
	width: 200px;
}

.description{
	font-size: 11px;
	color:#FF0000;
}

.row{

}

.altRow{
	background: #FFFFCC;
}

.headerRow{
	background: #F9F9F9;
}

.headerRow .title{
	border-bottom: 2px solid #999999;
}

.addressBox{
	font-size: 11px;
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	position: absolute;
	display: none;
	top: 20px;
	left: 20px;
	max-width: 400px;
	overflow: hidden;
	text-align: left;
	height: 40px;
}

em{
	color: #CC0000;
}

.required{
	color: #CC0000;
}

.numbering{
	font-size: 11px;
	color: #990000;
}

.filterBoxContainer{ display: none; }

img{
	border: 0px;
}

.topMenuBarItem{
	font-weight: bold;
	margin-right: 5px;
}

.topMenuBar{

}