/* alphabet list */
dl.alphabet-list {
	margin: 0;
	padding: 0 0 0 0;
}
dl.alphabet-list dt {
	color: #dba049;
	font-size: 1.85em;
	padding: 0.8em 0 0.2em 0;
}
dl.alphabet-list dt.first {
	padding: 0 0 0.2em 0;
}
dl.alphabet-list dd {
	font-size: 1.1em;
	margin: 0;
}
dl.alphabet-list dd.odd {
	background: #f2f2f2;
}
dl.alphabet-list dd a {
	color: #000;
	cursor: pointer;
	display: block;
	padding: 0.25em 0.5em;
	position: relative;
	text-decoration: none;
}
dl.alphabet-list dd a:hover {
	color: #be8a3e;
}
dl.alphabet-list dd a span {
	position: absolute;
	left: 520px;
}

/* gallery info */
dl.gallery-info {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 1em 0;
}
dl.gallery-info dt {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0 0.25em 0 0;
}
dl.gallery-info dd {
	margin: 0;
	padding: 0;
}

/* picture info */
dl.picture-info {
	margin: 0;
	padding: 0 0 0.5em 0;
}
dl.picture-info dt {
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
}
dl.picture-info dt.topmargin,
dl.picture-info dd.topmargin {
	padding-top: 0.5em;
}
dl.picture-info dd {
	margin: 0 0 0 80px;
	padding: 0;
}

/* page selection */
ul.page-select {
	margin:0;
	padding:0;
}
ul.page-select li {
	border-left: 0;
	display: inline;
	padding: 0px;
}
ul.page-select li.first {
	border: 0;
}
ul.page-select li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.page-select li a:hover {
	color: #dba049;
	text-decoration: none;
}
ul.page-select li.active a {
	color: #dba049;
}


/* form table */
table.form {
	margin: 1em 0;
	width: 100%;
}
table.form td {
	padding-bottom: 5px;
	vertical-align: top;
}
table.form td.label {
	padding: 4px 10px 0 0;
	text-align: right;
	width:100%;
}
table.form .error {
	color: #c00;
	font-weight: bold;
}
table.form .error input,
table.form .error textarea {
	border: 1px solid #c00;
}
table.form tr.spacer td {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
table.form select {
	width: 200px;
}
table.form input.image {
	margin-top: 12px;
}
table.form table.radio-select { /* edit 070911 */
	color: #999;
	margin-top: 5px;
}
table.form table.radio-select .label { /* edit 070911 */
	padding: 0 5px 0 0;
	text-align: right;
}
table.form table.radio-select .note { /* edit 070911 */
	font-size: 0.8em;
	padding: 0 0 0 5px;
}


/* search results */
div.search-results {
	border-top: 1px solid #eee;
	margin: 0.5em 0 0 0;
	padding: 1em 0 0 0;
}
div.search-results.noborder {
	border-top: 0;
}
div.search-results table {
	width: 100%;
}
div.search-results table td {
	background: #f2f2f2;
	border: 1px solid #ccc;
	vertical-align: top;
	width: 228px;
}
div.search-results table td.move {
	border-top: 0;
	font-size: 0.9em;
	padding: 4px;
}
div.search-results table td.move select {
	vertical-align: middle;
	width: 94px;
}
div.search-results table td table td {
	border: 0;
	color: #666;
	font-size: 0.9em;
	line-height: 120%;
	padding: 4px;
}
div.search-results table td table td.pic {
	text-align: right;
	width: 100px;
}
div.search-results table td table td.info {
	padding-left: 0;
	width: 124px;
}
div.search-results table td.div-v,
div.search-results table td.div-h {
	background: none;
	border: 0;
	padding: 0;
}
div.search-results table td.div-v {
	width: 10px;
}
div.search-results table td.div-h {
	height: 10px;
}


/* my galleries */
div.my-galleries {
	margin: 1em 0 0;
}
div.my-galleries table {
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
}
div.my-galleries table td {
	border-top: 1px solid #d9d9d9;
	padding: 12px 12px 12px 0;
}
div.my-galleries table td.pic {
	text-align: right;
	width: 140px;
}


/* calendar */
div.calendar table {
	width: 100%;
}
div.calendar table td {
	border-bottom: 1px solid #d9d9d9;
	padding: 12px 12px 12px 0;
	vertical-align: top;
}
div.calendar table td.date {
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 18px;
	text-align: right;
	width: 140px;
}
div.calendar table td.date img {
	margin-top: 4px;
}
div.calendar table td a.yellow-big {
	font-size: 1em;
}


/* marked galleries // edit 070911 */
div.marked-galleries {
	margin: 1.5em 0 0;
}
div.marked-galleries dl {
	border-top: 1px solid #d9d9d9;
	margin: 0;
	padding: 0.5em 0 0 0;
}
div.marked-galleries dt {
	float: left;
	font-size: 1.3em;
	padding-left: 5px;
	width: 40px;
}
div.marked-galleries dt.separator {
	border-top: 1px solid #d9d9d9;
	clear: both;
	float: none;
	margin: 0.5em 0 0.4em;
	height:1px;
	width: auto;
}
div.marked-galleries dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}
div.marked-galleries dd.marked {
	float: left;
	font-size: 0.9em;
	padding-top: 0.1em;
	width: 125px;
}
div.marked-galleries dd.title {
	float: left;
	font-weight: bold;
	padding-right: 10px;
	width: 175px;
}
div.marked-galleries dd.owner {
	float: left;
	padding-right: 10px;
	width: 150px;
}
div.marked-galleries dd.buttons {
	float: right;
	text-align:right;
	width: 160px;
}
div.marked-galleries dd.buttons img {
	margin-right: 5px;
}

/* search results text */
div.search-results-text h4 {
	margin-top: 1em;
}
div.search-results-text ul.overview {
	margin-top: 0;
	margin-bottom: 0;
}
div.search-results-text div.results {
	border-top: 1px solid #ccc;
	margin-top: 1em;
}
div.search-results-text table {
	width: 100%;
}
div.search-results-text table th {
	background: #eee;
	color: #888;
	padding: 0.25em 0.5em;
	text-align: left;
}
div.search-results-text table td {
	border-bottom: 1px solid #ccc;
	padding: 0.25em 0.5em;
}
div.search-results-text ul.plain {
	margin: 0;
	padding: 0;
}
div.search-results-text ul.plain li {
	list-style-type: none;
	padding: 0 0 0.25em 0.5em;
}

/* articles list *//* edit 07-11-23 */
dl.articles-list,
dl.articles-list dt,
dl.articles-list dd {
	margin: 0;
	padding: 0;
}
dl.articles-list dt {
	color: #000;
	font-weight: bold;
	margin: 0.5em 0 0.3em;
}
dl.articles-list dd {
	margin: 0 0 1em;
}
dl.articles-list dd a {
	color: #d29f54;
	font-weight: bold;
	text-decoration: none;
}

/* plain artist list */
table.plainlist {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}
td.plainlist {
	border-left: 1px solid #dba049;
	padding-left: 10px;
	width: 33%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0px;
	border-bottom:0px;
	
}

td.firstplainlist {
	border-left: 0;
	padding: 0px;
	width: 33%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0px;
	border-bottom:0px;
}

a.plainlist{
	color: #ffffff;
	text-decoration: none;
}

