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

A:link, A:visited {
        color: #2233ff;
        text-decoration: none;}


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

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

h4 {
	padding-top: 0.5em;
	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: #add8e6; /*lightblue;*/
	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;
        margin-bottom:0.25em;
        /*background-color: #5F9EA0;*/
}

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;
	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%;
}



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

tr.light {
	background-color: white;
}

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

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

.remarks {
	padding: 1em;
	padding-left: 2em;
}

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

/* Various Box Formats */


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

.warning {
	background-color: #ff6600 ;
}

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

div.blog {
	padding-left: 1em;
}

p.blogheader {
	font-size: 10pt;
	font-weight: bold;
}

p.blogtext {
	padding-left: 3em;
}

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

label {
	font-size: 9pt;
}

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

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


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;*/
}

div.code {
	border: 1px solid grey;
	font-family: monospace;
	background-color: lightblue;
	padding: 0.75em;
	white-space: pre;
	margin-top: 0.5em;
	margin-left: 2em;
}

div.indent {
	margin-left: 3em;
}
dt { font-weight: bold;
	font-size: smaller;
}
dd {
	font-size: smaller;
	padding-bottom: 0.5em;
}



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

@media print {
	form {display: none;}
	fieldset {display: none;}
	.sitenav {display: none;}
	.logoutetc {display: none;}
	.noprint {display: none;}
	/*.header {display: none;}*/
	
	
	.firsttitle {
		page-break-before: auto;
	}
	
	.blogtext, .blogheader {
		page-break-inside: avoid;
	}
}



