/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */	

#tlc, #trc {zoom: 1;}

a:link    { color: #0354c2 }    	/* unvisited links */
a:visited { color: #0354c2 }   	/* visited links   */
a:hover   { color: #0354c2 } 	/* user hovers     */
a:active  { color: #0354c2 }   	/* active links    */

	
body
	{
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}

#topleft 
	{
	background-image: url(/common/images/click-tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
   	z-index: 100;
   	width: 108px;
	height: 113px;
	float: left;
	}
		
#topleft a
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 113px;
	}	
		
#box
	{
	font-size: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	text-align: left;
	width: 70em;				/* <-- use this for a set width */
	background-color: #eeeeee;
	}
 	
#content
	{
	padding:3em;
	padding-bottom:1em;
	}

#content p
	{
	line-height: 1.4;
	color:#3b3b3b;
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	}
	
.right
	{
	text-align: right; 	
	}
	
.left
	{
	text-align: left; 	
	}
	

.red
	{
	color: #ff0000;
	}		

.ltblue
	{
	color: #809FFF;
	}
	
.blue
	{
	color: #036;
	}

.bgyellow
	{
	background-color: #f0e68c;
	}
	
.bgblue
	{
	background-color: #80e0e6;
	}
	
.bggreen
	{
	background-color: #98f898;
	}

.bggreen
	{
	background-color: #98f898;
	}
	
.bgpink
	{
	background-color: #ffc0cb;
	}

.bgbrown
	{
	background-color: #deb887;
	}

.bgdkgray
	{
	background-color: #c0c0c0;
	}

.bggray
	{
	background-color: #e0e0e0;
	}

.bgred
	{
	background-color: #FF8080;
	}
						
h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}

h1.minor
	{
	background: url("/common/images/border/bird.gif") top left no-repeat;
	line-height: 2;			/* make room for the bird */
	}
	
h2
	{
	color:#0354c2;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}

h3
	{
	color: #ff0000;
	font-size: 0.9em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
				
p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
					
#copyright						/* --- copyright box --- */
	{
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	padding-top:.6em;
	padding-bottom:.6em;
	background: white;	
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;	
	border-right: 2px solid #cccccc;	
	border-bottom: 1px solid #666666;		
	}

#copyright p
	{
	color:#585858;
	font-size: .9em;
	line-height: 1.5;
	font-family: arial, helvetica, "gill sans", sans-serif;
	text-align: center;
	}	


/* php calendar stuff */

#php-calendar table
	{
	width: 100%;
	}

#php-calendar table th	/* Sunday - Saturday */
	{
	font-size: 1em;
	text-align: center; 
	background-color: #3366ff;
	color: #fff;
	width: 5em;
	height: 1%;
	padding-top: .5em;
	padding-bottom: .5em;
	margin: 0;
	border: 1px solid #000000;
	}
	
#php-calendar table tr	/* this holds the day boxes to a width and height*/
	{
	font-size: 1em;
	width: 5em;
	height: 5em;
	}
		
#php-calendar #calendar	/* the rest of the text */
	{
	font-size: 1em;
	text-align: left;
	line-height: 1.1;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;	
	}

#php-calendar #calendar caption	/* The title Month */
	{
	font-size: 1.5em;
	text-align: left;
	line-height: 1.1;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	padding: 0;
	margin-bottom: .5em;;	
	}
	
/* calendar navigation */

 #php-calendar .phpc-navbar
	{
	margin: 1em 0 2em 0;
	text-align: center;
	}
	
#php-calendar .phpc-navbar a
	{
	font-size: .9em;
	text-decoration: none;
	margin: 0;
	padding: 2px;
	color: #000000;
	background-color: #e0e0e0;
	border: 1px solid #000000;
	}	

#php-calendar .phpc-navbar a:hover
	{
	color: #000000;
	background-color: #c0c0c0;
	}

/* past, future and none */
	
#php-calendar table td.past			/* days that are past current */
	{
	background-color: #B3C6FF;
	border: 1px solid blue;
	}

#php-calendar table td.future	/* future days */
	{
	background-color: #ffffff;
	border: 1px solid blue;
	}	

#php-calendar table td.none	/* non days within the month display */
	{
	background-color: #668CFF;
	color: inherit;
	}

				
 #php-calendar .phpc-main
	{
	font-size: .9em;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000000;
	border-width: 2px;
	color: #000000;
	background-color: #CCCCCC;
	}

#php-calendar table.phpc-main
	{
	width: 100%;
	}

#php-calendar table.phpc-main ul
	{
	font-size: .7em;
	padding: 0;
	list-style-type: none;
	}

#php-calendar table .phpc-main li
	{
	font-size: .7em;
	font-weight: normal;
	padding: 0;
	border: 1px solid #000000;
	margin: 1px;
	}

#php-calendar table.phpc-main li a
	{
	display: block;
	text-decoration: none;
	padding: 2px;
	}

#php-calendar table.phpc-main li a:hover
	{
	background-color: #668CFF;
	color: #ffffff;
	}

#php-calendar .phpc-list
	{
	border: 1px solid #000000;
	}

#php-calendar .phpc-footer
	{
	text-align: center;
	}

#php-calendar .phpc-button
	{
	text-align: center;
	}

#php-calendar .phpc-add
	{
	float: right;
	text-align: right;
	}


/* \*/ /*/
  #php-calendar {table-layout: auto;}
/* */

	
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/common/images/border/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/common/images/border/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/common/images/border/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/common/images/border/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(/common/images/border/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/common/images/border/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/common/images/border/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(/common/images/border/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}