body {
    background: #f8fff8;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	margin:0; padding:0;
}

a {
    text-decoration:none;
}

a:hover {
    font-weight: bold;
}

#view, #footer, .ad {
	text-align:center;
}
#header, #footer {
	vertical-align: middle;
	font-size:120%;
}

#logo {
	float: left;
}

#logindiv{
	float:left;
	margin: 5px;
	font-size: 12px;
}

#statusdiv {
	position:absolute;
	top:5px;
	right:5px;
}

#loginwaiting {
	display:none;
	width:50px;
	height:20px;
	background: url(icons/spinner.gif) no-repeat center;
}
#loginmsgdiv {
	display:none;
}

#loginformdiv {
	display:none;
}

#footer {
	margin-top:10px;
	background: #ebfceb;
}

.treediv {
	padding:5px;
	text-align:left;
/*	border:1px solid gray; */
}

.tree,.treehide {
	white-space: nowrap;
	padding-left: 14px;
}

.treehide {
	display:none;
}

.treelnk, .current  {
	text-decoration:none;
	color:blue;
}

.treelnk:hover, .current:hover {
	font-weight:bold;
}

.current {
    font-weight: bold;
}

#treeToggler {
	cursor:pointer;
	color:blue;
	font-weight: bold;
}

#title {
	margin: 5px;
	text-align:center;
}

#content, #content td {
	vertical-align:top;
	padding:0;
	margin:0;
}

#content {
	width:100%;
}

.imgthumb, .albthumb  {
    float:left;
    margin: 0 0 15px 25px;
    padding: 2px;
    overflow: hidden;
    text-align: center;
/*  white-space: nowrap; */
/*  cursor:pointer; */
    width: 125px;
    height: 185px;
}

.thumb {
    width : 120px;
    height: 120px;
}

.thumb img {
    border:0;

}

.albthumb {
    width: 123px;
    height: 183px;
    padding: 1px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.imgthumb img, .albhumb img {
    margin-top:12px;
    margin-bottom:10px;
}

.sizediv{   margin-bottom: 5px; margin-top: 5px; }

.sizediv a, .imgname a {
    color:gray;
}

.imgdiv img {
    border: 1px solid black;
}

#prev a, #next a {
    color: blue;
}
#prev { margin-right:10px;}
#next { margin-left:10px;}

.errordiv {
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    color: red;
    font-family:arial;
    font-size:20px;
	clear:both;
}


