/* Style sheet for CLAG website, June 2009 */
/* front (index.html) page has its own modifications */

body {background-color: #C0C0C0}

body {margin: 15px 10px 10px 15px}
/* bottom was auto */

/* other background colours employed as follows: */
.bgc11 {background-color: #FFFFFF}
.bgc10 {background-color: #F5F5F5}
.bgc12 {background-color: #F2F2F2}
.bgc13 {background-color: #DCDCDC}
.bgc09 {background-color: #D3D3D3} /* currently not used */
.bgc01 {background-color: #CCCCCC}
.bgc02 {background-color: #C0C0C0} /* currently not used */
.bgc03 {background-color: #B7B7B7} /* currently not used */
.bgc04 {background-color: #979797} /* currently not used */
.bgc05 {background-color: #00FFFF} /* currently not used */
.bgc06 {background-color: #99FFFF}
.bgc07 {background-color: #e9967a} /* currently not used */
.bgc08 {background-color: #666666} /* currently not used */

/* CCCCCC is used on br-lowfit.html */

.box {background-color: #CCCCCC; padding: 5px}

p, td, li {font-family: Arial, sans-serif; font-style: normal; font-size: 12pt}
/* could put color in the above, but it would contradict the front page style */
/* or just use '12pt Arial, sans-serif' */
/* seems to work fine without the size being specified */

.small {font-family: Arial; font-style: normal; font-size: 10pt}

/* superscript entry deleted - (better done with span class small) */

.plinks {font-size: 9pt; line-height: 16pt}
/* could be deleted soon by restyling the footer */

.contents-return {font-family: Arial, sans-serif; font-size: 9pt; line-height: 10pt; text-align: right; color: #808080}
/* any link colour in the above is overridden by the general a colour */
/* even if the general a colour is not specified */
/* .contents-return a {color: #808080} does provide a grey link */

h1, h2, h3, h6 {font-family: Arial; font-style: normal; font-weight: bold;}

h1 {font-size: 24pt}
h2 {font-size: 18pt}
h3 {font-size: 14pt}
h6 {font-size: 14pt; color: #330099}

h1 {margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px}
h2 {margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px}
h3 {margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px}
h6 {margin: 3px 0px 20px 0px; padding: 0px 0px 0px 0px}

#greyboxsalmon {
   color: #ffffff; font-family: Verdana;
	font-size: 9pt; font-style: normal; font-weight: bold;
   border: 2px solid;
   border-color: #e9967a;
   background-color: #979797;
   margin: 0.5em;
   padding: 6px;
   }
#greyboxsalmon a {color: #ffffff}
	
#hitbox {
   color: black; font-family: Verdana;
	font-size: 10pt; font-style: normal; font-weight: bold;
   background-color: #99FFFF;
   margin: 0.5em;
   padding: 4px;
   }

#greybox {
   color: #ffffff; font-family: Verdana;
	font-size: 9pt; font-style: normal; font-weight: bold;
   background-color: #979797;
   margin: 0em;
   padding: 7px;
   }

a:link {font-weight: bold; text-decoration: underline}
a:visited {font-weight: bold; text-decoration: underline}
a:hover, a:active {font-weight: bold; text-decoration: none}
/* colors were taken out of the above - they were: */
/* #0000FF for link */
/* #840084 (purple) for visited */
/* #0000FF for hover and active */ 

td {vertical-align: top}

ul {
	margin-left: 1.5em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-left: 0em;
	list-style-type: disc
	}
/* the 1.5 measure looks to be ok for most cases, but can be varied locally */
/*-- should perhaps add 'inside' to follow after 'disc' */

img {border: none}

hr {margin: 1em 0; color: gray; height: 1px}
/* a simple underscore looks better in IE8! */

.clearboth {line-height: 0; height: 0; clear: both;}

.break {padding-top: 8px; padding-bottom: 8px; width: 100%}
/* .breakbig {padding-top: 20px; padding-bottom: 15px; width: 100%}  is now not used*/

.floatright {
	float: right;
	margin-top: 0px;
   margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px
	}