/*
*	Copyright 2005 pks.co.nz - All Rights Reserved
*/
/*** Style for body of MetSoc Library Pages ***/

body{
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:7pt;
	line-height:12pt;
	font-weight:normal;
	text-align:justify;
	margin-left:1%;
	background:#FFFFFF url(../../ImageLibrary/BkgndTile.gif);
}

.picPadLt{
	/*padding:0px 0px 10px 5px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;*/
	float:left;
}

.picPadRt{
	/*padding:0px 0px 10px 5px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;*/
	float:right;
}

.LibraryTxt{
	color:#333333;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	font-size:8pt;
	line-height:10pt;
	font-weight:normal;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
	width:720px;
}

.AtoZ{
	font-family: Arial, Verdana, Sans-Serif;
	font-size:14pt;
	line-height:16pt;
	color:brown;
	font-weight:bold;
}

/*** How the main links will be displayed ***/

a:link{
	text-decoration:none;
	color:red;
}

a:visited{
	color:red;
	text-decoration:none;
}

a:active{
	color:blue;
}

a:hover{
	text-decoration:underline;
	color:blue;
}

/*** How the top links will be displayed ***/

a.topLinks:link{
	color:maroon;
	text-decoration:none;
	font-weight:bold;
}

a.topLinks:active{
	color:white;
	text-decoration:none;
}

a.topLinks:visited{
	color:maroon;
	text-decoration:none;
	font-weight:normal;
}

a.topLinks:hover{
	color:blue;
	text-decoration:underline;
}

/*** How the main links will be displayed ***/

a.Links:link{
	color:#006363;
	text-decoration:none;
	font-weight:bold;
}

a.Links:active{
	color:white;
	text-decoration:none;
}

a.Links:visited{
	color:#006363;
	text-decoration:none;
	font-weight:bold;
}

a.Links:hover{
	color:blue;
	text-decoration:underline;
}

/*** How the copyright links will be displayed ***/

a.copyright:link{
	color:green;
	text-decoration:none;
	font-weight:normal;
}

a.copyright:active{
	color:white;
	text-decoration:none;
}

a.copyright:visited{
	color:gray;
	text-decoration:none;
}

a.copyright:hover{
	color:blue;
	text-decoration:underline;
}

.Vol{
	color:blue;
	text-align:left;
	font-weight:normal;
}

.VolTitle{
	font-size:10pt;
	color:green;
	text-align:left;
	font-weight:bold;
}

.Page{
	color:#E5325E;/*   */
	text-align:left;
	font-weight:normal;
}

.Key{
	color:brown;
	text-align:center;
	font-size:12pt;
	line-height:14pt;
	font-weight:bold;
}

/*** Style for headings ***/

h1{
	text-align:center;
	color:green;
	font-size:14pt;
	line-height:16pt;
	text-align:center;
	color:green;
	font-size:12pt;
	font-weight:bold;
	line-height:14pt;
	margin-top:10pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h2{
	text-align:left;
	color:#006363;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
	margin-top:10pt;
	margin-right:0pt;
	margin-bottom:5pt;
	margin-left:0cm;
	page-break-after:avoid;
}

h3{
	text-align:left;
	color:#FF8429;
	font-size:15pt;
}

h4{
	text-align:center;
	color:darkred;
	font-size:9pt;
	font-style:normal;
}

/*** Format for tables ***/ 

table.NoSpace{
	margin:0;
	padding:0;
	border:none;
}

td.NoSpace {
	margin:0;
	padding:0;
	border:none;
	vertical-align:top;
}

table.index td{
	font-family: Arial, Verdana, Sans-Serif;
	font-size:8pt;
	color:black;
	line-height:12pt;
	font-weight:normal;
}

td.left{
	text-align:left;
}

td.right{
	text-align:right;
}

/*** Style for copyright at page bottom ***/

.copyright{
	text-align:center;
	font-size:7pt;
	font-family:Arial, Verdana, Helvetica, Sans-serif;
	color:black;
	background-color:lightgrey;
}


