@charset "UTF-8";
/* CSS Document */

.module { overflow:hidden; }

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

.moduleTitle {
	background:transparent 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, 
.module.blue div.moduleContent 	{ 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;
}

div.singleVideo div.title,
div.mediaThumbs div.title,
div.mediaThumbsFlip div.title,
div.mediaTree div.title,
div.richText div.title,
div.mediaCrouselH div.title,
div.singleImage div.title,
div.mediaSpinner div.title,
div.mediaPopper div.title,
div.imgSlider div.title,
div.bannerSlider div.title,
div.captionSlider div.title,
div.singleMp3 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; }

