/* HTML Editor specific styles used within the web pages /////////////////////////////////////////////////*/
a.StdLink{
	text-decoration: none;
	font-weight:normal;
	color: #009900;
}
a.StdLink:hover{
	color: #00CC00;
}
a.ModuleLink {
	 background-image: url(IMAGES/BtnModuleLink.gif);
	 background-repeat:no-repeat;
	 font-size:16px;
	 text-decoration:none;
	 color: #CDD7EC;
	 display: block;
	 height:35px;
	 width:250px;
	 text-indent:20px;	
	 margin-left:3px;
	 margin-top:3px;
	 padding-top:15px;
}
a.ModuleLink:hover {	
	background-position:0px -50px;
	color: #FFFFFF;
}
a.PlugInLink {
	 background-image: url(IMAGES/BtnPlugInLink.gif);
	 background-repeat:no-repeat;
	 font-size:16px;
	 text-decoration:none;
	 color: #CDD7EC;
	 display: block;
	 height:33px;
	 width:250px;
	 text-indent:20px;	
	 margin-left:3px;
	 margin-top:3px;
	 padding-top:17px;
}
a.ModuleLink:hover {	
	background-position:0px -50px;
	color: #FFFFFF;
}


/* Web Page Contents wrapping divs ////////////////////////////////////////////*/
#MainSearchText {
	Display:none;
}
span.MainTextHtml {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color: #666666;
	text-align:left;
	padding:5px;
	width:auto;
}
/* Listings Manager Plug-in Modules wrapping divs //////////////////////////////*/
#ListingsModuleViewAll {
	float:none;
	width:auto;
	padding:5px;
}
#ListingsModuleMiniViewAll {
	float:none;
	width:auto;
	text-align: center;
	padding:5px;
}



