@charset "UTF-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	font-style: normal;
	color: #666666;
}

.txt_small {font-size: 9px}
.txt_big {font-size: 19px}

a:link { color: #000000; text-decoration: none }
a:hover  { color: #000000; text-decoration: underline}
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }

h1,h2,h3,h4,h5,h6 
{
color: #ffcc00;
}

select {
	border: 1px inset #666;
	color:#666;
}

.main{
	width: 880px;
	height: 595px;
	margin: auto;
	padding: 0px;

}


.header{
	width: 720px;
	height: 120px;
	margin: auto;
	padding: 0px;
	position: relative;
	left: 75px;
}

.footer{
	width: 710px;
	padding: 0px;
	height: 15px;
	margin: auto;
	text-align: center;
	position: relative;
	left: 75px;

}

.content{
	width: 690px;
	height: 460px;
	padding: 0px;
	overflow: auto;
	margin: auto;

}

.entrypage{
	text-align: center;
	vertical-align: middle;
	height: 415px;
	width: 700px;
	padding: 5px;
	margin: auto;
}

.header_entry{
	width: 700px;
	height: 120px;
	margin: auto;
	padding: 0px;
	position: relative;
}

.footer_entry{
	width: 700px;
	padding: 5px;
	height: 25px;
	margin: auto;
	text-align: center;
	position: relative;

}

.menu{
	width: 150px;
	float: left;
	position: relative;
	text-align: right;
	padding: 5px;
}

.thisyear {
	font-size: 22px;
	color: #FC0;
	font-weight: bold;
}

.exhibtitle{
	color: #FC0;
	font-size:24px;
	font-weight:bold;
	text-align: center;
}

.exhibdate{
	font-size:18px;
	font-weight:normal;
	text-align: center;
}

.exhibtitle{
	font-size: 25px;
	color: #FC0;
	font-weight: bold;
	text-align: center;	
}

a.exhibtitle:link { color: #FC0; text-decoration: none }
a.exhibtitle:hover  { color: #FC0; letter-spacing: 1px }
a.exhibtitle:visited { color: #FC0; text-decoration: none }
a.exhibtitle:active { color: #FC0; text-decoration: none }

a.adminlink:link { color: #666; text-decoration: none }
a.adminlink:hover  { color: #666; text-decoration: none }
a.adminlink:visited { color: #666; text-decoration: none }
a.adminlink:active { color: #666; text-decoration: none }

a.entrypage:link { color: #666; text-decoration: none }
a.entrypage:hover  { color: #666; text-decoration: underline }
a.entrypage:visited { color: #666; text-decoration: none }
a.entrypage:active { color: #000; text-decoration: underline }

a.entrypageactive:link {	color: #FC0; text-decoration: none; font-weight: bold }
a.entrypageactive:hover  { color: #FC0; text-decoration: underline; font-weight: bold }
a.entrypageactive:visited { color: #FC0; text-decoration: none; font-weight: bold }
a.entrypageactive:active { color: #FC0; text-decoration: underline; font-weight: bold }

table.antiques td {
	border:thin solid #fc0;
	padding: 5px;
	vertical-align: top;
}

.antiquetitle{
	font-size: 18px;
	color: #FC0;
	font-weight: bold;
	text-align: center;	
}

a.antiquetitle:link { color: #FC0; text-decoration: none }
a.antiquetitle:hover  { color: #FC0; letter-spacing: 1px }
a.antiquetitle:visited { color: #FC0; text-decoration: none }
a.antiquetitle:active { color: #FC0; text-decoration: none }

.imgtable{
	text-align: center;
	margin: auto;
}

arrowtable{
	text-align: center;
	margin: auto;
}

table.imgtable td{
	background-color:#EEE;
	height: 130px;
	width: 130px;
	text-align: center;
}

table.threeimages td{
	background-color:#EEE;
}

#table_main{
	width: 900px;
}

.steparrow{
	font-size: 25px;
	color: #FC0;
	font-weight: bold;
}
table.steparrow{
	width: 300px;
	text-align: center;
	margin: auto;
}

a.steparrow:link { color: #FC0; text-decoration: none }
a.steparrow:hover  { color: #FC0; font-weight: normal }
a.steparrow:visited { color: #FC0; text-decoration: none }
a.steparrow:active { color: #FC0; text-decoration: none }

/*.adminmenu {
	padding-left: 20px;
}*/

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#alert {
	text-align: 	center;
	width: 			550px;
	margin: auto;
	outline-width: thick;
	outline-color: #FF0000;
	outline-style: solid;
	background-color: #FF0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#redsub
{
	color: #FF0000;
	font-weight: bolder;
}

.right{ float: right; clear: right; margin: 4px 0 5px 5px;}
.left{ float:left; clear: left; margin: 4px 5px 4px 0;}
