div.gallery-global-list {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	border: 1px solid silver;
	padding: 2px;
}
a.gallery-global-header, a.gallery-global-header:hover {
	font-weight: 900;
	font-size: 10pt;
	color: black;
}
span.gallery-global-go {
	float: right;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
h3.gallery-global-header {
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	border: 1px solid transparent;
	border-bottom: 1px dotted silver;
}
div.gallery-global-description {
}

table.gallery {
	border: none;
	border-collapse: collapse;
	width: 100%;
}
tr.gallery, tr.gallery:hover {
	background: transparent;
	vertical-align: bottom;
	border: none;
}
th.gallery-title, th.gallery-subgalleries {
	border: none;
}
th.gallery-title {
	text-align: left;
}
td.gallery-description, td.gallery-subgalleries {
	border: none;
	border-bottom: 1px dotted silver;
	padding: 5px;
}
th.gallery-subgalleries, td.gallery-subgalleries {
	width: 25%;
	border-left: 1px dotted silver;
}
a.gallery-parentgallery, a.gallery-parentgallery-current, a.gallery-subgallery {
	border: none;
}
a.gallery-parentgallery:hover, a.gallery-parentgallery-current:hover, a.gallery-subgallery:hover {
	color: gray;
	border: none;
}
a.gallery-subgallery:before {
	content: "\25CB\0020"; /* open circle, and a space */
}

/***************************************************
 * Midsize view styles
 ***************************************************/
.gallery-midsize {
	width: 100%;
	border-bottom: 1px dotted silver;
}
.gallery-midsize-left {
	display: inline-block;
	width: 49%;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px dotted silver;
	text-align: left;
	font-weight: 900;
}
.gallery-midsize-right {
	display: inline-block;
	width: 50%;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px dotted silver;
	text-align: right;
	font-weight: 900;
}
.gallery-midsize-image {
	border: none;
	text-align: center;
}
.gallery-midsize-description-title {
	font-weight: 900;
	color: silver;
}
.gallery-midsize-description {
	padding: 5pt;
	border: none;
	text-align: left;
}
.gallery-embed-title {
	font-weight: 900;
	color: silver;
}
.gallery-embed {
	padding: 5pt 0;
	color: gray;
}
.gallery-embed-item {
	display: inline-block;
	margin-left: 5pt;
}
.gallery-embed-name {
	font-size: 8pt;
}
.gallery-embed-text {
	font-size: 8pt;
	background-color: transparent;
	color: gray;
	width: 140px;
}

/***************************************************
 * The old gallery view style view
 ***************************************************/
table.gallery-view-oldstyle {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-top: 1px dotted silver;
}
tr.gallery-view-oldstyle {
}
td.gallery-view-oldstyle-image {
	width: 25%;
	border: none;
	border-bottom: 1px dotted silver;
}
td.gallery-view-oldstyle-description {
	width: 50%;
	border: none;
	border-bottom: 1px dotted silver;
}
td.gallery-view-oldstyle-commands {
	width: 25%;
	border: none;
	border-bottom: 1px dotted silver;
}
hr.gallery-view-oldstyle-commands {
	border: none;
	border-bottom: 1px dotted silver;
	margin: 2pt;
}

/***************************************************
 * The table view style
 ***************************************************/
table.gallery-view-table {
	border: none;
	width: 100%;
}
td.gallery-view-table-tile {
	width: 33%;
	border: 1px solid transparent;
	text-align: center;
	vertical-align: bottom;
}
td.gallery-view-table-tile:hover {
	border: 1px dotted silver;
}
td.gallery-view-table-tile-none, td.gallery-view-table-tile-none:hover {
	border: 1px solid transparent;
}
div.gallery-view-table-tile {
	margin: 3px;
	text-align: center;
	vertical-align: bottom;
}
a.gallery-view-table-tile {
	display: block;
	background: transparent;
	border: none;
	vertical-align: bottom;
	text-align: center;
}
a.gallery-view-table-tile:hover {
	background: #DDDDDD;
	border: none;
}
h6.gallery-view-table-tile {
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
}