html, body {
/* Mozilla browsers require the following CSS for this doctype, */
/* otherwise page content height is not 100%. */
height:100%;
}

/*reset all padding by default by different browsers*/
*{
	padding:0;
	margin:0;
}

.clear:after, .row:after
{
	content: ".";
	display: block;
	display: inline-block;
	position: relative;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear, .row
{
	display: inline-block;
	width: auto;
}

/* Hides from IE-mac \*/
* html .clear
{
	height: 1%;
}
.clear
{
	display: block;
}
* html .row
{
	height: 1%;
}
.row
{
	display: block;
}
/* End hide from IE-mac */

.hide
{
	display: none;
	visibility: hidden;
}

.row
{
	padding-bottom: 4px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}

form {
	display:inline;
}

div#wrapper {
	position:absolute;
	left: 50%;
	width:779px;
	height:100%;
	margin-left:-390px;
}

table#verticalCentre {
	width:100%;
	height:100%;
}

table#verticalCentre tr td {
	vertical-align:middle;
}

div#retfordHome {
	width:100%;
	height:100%;
	background: #ffffff url(../images/retford-camerabgground.jpg) no-repeat 0 15px;
	text-align: right;
}

h1#masthead{
	display:block;
	width:100%;
	height:77px;
	background: transparent url(../images/logo-retfordtimes.gif) no-repeat top right;
	margin:0;
	padding:0;
	border: none;
	text-align: left;
	text-indent:-9999px;
	float: right;
}
h2#subhead{
	display:block;
	width:100%;
	height:27px;
	background: transparent url(../images/photographicarchives.gif) no-repeat top right;
	margin:3px 0 5px 0;
	padding:0;
	border: none;
	text-align: left;
	text-indent:-9999px;
	float: right;
}


td#telegraphArchives {
text-align:left;
}

td#GSMG {
text-align:right;
}

table#imgMatrix tr td {
	width:197px;
	height:107px;
	text-align: left;
	vertical-align: top;
}

table #imgMatrix tr td.end {
	width:188px;
	height:98px;
}

table #imgMatrix tr td img {
	width:188px;
	height:98px;
}

table#details {
	width:100%;
}

table#details tr td {
	width:50%;
	text-align:right;
}

table#details tr td.leftDetails {
	padding: 0 9px 0 0;
	text-align:left;
}

span.keyword {
display: block;
float: left;
	width: 84px;
	margin: 5px 0 5px 0;
	padding: 0 0 0 12px;
	font-size:93%;
	font-weight: bold;
	color: #666666;
	background: #ffffff url(../images/blueBullet.gif) no-repeat 0px 6px;
}

div#introText {
	width:190px;
	margin: 0 0 200px 0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	float:right;
}

div#searchPanel {
	width:385px;
	float:right;
	margin: 0;
	padding: 7px 0 0 0;
	background: transparent url(../images/panel-homeSearchPanel-top.gif) no-repeat top left;
}

div#searchPanel div {
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/panel-homeSearchPanel-bg.gif) repeat-y top left;
}

div#searchPanel div div {
	margin: 0;
	padding: 3px 10px 10px 10px;
	background: transparent url(../images/panel-homeSearchPanel-botto.gif) no-repeat bottom left;
	text-align: left;
}

span#SearchTitle {
	display:block;
	width:127px;
	height:12px;
	font-size: 77%;
	margin: 0 0 5px -1px;
	padding: 2px;
	background: transparent url(../images/title-SearchtheArchives.gif) no-repeat left top;
	text-align: left;
	text-indent: -4000px;
}

input {
	margin: 0;
	padding: 0;
}

input.homeSearch {
float: left;
	border: 1px #42b4e6 solid;
	margin: 2px 2px 2px 0;
	padding: 2px;
	width: 358px;
	font-size: 100%;
	color: #666666;
}

select.homeSelect {
float: left;
	margin: 2px 2px 2px 0;
	padding: 0;
	width: 358px;
	font-size: 100%;
	color: #666666;
}

input.homeSubmitBtn {
float: left;
margin: 2px 0 2px 2px;
padding: 2px;
height:22px;
	background: #285984 none;
	color: #ffffff;
	font-size:100%;
	font-weight:bold;
	border: none;
}

.homeSublinks {
	font-size:85%;
	color: #cccccc;
}

.homeSublinks a {
	text-decoration:none;
	color: #0099CC;
}

.homeSublinks a:hover {
	text-decoration:underline;
	color: #006699;
}