/*
 *	pageStyle.css
 *	
 *	Linked to by: aDataHeader.txt, accountHeader.txt, catalogueHeader.txt, censusHeader.txt, depositHeader.txt,
 *			header.txt, linksHeader.txt, testHeader.txt
 *
 *	defines the basics for the text that appears on all pages
 */

body { 
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#994779;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#CC9900
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

td.hidden, td.hidden table {
	border-collapse: collapse;
	padding:0 0 0 0;
}

html:not([dummy]) br.break {
	/* Values for Safari and Firefox only */
	line-height:0;
	padding:0;
	margin:0;
}

p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}

p.main {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

p span.smaller {
	font-size: smaller;
}

span.error, p.error {

  font-family: Arial;
  font-size: 10pt;
  padding-left: 35px;
  color: red;
}

span.error {
  padding-left: 5px;;
}

span.note {
  color: blue;
}

hr {
	color:#994779;
}

p.dotted {
	border-top:4px dashed #994779;
}

td.dotted {
	border-left: 2px dashed #994779;
	padding-left: 12px;
}

td.padded {
	padding-right: 12px;
}

td.strong {
	font-weight:bold;
}

td.indent {
	padding-left: 20px;
}

td.label {
	width: 200px;
	padding-right: 24px;
}

td.error {
	font-size: 9pt;
	color: red;
}

td.error input, td.error select {
	border: 2px solid red;
}

/* The following are used only by index.html */

#headingPart1 {
	font-size:20px;
	font-weight:bold;
}

#headingPart2 {
	font-size:25px;
  	font-weight:bold;
  	padding-left:25px;
  	padding-bottom:25px;
  	width:500px;
  	font-family:Arial, Helvetica, sans-serif;
}

tr.one {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: black;
	border: solid;
	border-width: 1px;
	border-color: black;
	background: #EFF5FB;
	text-align: left;	
}

tr.two {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	color: black;
	border: solid;
	border-width: 1px;
	border-color: black;
	background: #F2F2F2;
	text-align: left;
}

tr.title {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-weight:bold;
	color: black;
	border: solid;
	border-width: 3px;
	border-color: black;
	background: #CCCFFF;
	text-align: left;
}

span.hidden a, span.hidden a:hover {	
    color:#ffffff;
	cursor:default;
	text-decoration:none; 
}

ul.search {
	list-style-type: round;
}

ul.search li.nobullet {
	list-style-type: none;
	padding-top: 1.0em;
}

ul.search input#search_textinput {
	width:270px;
}

ul.search div#search {
	width:100%;
}

ul.search div {
	position: static !important;
}

#search {
	position: absolute;
	top:4px;
	width:170px;
}

form.searchform {
	display:block;
	margin:0;
	padding:0 0 0 0px;
	line-height:normal;
}

input#search_textinput {
	border:1px solid #888888;
	display:inline;
	margin-top:0;
	padding-top:0;
	vertical-align:top;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	width:137px;
}

form.searchform input {
	font-size:11px;
	text-decoration:none;		
}

.legal {
	text-align: justify;
	text-indent: -25px;
	margin-left: 50px;
	margin-right: 50px;
}

.legal h3 {
	text-align: center;
}

.legal ol {
	text-indent: 0px;
}

div.indent {
	margin-left: 20px;
}

.disabled {
  color: gray;
}
