/*
GENERAL NOTES
- To implement a "normal" (cf Word) style and get font height working, apply the style to the immediate 
table of the text. This is the best you can do, the body tag for example doesn't work.
*/
/*used for quotations*/
.quote { 
	font-weight: bold;
	font-style: italic;
}
/*eg support page bold coloured text and disclaim tryit text*/
.standout {
	color: #ca7a06;
	font-weight: bold;
}
/*used for grey nav bar surrounding text*/
.summary { 
	font-size: 60%;
	color: 868E92;
	text-decoration: none;
}
Address {
	font-size: 16px;
	font-style:  normal;
}
Body {
	font-family: Verdana, Arial, Tahoma, "MS Sans Serif";
	font-size: 100%;  
}
/*used for company news entries*/
Div.diary { 
	padding-left:17px;
	padding-right: 5px;
}
.highlighter {
	background-color: #F8FD93;
}
H1, H2, H3 {
	color: ca7a06;
}
/*eg arrow to left of company news header*/
Img.arrow2_header_left {
	margin-left:88px
}
/*arrow to left of diaryitem*/
Img.arrow2_heading3 {
	margin-top:4px
}
/*diary item divider*/
Img.divider {
	margin-top:16px;
	margin-bottom:13px
}
/*bottom nav bar button style*/
Img.footer_button {
	margin-right:39px
}
/*bottom nav bar button divider*/
Img.footer_divider {
	margin-right:23px
}
LI {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*presentation table*/
Table.infobox {
	border: 1px solid #CCCCCC;
	font-size: 100%;
}
/*used in download page and home page tables to cascade font sizes properly
  Normalises tables with main document editing region to correct size.*/
Table.tabbox {
	font-size: 100%;
  padding: 2px;
}
/*used on every page to format main content cell*/
TD.doc {
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:5px;
	font-size: 80%;
	height: 450px;
}
/*like TD.doc but only used on solepractitioners.htm*/
TD.layout {
	padding-left:8px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:5px;
	font-size: 80%;
	height: 450px;
}
/*used on every page for footer cell of main content*/
TD.docfooter {
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	font-size: 80%;
	vertical-align: bottom;
}
/*for left (and right!) hand cell of header (date cell)*/
TD.header_left {
	/*padding-left:2px;*/
	padding-top:19px;
}
/*only used in home page - like doc but without left margin*/
TD.homedoc {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:20px;
	padding-right:5px;
	font-size: 80%;
	height: 450px;
}
/*standard display tables*/
TD.infobox {
	color: black;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;	
}
/*used on the cell the pic goes in in biographies page*/
TD.infoboxalt {
	color: black;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
/*rhs of eg contact page table where titles are on lhs*/
TD.infobox2 {
	color: black;
	border: 1px solid #CCCCCC;
	padding: 10px;
	vertical-align: top;	
}
/*standard display table title cells*/
TD.infoboxtitle {
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	padding: 5px;	
}
/*like lhs of contact table*/
TD.infoboxtitleside {
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	background-color: #F4F4F2;
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: top;	
}
/*for entire grey box which is the company news*/
TD.left {
	padding-left:29px;
	padding-top:22px;
	padding-bottom:43px
}
/*used in .tpl file only*/
TD.longdoc {
	padding-left:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:5px;
	font-size: 80%;
}
/*used for rhs of stripy table in download page*/
TD.tabbox {
  vertical-align: top;
}
/*used for lhs of stripy table in download page*/
TD.tabboxtitle {
  font-weight: bold;
  vertical-align: top;
}
/*for stripy table on download page - grey rows*/
TR.alt {
  background-color: #EFEFEF;
}
/*used for release header in products page*/
Span.danger { 
	font-weight: bold;
	color: red;
}
/*used for release header in products page*/
Span.temptation { 
	font-weight: bold;
	color: green;
}
/*used for t: on home page*/
Span.heading4 { 
	font-weight: bold;
	color: ca7a06;	
}
