<?php 
/*
  $Id: stylesheet.css, v 1.00 2007/03/18 12:06:40 hpdl Exp $

  Copyright (c) 2007 SR Enterprises
*/
 ?>

<style type="text/css">
<!-- 
BODY {
	background: white;
	color: black;
	margin: 0;
	min-width: 785px;
	max-width: 100%;
}

.mainBody {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

.smallText {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.smallerText {
	font-size: 12px;
}

.indent-10 {
	padding-left: 10px;
}

.diaryBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.mainHeader1 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold ;
	color: #CCCCCC;
}

.mainHeader2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold ;
}

.mainHeader3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold ;
}

.mainHeader4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold ;
}

.mainHeader5 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold ;

}

.mainHeader6 {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold ;
}

.tablegroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c0c0c0;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffff00;
}


.d_day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #DD3300;
}

.d_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	width: 200px;
}

.d_activity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #AA00AA;
	font-weight: bold;
}

.d_venue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008811;
}

.d_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.selected_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ffff00;
}

A.linkLarge { 
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

A.bodylink { 
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffcc;
	border-bottom: dashed 1px #00ccff;
	padding: 1px 5px;
	text-decoration: none;
	line-height: 1.5;
}

A.bodylink:hover { 
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffcccc;
	border-bottom: dashed 1px #ff0000;
	padding: 1px 5px;
	text-decoration: none;
}

A.diarylink { 
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #0055BB;
	border-bottom: dashed 1px #00ccff;
	padding: 1px 5px;
	text-decoration: none;
	line-height: 1.5;
}

A.diarylink:hover { 
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffcccc;
	border-bottom: dashed 1px #ff0000;
	padding: 1px 5px;
	text-decoration: none;
}

A.topUnselectedLink:hover {
	cursor: crosshair; 
	color: #C0FFC0; 
	text-decoration: none;
	background-color: lightslategray; 
	padding: 1px 5px;
}

A.alink { color: #8b008b}
A.vlink { color: #707070}

/* TOP Navigation */
	TD.topSelectedLink{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		background: #ededed;
		color: #dd6600;
		border-top: solid 2px #dd6600;
		border-right: solid 2px #dd6600;
		border-left: solid 2px #dd6600;
		border-bottom: solid 2px #ededed;
		padding: 1px 5px;
	}
	
	TD.topUnselectedLink{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		background: #cdcdcd;
		color: #007799;
		border-top: solid 2px #66ddff;
		border-right: solid 2px #66ddff;
		border-left: solid 2px #66ddff;
		border-bottom: solid 2px #66ddff;
		padding: 1px 5px;
		text-decoration: none;
	}
	
	TD.topSelectedLinkUnder {
		background: #ededed;
		border-right: solid 2px #dd6600;
		border-left: solid 2px #dd6600;
	}
	
	TD.topUnselectedLinkUnder {
		border-bottom: solid 2px #dd6600;
	}
	
	TR.topSelectedLinkUnder {
		background: #ededed;
		border-right: solid 2px #dd6600;
		border-left: solid 2px #dd6600;
	}
	
	TR.topUnselectedLinkUnder {
		border: solid 2px #dd6600;
	}
	
/* BOTTOM Navigation */
	TD.bottomSelectedLink{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		background: #ededed;
		color: #dd6600;
		padding: 1px 5px;
	}
	
	TD.bottomUnselectedLink{
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		background: #cdcdcd;
		color: #007799;
		border: solid 1px #0099cc;
		padding: 1px 5px;
		text-decoration: none;
	}
	
	P.nav_table{
		margin: 0px;
	}
	
	a.link_color_main {color: #22027e}




/* FOOTER Styles */
   .footer_text {
   	font-family: arial, verdana, tahoma; 
   	font-size: 10px;
   }
 
-->
</style>

