/* @override http://10.0.1.2:5000/screen.css */

body {
	margin: 0;
	background-color: white;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}

div#masthead {
	text-align: center;
}

div.text {
	margin-left: 10px;
	margin-right: 10px;
	
}

div#footer {
	text-align: center;
	color: #aaa;
	font-size: 11px;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 13px;
	margin-left: 10px;
	margin-right: 10px;
}


a {
	color: rgb(0,0,200);
	text-decoration: none;
}

a:hover {
	color:red;
}

img {
	margin: 0;
	padding: 0;
}

img.cmphoto {
	float: right;
	margin-left: 6px;
}

div.hr {
	text-align: center;
}

.center {
	text-align: center;
}

input, textarea {
	width: 280px;
	border: 1px solid gray;
}

textarea {
	height: 75px;
}

input.button {
	width: auto;
}

label {
	font-size: 12px;
	color: gray;
	font-style: italic;
}

h1 {
	font-size: 22px;
	line-height: 100%;
}

h2 {
	font-size: 16px;
}

ul {
	list-style-position: outside;
	margin-left: 0;
	padding-left: 18px;

	line-height: 18px;
	list-style-type: square;
}

li {
	margin-bottom: 9px;
}

.error-message {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

dd, dt {
	margin-bottom: 9px;
	margin-left: 0;
}

dt {
	font-weight: bold;
	font-style: italic;
}

div.image {
	margin: 8px 0 0 0;
	padding: 0;
}

div.image img{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;	

}

div.thumbs {
	margin: 0 0 8px 0;	
}

div.thumbs img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid grey;
}

div.thumbs img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 1px solid grey;
}
