@import url("/css/1.23/image.css");

/* Generic Module Style */

.module 		{ overflow:hidden; }
.moduleNW 		{ margin:0; }
.moduleW 		{ margin:0 5px; overflow:hidden; position:relative; }
.moduleSW 		{ clear:both; }
.moduleS 		{ margin-left:11px; }   
.moduleTitle 	{ margin:0; padding:0; position:relative; }

/* Module Content */
.moduleContent {
  background-color:white;
  overflow:hidden;
  padding:5px;
  zoom:1;
  position:relative;
}

div.module div.title {
	font-size:15pt;
	color:#000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left:10px;
	margin-bottom:10px;
}
div.moduleText p { margin:0 0 5px 0; }

.modNoText {
	height:100px;
	line-height:100px;
	text-align: center;
	font-weight: bold;
	color:gray;
}

.flvPlayer { border: 0; }

.modTextOn { background-color: #F1F1F1; }
.treeList { margin:2px 0 5px 10px; overflow-x:hidden; }

div.richText .moduleContent a { color:blue; }