body
{
	background: #ffffff;
	margin: 0px;
	width: 960px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}

h1, h2, h3, h4, h5, h6
{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12pt;
}

h5, p
{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	line-height: 14pt;
}

p
{
	margin: 5px 10px 15px 10px;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	background: #ffff00;
}

img
{
	border: 0px;
}

body.holding
{
	text-align: center;
	margin: 200px auto 200px auto;
}

ul
{
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

ul li
{
	position: relative;
	text-align: right;
	display: block;
}

ul li a
{
	position: relative;
	line-height: 17.5px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 10px 5px 10px;
}

ul li .pending
{
	position: relative;
	line-height: 17.5px;
	text-decoration: none;
	color: #999999;
	display: block;
	padding: 5px 10px 5px 10px;
}

ul li a:hover
{
	background: #ffff00;
}

ul li.current
{
	background: #eeeeee;
}

a span.count
{
	position: relative;
	font-size: 8pt;
	top: -4pt;
	padding-right: 2px;
	color: #aaaaaa;
}

h1 span.count
{
	top: -5pt;
}

.col4 .head h1 span.count
{
	top: -9pt;
}

/** header styles **/

#head
{
	z-index: 1000;
	position: fixed;
	width: 960px;
	top: 0px;
}

/** head container styles **/

.head, .head2
{
	position: relative;
	display: block;
	width: 240px;
	height: 55px;
	margin: 0px;
	background: #efefef;
	border-bottom: 1px solid #ffffff;
}

.head2
{
	height: 33px;
}

.head h1, .head2 h1,
.head h2, .head2 h2,
.head h3, .head2 h3,
.head h4, .head2 h4
{
	position: absolute;
	text-align: right;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	width: 220px;
	font-weight: solid;
}

.head2 h2
{
	padding: 5px 10px 5px 10px;
}

a.head
{
	display: block;
	position: relative;
	padding: 0px;
}

a.head div.head
{
	position: absolute;
	background: none;
	width: 220px;
	right: 0px;
	bottom: 0px;
	height: auto;
	padding: 10px;
}

/** form styles **/

form
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	position: relative;
	display: block;
}

form fieldset
{
	border:0px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: block;
	clear: both;
}

form label
{
	position: relative;
	display: block;
	float: left;
	width: 219px;
	text-align: right;
	font-size: 10pt;
	padding: 11px 10px 11px 10px;
}

form input.text, form textarea
{
	border: 1px solid #cccccc;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	float: left;
	margin: 0px;
	width: 458px;
	padding: 10px;
}

form .buttons
{
	text-align: right;
}

/** primary navigation styles **/

.navigation .drop
{
	display: block;
	width: 239px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-width: 0px 1px 1px 0px;
}

.navigation .head
{
	display: block;
	width: 239px;
	background: #ffffff;
}

.navigation .drop:hover
{
	height: auto;
	overflow: visible;
}

.navigation .how
{
	position: absolute;
	left: 240px;
}

.navigation .where
{
	position: absolute;
	left: 480px;
}

.navigation .why
{
	position: absolute;
	left: 720px;
}

.navigation .drop ul
{
	display: none;
	width: 239px;
}

.navigation .drop:hover ul
{
	display: block
}

.navigation .drop ul li a
{
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 10px 5px 10px;
}

.navigation .drop ul li a:hover
{
	background: #ffff00;
}


.header .head
{
	background: #cccccc;
	color: #ffffff;
}

.header .head:hover
{
	background: #ffff00;
	color: #000000;
}

.header a.head h1
{
	color: #ffffff;
}

.header a.head:hover h1
{
	color: #000000;
}

/** items lists **/

ul.entries li a,
ul.entries li .pending
{
	font-size: 9pt;
	line-height: 15px;
	padding: 3px 10px 2px 10px;
}

/** full map styles **/

#map .contents .head
{
	height: 32px;
}

#map .contents .head h1
{
	font-size: 14px;
}

#paper.fullmap
{
	width: 959px;
	height: 559px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#paper.map
{

}

.mapkey
{
	font-size: 10px;
	color: #a6a6a6;
}

.mapkey ul,
.body .mapkey ul
{
	display: block;
	width: 238px;
	float: left;
}

.col4 .mapkey
{
	width: 959px;
	border-right: 1px solid #cccccc;
}

.col4 .mapkey ul
{
	width: 478px;
	float: left;
}

.mapkey ul li,
.body .mapkey ul li
{
	text-align: left;
	display: block;
	width: 239px;
	float: left;
	height: 19px;
}

.mapkey span.icon
{
	padding-left: 17px;
	line-height: 20px;
	height: 20px;
	background-image: url('/img/map-button-icons.gif');
	background-repeat: no-repeat;
}

.mapkey span.concept
{
	background-position: -1px -59px;
}
.mapkey span.event
{
	background-position: -1px -21px;
}
.mapkey span.project
{
	background-position: -1px -40px;
}
.mapkey span.organisation
{
	background-position: -1px -3px;
}

.mapkey span.show
{
	background-position: -1px -96px;
}
.mapkey span.hide
{
	background-position: -1px -79px;
}
.mapkey span.lock
{
	background-position: -1px -151px;
}
.mapkey span.unlock
{
	background-position: -1px -170px;
}

.mapkey span.remove
{
	background-position: -1px -114px;
}
.mapkey span.information
{
	background-position: -1px -133px;
}


/** contents styles **/

.contents
{
	position: relative;
	padding-top: 56px;
	width: 960px;
	min-height: 500px;
}

.col1
{
	position: relative;
	width: 240px;
	float: left;
}

.col1 ul a.head
{
	position: relative;
	border-top: 1px solid #ffffff;
}

.col2
{
	position: relative;
	width: 480px;
	float: left;
}


.col3
{
	position: relative;
	width: 720px;
	float: left;
}

.col3 .head, .col4 .head
{
	position: relative;
	height: 55px;
	background: #ffff00;
	border-left: 1px solid #ffffff;
	width: 719px;
}



.col3 .head a:hover,
.col4 .head a:hover
{
	text-decoration: underline;
}

.col3 ul, .col4 ul
{
	border: 1px solid #ffffff;
	border-width: 0px 0px 1px 1px;
}

.col4 .head
{
	border-left: 1px solid #ffff00;
}

.col3 .head .container, .col4 .head .container
{
	position: absolute;
	left: 10px;
	text-align: left;
	bottom: 10px;
}

.col3 .head .container
{
	width: 700px;
}

.col4 .head .container
{
	width: 940px;
}

.col3 .head .container div.right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.col3 .head .container div.right h4
{
	text-align: right;
}

.col3 .categories
{
	height: 25px;
}

.col3 .how,
.col3 .where,
.col3 .why
{
	position: relative;
	display: block;
	background: #999999;
	clear: right;
	width: 239px;
	float: left;
	height: 24px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.col3 .how
{
	position: absolute;
	left: 0px;
}

.col3 .where
{
	position: absolute;
	left: 240px;
}

.col3 .why
{
	position: absolute;
	left: 480px;
}


.col3 .how h3,
.col3 .where h3,
.col3 .why h3
{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10pt;
	text-align: right;
	color: #ffff00;
}

.col3 .how h3 a,
.col3 .where h3 a,
.col3 .why h3 a
{
	color: #ffff00;
}

.col3 .how h3 a:hover,
.col3 .where h3 a:hover,
.col3 .why h3 a:hover
{
	color: #ffff00;
}

.col3 .how
{
	width: 238px;
	border-left: 1px solid #ffffff;
}

.col3 .why
{
	width: 240px;
	border-right: 0px
}

.col3 .head h1
{
	text-align: left;
	clear: left;
	position: relative;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
}

.col3 .head h4
{
	text-align: left;
	width: 700px;
	margin: 0px;
	padding: 0px;
	position: relative;
	font-size: 9pt;
	line-height: 9pt;
	color: #777777;
}

.col4
{
	position: relative;
	width: 960px;
}

.col4 .head
{
	width: 959px;
}

.col4 .head h1
{
	text-align: left;
	clear: left;
	position: relative;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 16pt;
}

.col3 #paper.map
{
	width: 720px;
	height: 360px;
}

.col2 #paper.map
{
	width: 480px;
	height: 240px;
}

.col3 .mapkey,
.col2 .mapkey
{
	border-bottom: 1px solid #cccccc;
}


.col3 .mapkey .classes
{
	width: 240px;
}
.col3 .mapkey .classes li
{
	width: 120px;
}

.col3 .mapkey .functions
{
	width: 478px;
}
.col3 .mapkey .functions li
{
	width: 239px;
}


.col2 .mapkey .classes
{
	width: 160px;
}
.col2 .mapkey .classes li
{
	width: 80px;
}

.col2 .mapkey .functions
{
	width: 309px;
}
.col2 .mapkey .functions li
{
	width: 154px;
}



blockquote
{
	margin: 10px;
	height: 35px;
	line-height: 46px;
}

dl, dd, dt
{
	margin: 0px;
}

dl dd
{
	font-size: 20px;
}


#contact .col1
{
	text-align: right;
}

.body .head
{
	height: 37px;
	background: #ffff00;
	width: 720px;
}

.body ul
{
	width: 720px;
}

.body .head h3
{
	text-align: left;
	width: 400px;
	left: 0px;
	font-size: 12pt;
}

.col2 .head
{
	width: 478px;
}

.col2 ul
{
	border-left: 0px;
	width: 478px;
}

.col2 .head h3
{
	width: 460px;
}

.body .abstract
{
	font-size: 11pt;
}

.col2 h3
{
	width: 460px;
}

.col2 ul li,
.col3 ul li
{
	text-align: left;
}

.col2 ul
{
	padding: 0px 1px 1px 1px;
}

/** image container **/

.image
{
	position: relative;
	text-align: right;
	overflow: hidden;
	display: block;
	float: left;
}

.image h5
{
	text-align: right;
	background: #ffff00;
	padding: 4px;
	font-size: 8pt;
	line-height: 10pt;
}

.image:hover h5
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/** image overlay **/

.overlay
{
	position: fixed;
	top: 55px;
	width: 960px;
	height: 100%;
	background: #eeeeee;
}

.overlay a.imagecontainer
{
	position: relative;
	display: block;
	max-height: 92%;
	width: auto;
	background: #eeeeee;
}

.overlay a.imagecontainer:hover
{
	background: #eeeeee;
}

.overlay .processing
{
	position: absolute;
	overflow: visible;
	display: block;
	top: 50%;
	right: 25%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 0;
}

.overlay .master
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	height: 100%;
}

.overlay .head
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: auto;
	background: #ffff00;
	min-height: 24px;
	min-width: 240px;
	z-index: 2;
	border: 0px;
}


.overlay .closebutton
{
	display: block;
	position: absolute;
	top: 2px;
	right: 5px;
	background: #ffff00;
}

.overlay .head h2
{
	width: auto;
	position: relative;
	padding-right: 20px;
	font-size: 9pt;
}


/** search styles **/

.Search form input
{
	float: left;
}

.Search h1 .term
{
	font-weight: bold;
}

.Search form input.text
{
	width: 150px;
	padding: 2px;
	margin: 0px 10px 0px 12px;
}

.result .head
{
	background: #efefef;
}

.result p .match
{
	font-weight: bold;
}

.result p.details
{
	text-align: right;
}

.result .imagecrop
{
	display: block;
	position: relative;
	width: 240px;
	max-height: 180px;
	overflow: hidden;
}

.result .head h3
{
	padding: 0px 0px 10px 0px;
}

.result .head .container
{
	bottom: 4px;
}

/** footer styles **/

.footer
{
	background: #ffffff;
	border-top: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer ul li
{
	width: 239px;
	float: left;
}

.footer ul
{
	width: 959px;
	height: 27px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.footer p.pagetop
{
	float: left;
	width: 460px;
	font-size: 8pt;
	color: #cccccc;
}

.footer p.designcredit
{
	width: 460px;
	float: left;
	font-size: 8pt;
	text-align: right;
	color: #cccccc;
}

.footer .designcredit a
{
	text-decoration: none;
	color: #999999;
}

/** contact styles **/

.message {
	padding-left: 239px;
}

.message.error {
	color: #900;
}

form input.error,
form textarea.error {
	border-color: #900;
}

.clear
{
	clear: both;
}
