/** Stuff required for content editor styling 
- BODY & INPUT.hedX & #navbarholder are the minimum for a user style 
- for more see AAA below
**/

BODY {
	font-family: Arial, sans-serif;
	font-size:11pt;
	background-color:rgb(250,250,250);
	text-align:center;
	color:rgb(51,51,51);
	line-height:1.5em;
}

INPUT,SELECT { /* for non-printed content only - override immediately below */
	font-family:monospace;
	color:rgb(51,51,51);
}

INPUT DISABLED {
	background-color:rgb(255,255,204);
}

INPUT.hed1 {
	font-family:Arial, sans-serif;
	font-size:20pt;
	background-color:rgb(250,250,250);
	color:rgb(51,51,51)
}

INPUT.hed2 {
	font-family:Arial, sans-serif;
	font-size:16pt;
	background-color:rgb(250,250,250);
	color:rgb(51,51,51);
}

.submit {
	color:rgb(204,0,0);
	background-color:rgb(255,204,204);
	border-top-color:rgb(255,222,222);

	border-right-color:rgb(204,102,102);

	border-bottom-color:rgb(153,0,0);

	border-left-color:rgb(153,51,51);

	font-family:"Gill Sans", "Helvetica", "Arial", "Geneva", sans-serif; 
	font-weight:bold;
	font-size:11pt;
	padding-left:0px;
	padding-right:0px;
}

#navbarholder {
	background-color:rgb(250,250,250); /* obscure underlapping footer */
	border-width:1px;
	border-right-style:solid;
	border-color:rgb(51,51,51);
	/* setting any margin, or a border other than right in a left-hand navbar, WILL BREAK IT */
}

/** Stuff for editing forms & machinery - do not expose in user CSS **/

.admin {
	font-family:sans-serif;
	color:rgb(51,51,51);
	margin:0px;
	margin-top:2px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	font-size:8pt;
	color:rgb(51,51,51);
	background-color:yellow;
	border-color:black;
	border-style:solid;
	border-width:1px;
}

.admin.banner {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:0.5em;
}

.message {
/*	width:100%; */
	color:rgb(0,0,153);
	background-color:rgb(204,204,255);
	border-color:blue;
	border-style:solid;
	border-width:1px;
	padding:0.3em;
	text-align:left;
	font-family:sans-serif;
	font-size:9pt;
	line-height:1em;
}

TABLE {
	margin:0px;
	padding:0px;
}

.rubric {
	font-family: sans-serif;
	color:blue;
	font-size:8pt;
	line-height: 120%;
}

TD.rubric {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	background-color:rgb(255,255,204);

}

.label, .label2, .entry, .entry2 {
	font-family:sans-serif;
	font-size:10pt;
	line-height:1em;
	font-weight:normal;
	color:rgb(51,51,51);
	padding-top:4px;
	padding-bottom:4px;
	padding-left:2px;
	background-color:rgb(255,255,204);
}

.label, .entry {
	border-top-style:solid;
	border-color:rgb(51,51,51);
	border-width:1px;
}

.label {
	margin-right:0px;
}

.entry {
	margin-left:0px;
	padding-left:4px;
}

.compulsory {
	background-color:rgb(255,204,102);
}

SPAN.hint, SPAN.hint2 {
	font-size:9pt;
	font-weight:normal;
	text-align:right;
}

SPAN.hint2 {
	font-size:8pt;
}

.sendmessageouter {
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:8px;
	margin-bottom:8px;
}

#sendmessage {
 	width:100%;
	background-color:rgb(204,204,204);
	margin:0px;
	font-weight:normal;
	font-family: Arial, sans-serif;
	font-size:12pt;
	color:rgb(184,0,0);
	font-weight:bold;
}

.user_info {
	background-color:rgb(204,204,255);
	font-family:sans-serif;
	line-height:100%;
	border-width:1px;
	border-style:solid;
	border-color:rgb(204,204,204);
	margin-top:4px;
	margin-bottom:4px;
}

.user_account {
	margin:0px;
	margin-top:2px;
	margin-left:2px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	font-size:8pt;
	color:black;
	background-color:rgb(102,204,255);	
}

.navlink { /*** inherited from Directory - login/msgs ***/
	font-family:sans-serif;
	font-size:8pt;
	margin-top:2px;
	margin-left:2px;
	padding-left:2px;
}

.login INPUT {
	font-size:8pt;
}

.check {
	background-color:yellow;
}

/** Stuff for more detailed user styling AAA **/

#navbar { /* this you can style - but mustn't bust navbarholder width! */
	line-height:133%;
	font-size:10pt;
	padding:0px;
	padding-left:10px;
	padding-top:10px;
	color:black;
	border-width:1px;
	border-bottom-style:solid;
	border-color:rgb(51,51,51);
}

.shim {
	font-size:8pt; /* stop bloody IE ramming page title against the top */
}

.header_page_outer {
	width:100%;
}

.header_page, .print_header_page {
	font-size:20pt;
	padding:10px;
	padding-left:0px;
	line-height:1.3em;
}

.header_page2, .print_header_page2 {
	font-size:18pt;
	padding:10px;
	padding-left:0px;
	line-height:1.3em;
}

.header_nav {
	font-size:18pt;
	padding-bottom:8px;
	padding-top:8px;
}

.navpage_border { /* just parking */
	border-top-style:none;
	border-bottom-style:solid;
	border-color:rgb(51,51,51);
	border-width:1px;
}

.navthumb {
	margin-left:0em;
	padding-left:0em;
}

.navmedia { /* link to site "media item" */
	font-weight:normal;
	padding:0px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom-style:solid;
	border-color:rgb(51,51,51);
	border-width:1px;
	font-size:9pt;
}

li.navmedia, ul.navmedia {
	border-style:none;
	border-width:0px;
}

.invisible {
	display:none;
}

span.navhere { /* see below A:stuff as well */
	font-weight:bold;
}

#header {
/* not in use - from FD */
}

#content {
	line-height:1.5em;
	padding-bottom:1em;
}

#footer {
	font-family: Arial, sans-serif;
	font-size:8pt;

	border-top-width:1px;
	border-top-style:solid;
	border-top-color:rgb(0,25,51);
	font-weight:normal;
	padding-top:0.5em;
}

H1 {
	font-size:20pt;
	margin-top:20px;
}

H2 {
	font-size:16pt;
}

A:link {
	text-decoration:none;
	color:rgb(184,0,0);
}

A:visited {
	text-decoration:none;
	color:rgb(153,0,0);
}

A:hover {
	text-decoration:underline;
	color:rgb(204,102,0);
}

A:active {
	text-decoration:underline;
	color:rgb(255,153,0);
}

A.external:link {
	color:rgb(102,0,153);
}

A.external:visited {
	color:rgb(0,102,153);
}

A.external:hover {
	color:rgb(204,102,0);
}

A.external:active {
	color:rgb(255,153,0);
}

.navsect A:link, .navsect A:hover, .navsect A:active, .navsect A:visited, 
.navsubs A:link, .navsubs A:hover, .navsubs A:active, .navsubs A:visited,
.navpage A:link, .navpage A:hover, .navpage A:active, .navpage A:visited {
	font-weight:normal;
}

span.navhere {
	font-weight:bold !important;
}

span.navhere A:link, span.navhere A:hover, span.navhere A:active, span.navhere A:visited {
	font-weight:bold;
}

P A:link, P A:visited {
	text-decoration:underline;
	font-weight:normal;
}

#footer A:link, #footer A:hover, #footer A:active, #footer A:visited {
	text-decoration:none;
	font-weight:bold;
}

.hid {
	color:white;
	background-color:red;
	font-weight:bold;
}

SUP {
	font-size:0.55em;
	vertical-align:super;
}

SUB {
	font-size:0.6em;
	vertical-align:sub;
}

.dropcap:first-letter {
	font-weight:100;
	vertical-align:top; 
	font-size:2.5em;
	float:left;
	padding-top:0.1em;
	padding-right:0.1em;
}

.footnote {
	font-size:0.7em;
}
