\/* Style elements for manage_art.php*/

#artdisplay{
	display: inline;
}
#gallerythumbs{
	display: inline;
}
#gallery_name {
	float: right;
	min-width: 150px;
	color: #F60;
	font: 10pt "Georgia";
	text-align: left;
	padding:10px 13px 10px 13px;
	background-color:#421500;
	list-style-type: none;
	border-top: 5px solid white;
}
#imagecontainer-logo {
	padding:10px 10px 10px 15px;
	background-color:#431400;
	vertical-align: middle;
}
.artlist {
	background:#000; /* this was causing the grey bar, changed to black */
	padding:3px 5px 3px 5px;
	width:706px;
	margin:10px 0;
}
.sold {
	text-align: left;
	font: 12pt  "Georgia";
	font-weight: bold;	
	color: #F60;
}
.arttitle {
	width: 750;
	text-align: left;
	font: 12pt  "Georgia";
	font-weight: bold;
	vertical-align: middle;
}
.artcategory {
	text-align: left;
	font: 10pt  "Georgia";
	vertical-align: middle;
	color: #F60;
}
.artsubcategory {
	text-align: left;
	font: 10pt  "Georgia";
	vertical-align: middle;
}
.description {
	text-align: left;
	font: 10pt  "Georgia";
	vertical-align: middle;
}

table.art td {
	font: 10pt "Georgia";
	padding: 1em 1em;
	border: 0px solid #999; 
}

.itemnav {
	margin: 0;
	padding: 0 0 20px 10px;
	}

.itemnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
.itemnav a:link, .itemnav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #999;
	}

.itemnav a.active:link, .itemnav a.active:visited, .itemnav a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: #fff;
	color: #666;
	}
.inputclass {
	font-weight: bold;
}
fieldset {
	border-top: 1px solid white;
	margin-top:5px;
	padding:5px;
}

h3 {
	margin-bottom:5px;
}

form img {
	padding-top:1px;
}

form a {
}

tr.header {
	background:url('../images/bg-table-header.png') repeat-x;
	margin-bottom:3px;
}
table#artworksubmit {
	position:relative;
	left:-1px;
}
table#galleryprofile {
	position:relative;
	left:-11px;
	top:-6px;
}
form#artworksubmit {
	position:relative;
	top:-4px;
	left:-21px;
}
