/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/

div.notch
{
	position:absolute;
	right:-3px;
	bottom:-3px;
	background: url(notch.gif) top left no-repeat;
	width:19px;
	height:19px;
	border:0;
	padding:0;
	margin:0;
	font-size:10%;
}

div.currenttopic
{
   background:url(question.gif) 5px 5px no-repeat;
}
/*
div.currenttopic p
{
   margin-top:0;
   margin-bottom:0;
   margin-left:65px;
   margin-right:0.5em;
   padding-top:5px;
   padding-bottom:1em;
   font-size:179%;
   font-family:"Gill Sans MT", sans-serif;
   text-align:left;
   text-transform:lowercase;
   color:#333;
   line-height:1.1;
}
*/