body {
	background-color:#e7e1ef;
	font-family:Arial, Tahoma;
	font-size:12px;
	color:#333333;
}
td {font-family:Arial, Tahoma;
	font-size:12px;}
div.main-content{
	border:1px solid #76677e;
	background-color:#FFFFFF;
	width:726px;
}
div.main-content2{
	border:1px solid #76677e;
	background-color:#FFFFFF;
	width:722px;
}
div.nav-table {
	position:relative;
    padding-top:0px;
    width:97px;
	padding:6px;
	padding-right:0px;
    float:left;
}
div.nav-item {
	position:relative;
	padding-bottom:6px;
}

div.small-image {
	width:195px;
	height:197px;
	float:left;
}
.pink-box {
	font-family:Arial, Tahoma;
	font-size:12px;
	padding-left:10px;
	padding-right:5px;
	background-color:#d7bdcb;
	border:1px solid #76677e;
	color:#000000;

}
a {
	color:#79658f;
	font-weight:bold;
}
a.hover {
	color:#51435f;
}
.td {color:white;}
.tiny {font-size:11px;}
.header {
  font-size:20px;
  font-family:Georgia,'Times New Roman',Times,serif;
}
.white {color:#FFFFFF;}
.gallery {background-color:#FFFFFF;
border:1px solid #76677e;
font-size:11px;}

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #76677e;
  border-right: 1px solid #76677e;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #a186be;
  font-size:12px;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #76677e;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #76677e;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}