
body
{
	font-family: sans-serif;
	font-size: 10pt;

	background: #eee;
	color: #000;
}

table th, table td
{
	font-size: 10pt;
}


table.browse td.shared
{
	background: #fff;
}
table.browse td.unshared
{
	background: #ddd;
}



a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:link:hover
{
	text-decoration: underline;
}

a:visited:hover
{
	text-decoration: underline;
}

a img
{
	text-decoration: none;
}

span.nolink
{
	color: #888;
}
span.currentpage
{
	font-weight: bold;
}


table.thumbgrid td.thumbnail
{
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}


a img
{
	border: 0;
}


/* turn a ul into a horizontal list :-) */

.parent_gallery ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.parent_gallery ul li
{
	display: inline;
}

.parent_gallery ul li
{
	font-size: 150%;
}

.parent_gallery li:before
{
	content: "/ ";
}
.parent_gallery li:first-child:before
{
	content: "";
}
/*
.parent_gallery .current
{
	font-weight: bold;
}
*/

/*
.sub_gallery ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.parent_gallery ul li, .sub_gallery ul li
{
	display: inline;
}
.sub_gallery li:before
{
	content: "| ";
}
.sub_gallery li:first-child:before
{
	content: "";
}
*/

div.annotation
{
/*	background: #fff;
	border: 2px inset;
	padding: 5px;
*/
}


.escaped
{
	color: #666;
	font-style: italic;
}

