/* Modify this to set styles for the whole page.  Specify attributes detailed in this class below ONLY to override. Both of these have to be here.  Change the font in both to get it to change across the page. */
blockquote, body, div, span, form, input, li, ol, p, select, td, textarea, tr, ul { font: 13px verdana, arial, helvetica, sans-serif }


h1 {
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-weight: bold;
	font-size: 36px;
}

h2 {
	font-family: Georgia,"Bitstream Vera Serif","Times New Roman",serif;
	font-weight: bold;
	font-size: 24px;
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.rollimg {
	 behavior : url(/inc/imageRollover.htc);
	 -moz-binding: url(/inc/bindings.xml#imageRollover.htc);
}
.rolla   {
	 behavior : url(/inc/showCaption.htc);
	 -moz-binding: url(/inc/bindings.xml#showCaption.htc);
}
.regularCursor {
	cursor : default;
}

a.nolink:focus, a.nolink:visited:focus, a.nolink:link, a.nolink:visited, a.nolink:link:hover, a.nolink:visited:hover, a.nolink:link:active, a.nolink:visited:active {color: #000000; text-decoration: none; cursor: default;} 

/* Black links (incl. visited) with white hover when link3s are inside the topbar div */
.topbar a.link3:link:focus, .topbar a.link3:visited:focus { color: white; text-decoration: underline; }
.topbar a.link3:link { color: #000000; text-decoration: underline; }
.topbar a.link3:visited { color: #000000; text-decoration: underline; }
.topbar a.link3:link:hover, .topbar a.link3:visited:hover { color: white; }
.topbar a.link3:link:active, .topbar a.link3:visited:active { color: white;}

.topbar .link3 { font: 11px verdana, arial, helvetica, sans-serif }
.topbar .nolink { font: 11px verdana, arial, helvetica, sans-serif }

/* Underline only when hover */
a.hoverUnderline:link:focus, a.hoverUnderline:visited:focus {
    text-decoration: underline;
}
a.hoverUnderline:link, a.hoverUnderline:visited {
    text-decoration: none;
}
a.hoverUnderline:link:hover, a.hoverUnderline:visited:hover, a.hoverUnderline:link:active, a.hoverUnderline:visited:active {
    text-decoration: underline;
}

.sidebar {margin: 5px;}

/* From:
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)

** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2

** Note that the nice attribute-based selectors don't work in IE6 and
** only work in IE7 if a DOCTYPE is specified (but it can be loose)
*/
#main a[target="_blank"], .sidebar a[target="_blank"], a.external {
    background: url(/NS/Asset/external.png) center right no-repeat;
    padding-right: 13px;
}

a[href ^="mailto:"], .link-mailto {
    background: url(/NS/Asset/mail_icon.gif) center right no-repeat;
    padding-right: 18px;
}
/* this can be used on a div in the main content 
   to switch off special external link styling */
.plainlinks a {
    background: none !important;
    padding: 0;
}