/* KP 16/04/04 - any color style specific to the color scheme is in /assets/skins/$skinName/style.css */

body	{
	margin: 10px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size:x-small;
	}

td, li, th	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size:x-small;
	}


/* <KIERANS UPDATES 2004> */

H1, H2, H3
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
}


h1	{
	font-weight: bold;
	font-size:medium;
	margin:0px 0px 10px 0px;
	}

h2	{
	font-weight: normal;
	font-size:medium;
	margin: 10px 0px 10px 0px;
	}
H3
{
	font-size:x-small;
	font-weight:bold;
}	

.white  { color: white; }
.bold { font-weight:bold;}


.headerText { font-size:xx-small;color:white; font-weight:normal; }
A.headerLink { color:white; font-weight:bold; font-size:xx-small;  text-decoration:none; }
A.headerLink:hover { color:#ffcc66;}

/* </KIERANS UPDATES 2004> */


a.topentry	{
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

a.topentry:link	{
	color: #ffffff;
	text-decoration: none;
	}

a.topentry:visited	{
	text-decoration: none;
	color: #ffffff;
	}

a.topentry:hover	{
	text-decoration: none;
	color: #ffcc66;
	}


.bottombar	{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size:xx-small;
	}



p	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size:x-small;
	}
	
.small {
	font-size:xx-small;
	}

.outlineboxTxt {
	font-size:9pt;
	}

p.topnav	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	font-weight: bold;
	margin-bottom: 0;
	}

p.toptext	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-align: right;
	padding-bottom: 2px;
	padding-right: 2px;
	clear: all;
	margin-top: 1em;
	}


strong	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

.title	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

.white	{
	color: #ffffff;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

/* KP: 16/4/4 - redundant?
table.leftbox	{
	background: #008000;
	color: #ffffff;
	border: 5px solid #008000;
	}
*/

td.leftboxtitle	{
	color: #ffffff;
	border: 0;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	font-weight: bold;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

.title2 {
	font-size: normal;
	}

a.leftentry	{
	text-decoration: none;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #ffffff;
	}

a.leftentry:link	{
	color: #ffffff;
	}

a.leftentry:visited	{
	color: #ffffff;
	}

a.leftentry:hover	{
	color: #ffffff;
	text-decoration: underline;
	}

td.greenbox	{
	color: #ffffff;
	padding: 5px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}

td.greenoutlinebox	{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	}


td.topbar	{
	border-top: 1px #ffffff solid;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	height: 1em;
	}



	
	.location {
	 font-size:xx-small; 
	 }
	 
	.text { font-size:x-small; }

/* ADDED Adam for calendar formatting */

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** colour and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#2663E2; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }





