/*
   CSS for Legal Trainee
   (c) Copyright July 2003, Thomas Chambers.  All Rights Reserved.
   Unauthorised use or copying of this information is strictly prohibited
   without prior written authorisation from the copyright owner.
*/

/* following 2 commands control the bg color of entire page */

body {background: white;
background-image: none}

table.logo-section {background: white;
background-image: none}

/* controls the top horizontal menu bar (containing Disclaimer, etc.) */

table.top-menu {background: black;
background-image: none;
font-family: Verdana;
font-weight: bold;
font-size: 8pt;
color: white;
vertical-align: top}

a.top-menu-link:link {color: white;
text-decoration: none}

a.top-menu-link:visited {color: white;
text-decoration: none}

a.top-menu-link:hover {color: #29FF4A;
text-decoration: none}

/* Controls the background borders of the visible tables  */

table.table-borders {background: #99CCFF;
background-image: none;
font-family: Verdana;
font-weight: bold;
font-size: 8pt;
color: #2139FF;
vertical-align: middle}

/* Controls the Menu inner table within the borders */

table.menu-inner {font-family: Helvetica, Verdana;
font-weight: bold;
font-size: 11pt;
background: white;
background-image: none;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid}

a.main-menu-link:link {color: blue;
margin-left: 10px;
text-decoration: none}

a.main-menu-link:visited {color: blue;
margin-left: 10px;
text-decoration: none}

a.main-menu-link:hover {color: red;
margin-left: 10px;
text-decoration: none}

a.sub-menu-link:link {color: blue;
margin-left: 15px;
text-decoration: none;
font-size: 7pt}

a.sub-menu-link:visited {color: blue;
margin-left: 15px;
text-decoration: none;
font-size: 7pt}

a.sub-menu-link:hover {color: red;
margin-left: 15px;
text-decoration: none;
font-size: 7pt}

/* Controls the non-menu, non-main inner tables within the borders */

table.other-inner {font-family: Helvetica, Verdana;
font-size: 8pt;
background: white;
background-image: none;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid}

/* Controls the main content inner table */

table.main-inner {background: white;
background-image: none;
border-right: 1px #808080 solid;
border-bottom: 1px #808080 solid}

/* Controls the picture tables */

table.pic {font-family: Verdana, Helvetica, Arial;
font-size: 7pt;
color: #404040;
background: #DBDBDB;
border-right: 1px black solid;
border-bottom: 1px black solid;
border-top: 1px black solid;
border-left: 1px black solid}

/* Controls the site title */

font.site-heading {font-family: copperplate gothic bold;
background: #99CCFF;
background-image: none;
color: blue;
font-size: 3pc;
margin-left: 0.2em}

/* Controls the first letter of the page title */

font.main-heading-first-letter {background: #99CCFF;
background-image: none;
color: #2139FF;
margin-top: 0.2em;
margin-left: 0.2em}

/* Controls the rest of the page title */

font.main-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
font-size: 2pc;
color: #2139FF}

/* Controls the blurb title */

font.blurb-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
color: #2139FF;
font-size: 1.2pc;
margin-left: 0.75em}

/* Controls the sub-headings */

font.sub-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
margin-left: 0.5em}

/* Controls the sub-sub-headings */

font.sub-sub-heading {font-family: Helvetica, Verdana, Tahoma, Arial;
font-size: 10pt;
text-decoration: underline;
margin-left: 0.5em}

/* Controls the main content text within the blockquotes */

blockquote {font-family: Helvetica, Verdana, Arial;
font-size: 10pt}

/* Controls the page nav at the bottom and top of pages */

font.page-nav {font-family: Helvetica, Verdana, Arial;
font-size: 10pt;
font-weight: bold}

/* Controls the 'next', 'back' and 'top' text */

font.nav-arrows{font-family: Helvetica, Verdana, Arial;
font-size: 8pt}

/* Controls the main content chambers/firms address info top table */

table.instit-addr {background: #FCFD97;
background-image: none;
font-family: Helvetica, Verdana;
font-size: 10pt}

/* Controls the main content chambers/firms name heading */

font.name-head {font-family: Helvetica, Verdana, Arial;
font-size: 10pt;
font-weight: bold;
color: red}

/* Controls the main content chambers/firms other info bottom table */

table.instit-other {background: #ACFCDF;
background-image: none;
font-family: Helvetica, Verdana, Arial;
font-size: 10pt}

/* Controls the main content chambers/firms other headings */

font.other-head {font-family: Helvetica, Verdana, Arial;
font-size: 10pt;
font-weight: bold}

/* Controls the search tables */

table.search {font-family: Helvetica, Verdana, Arial;
font-size: 10pt;
background-image: none;
background: #DBDBDB}

/* Controls the search tables */

table.shop {font-family: Helvetica, Verdana Arial;
font-size: 10pt;
background-image: none;
background: white}

/* Controls the email contact add-on at bottom of page */

font.email {font-family: Helvetica, Verdana, Arial;
font-size: 8pt;
color: black}

/* Controls any image links on the page */

a img {border: none}

/* Controls the bottom page bar containing Copyright Notice. */

table.bottom-bar {font-family: Helvetica, Verdana, Arial;
font-weight: bold;
font-size: 8pt;
color: white;
background: black;
background-image: none;
vertical-align: middle}











