/* cGlobCss.css */
/* Global Style Sheet */

BODY {
	background-color: #77EEFF;
	background-image: url("/@imag/Logo/Background.jpg"); 
/*	font-family: "Book Antiqua";  */
	font-family: Calibri,Arial,Sans-serif;
	font-size: 11pt;
	color: #0000BB;
	}
TD {font-size: 11pt;}
P  {font-size: 11pt;}
H2 {font-size: 14pt;}

/* Formatting for Ribbon Link */
/* TD.riblink {font-size: 10pt;
	font-weight: bold;
	text-align: center;
	width: 10%;
	background-color: #CCCCFF;} */
DIV.riblink {font-weight: bold; text-align: center;}
/* Specify attributes of anchors within a DIV of class riblink. */
DIV.riblink A:link, 
DIV.riblink A:visited,
DIV.riblink A:active
					{text-decoration: underline; color: blue;}
DIV.riblink A:hover {text-decoration: underline overline; color: #DD0000;}

DIV.riblink A {position: relative;}		/* Hint will be absolute within the anchor which is relative. */
DIV.riblink A SPAN {display: none;}		/* Don't show hint text. */
/* Display hint on hover. */
DIV.riblink A:hover SPAN {display: block;
   position: absolute;
   top: 1.5em; width: 150px; left: 0px;
   z-index: 100;
   color: yellow; background: blue;
   text-align: center;
   padding: 5px;
   }

/* Formatting for Folk in Kent article */
P.FIK {font-size: 10pt;}

/* Hanging indent */
.hangind {
text-indent: -25px;
padding-left: 25px;
}

/* Inline images with caption */
DIV.imgcap {
	margin: 8px;
	border-style: solid;
	border-color: #0000FF;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	}

/* Inline images with caption */
DIV.eventphoto {
	border: 3px blue solid;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	font-weight: bold;
	text-align: center;
	width: 320px;
	}

/* Headline */
DIV.headline {
	margin: 5px;
	padding: 15px;
	border-style: solid;
	border-color: #0000FF;
	font-size: 11pt;
/*	font-weight: bold; */
	font-style: normal;
	text-align: left;
	}

/* Open table layout */
TD.openl {
	border-top: 1px black solid;
	border-right: 1px black solid;
	vertical-align: top;
	width: 25%;
	font-weight: bold;
	}
TD.openr {
	border-top: 1px black solid;
	vertical-align: top;
	}

/* Diary table layout */
TD.diarydate {
	border-top: 1px black solid;
	vertical-align: top;
	padding: 3px 3px 3px 3px;
	background-color: #FFFF99;
	font-weight: bold;
	}
TD.diaryitem {
	background-color: #FFFF99;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	}

/* Alternately coloured rows in a table */
TR.altcol0 TD, LI.altcol0 {
	background-color: #EEEEEE;
	}
TR.altcol1 TD, LI.altcol1 {
	background-color: #DDDDFF;
	}

/* List of links */
DIV.linklist {
	margin: 0 auto;
	width: 800px;
	}
DIV.linklist UL {
	width: 160px;
	float: left;
	}
DIV.linklist UL LI {
	list-style-type: none;
	text-align: left;
	padding: 3px 10px;
	}

/* Set KBC colours */
SPAN.kbcred {
	color: #990099;
	}
SPAN.kbcblue {
	color: #77EEFF;
	}
SPAN.kbc_red {
	color: #990099;
	}
SPAN.kbc_blue {
	color: #77EEFF;
	}

/* Hilighting */
.hi_text {
	color: #DD0000;
	font-weight: bold;
	}

.hi_blue {
/*	color: #000080; */
	color: #000040;
	font-weight: bold;
	}
.hi_blue:visited {
	color: #990099;
	}


/* Google map pins - in line with text */
IMG.goo_pin {
	float: left;
	padding-right: 5px;
	width: 15px;
	}

.clearfix {
	clear: both;
	}
