/*---------------------------- body ----------------------------*/

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: #C6D6E6 url("/img/global/header_tile.gif") left top repeat-x;
	color: #424242;
}

body, input, textarea, select {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

#header {
	width: 770px;
	height: 102px;
	position: relative;
}
.spacer {
	border-bottom: 3px solid #fff;
}

#flash {
	background-color: #C6D6E6;
}

#flash * {
	display: block;
}

#flash p {
	margin: 1em;
}

#content {
	background: #fff url("/img/global/content_tile.gif") left top repeat-y;
}

#sidecolumn {
	width: 160px;
	float: left;
}

#user {
	text-align: right;
}

#news {
	padding: 15px 10px;
}

#maincolumn {
	margin-left: 163px;
	border-top: 3px solid #C6D6E3;
	padding: 20px 0 0 20px;
	height: 0px;
}

html>body #maincolumn {
	height: auto;
}

#container {
	width: 580px;
	background-color: #fff;
}

#maincolumn, #sidecolumn {
	min-height: 215px;
}

#footer {
	background-color: #75BFDB;
	height: 25px;
	clear: both;
	margin: 0;
	padding: 0;
	border-top: 3px solid #fff;
}

#fcontainer {
	width: 780px;
}

/*---------------------------- headings ----------------------------*/

ul#menu {
	background-color: #75BFDB;
	height: 23px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0;
	margin: 0 0 0 1px;
	list-style-type: none;
}

ul#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border-right: 3px solid #fff;
}

ul#menu li.last {
	border-right: none;
}

ul#menu li a {
	font: bold 0.8em "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	display: block;
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	height: 11px;
	padding: 6px 11px;
	background-color: #75BFDB;
}

ul#menu li a:hover {
	background-color: #5BA4C0;
}

ul#menu li a:active {
	background-color: #369;
}

ul#menu li a.on {
	background-color: #369 !important;
	color: #A8D9EC !important;
}

#subnav {
	border-top: 3px solid #C6D6E3;
	background-color: #fff;
}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #75BFDB;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#subnav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#subnav ul li a {
	font: bold 0.8em "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 10px;
	border-bottom: 3px solid #fff;
}

#subnav ul li a:visited {
	font: bold 0.8em "Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 11px;
	border-bottom: 3px solid #fff;
}

#subnav ul li a:hover {
	background-color: #5BA4C0;
}

#subnav ul li a:active {
	background-color: #369;
}

#subnav ul li a.last {
	border-bottom: 0 !important;
}

#subnav ul li a.on {
	background-color: #369 !important;
	color: #A8D9EC !important;
}

/*---------------------------- headings ----------------------------*/

h1 {
	color: #000;
	font-size: 1.2em;
	margin: 0 0 1.4em 0;
	padding: 0;
}

h1#home {
	color: #424242;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}

h2 {
	color: #000;
	font-size: 1.1em;
	margin: 0 0 1.4em 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
	color: #369;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	padding: 4px;
	color: #369;
	background-color: #C6D6E6;
}

/*---------------------------- paragraphs ----------------------------*/

p, dl {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 1.4em 0;
	padding: 0;
}

p.address {
	margin-bottom: 0;
	padding: 15px 10px;
	color: #000;
	font-size: 1em;
}

p#eurohedge {
	padding: 0 10px 15px 10px;
}

p#eurohedge a {
	font-weight: bold;
	padding-left: 24px;
	display: block;
	background: transparent url("/img/global/page_white_acrobat.png") 0 0.4em no-repeat;
}

p.document {
	padding-left: 24px;
	display: block;
	background: transparent url("/img/global/page_white_acrobat.png") 0 0.1em no-repeat;
}

p.document a {
	font-weight: bold;
}

p.address strong {
	color: #369;
	font-weight: bold;
}

dl dt {
	float: left;
	width: 7em;
}

#fcontainer p {
	color: #fff;
	font-size: 1em;
	padding: 5px 0px 0px 10px;
	margin: 0;
}

#fcontainer p.disclaimer {
	color: #fff;
	font-size: 1em;
	padding: 5px 10px 0 0;
	float: right;
}

p.resultmsg, .required {
	font-weight: bold;
	color: #c00;
}

p.note {
	color: #888;
	font-size: 1em;
}

span.footnote {
	color: #5BA4C0;
	font-size: 0.9em;
	font-weight: bold;
}

/*---------------------------- bullet lists ----------------------------*/

li {
	font-size: 1.1em;
	padding-bottom: 1em;
}

td li {
	font-size: 1em;
	padding-bottom: 1em;
}

ul li ul li {
	font-size: 1em;
}

ul.tight li {
	padding: 0;
}

ul.about {
	margin-left: 15px;
	padding-left: 0;
}

/*---------------------------- links ----------------------------*/

a:link, a:visited {
	color: #369;
	text-decoration: underline;
}

a:hover {
	color: #369;
	text-decoration: none;
}

a:active {
	color: #369;
	text-decoration: none;
}

a#forgotten {
	float: right;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

#fcontainer a {
	text-decoration: underline;
	color: #fff;
}

/*---------------------------- forms ----------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

form#loginFrm, #user {
	float: right;
	margin-top: -58px;
	width: 230px;
}

form#loginFrm {
	text-align: right;
}

form#loginFrm label {
	color: #369;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	width: 9em;
	display: block;
	margin-top: 2px;
	float: left;
}

form#loginFrm input.t {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	width: 133px;
	font-size: 1.1em;
	margin-bottom: 5px;
}

input#submitBtn {
	width: 51px;
	height: 14px;
	margin-top: 5px;
	margin-right: 50px;
}

input.b, input.d {
	font-size: 1em;
	cursor: pointer;
}

input.b {
	font-weight: bold;
	color: #fff;
	background-color: #369;
	border: none;
	margin-top: 10px;
	padding: 3px;
	text-transform: uppercase;
}

input.b:hover {
	font-weight: bold;
	color: #fff;
	background-color: #75BFDB;
	border: none;
	margin-top: 10px;
	padding: 3px;
	text-transform: uppercase;
}

input.d {
	font-weight: bold;
	color: #369;
	background-color: #fff;
	border: 1px solid #C6D6E3;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	text-transform: uppercase;
}

input.d:hover {
	font-weight: bold;
	color: #fff;
	background-color: #369;
	border: 1px solid #C6D6E3;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	text-transform: uppercase;
}

input.t {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	width: 250px;
	font-size: 1em;
}

input.c {
	vertical-align: -5px;
}

select, textarea {
	border: 1px solid #cdcdcd;
	background-color: #fff;
	font-size: 1.1em;
}

td select {
	font-size: 1em;
}

form#fundList label {
	font-size: 1.1em;
}

div#fundListWrapper {
	margin: 0 0 1.5em 0;
	padding: 1em;
	background-color: #e9eff4;
}

/*---------------------------- tables ----------------------------*/

td {
	font-size: 1.1em;
}

.tablescroll {
	width: 545px;
	overflow: scroll;
}

table#frm td {
	padding-bottom: 5px;
	color: #222222;
	font-weight: normal;
	font-size: 11px;
	font-family: verdana, geneva, arial, sans-serif;
}

table.performance {
	width: 100%;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 11px;
	color: #222;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

table.performance td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	height: 21px;
	font-size: 11px;
}

table.performance .heading {
	background-color: #666;
	padding: 2px 0px;
	font-size: 10px;
	color: #fff;
}

table.performance .subheading td {
	font-weight: bold;
	padding: 0px 2px;
}

table.performance .rowheading {
	text-align: left;
	padding: 0px 5px;
}

table.performance .rowheading2 {
	text-align: right;
	padding: 0px 5px;
	background-color: #E0E0E0;
	font-weight: bold;
}

table.performance .year {
	background-color: #fff;
}

table.performance .highlight {
	background-color: #E0E0E0;
}

table.snapshot {
	width: 100%;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 11px;
	color: #222;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #ddd;
}

table.snapshot td {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 21px;
	font-size: 11px;
}

table.snapshot .heading {
	background-color: #666;
	padding: 2px 0px;
	color: #fff;
	text-align: center;
}

/*---------------------------- misc elements ----------------------------*/

hr.white {
	color: #fff;
	background-color: #fff;
	width: 100%;
	height: 3px;
	border: none;
	margin: 0;
	padding: 0;
	clear: left;
}

hr.thin {
	color: #CBCCCC;
	background-color: #CBCCCC;
	width: 100%;
	height: 1px;
	border: none;
	margin: 1em 0;
}

#divScroll {
	border: 1px solid #ccc;
	margin: 0;
	padding: 15px;
	overflow: auto;
	width: 520px;
	height: 200px;
	background-color: #fff;
}

#divScroll li {
	padding-bottom: 10px;
}

.dots {
	background: transparent url("/img/global/dots_tile.gif") left 5px repeat-x;
	height: 20px;
	font-size: 1px;
}

/*---------------------------- images ----------------------------*/

a img {
	border: 0;
}

img.logo {
	width: 109px;
	height: 53px;
	margin: 20px 0 0 20px;
}

img.eurohedge {
	float: left;
	width: 63px;
	height: 92px;
	margin-right: 30px;
}

img.award {
	width: 102px;
	height: 148px;
	border: 1px solid #fff;
	margin-top: 10px;
}

img.pdf {
	width: 16px;
	height: 16px;
	vertical-align: -5px;
	margin-top: 5px;
	margin-right: 3px;
}

img.dots {
	width: 550px;
	height: 1px;
	margin: 0.5em 0 2em 0;
}

/*---------------------------- awards ----------------------------*/

div#awards {
	cursor: pointer;
}

div#tickercontainer { /* the outer div */
	width: 580px;
	height: 90px;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
}

div#mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 580px;
	height: 90px;
	overflow: hidden !important;
}

ul#ticker {
	display: none;
}

ul.newsticker { /* that's your list */
	position: relative;
	margin: 0;
	padding: 0;
	height: 90px;
	left: 580px;
}

ul.newsticker table {
	border: none;
	width: 12800px;
}

ul.newsticker table tr {
	vertical-align: top;
}

ul.newsticker td {
	height: 90px;
	background: transparent url("/img/awards/sep.gif") right 0 no-repeat;
	padding-left: 15px;
}

ul.newsticker td img {
	float: left;
	margin-right: 15px;
	border: 0;
}

ul.newsticker td div.caption {
	float: left;
}

ul.newsticker td p, ul.newsticker td h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

ul.newsticker td.last {
	background: none;
}

div.c { /* to clear a float */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

table#awards {
	width: 100%;
}

table#awards th {
	padding: 4px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	background-color: #C6D6E6;
}

table#awards td {
	padding: 4px;
	border-bottom: 1px solid #ddd;
}

table#awards td.h1 {
	font-weight: bold;
	color: #336699;
	width: 70px;
}

table#awards td.fund {
	font-weight: bold;
}

table#nav {
	width: 100%;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table#nav th {
	padding: 4px;
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	border-bottom: 1px solid #ddd;
	text-align: right;
/*	background-color: #C6D6E6;*/
}

table#nav td {
	padding: 2px 4px;
	border-bottom: 1px solid #ddd;
	text-align: right;
	white-space: nowrap;
}

table#nav td.l {
	text-align: left;
}

table#nav tr.dealingdate td {
	background-color: #ddd;
}

/*---------------------------- contact ----------------------------*/

div.contact {
	background: transparent url("/img/contact/map.png") 0 2em no-repeat;
}

div#map {
	width: 100%;
	height: 29em;
	position: relative;
}

div#map a, div#map a:visited {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	text-decoration: none;
}

div#map a#london {
	top: 73px;
	left: 263px;
}

div#map a#newyork {
	top: 101px;
	left: 144px;
}

div#map a#bermuda {
	top: 111px;
	left: 159px;
}

div#map a#zurich {
	top: 83px;
	left: 278px;
}

img#mapSmall {
	float: right;
	margin-top: -45px;
}

div#contactDetails {
	float: left;
	width: 17em;
}

div#googleMap {
	float: right;
	width: 400px;
	height: 300px;
	border: 1px solid #ddd;
}

div#googleMap iframe {
	width: 400px;
	height: 300px;
}
