
/* GrassRootsDesign Stylesheet example */
/* ----------- whole site styles -------------*/
body    {
	background-color: white;
	font-family: arial, helvetica, sans-serif;
	padding: 0.5em;
	font-size: 9pt;
}

p {
	margin-top: 0.3em;
	margin-bottom:0.5em;
}

A:link {
        color: blue;
        text-decoration: none;}

A:visited {
        color: blue;
        text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h2 {
	padding-top: 1em;
	font-size: 150%;
}

h3 {
	padding-top: 1em;
	font-size: 120%;
}

h4 {
	font-size: 100%;
}



img {
	border: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

hr {
	display: none;
}

.notop {
	margin-top: 0em;
}

.note {
	width: 90%;
	font-size: 95%;
	text-align: left;
	margin-left: 2em;
	clear: both;
}

.note-left {
	float: left;
	text-align: left;
	padding: 1em;
	padding-top: 0.25em;
}

.note-right {
	text-align: right;
	padding: 1em;
	padding-top: 0.25em;
}

.caption, .caption-right, .caption-left {
	text-align: center;
	font-size: 9pt;
	font-style: italic;
	margin: 0em;
	margin-bottom: 0.5em;
}

.caption-right {
	text-align: right;
}

.caption-left {
	text-align: left;
}

/* -------------------------------------------*/
/* page header and footer formatting */

div.header, div.footer {
	background-color: #CCC;
	border: 1px solid black;
	font-size: 9pt;
	color: black;
	width: 98%;
	padding: 0.5em;
	margin: 0em;
	clear: both;
}

div.footer {
	text-align: center;
}

div.title {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0.5em;
}
div.sitenav {
	text-align: left;
	float: left;
}	

div.logoutetc {
	text-align: right;
}

div.header A:visited, div.header A:link{
        color: blue;
        text-decoration: none;
}

div.image {
	text-align: center;
}

/*--------------------------------*/
/* log table formatting */

table {
 	border: 1px #000000 solid;
 	border-collapse: collapse;
	text-align: left;
	font-size: 9pt;
	vertical-align: top;
	background-color: white;
	margin: 1em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	caption-side: bottom;
}


td {
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap
}

td.remarks {
	white-space: normal;
}

th {
	border-bottom: 1px solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-weight: normal;
	font-size: 80%;
}

table.login td {
	border: 0px;
}

/* blog view tags */

div.blog {
	width: 98%;
}

div.blog table {
	font-size: 8pt;
}

div.blogheader {
	color: #144;
	font-size: 8pt;
	text-indent: -2em;
	padding-left: 3em;
}

div.blogheader span {
	padding-right: 1em;
	white-space: nowrap;
}

div.blogtext {
	font-size: 10pt;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: black;
}

div.blogtext p {
	padding: 0.3em;
}

div.centertable table {
	margin-left: auto;
	margin-right: auto;
}


/* --------------------- */

tr.light {
	background-color: white;
}

tr.dark {
	background-color: #D3D3D3; /*lightgrey;*/
}

.example {
	background-color: #dddddd;
	font-size:small;	
}

/* -------------------------------------------*/
/* form styles

/* Various Box Formats */

.weather {
	font-size: 9pt;
	text-align:center;
	width: 468px;
	margin: 0em;
}

div.weather img {
	margin: 0em;
}	

.goodmessage, .warning {
	background-color: #33ff33;
	border: 1px solid black;
	width: 70%;
	font-size: 9pt;
	text-align:center;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}

.warning {
	background-color: #ff6600 ;
}

/* -------------------------------------------*/
/* form formatting */

label {
	font-size: 9pt;
}

legend {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #CCC;
	padding-left: 2em;
	padding-right: 2em;
}

fieldset {
	border: none;
	text-align: left;
	padding-left: 1em;
	padding-top: 1em;
	margin: 1em;
}

select.limited {
	max-width: 12em;
}

input {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

select {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/* -------------------------------------------*/
/* login formatting */

div.secure, div.clear {
	width: 25em;
	float: left;
	position: relative;
	}

div.secure br, div.clear br {
	display: none;
}

div.secure legend,div.clear legend {
	border: 1px solid black;
	padding: 0.25em;
	padding-left: 2em;
	padding-right: 2em;
	text-indent: 0em;
}

div.secure fieldset,div.clear fieldset {
	border: none;
}

div.secure input[type="text"],div.secure input[type="password"],
div.clear input[type="text"],div.clear input[type="password"] {
	width: 9em;
	clear: right;
	margin-bottom: 0.5em;
}

div.secure label,div.clear label {
	float: left;
	vertical-align: middle;
	width: 6em;
	text-align: right;
	padding-right: 1em;
}

div.secure legend {
	background-color: #32CD32; /*Limegreen;*/
}

div.clear legend {
	background-color: #FF4500; /*Orangered;*/
}

table.center {
	border: none;
}

table.center td {
	border: none;
}

div.block {
	float: left;
	clear: left;
	margin-top: 0em;
}

div.block2 {
	float: left;
	margin-top: 0em;
	margin-left: 1em;
}

fieldset fieldset {
	border: none;
	padding: 0em;
	margin: 0em;
	margin-left: 1em;
	margin-top: 0.5em;
}

fieldset fieldset label {
	padding-left: 2em;
}

fieldset fieldset legend {
	background-color: #EEE;
	padding-left: 0.5em;
}

.spacer {
	margin-left: 2em;
	clear: both;
}

.clearboth {
	clear: both;
}

dt {
	padding-left: 2em;
	white-space: normal;
	max-width: 30em;
}

dd {
	padding-bottom: 0.5em;
	white-space: normal;
	max-width: 30em;
}

/* -------------------------------------------*/
	table.cal { border: 2px solid black;
		border-collapse: collapse;
		background-color: white; }
	table.cal th { border: none;
		font-size: 12pt;
		text-align: center;}
	table.cal th.days { border-bottom: 2px solid black; }
	table.cal td { border: 1px solid black;
		background-color: white;
		vertical-align: top;
		font-size: 9pt;
		width: 10em;
		}
	table.cal td.today {background-color: lightblue;border: 2px solid blue;}
	table.cal td.othermonth {background-color: lightgrey; }
	table.cal td.raceday {background-color: #F99; }
	div.eventbanner, table.cal td.eventbanner  {background-color: red;
		color: white;
		padding-top: 0.3em;
		padding-bottom: 0.2em;
		border: 1px solid black;
		white-space: normal;
		text-align: center;}

/* -------------------------------------------*/

@media print {
	form {display: none;}
	fieldset {display: none;}
	.sitenav {display: none;}
	.logoutetc {display: none;}
	.noprint {display: none;}
	.header {display: none;}
	
	h1, h2, h3, h4, h5, h6 {
		color: black;
	}
	
	h1, h2, h3 {
		page-break-before: always;
	}
	
	.firsttitle {
		page-break-before: auto;
	}
	
	.blogtext, .blogheader {
		page-break-inside: avoid;
	}
}


