body {
	background-color: #5883AF;
	background-image: url('images/Rain.gif');
	margin: 0px;
}

p, td {
	font-family: Veranda, Arial, Sans-Serif; 
	font-size: 13px; 
}

ul      {margin-top: 0px}

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #AB1152;
}
a:hover {text-decoration: underline}

p.Heading1 {
	color: #AB1152; 
	font-size: 21px; 
	font-weight: bold;
	margin: 26px 0px 13px 0px;
}
p.Heading2 {
	color: #50748A; 
	font-size: 16px; 
	font-weight: bold;
	margin: 26px 0px 13px 0px;
}

/* Search page layouts */

div.SearchBox {
	width: 575px;
	margin: 0px 0px 0px 50px;
	border: solid 2px #50748A;
	background-color: #F6F0F6;
	padding: 9px;
}
.SearchBox p {
	margin: 0px;
}
.SearchBox p.Bold {
	font-weight: bold;
}

ul.SearchResults {
	color: #50748A;
}


/* Faith Tradition popup */

body#SearchFaiths  {
	background-color: #EEEEEE;
	margin: 0px 9px 9px 9px;
	background-image: none;
}
#SearchFaiths table {
	background-color: #FFFFFF;
	border: solid 1px #EEEEEE;
	border-top-color: #888888; 
	border-left-color: #888888; 
}
#SearchFaiths p {
	margin-top: 9px; 
	text-align: center;
}


/* Stole page layouts */

p.StoleNav {
	margin: 0px 0px 0px 0px;
	clear: both;
}
.StoleNav img {
	border-width: 0px;
	vertical-align: top;
}
.StoleNav img.BlueLine {
	color: #50748A; 
	height: 1px;
	width: 516px;
	margin: 0px 7px 0px 0px;
	vertical-align: middle;
}

img.StoleRight 
{
	border: solid 1px #d8dee2;
	margin: 24px 12px 24px 24px;
	width: 200px;
}

p.StolePhotos {
	background-color: #EEEEEE;
	width: 450px;
	padding: 7px 7px 4px 7px;
}
p.StolePhotos img {
	margin-right: 9px;
	border: solid 1px #50748A;
}

div#ArchivalRecord p {
	margin-top: 6px; 
	margin-bottom: 6px;
}
#ArchivalRecord span {
	font-weight: bold;
}


/* Editor page layouts */

table#LoginBox input.Text {
	width: 250px;
}
p#ErrorMessage {
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
	font-style: italic;
}

table#StoleList {
	border-collapse: collapse;
	border: none;
	
}
#StoleList td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 7px;
}

p#SortType {
	border: solid 1px #AAAAAA; 
	padding: 3px 3px 3px 8px; 
	background-color: #EEEEEE;
}
	

table.EditTable  {border-color: #FDB5E5; border-style: solid; border-width: 1px}
td.EditLabel    {background-color: #FDE2EE; border-style: solid; border-width: 1px; border-color: #FDB5E5}
td.EditField    {border-style: solid; border-width: 1px; border-color: #FDB5E5}
img.EditButton  {border-style: solid; border-width: 1px; border-color: #000000}

div.Editor {
	width: 550px; 
	border: solid 1px #888888;
	border-width: 2px 1px 1px 2px;
	font-size: 12px; 
	padding: 12px 12px 12px 12px;
	margin-top: 0px; 
	margin-bottom: 0px;
}


/* Basic Page Layout */

table#Layout {
	margin-top: 4px;
	border: solid 1px #413961;
	background-color: #FFFFFF; 
	width: 750px; 
	height: 500px;
}
#Layout tr#Banner {
	background-image: url(images/BannerStripe.gif); 
	height: 135px;
}
#Layout td#BannerLogo {
	width: 230px;
}
#Layout td#BannerMenu {
	vertical-align: top; 
	text-align: center;
}
#Layout td#Contents {
	height: 365px; 
	padding: 0px 24px 48px 24px;
	text-align: left; 
	vertical-align: top;
}
#Layout img.Logo {
	border-width: 0px;
}


/* Menus */

#Layout table#Menu {
	border-width: 0px;
}
#Menu td.MenuTitle {
	height: 68px;
}
#Menu td.MenuItem {
	vertical-align: middle; 
	text-align: center; 
	height: 40px;
	padding: 0px 9px 0px 9px;
}
#Menu td.MenuItemSel {
	vertical-align: middle; 
	text-align: center; 
	height: 40px; 
	padding: 0px 9px 0px 9px;
	background-image: url('images/MenuSelectLines.gif')
}



/* Image Viewer */

#Viewer {
	position: absolute;
	z-index: 100;
	top: 45px;
	border: solid 3px #000000;
	background-color: #ffffff;
	visibility: hidden;
}
#Viewer a {
	text-align: right;
	display: block;
	background-color: #6c92a8;
	border-bottom: solid 1px #000000;
	padding: 6px 12px 6px 0px;
	font-weight: bold;
	color: #ffffff;
}
#ViewerImage {
	cursor: pointer;
	padding: 12px;
}
