/* phpGroupWare style sheet
   Developed by Dave Hall - skwashd at phpgroupware.org
   Copyright 2004 Free Software Foundation Inc
*/

/* Tags */
a, a:visited
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

body, p, div
{
	background-color: #fff;
	color: #333;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11pt;
}

h1
{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin-bottom: 0px;
}

h2
{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h3
{
	color: #999;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul
{
	list-style-type: circle; 
	margin-top: 0px;
	padding-top: 0px;
}


/* Tags with classes */
img.photo
{
	margin-right: 15px;
}

/* IDs */
#content
{
	margin-left: 5%;
}

#content a:link:after, #content a:visited:after
{
	content: " [" attr(href) "] ";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


#footer
{
	border-top: 1px dashed #333;
	font-size: 8pt;
	text-align: center;
}

#footer a:link:after, #footer a:visited:after
{
	content: " [" attr(href) "] ";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

#printheader
{
	border-bottom: 1px dashed #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
}

#printheader img
{
	vertical-align: middle;
}

#sidenav
{
	display: none;
}

#top
{
	display: none;
}
