/* A bunch of additional formatting used for both screen and print */


/* This part is shared by all Gallery pages */

img {border: none;}
td.img {vertical-align: text-top;width: 250px;}
td.txt {vertical-align: top;}
td.space {height: 35px;}

#title {
	font-size:1.3em;
	margin-left: 10px;
	margin-bottom: 7px;
}

#description{
	font-style : italic;
	margin-left: 10px;
	margin-bottom: 20px;
}

#specs{
	margin-left: 30px;
	margin-bottom: 7px;
}

#price{
	margin-left: 60px;
}


/* Some formatting used in the About and Exhibitions page */

#header {font-size:1.3em; margin-bottom: 7px;}
#indent1 {margin-left: 30px;}


/* Table format for the Exhibitions page */

table.tbl_1 {
	border-width: thick;
	border-spacing: 0px;
	border-style: outset;
	border-color: rgb(120, 19, 81);
	border-collapse: separate;
	background-color: rgb(254, 227, 173);
}
table.tbl_1 th {
	font-size:0.8em;
	color: #781351;
	border-width: 1px;
	padding: 2px 5px 2px 2px;
	border-style: groove;
	border-color: rgb(120, 19, 81);
	background-color: rgb(254, 227, 173);
}
table.tbl_1 td {
	font-size:0.8em;
	color: #781351;
	border-width: 1px;
	padding: 2px 10px 2px 2px;
	border-style: groove;
	border-color: rgb(120, 19, 81);
	background-color: rgb(254, 227, 173);
}


/* Table format for the About page: same as above but with a fixed width. */

table.tbl_2 {
	border-width: thick;
	border-spacing: 0px;
	border-style: outset;
	border-color: rgb(120, 19, 81);
	border-collapse: separate;
	background-color: rgb(254, 227, 173);
}
table.tbl_2 th {
	font-size:0.8em;
	color: #781351;
	border-width: 0px;
	padding: 2px 5px 2px 2px;
	border-style: groove;
	border-color: rgb(120, 19, 81);
	background-color: rgb(254, 227, 173);
}
table.tbl_2 td {
	width: 660px;
	font-size:0.8em;
	color: #781351;
	border-width: 0px;
	padding: 2px 10px 2px 2px;
	border-style: groove;
	border-color: rgb(120, 19, 81);
	background-color: rgb(254, 227, 173);
}


/* And some formatting for the Contact page */

label {
	width: 9em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

input.button {margin-left: 9.5em;}

input.short {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
	width:400px;
}

textarea.long {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}

