/* Start of CMSMS style sheet 'Module: Bookmarks' */
/* BOOKMARKS MODULE STYLES */

.cms-module-bookmarks-header {
	background: transparent;
	font-family: calibri, "Trebuchet MS", verdana, arial, sans-serif;
	color: #9dafdb; 
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 0 0 0.2em 0;
	font-variant: small-caps;
	text-transform: lowercase;
}

.cms-module-bookmarks-list {
	list-style: none !important;
	margin: 0px;
	padding: 3px;
}

.bookmark-link {
	color: #56361a !important;
	background-color: transparent;
	background-image: url(images/external.gif);
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	text-decoration: underline;
}

.bookmark-link a:visited {
	color: #000 !important;
	text-decoration: none;
}

.bookmark-link a:hover {
	color: #2d4377;
	text-decoration: none;
}

cms-module-bookmarks-summary {
	padding: 2px 5px 5px 0px !important;
	margin: 0px 0px 0px -10px !important;	
}


/* End of 'Module: Bookmarks' */

