/* @override http://localhost:8081/mandarin/docroot/mandarin/css/fonts.css */

h1 {
	font: bold 553.8% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #c1c1c1;
	margin-bottom: 0.11111em;
	padding-bottom: 0.2083em;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

/* subpage header links back to section pages */
h1 a {
	color: #c1c1c1;
	text-decoration: none;
}

h2 {
	font: bold 346.1% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #c1c1c1;
	margin-bottom: 0.11111em;
	padding-bottom: 0.2083em;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

h3 {
	font: 138% Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #7f7f7f;
}

h3 strong {
	color: black;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font: 138% Georgia, "Times New Roman", Times, serif;
	color: #000;
    margin-bottom:0.76923em;*margin-bottom:0.75em;
}

h5 {
	font: 85% "Lucida Grande", Lucida, Verdana,  Arial, Clean, sans-serif;
	color: black;
	margin-top: 11px;
	padding: 0px;
	margin-bottom: 1px;
}


p {
    font: 85% "Lucida Grande", Lucida, Verdana,  Arial, Clean, sans-serif;
	margin-top: 0px;
	margin-bottom: 1.15385em;
}

#page {
      color: #7f7f7f;
}

a {
	text-decoration: none;
	color: inherit;
        *color: #7f7f7f; /* IE doesn't seem to support inherit for link colours. This is a compromise so we don't have to go through everything */
}

legend {
	color: #7f7f7f;
}

.article a {
    text-decoration:underline;
}

a:visited {
    color:inherit;
    *color:#7f7f7f; /* IE doesn't seem to support inherit for link colours. This is a compromise so we don't have to go through everything */
}

a:hover {
	color: #a40035;
}

/* standard numeric table style */

table.dataTable th {
	color: #33aae0;
	padding-bottom: 0.3em;
}

table.dataTable td {
	font: 85%/2em "Lucida Grande", Lucida, Verdana, Arial, Clean, sans-serif;
}

table.dataTable tr.odd {
	background-color: #f1f1f1;
}