/* whole site style sheet */

body {

	background-color: #FFFFF;
	padding-left: 1em;
	padding-right: 1em;

}

/* page header and footer formatting */

div.header, div.footer {
	border: solid 1px grey;
	color: black;
	width: 98%;
	padding: 0.5em;
	margin: 0em;
	clear: both;
}

div.footer {
	text-align: center;
}

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

div.right {
	text-align: right;
}

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




/* data table formatting */

table.data {
	margin: 0em;
	border: 1px black solid;
	font-size: 10pt;
	vertical-align: top;
	border-collapse: collapse;

}

table.data td { 
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-bottom: 1px dotted gray;
	border-right: 1px dotted gray;
}

table.data th {
	border-top: 1px solid black;
	border-bottom: 2px 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;*/
}

/* the warning and good message boxes */

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

.warning {
	background-color: #ff6600 ;
}

.caption {
	text-align: center;
	font-style: italic;
}
img.photo {
	border: 3px solid black;
	}