/*
* @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)
* version 1.3	
*/

/* style for list block */
.mod_content_links_block{
text-align: left;
}

/* style for bulleted list */
.mod_content_links_ul{
margin: 0;
line-height: 12px;
padding: 0 0 0 20px;
text-decoration: none;
color: #333;
font-weight: normal;
font-size: 10px;
}

/* style for numbered list */
.mod_content_links_ol{}

.mod_content_links_title {
text-decoration: none;
font-weight: normal;
font-size: 11px;
color: #84AD33;
text-align: left;
}


/* style for links */
.mod_content_links_title a:link {
text-decoration: none;
font-weight: normal;
color: #84AD33;
}

/* style for visited links */
.mod_content_links_title a:visited {
color: #84AD33
}

/* style for hovering over links */
.mod_content_links_title a:hover {
color: #84AD33;
text-decoration: underline;
font-weight:bold;
}

/*style for date*/
.mod_content_links_date{}

/*tooltip styles below*/

/*style for tooltip date*/
.mod_content_links_tooltip_date{ font-weight:bold;}

/*style for tooltip author*/
.mod_content_links_tooltip_author{ font-style: italic;}

/*style for tooltip introtext*/
.mod_content_links_tooltip_introtext{font-size: 10px;}

/* end tooltip styles */