/* TACP website stylesheet */
/* (c) StudioBlue Limited, 2000 */

/* Tier 3 specific */
/* Standard text items */
body {
	background-image: url("images/grid.gif");
}

table {
	z-index: 3;
}

td {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: white;
}


h1 {
	position: relative;
	font-size: 24pt;
	color: #4BA08B;
	letter-spacing: .5em;
	text-align: right;
	margin-right: 20px;
	font-family: arial, Helvetica, sans-serif;
}

h2 {
	position: relative;
	text-align: right;
	margin: 0 20px 20pt 0pt;
	top: -3px;
	font-size: 12pt;
}

h3 {
	position: relative;
	color: #4BA08B;
	font-size: 18pt;
	margin: 0;
	top: +.5em;
}

h4 {
	position: relative;
	top: -1em;
}

hr {
	color: white;
	margin: 0 30px 0 30px;
}


/* specific classes */
.cornerimage {
	border-style: none;
	float: none;
}

.corner {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	float: left;
}

.image {
	border: 2px solid white;
}

.profiles {
	border: 1px solid white;
	padding: 10px;
	margin: 0 30px 0 190px;
	background-color: #0F8064;
}

.tabs {
	margin-left: 210px;
	margin-bottom: 0;
	font-size: 8pt;
}

.above {
	position: relative;
	z-index: 9;
}

.tabtable {
	background-color: #0F8064;
}

.tab {
	position: relative;
	top: -2px;
	padding-right: 6px;
	padding-bottom: 3px;
	font-size: 8pt;
}

.tab-r {
	position: relative;
	top: -2px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-size: 8pt;
}

.current {
	position: relative;
	top: -2px;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #0F8064;
	font-size: 8pt;
}

.tl {
	position: relative;
	top: -16px;
	left: -11px;
}

.tr {
	position: relative;
	text-align: right;
	top: -27px;
	right: -11px;
	margin: 0;
}

.bl {
	position: relative;
	left: -11px;
	top: +14px;
}

img.thumbnail {
	/*border: 1px solid #99CCFF;*/
	border-style: none;				/* For improved rendering in NS */
}

/* thumbnail link styles removed to improved rendering in NS */
/*a:link.thumbnail {
	border: 2px solid #99CCFF;
}

a:visited.thumbnail {
	border: 2px solid #99CCFF;
}

a:hover.thumbnail {
	border: 2px solid #FF9933;
}*/

a:link.tablink {
	color: #4BA08B;
}

a:visited.tablink {
	color: #4BA08B;
}

a:hover.tablink {
	color: #FF9933;
}

.tableft {
	background-image: url("images/tab-l.gif");
}

.tabtop {
	background-image: url("images/tab-t.gif");
}

.tabright {
	background-image: url("images/tab-r.gif");
}

.MC-Tab {
	background-image: url("images/tab-top.gif");
	font-weight: bold;
	font-size: 8pt;
	font-family: arial, Helvetica, sans-serif;
	color: white;
}

.MC-TabTable {
	position: relative;
	left: 210px;
}

.MC-TableLeft {
	background-image: url("images/table-l.gif");
}

.MC-TableRight {
	background-image: url("images/table-r.gif");
}

.MC-TabBottom {
	background-image: url("images/table-b.gif");
}

.MC-TableContent {
	background-color: #1B866C;
}

a {
	font-weight: bold;
	font-style: normal;
}

a:link {
	color: #99CCFF;
	text-decoration: none;
}

a:visited {
	color: #99CCFF;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: underline;
}

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

/* Defined classes */
.tacp {
	font-weight: bold;
}

.design {
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 7pt;
	margin: 0 30px 2em 30px;
	color: white;
}

.mainlinks {
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	margin: 0 30px 1em 30px;
	padding-top: .5em;
	color: white;
}

.centred {
	text-align: center;
}

.currentpage {
	color: #4BA08B; 
}

.back {
	font-family: arial, Helvetica, sans-serif;
	position: relative;
	margin: 1.5em 30px 0 30px;
}

a:link.back {
	color: #4BA08B;
	font-style: italic;
}

a:visited.back {
	color: #4BA08B;
	font-style: italic;
}

a:hover.back {
	color: #FF9933;
}

.next {
	font-family: arial, Helvetica, sans-serif;
	position: relative;
	margin: 1.5em 30px 0 30px;
}

a:link.next {
	color: #4BA08B;
	font-style: italic;
}

a:visited.next {
	color: #4BA08B;
	font-style: italic;
}

a:hover.next {
	color: #FF9933;
}

.right {
	float: right;
}
