body, html
{
	background-color: #1B1464;
	color: white;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1em;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

/*\*/
html*ul, html*div, html*dl, html*h1, html*h2, html*h3
{
	/* Safari hack */
	font-family: Lucida Grande, sans-serif;
	font-size: .95em;
}/**/

a, a:link, a:visited
{
	cursor: hand !important;
	color: white;
}
a:hover
{
	color: #FAA61A !important;
}

abbr
{
	cursor: help;
	background-color: #2B2484;
	border-bottom: none;
}

em
{
	font-family: Palatino Linotype, Times New Roman, serif;
	font-size: 110%;
}

#Intro em
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

/* Intro */
#Intro #Content
{
	font-size: 80%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	overflow: auto;
	text-align: justify;
	padding: 50px;
	height: 80%;
}
#Intro #Legation
{
	text-align: center;
	font-size: 80%;
	clear: both;
}
#Intro #Legation img
{
	border: 1px solid white;
	margin: 0 auto;
	margin-right: 10px;
	float: left;
}
#Intro #Legation p
{
	text-align: left;
	margin: 10px;
	padding: 0;
}
#Intro #Legation p.title
{
	font-weight: bold;
}
body.part1, body.part2
{
	cursor: pointer;
}
#Intro #Flash
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
body.part1 #Flash object
{
	width: 405px;
	height: 330px;
}
body.part2 #Flash object
{
	width: 550px;
	height: 200px;
}
/* Intro end */

/* Title */
h1#Title
{
	height: 0px;
	padding-top: 50px;
	background: transparent url(Images/Title.gif) no-repeat scroll top center;
	overflow: hidden;
}
/* Title end */

/* Action link lists */
#TopLeftActions, #TopRightActions, #BottomActions, #LeftActions
{
	cursor: default;
	text-align: center;

	opacity: 0.80;
	-moz-opacity: 0.80;

	list-style: none;
	font-size: 80%;

	margin: 0;
	padding: 0;
}

/*\*/
html*#TopLeftActions
{
	/* Safari hack */
	font-size: 75%;
}/**/

#LeftActions
{
	position: absolute;
	left: 0;
	top: 80px;
	background: transparent url(Images/action_bottom_right.gif) no-repeat scroll top right;
	padding-top: 10px;	
}

#LeftActions div.outer
{
	background: transparent url(Images/action_top_right.gif) no-repeat scroll bottom right;
	padding-bottom: 10px;
}

#LeftActions div.inner
{
	background: transparent url(Images/action_left_bg.gif) repeat-y scroll top right;
}

#ThumbnailPreview
{
	display: none;
	position: absolute;
	top: 300px;
	left: 70px;

	opacity: 0.70;
	-moz-opacity: 0.70;
}

#LeftActions ul
{
	margin: 0;
	width: 50px;
	padding: 0;
	list-style: none;
}
#LeftActions ul li
{
	width: 50px;
	margin: 0;
	padding: 0;
}
#LeftActions ul li a
{
	display: block;
	padding: 5px 0;
	width: 35px;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

#LeftActions ul li.last a
{
	border-bottom: none;
}
#LeftActions ul li.current
{
	font-weight: bold;
}
#LeftActions ul li.current a
{
	color: #FAA61A;
}

#TopRightActions a, #TopLeftActions a, #BottomActions a
{
	text-decoration: none;
	color: white;
}
#TopLeftActions li, #TopRightActions li
{
	display: inline;
	padding: 10px;
	margin: 0;
}

#AboutExpanded a
{
	padding-right: 5px;
}
#TopLeftActions
{
	display: none;

	background: transparent url(Images/action_top_right.gif) no-repeat scroll top right;
	width: 130px;
	position: absolute;
	top: 0;
	left: 0;

	text-align: left;

	height: 39px;
	line-height: 39px;
}
#Intro #TopLeftActions
{
	display: block;
}

#TopLeftActions.WithZoom
{
	width: 210px;
}

#TopLeftActions li
{
	display: inline;
	padding: 12px 12px 10px 12px;
}
#TopLeftActions #GoBack, #TopLeftActions #GoForward
{
	width: 37px;
	height: 32px;
	color: black;
	font-weight: bold;
	font-size: 110%;
	cursor: pointer;
}
#TopLeftActions #GoBack
{
	background: transparent url(Images/back.gif) no-repeat scroll center right;
}
#TopLeftActions #GoForward
{
	background: transparent url(Images/forward.gif) no-repeat scroll center left;
}
#TopLeftActions #GoBack.disabled
{
	background: transparent url(Images/back_disabled.gif) no-repeat scroll center right;
}
#TopLeftActions #GoForward.disabled
{
	background: transparent url(Images/forward_disabled.gif) no-repeat scroll center left;
}

#TopLeftActions #ZoomIn
{
	background: transparent url(Images/zoom_in.gif) no-repeat scroll center right;
}
#TopLeftActions #ZoomIn.disabled
{
	background: transparent url(Images/zoom_in_disabled.gif) no-repeat scroll center right;
}
#TopLeftActions #ZoomOut
{
	background: transparent url(Images/zoom_out.gif) no-repeat scroll center left;
}
#TopLeftActions #ZoomOut.disabled
{
	background: transparent url(Images/zoom_out_disabled.gif) no-repeat scroll center left;
}

#TopLeftActions .disabled, #TopLeftActions .disabled a
{
	cursor: default !important;
}

#TopLeftActions #About
{
	cursor: pointer;
	text-align: center;
	padding-left: 15px;
}

#TopLeftActions #AboutExpanded
{
	display: none;
	border-right: 1px solid gray;
}

#TopRightActions
{
	display: none;
	background: transparent url(Images/action_top_left.gif) no-repeat scroll top left;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;

	height: 39px;
	line-height: 39px;

	clear: both;
}
#BottomActions ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 39px;
}
#BottomActions
{
	height: 41px;
	width: 470px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -235px;
	text-align: center;
	background: transparent url(Images/action_bottom.gif) no-repeat scroll bottom center;
}
#BottomActions li
{
	line-height: 39px;
	display: inline;
	text-align: center;
	padding: 0 2em;
	border-right: 1px solid #716C9F;
}
#BottomActions li.last
{
	border-right: none;
}
/* Action link lists end */

/* Common things */
h1, h2
{
	text-align: center;
}
h1
{
	margin-top: 20px;
	font-weight: normal;
	font-size: 100%;
}
h2
{
	font-size: 100%;
}
/* Common things end */

/* Map */
#Map
{
	width: 796px;
	height: 484px;
	background: #1B1464 url(Images/Map.gif) no-repeat scroll top left;
	margin: 0px auto;
	margin-top: -10px;
	font-size: 90%;
}
#Map ul
{
	background: transparent url(Images/popup_bg_bottom.gif) no-repeat scroll bottom left;
	display: none;
	list-style: none;
	width: 200px;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	float: left;
	position: relative;
	z-index: 10;

	opacity: 0.95;
	-moz-opacity: 0.95;
}
#Map ul li
{
	background: transparent url(Images/popup_bg.gif) repeat-y scroll top left;
	font-size: 90%;
}
#Map ul li a
{
	color: black;
	display: block;
	width: 190px;
	padding: 3px 5px;
	text-decoration: none;
}
#Map ul li.title
{
	padding: 5px;
	background: transparent url(Images/popup_bg_top2.gif) no-repeat scroll top left;
	color: black;
	font-weight: bold;
	font-size: 80%;
}
#Map div
{
	width: 0px;
	height: 0px;
}
#Map > div:hover > ul, #Map div#Europe div:hover ul
{
	display: block;
}
#Map div ul.hover
{
	display: block;
}
#Map a.dot
{
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	z-index: 4;
}
#USA a.dot
{
	top: 210px;
	left: 197px;
}
#USA ul
{
	top: 120px;
	left: 5px;
}
#Canada a.dot
{
	top: 119px;
	left: 114px;
}
#Canada ul
{
	top: 110px;
	left: 10px;
}
#Germany a.dot
{
	top: 160px;
	left: 393px;
}
#Germany2 a.dot
{
	top: 267px;
	left: 362px;
}
#Germany ul
{
	top: 145px;
	left: 400px;
}
#Germany2 ul
{
	top: 260px;
	left: 372px;
}
#France a.dot
{
	top: 177px;
	left: 365px;
}
#France2 a.dot
{
	top: 306px;
	left: 300px;
}
#France ul
{
	top: 170px;
	left: 290px;
}
#France2 ul
{
	top: 300px;
	left: 115px;
}
#Brazil a.dot
{
	top: 333px;
	left: 282px;
}
#Brazil ul
{
	top: 327px;
	left: 205px;
}
#Argentina a.dot
{
	top: 395px;
	left: 225px;
}
#Argentina ul
{
	top: 337px;
	left: 235px;
}
#Swiss a.dot
{
	top: 170px;
	left: 400px;
}
#Swiss2 a.dot
{
	top: 312px;
	left: 352px;
}
#Swiss ul
{
	top: 165px;
	left: 405px;
}
#Swiss2 ul
{
	top: 305px;
	left: 350px;
}
#Norway a.dot
{
	top: 118px;
	left: 385px;
}
#Norway2 a.dot
{
	top: 175px;
	left: 357px;
}
#Norway ul
{
	top: 108px;
	left: 200px;
}
#Norway2 ul
{
	top: 160px;
	left: 165px;
}
#Netherlands a.dot
{
	top: 160px;
	left: 376px;
}
#Netherlands2 a.dot
{
	top: 252px;
	left: 340px;
}
#Netherlands ul
{
	top: 150px;
	left: 190px;
}
#Netherlands2 ul
{
	top: 243px;
	left: 160px;
}
#UK a.dot
{
	top: 150px;
	left: 360px;
}
#UK2 a.dot
{
	top: 255px;
	left: 295px;
}
#UK ul
{
	top: 140px;
	left: 173px;
}
#UK2 ul
{
	top: 140px;
	left: 103px;
}
#Australia a.dot
{
	top: 368px;
	left: 623px;
}
#Australia ul
{
	top: 250px;
	left: 434px;
}
#Belgium a.dot
{
	top: 170px;
	left: 384px;
}
#Belgium2 a.dot
{
	top: 272px;
	left: 331px;
}
#Belgium ul
{
	top: 160px;
	left: 195px;
}
#Belgium2 ul
{
	top: 260px;
	left: 150px;
}
#Sweden a.dot
{
	top: 130px;
	left: 403px;
}
#Sweden2 a.dot
{
	top: 193px;
	left: 387px;
}
#Sweden ul
{
	top: 122px;
	left: 400px;	
}
#Sweden2 ul
{
	top: 190px;
	left: 385px;
}
#Italy a.dot
{
	top: 194px;
	left: 397px;
}
#Italy2 a.dot
{
	top: 355px;
	left: 386px;
}
#Italy ul
{
	top: 190px;
	left: 390px;
}
#Italy2 ul
{
	top: 350px;
	left: 390px;
}
#Denmark a.dot
{
	top: 142px;
	left: 385px;
}
#Denmark2 a.dot
{
	top: 220px;
	left: 360px;
}
#Denmark ul
{
	top: 132px;
	left: 198px
}
#Denmark2 ul
{
	top: 210px;
	left: 180px;
}
#Spain a.dot
{
	top: 197px;
	left: 357px;
}
#Spain2 a.dot
{
	top: 375px;
	left: 248px;
}
#Spain ul
{
	top: 190px;
	left: 178px;
}
#Spain2 ul
{
	top: 345px;
	left: 260px;
}
#Lux a.dot
{
	top: 150px;
	left: 397px;
}
#Lux2 a.dot
{
	top: 285px;
	left: 340px;
}
#Lux ul
{
	top: 190px;
	left: 178px;
}
#Lux2 ul
{
	top: 280px;
	left: 240px;
}

#Europe #Mask
{
	display: none;
	width: 100px;
	height: 150px;
	z-index: 30;
	background: transparent none no-repeat scroll top left;
}

#Europe .mask_hover
{
	background-image: url(Images/Map-Europe-mask_hover.gif) !important;
	cursor: pointer;
}
.EuropeShown .mask_hover
{
	border: none !important;
	cursor: default !important;
}

#Map #Europe #EuropeMap
{
	cursor: auto;
	z-index: 35;
	visibility: hidden;
	position: absolute;
	background: transparent url(Images/Map-Europe2.gif) no-repeat scroll top center;
	width: 328px;
	height: 396px;
	margin-left: 60px;

	-moz-border-radius: 10px;

	opacity: 0.95;
	-moz-opacity: 0.95;
}

#Germany2 a.dot, #Spain2 a.dot, #Denmark2 a.dot, #Italy2 a.dot, #Belgium2 a.dot, #France2 a.dot, #UK2 a.dot, #Swiss2 a.dot,
	#Sweden2 a.dot, #Norway2 a.dot, #Netherlands2 a.dot, #Lux2 a.dot
{
	z-index: 40;
}
#Germany2 ul, #Spain2 ul, #Denmark2 ul, #Italy2 ul, #Belgium2 ul, #France2 ul, #UK2 ul, #Swiss2 ul, #Sweden2 ul,
	#Norway2 ul, #Netherlands2 ul, #Lux2 ul
{
	z-index: 41;
}
/* Map end */

/* Alphabetic list */
#Alphabetic #Column1, #Alphabetic #Column2
{
	font-size: 90%;
	width: 260px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	position: absolute;
	top: 70px;
	left: 50%;
}
#Alphabetic #Column1
{
	margin-left: -250px;
}
#Alphabetic #Column2
{
	margin-left: 20px;
}
#Alphabetic #Column1 a, #Alphabetic #Column2 a
{
	color: #9C92B6;
	text-decoration: none;
}
#Alphabetic #Column1 a:visited, #Alphabetic #Column2 a:visited, a:visited span.lifespan
{
	color: #75699A;
}
a span.lifespan
{
	font-size: 85%;
	color: #48397A;
}
/* Alphabetic list end */

/* List by states */
#States #Columns
{
	width: 100%;
	height: 79%;
	position: absolute;
	overflow: auto;
}
#States #Column1, #States #Column3, #States #Column2
{
	font-size: 90%;
	position: absolute;
	left: 50%;
	width: auto;
}
#States #Column1 ul, #States #Column2 ul, #States #Column3 ul
{
	font-size: 90%;
	width: 250px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#States #Column1
{
	margin-left: -370px;
}
#States #Column2
{
	margin-left: -125px;
}
#States #Column3
{
	margin-left: 125px;
}
#States #Column1 a, #States #Column2 a, #States #Column3 a
{
	color: #9C92B6;
	text-decoration: none;
}
a span.lifespan
{
	font-size: 85%;
	color: #75699A;
}
#States #Column1 a:visited, #States #Column2 a:visited, #States #Column3 a:visited, a:visited span.lifespan
{
	color: #75699A;
}
a:hover span.lifespan
{
	color: #FAA61A;
}
#States .title
{
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	margin-top: 15px;
}
/* List by states end */

/* Person data */
#Person
{
	text-align: center;
}
#Person h1, #Person p
{
	font-size: 80%;
}
#Person h1
{
	text-transform: none;
	font-size: 110%;
}
#Person p
{
	width: 550px;
	margin: auto;
}
#Person img#Photo
{
	margin-top: 5%;
}
#Biography
{
	margin: 0 auto;
	margin-top: 10%;
	height: 75%;
	width: 570px;
	overflow: auto;
}
#Biography h1, #Biography p
{
	text-align: justify;
	margin: 0;
}
#Biography p#lifespan
{
	margin-bottom: 15px;
	font-size: 80%;
}
#DocContainer
{
	height: 100%;
}
#Documents
{
	list-style: none;
	text-align: left;
	height: 75%;
	overflow: auto;
	width: 550px;
	margin: 0px auto;
	margin-top: 30px;
	font-size: 75%;
	padding-right: 5px;
}
#Person #DocDescription
{
	width: 85%;
	padding-top: 5px;
}
#Documents img
{
	margin: 0 auto 5px auto;
}
#Documents div.thumbnail
{
	text-align: center;
	float: left;
	width: 200px;
}
#Documents div.thumbnail img
{
	border: none;
}
#Documents li
{
	padding-top: 5px;
	clear: both;
}
#Documents a
{
	display: block;
	padding-top: 25px;
	color: white;
	text-decoration: none;
}
#Documents a:hover
{
	color: #FAA61A;
}
	/* Single document */
#Document
{
	padding: 0;
	margin: 0 auto;
	margin-top: 30px;
	height: 70%;
	width: 100%;
	overflow: auto;
	background: transparent url(Images/loading.gif) no-repeat fixed 50% 20%;
}
	/* Single document end */
/* Person data end */

#Opener div
{
	text-align: center;
	padding-top: 200px;
	font-size: 80%;
}

/* Abbreviation box */
.abbr
{
	width: 200px;
	background: transparent url(Images/popup_bg_bottom.gif) no-repeat scroll bottom left;
	padding-bottom: 10px;
	position: absolute;
	text-align: left;
	color: black;
	padding-top: 0;

	opacity: 0.9;
	-moz-opacity: 0.9;
}
.abbr h3
{
	margin: 0;
	font-size: 70%;
	background: transparent url(Images/popup_bg_top.gif) no-repeat scroll top left;
	width: 190px;
	padding: 5px 5px 0 10px;
}
.abbr p
{
	width: 185px !important;
	background: transparent url(Images/popup_bg.gif) repeat-y scroll top left;
	padding: 5px;
	padding-left: 10px;
	font-size: 70% !important;
}
.abbr p a
{
	color: #1B1464;
	text-decoration: underline;
}
#Back
{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: black;
	width: 100%;
	height: 100%;

	opacity: 0.4;
	-moz-opacity: 0.4;
	cursor: pointer;
}

/* Abbreviations */
#Abbreviations h2
{
	font-size: 90%;
}
#Abbreviations #List
{
	text-align: left;
	font-size: 80%;
	width: 500px;
	height: 70%;
	overflow: auto;
	margin: 0 auto;
	padding: 10px;
}
#Abbreviations #List dt
{
	margin-top: 10px;
}
/* Abbreviations end */

/* Sources */
#Sources h2
{
	font-size: 90%;
}
#Sources h3
{
	font-size: 80%;
	text-align: center;
}
#Sources #List
{
	list-style: none;
	font-size: 80%;
	width: 500px;
	height: 60%;
	overflow: auto;
	margin: 0 auto;
	padding: 10px;
}
#Sources #List li
{
	margin: 5px 0;
}
/* Sources end */

/* About page */
#AboutPage #Container
{
	list-style: none;
	font-size: 80%;
	width: 500px;
	height: 70%;
	overflow: auto;
	margin: 0 auto;
	padding: 0 10px;
}
#AboutPage p.Copyright
{
	font-size: 90%;
}
/* About page end */
