@media screen, print {
html {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #333333;
}

div {
	padding:0px;
	margin:0px;
}

#header {
	/*border:1px solid red;*/
}

#footer { text-align:right; font-size:0.9em; }

#header .topheader { height:13px; padding:2px; border-bottom:1px solid #33CCFF; text-align:right; }
#header .banner { display:block; width:100%; height:157px; background-image:url("img/banner_v5.jpg"); background-repeat:no-repeat; }
#header .bottomheader { padding-top:0; padding-left:5px; height:20px; background:#33CCFF url("img/azure-bar.png") repeat-x; line-height:20px; }

/* <a> in header elements: */
#header, 
#header a { color:#ffffff; font-size:10px; }
#header a { display:inline-block; height:20px; padding:0 0.5em; }
#header .topheader, 
#header .topheader a { color:#333333; text-decoration:none; }
#header .bottomheader a { color:#ffffff; text-decoration:none; }
#header .topheader a:hover { color:#cc0033; }
#header .bottomheader a:hover { background:#ffffff url("img/azure-bar-darker.png") repeat-x; }


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	margin:0px;
	color:#003333;
	padding:4px;
	text-align:center;
	background-color:#eeeeee;
	border-bottom:1px solid #dedede;
}

h2 {
	font-size:18px;
	font-weight:normal;
	text-align:center;
	background-color:#eeeeee;
	border-bottom:1px solid #dedede;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
	color:#003333;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size:14px;
	font-weight:normal;
}

ul {
	list-style:square;
}

a img {
	border:none;
}

a, a:visited {
	color:#990000;
}

a#totop {
	display:block;
	float:right;
	width:16px;
	height:16px;
	font-size:10px;
	text-decoration:none;
	background-image:url("img/arrow-up.gif");
	background-repeat:no-repeat;
}
a#printpage {
	display:block;
	float:right;
	width:16px;
	height:16px;
	font-size:10px;
	text-decoration:none;
	background-image:url("img/printer.gif");
	background-repeat:no-repeat;
}
a#login {
	display:block;
	float:right;
	width:16px;
	height:16px;
	font-size:10px;
	text-decoration:none;
	background-image:url("img/key.gif");
	background-repeat:no-repeat;
}

#content a, 
#content a:visited {
	color:#990000;
}

a:hover, 
#content a:hover {
	color:#cc0033;
	text-decoration:none;
}

.byline { 
	font-size:80%; 
	color:#CCCCCC; 
	padding-left:1em; 
	margin:0.5em 0; 
}

.centered {
	text-align:center;
}

.illustration {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	display:block;
}

.content-header .heading {
	font-size:16px;
	font-weight:normal;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}

.content-body,
.news {
	padding:1em 20px;
	text-align:left;
	background-color:#ffffff;
}

.content-body .heading, 
.content-body .sub-heading {
	text-align:center;
	background-color:#EAF3E0;
	background-color:#eeeeee;
	border-bottom:1px solid #dedede;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:10px;
	margin-top:5px;
}

.content-body .heading {
	font-size:18px;
	color:#990000;
}

.content-body .sub-heading {
	color:#333333;
	font-size:14px;
}

.paragraph .text {
	padding:0.5em 0em;
}

.paragraph p {
	margin-top:0px;
}


/*****************  SECTION: IMAGES ******************/

.highslide-caption {  }

.illustration { /* Image container class */
	display:block;
	float:right;
	clear:right;
	margin:0 auto 1em auto;
	text-align:left;
	border:1px solid #dedede;
	overflow:auto;
	/*font-size:0px;*/ /* Fixes a layout problem in IE */
	/*width:200px;*/
}

.imagetext { /* Container class for text under images (including the image credit container) */
	display:block;
	font-size:0.8em;
	background-color:#eeeeee;
	padding:0.25em 0.5em;
}

.illustration a { background:#eeeeee; }

.paragraph .text .illustration { /* Ivorypage images inside paragraph texts */
	/*margin-left:1em;*/
}

.imagesource,
.imagecredit {
	display:block; 
	padding-top:0.1em;
	text-align:right;
	color:#777777;
	font-size:0.9em;
}

.paragraph .illustration.poster img {
	max-width:100%; /* not working properly in FF3 */
	max-width:675px;
}

.paragraph .illustration.poster {	
	float:none; /* overrides float:right */
	text-align:left;
	font-size:12px;
	border:none;
	margin:0px auto;
	border:1px solid #dedede;
}

.paragraph .illustration.poster .imagetext {	
	margin:0;
}

/********************************************************************/
/*
.news-teaser-split {
	clear: both; 
	height:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC; 
	width:100%;
}
*/
.h-line {
	clear: both; 
	height:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC; 
	width:100%;
}

.paragraph {
	clear:both;
}

.paragraph img {
	margin-left:auto;
	margin-right:auto;
}










/*****************************/
/*    site styles for news
/*****************************/
.news .ingress { font-weight:bold; }
.news-list .news { padding:0; }
.news-list .news h3 { font-size:1em; font-weight:normal; text-align:left; }
.news-list .news .timestamp { text-align:left; }
.news-images .illustration { border:none; } /* Image lists in news bulletins */
.news-text .illustration { width:302px; } /* Main image for news bulletins */
.news-list { padding:1em 20px; }









/*****************************/
/*         galleries
/*****************************/

.descriptor {
	display:block;
	overflow:auto;
	clear:both;
	float:none;
	padding:4px;
}

.descriptor h4 {
	padding:0px;
	margin:0px;
}

/* Gallery list */
.descriptor img {
	float:left;
	padding:2px 4px 4px 4px;
	margin-right:4px;
}

/* Thumbnails (links to larger images) */
.gallery .gallerythumb a.thumbnail {
	border:none;
	border:1px solid #eeeeee;
	text-decoration:none;
	display:table-cell;
	vertical-align:middle;
	width:140px;
	height:144px;
	position:relative;
	/*border:1px solid red;*/
}

/* Hovering over thumbnails */
.gallery .gallerythumb a.thumbnail:hover {
	border:none;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-decoration:none;
	display:table-cell;
}

/* Thumbnail wrapper */
div.thumbnail {
	display:table;		/* important because of vertical alignment */
	float:left;
	width:142px;
	height:142px;
	position:relative;
	/*overflow:visible;*/
}

/* Text links below the thumbnails */
.gallery-copyright-link {
	height:25px;
	width:100%;
	text-align:center; 
	position:relative;
}

/* Wrapper for thumbnail and text link */
.gallerythumb {
	display:block;
	float:left;
	clear:none;
	margin:0px 1px;
	margin-bottom:20px;
	width:144px;
	height:160px;
	text-align:center; /* needed for thumbs to be horizontally centered in FF */
	position:relative;
}

.gallerythumb img {
	margin:0px;
	padding:0px;
	border:1px solid #eeeeee;
	top:0px;
	position:relative;
}

.gallerythumb a.thumbnail, .gallerythumb a.thumbnail:visited {
	/* needs a border, or border:none to work properly */
	border:1px solid #eeeeee; 
}

.gallerythumb a img {
}

.gallerythumb a:hover img {
}

#ZoomCaption { /* FancyZoom captions */
	padding-top:4px;
}


/********************** END OF GALLERIES ***************************/
}

@media print {
html, 
body,
#outerwrap,
#wrap,
#vmid,
#content-wrap { margin:0; padding:0; background:#ffffff; }
#header,
#leftside,
#footer { display:none; }
#outerwrap { width:100%; }
#wrap { width:100%; border:none; }
#vmid { width:100%; }
#content-wrap { width:100%; padding:0; }
#content { margin:0; padding:0; top:0; }
.illustration { overflow:hidden; }
}

