body {
	background-color: #efe;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #040;
}

#divActivity {
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 209px;
	height: 100%;
	background-color: #efe;
	}

#divImageActivity {
	position: relative; 
	top: 12px;
	right: 12px;
	width: 185px;
}

#divInfoActivity {
	position: relative; 
	top: 28px;
	right: 12px;
	width: 185px;
}

#divJAlbum {
	font-family: verdana, sans-serif;
	color: #090;
	font-size: 9px;
	position: absolute;
	bottom: 3px;
	left: 12px;
	width: 120px;
	text-align: center;
}

#divJAlbum a:hover { 
	color: lime; 
	text-decoration: none;
}

#divJAlbum a {
	color: #090;
	text-decoration: none;
}

#divMainHeader {
	position: absolute;
	top: 10px;
	right: 230px;
	height: 32px;
	padding-left: 40px;
	padding-top: 2px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #040;
}

#divMainSlideHeader {
	position: absolute;
	top: 10px;
	right: 260px;
	height: 32px;
	padding-left: 40px;
	padding-top: 2px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #040;
}

#divMain {
	position: absolute;
	top: 40px;
	right: 260px;
	border-right-width: thin;
	border-color: #090;
}
 
div.Photo {
	padding: 3px;
	float:right;
	width: 96px;
	height: 132px;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 1px;
	color: #040;
	vertical-align: top;
}

div.imgBorder {
	width: 94px;
	height: 94px;
	border: 1px solid #efe;
	background-color: #efe;
	overflow: hidden;
}

a.Photo {
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #040;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

td.ImagePaneHeader {
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding-left: 33px;
	padding-top: 9px;
	font-size: 11px;
	color: #efe;
	height: 32px;
}
td.ImagePaneRow {
	background-color: #efe;
	font-family: verdana, sans-serif;
	font-weight: normal;
	padding-left: 12px;
	padding-top: 2px;
	font-size: 11px;
	height: 20px;
	color: #040;
}

a.ImagePaneRow {
	color: #040;
	text-decoration: none;
}

a.ImagePaneRow:hover {
	color:lime;
	text-decoration: none;
}
td.ImagePaneFrame {
	background-color: #efe;
	color: #040;
}

img {margin-bottom:15px;}

