.thickline {
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
 	background-color: #db5233;
}

.tableborder {
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	font-size: 12px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 1004px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}
.tableborderdebug {
	margin-right: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #af2d0f;
	table-layout: fixed;
	width: 1004px;
	font-size: 14px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytable {
	background-color: white;
	border-color: #555555;
	padding: 10px;
	font-size: 16px;
	border-collapse: collapse;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytablecell_label {
	text-align: right;
	//color: #6d6e6e;
	color: white;
 	background-color: #777777;
	padding: 10px;
	border-style: solid;
	border-color: #555555;
 	font-size: 16px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytablecell {
	padding: 10px;
	border-style: solid;
	border-color: #555555;
	font-size: 16px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytablecell_artist {
	font-weight: bold;
	padding: 10px;
	border-style: none;
	border-color: #af2d0f;
	font-size: 19px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytablecell_title {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border-style: none;
	border-color: #af2d0f;
	font-size: 18px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.inventorytable tr {
	border-style: none;
}

.inventorytable tr td {
	border-style: solid;
	border-color: #555555;
}

.contactstable {
	padding: 10px;
	font-size: 16px;
	border-collapse: collapse;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.contactstable_top {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: -1px;
	margin-left: -1px;
	background-color: #b1beb9;
}

.contactstable_left {
	border-left-style: solid;
	border-left-width: 1px;
	margin-right: -1px;
	margin-left: -1px;
	width: 50%;
	background-color: #b1beb9;
	float: left;
}

.contactstable_right {
	border-right-width: 1px;
	border-right-style: solid;
	margin-left: -1px;
	margin-right: -1px;
	width: 50%;
	background-color: #b1beb9;
	float: right;
}

.contactstablecell_label {
	text-align: right;
	color: #6d6e6e;
	padding: 10px;
	border-style: solid;
	border-color: black;
	font-size: 14px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

.contactstablecell {
	padding: 10px;
	border-style: solid;
	font-size: 16px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

.contactstablecell_name {
	padding: 10px;
	font-weight: bold;
	border-style: none;
	font-size: 17px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

.contactstablecell_company {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border-style: none;
	font-size: 16px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
}

tr {
	border-style: none;
}

.SortLink {
	font-size: 16px;
	font-style: normal;
	//font-weight: normal;
	font-weight: 700;
	text-decoration: none;
	color: white;
}

.NoSort {
	font-size: 16px;
	font-style: normal;
	//font-weight: normal;
	font-weight: 700;
	text-decoration: none;
	color: white;
}

.SortLinkActive {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-decoration: underline;
	// color: #371e8a;
	color: white;
	//color: #841b02;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

.buttons a:hover {
	color: white;
	text-decoration: underline;
}

h2 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.title {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	color: #371e8a;
	text-align: center;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	margin-top: -15px;
}

.titleleft {
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	margin-top: -15px;
}

.tablenoborder {
	border-collapse: collapse;
	border-width: 0px;
	border-style: solid;
}

table {
	border-style: none;
}

.collection {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	color: #371e8a;
}

.collectionthin {
	margin-top: -50px;
	text-align: center;
	font-size: 40px;
	font-weight: 200;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	color: #371e8a;
}

.leftnav {
	margin-left: 10px;
	text-decoration: none;
	font-size: 14px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.rightnav {
	margin-right: 10px;
	text-decoration: none;
	font-size: 14px;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
}

.tableborder thead {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: white;
}

.tableborder tbody {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}

.greenbgdiv {
	//min-height: 560px;
	clear: both;
	border-style: solid;
	border-width: 1px;
	//background-color: #b1beb9;
	background-color: white;
	border-color: #af2d0f;
}

.greenbgdiv_bottom {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color
	//background-color: #b1beb9;
	background-color: white;
	border-color: #af2d0f;
}

.buttonlist {
	width: 1004px;
	margin-top: -15px;
	margin-bottom: 0px;
}

.buttonlist ul {
	display: block;	
	float: right;
	width: 1004px;
}

.buttonlist li.buttons {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	color: white;
	background-color: #db5233;
	// background-color: #555555;
	font-size: 14px;
	font-weight: bold;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	text-transform: none;
	cursor: pointer;
	display: inline;	
	float: left;
}

.listButtons {
	width: 245px;
}

.recordButtons {
	width: 494px;
}

.buttons a {
	text-decoration: none;
	color: white;
}

.prevrecord {
	font-size: 14px;
	font-variant: small-caps;
	font-family: "futura-pt",Verdana, "Lucida Grande", Arial, sans-serif;
	float:left; 
	margin-top:-36px; 
	margin-left:10px; 
}

.nextrecord {
	margin-right: 10px;
	font-size: 14px;
	font-variant: small-caps;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	float: right; 
	margin-top:-36px; 
}
