/*

* @version $Id: mod_content_links.php  2006-11-05 12:30:00Z davidwhthomas $
* @package mod_content_links
* @author David Thomas davidwhthomas@gmail.com
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* css stylesheet for module Content Links (mod_content_links)
	
*/

.mod_content_links_block{
 width:100%;
 padding-left: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 border: 1px solid #CCCCCC;
 background: #ffffff; /*#AFFFC9;*/
}

.mod_content_links_ul{}

.mod_content_links_ol{}

.mod_content_links_title{
 font-weight: bold;
 font-size: 11px;
 color:#003399;
}

.mod_content_links_title a:link {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	}

.mod_content_links_title a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	}

.mod_content_links_title a:hover {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	}

