/*--------------------------------------------------------------------------------------------
ACJphoto.co.uk - Miscellaneous Style Sheet

Version: 1.0
Author: Jon Dicks
Email: jon@bluesilver.plus.com
--------------------------------------------------------------------------------------------*/
/* Table
--------------------------------------------------------------------------------------------*/
table {
	background-color:#DAC7A0;
	border-collapse:collapse;
	width:300px;
	border:1px solid #807459;
	margin:15px auto;
	font-size:0.9em;
}
caption {
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	display:none;
}
thead {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	background-color:#A3977A;
}
th {
	border-bottom:1px solid #807459;
	padding:7px 15px 7px 15px;
	text-align:left;
	color:#FDF1DF;
}
td {
	padding:4px 0 4px 15px;
	line-height:150%;
}
.odd {
	background-color:#EADCBE;
}
tr:hover {
	background-color:#FEF6E5;
	color:#000000;
}
thead tr:hover {
	background-color:#A3977A;
	color:#333333;
}
a.cameraLink {
	background:url(../images/generic/camera.png) no-repeat center center;
	width:30px;
	height:28px;
	text-decoration:none;
	text-indent:-1000px;
	display:block;
}


/* Form
--------------------------------------------------------------------------------------------*/
form {
	background-color:#DAC7A0;
	border:1px solid #807459;
	width:435px;
	padding:10px 0 15px 0;
	margin-left:35px;
}
#contactForm p {
	margin:0;
	padding:0;
}
label {
	font:bold 1em Georgia, "Times New Roman", Times, serif;
	display:block;
	padding:0 0 1px 15px;
}
.required {
	font-size:0.85em;
}
input {
	border:1px solid #807459;
	width:250px;
	margin:0 0 10px 15px;
	padding:2px 0 3px 2px;
}
textarea {
	border:1px solid #807459;
	width:350px;
	height:100px;
	margin:0 0 10px 15px;
}
.sendButton {
	background:url(../images/contact/send_button.png) no-repeat;
	width:52px;
	height:27px;
	cursor:pointer;
	margin:0 0 0 15px;
	border:none;
}
span.errorMessage {
	color:#890000;
	font-size:0.9em;
	font-weight:bold;
	line-height:160%;
	margin-left:15px;
}
#contactInfo p {
	margin:15px 0 15px 45px;
}
#contactInfo p a:link, a:active, a:visited {
	color:#890000;
	text-decoration:underline;
}
#contactInfo p a:hover {
	color:#BE5757;
	text-decoration:none;
}


/* Site Map
--------------------------------------------------------------------------------------------*/
#sitemap, #sitemap ul {
	margin-left:45px;
	list-style-type:none;
}
#sitemap li a {
	font:bold 0.9em Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}
#sitemap li a:hover {
	color:#A4987C;
	text-decoration:none;
}
#sitemap ul a {
	font:0.85em Tahoma, Arial, Helvetica, sans-serif;
	color:#890000;
	font-weight:normal;
	font-size:0.85em;
}
#sitemap ul a:hover {
	color:#BE5757;
	text-decoration:none;
}

/* External links
--------------------------------------------------------------------------------------------*/
.links img {
	margin:10px 0 0 35px;
	border:none;
}

