/*  user.css
 *	set specifically for the site  */

/*	 	h1 is used only for the page heading
		h2 is used rarely on a page
		h3 is the normal heading used on a page (and is $AP_BLUE by default)
		h4 is used as a sub-heading; it is marginally smaller than h3 (and also $AP_BLUE)
 */

body {font-size: 11pt;}

div {margin: 0;}

p, input, select, textarea, ul, pre {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333;
	}



/*	general classes */
ul.bullet {	
	list-style-type: circle;
	list-style-position: outside;
	}
ul.bullet li {
	padding-bottom: 0.3em;
	}
ul.spaced li {
	padding-bottom: 0.3em;
	}
.red {color: red;}
.bold {font-weight: bold;}
.listSpaced li {
	margin-bottom: 1em;
	}

/*	for the upload page */
table.gkUploadCss1Main td{ padding: 3px; }

.gkMakerCssLeftPanelTD {padding-left: 10px;}

/*	for the events table */
table.events td {
	padding: 3px 20px 3px 3px;
	}
table.events th {
	padding: 3px;
	font-weight: bold;
	}
	
/* for the unset passwords table */
table.B0703 th {
	padding: 0.2em 1em;
	}
table.B0703 td {
	padding: 0.2em 1em;
	}	