.section
{
	background-color: #333333;
	border-style: solid;
	border-color: #333333;
	border-width: thin;
	border-left-width: 10px;
	border-bottom-width: 5px;
	margin-bottom: 0px;
}

h2
{
	cursor: pointer;
}

h2:hover
{
	background-color: #444444;
}

.download
{
	margin-top: -5px;
	margin-left: 50px;
	margin-bottom: 8px;
	color: rgb(207, 207, 42);
	font-weight: bold;
}

.download a
{
	font-size: 12px;
	color: rgb(207, 207, 42);
	margin-right: 2px;
}

.group_description, .section_description, .item_description
{
	font-weight: normal;
}

.group_description
{
	margin-left: 8px;
	margin-top: 10px;
	width: 98%;
}

.section_description
{
	margin-left: 10px;
	/* Strangely, the following makes the shrinking and expanding
	   not work properly
	margin-top: 10px;
	*/
	margin-bottom: 15px;
}

.item_description
{
	margin-left: 20px;
	margin-top: 10px;
	border-left: solid;
	padding-left: 5px;
	width: 60%;
}

.download_column
{
	width: 80%;
}

/* Image previews */

.galleryImage
{
	padding: 10px;
	margin: 0px;
}

.galleryImage a:link,
.galleryImage a:visited,
.galleryImage a:active,
.galleryImage a:hover
{
	background: none;
}

.galleryImage img
{
	margin: 1px;
}

#TB_caption
{
	color : black;
}

.galleryImage img:hover
{
	border: solid;
	border-color: rgb(150, 150, 150);
	border-width: 1px;
	margin: 0px;
	opacity: .65;
	filter: alpha(opacity=25);
}
