body {
	margin-left: 20px;
	margin-right: 20px;
}

td {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}

.spaces {
	font-family: tahoma;
	font-size: 1px;
	color: #333333;
}

.grey11 {
	font-family: tahoma;
	font-size: 11px;
	color: #818181;
}
.menu_on {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	background-color: #badd2b;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
.content {
	line-height:17px;
}
h1 {
	font-family: tahoma;
	font-size: 24px;
	color: #badd2b;
	margin-bottom:10px;
}
a:link {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
a:visited {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
a:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
a:active {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
}
a.menu:link {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
a.menu:visited {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
a.menu:hover {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
a.menu:active {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
}
img {
	border:0px;
}

ul li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 10px;
	margin-top: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul.normal {
	margin: auto;
	margin-left: 40px;
	padding: auto;
}

ul.normal li {
	list-style-type: disc;
	padding-left: 10px;
	margin-top: 10px;
}

li.ppt {
	background-image: url(images/bullet_ppt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

li.pdf {
	background-image: url(images/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

li.doc {
	background-image: url(images/bullet_doc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

li.xls {
	background-image: url(images/bullet_xls.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

li.zip {
	background-image: url(images/bullet_zip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

li.gif {
	background-image: url(images/bullet_gif.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 21px;
	margin-top: 10px;
	line-height: 16px;
}

h2 {
	font-family: tahoma;
	font-size: 16px;
	color: #badd2b;
	margin: 0;
}

.data {
	margin:auto;
	border-spacing: 10px;
	border-collapse: separate;
}
.listing {
	border-collapse: collapse;
}


.markedelement {
	background-color : #ffcccc;
}

.normalelement {
	background-color : #dddddd;
}

#boxQuery {
	position: absolute;
	right: 20px;
	font-size: 11px;
	border: 1px solid #aaaaaa;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 400px;
	display: block;
}

#boxQuery legend {
	font-size: 11px;
	font-weight: bold;
}


.recordContents {
	font-size: 11px;
}

.thumbnail {
	width: 154px;
	height: 96px;
	border: 1px solid #aaaaaa;
	background-color: #dadada;
}

.thumbnail_big {
	height: 250px;
	border: 1px solid #aaaaaa;
	background-color: #dadada;
}

.browseBox {
	width: 250px;
	border: 1px solid #aaaaaa;
	margin-bottom: 15px;
}

.browseBox th {
	text-align: center;
	padding: 4px;
	border-bottom: 1px solid #aaaaaa;
	font-weight: bold;
}

.browseBox tbody {
	background-color: white;
}

.browseBox td {
	padding: 2px;
}

.browseBox .browseItem {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
}
