h3.section, p.section, .vertical_slide, div.marginbottom {
	padding:5px 0px 5px 0px;
}
h3.section {
	background:url(../images/arrow.jpg) no-repeat top left;
	height:20px;
	padding-left:20px;
	font-size:120%;	
}
h3.section:hover {
	background-position:0 -32px;
}
div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	padding-bottom:5px;
	text-indent:-5000em;
}
.image-column {
	width:100px;
}
/*.text-column {
	width:800px;
}*/
.Task_image-column {
	width:160px;
}
.Task_text-column {
	width:530px;
	margin-left:160px;
}
.vertical_slide a {
	border:0;
}
.contentpanel {
	background:#CCC;
	border:#999 1px solid;
	overflow:hidden;
	margin-bottom:5px;
	padding:1px;
	width:500px;
}
.linkitem_txt {
	width:425px;
	padding-left:75px;
	padding-bottom:40px;
}
.module {
	margin-top:10px;
}
.slide-item {
	padding:5px;
	border-top:#333 dotted 1px;
	border-bottom:#333 dotted 1px;
	background:#FFF;
	color:#000;
}
.togglebutton {
	width:900px;
	height:30px;
}
.togglebutton a {
	width:900px;
	height:30px;
	display:block;
	background:#FFF url(../images/dropdown.jpg) left no-repeat;
}
.togglebutton a:hover {
	border-bottom:2px solid #47a8be;
}