@charset "utf-8";
/* CSS Document */

body{
	background-image: url(../images/imagemap/background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin: 0px;
}
	
table{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-position: left;
}

a:link{
	color: #0066FF;
	text-decoration: none;
}
	
a:visited{
	color: #0066FF;
	text-decoration: none;
}
	
a:hover{
	color:#000000;
	text-decoration: none;
}
	
.caption_textcenter{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}
	
.header_textleft_bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-left: 20px;
}
	
.header_textcenter_bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
}
	
.main_textjustify{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
}
	
.main_textcenter{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}
	
.main_textleft_bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}
	
.main_textcenter_bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}

.main_textleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}

.main_textright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	font-weight: normal;
	line-height: 20px;
}

.main_textright_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
}

.cfinput_fields{
	background-color: #DDDDDD;	
}

.top_margin {
	margin-top: 25px;
}

.main_textcenter_bolditalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 20px;
	font-style: italic;
	letter-spacing: 3px;
}

.caption_textjustify {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}

/* SLIMBOX - Do Not Edit */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/monastery_pictures/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/monastery_pictures/lightbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/monastery_pictures/lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/monastery_pictures/lightbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

