/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/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/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-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/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* pagination */

.paginate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.paginate {
	border: 1px solid #A8C7E4;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}


a.paginate:hover {
	background-color: #A8C7E4;
	color: #FFF;
	text-decoration: underline;
}

a.current {
	border: 1px solid #A8C7E4;
	font: bold 10px Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#A8C7E4;
	color: #FFF;
	text-decoration: none;
}

span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}

.paginate table {
	margin: 8px;
}

.paginate th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #666;
	color: #FFF;
	padding: 2px 6px;
	border-collapse: separate;
	border: 1px solid #000;
}

.paginate td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #DDD;
}

.page_title {
background:#000000;
color:#FFFFFF;
font-size:14px;
padding:5px 10px;
margin:10px 0;
}


table.form td {
margin-top:30px;
padding:3px;
}

.testimony {
border-bottom:1px dotted #DDDDDD;
padding:10px;
}

.t_name {
margin-top:5px;
text-align:right;
font-weight:bold;
font-style:italic;
}

#cl_text {
padding:0 10px;
}

/* calendar */

#calendar {
text-align:center;
width:222px;
margin:10px auto;
}

#calendar table {
  border:2px solid #000000;
  font-size: 12px;
  background-color: #000000;
  color: #EFEFEF;
}
#calendar table td {
  background-color: #eeeeee;
  text-align: center;
  padding:3px 9px;
}
/* Current date */
#calendar table .curr { background-color: #EFDC0E;}

/* Weekend  */
#calendar table .weekend { background-color: #A7BBDF;}

/* Cell link */
#calendar table td a {text-decoration: none; color: #2F2F2F;}

/* Cell link hover */
#calendar table td:hover {background-color: #aaccee;}

/* Name of the selected month (at the top) */
#calendar table .monthName {margin: 2px; text-align: center; font-size: 11px;}

/* Next-Prev arrows */
#calendar .monthName a {color: #111111; text-decoration:none; }
#calendar .next {float:right;}
#calendar .prev {float:left;}