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

.module { overflow:hidden; }

.moduleNW 	{ 
	background:transparent url(/images/themes/admin/top_left.gif) no-repeat; 
	height:30px; 
}
.moduleW 	{ 
	border-left:1px solid #b6b6b6;
	border-right:1px solid #b6b6b6;
	margin:0 5px;
    overflow:hidden;
    position:relative;
}
.moduleSW 	{ 
	background:white url(/images/themes/admin/bottom_left.gif) no-repeat; 
	height:15px; 
	clear:both;
}
.moduleS {
	background:white url(/images/themes/admin/bottom_right.gif) repeat-x right top;
	height:15px;
	margin-left:11px;
}   

.moduleTitle {
	background: white url(/images/themes/admin/top_right.gif) repeat-x right top;
	color:#777;
	height:26px;
	line-height:26px;
	margin:0 0 0 15px;
	padding:5px 0 0 0 ;
	position:relative;
	overflow-x:hidden;
}

.moduleTitle span {
	display:block;
	padding: 0;
	margin-left:20px;
}

/* Module:: Blue Skin */
.module.blue div.moduleNW 		{ background-image:url(/images/themes/admin/top_left_sel.gif); 	}
.module.blue div.moduleSW 		{ background-image:url(/images/themes/admin/bottom_left_sel.gif); }
.module.blue div.moduleTitle 	{ background-image:url(/images/themes/admin/top_right_sel.gif); color:#0085E6; }
.module.blue div.moduleS 		{ background-image:url(/images/themes/admin/bottom_right_sel.gif); }
.module.blue div.moduleW        { border-color:#7cc0f1; }

/* Module:: Clear Skin */
.module.clear div.moduleNW,
.module.clear div.moduleSW,
.module.clear div.moduleTitle,
.module.clear div.moduleS,
.module.clear div.moduleW, 
.module.clear div.moduleContent 	{ border:0; background-image:none; }


/* 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;
}

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

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

