/**
 * @version	$Id: image_of_the_day.css
 * @package	Module
 * @subpackage image_of_the_day
 * @copyright Copyright (C) 2011 JJTC. All rights reserved.
 * @license	GNU General Public License version 2.
 */

div.image-of-the-day a img {
	border-style: none;
	border-collapse: collapse;
	border-color: transparent;
	border: 0px;
	outline: medium none;
	text-decoration: none;
}

div.image-of-the-day a:link, a:visited, a:hover, a:active, a:focus {
	background: none;
}

/* Optional Styling
a#image-of-the-day-popup-n-link {
	text-decoration: underline;
}

a#image-of-the-day_popup {
	text-decoration: underline;
}

a#image-of-the-day-link {
	text-decoration:underline
}

div.image-of-the-day a {
   border: 1px solid #ffffff;
}
*/
