/*  style sheet to implement "macsilver" (MOA-derivation of prosilver)
	largely by importing the gallery style sheets that mimic prosilver
*/

@import url("../gallery/themes/macsilver/style.css");
@import url("../gallery/themes/macsilver/theme/stylesheet.css");

/*	the editable body of the template has id="main-page", this is used to
	override styles set in the outer elements by the existing style sheets
*/
#main-page {
	padding: 10px;
	width: 98%;
}

#main-page p {
	margin-top: .5em;
	margin-bottom: .5em;
}

#main-page ul {
	margin-bottom: 1em;
}

#main-page li {
	list-style-type: square;
	margin-left: 1em;
	padding-top: .5em;
}

#main-page h4 {
	margin-top: .8em;
}

#main-page img.display {
	border: 1px solid darkblue;
}

#main-page img.display-right {
	margin-left: 4px;
	border: 1px solid darkblue;
}

#main-page table.contacts td {
	width: 300px;
	padding-right: 20px;
}

#main-page table.contacts blockquote {
	background: inherit;
	border: none;
}

#main-page table.news td {
	text-align: center;
	font-weight: bold;
}

#main-page table.news td.head {
	text-align: left;
	font-weight: bold;
}

#main-page form table {
	 color: black;
	 border: 2px #000066 solid;
}

