/* zapper.co.uk css file */


body{
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	color: #003399;
}

*{
	margin: 0;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}

a:link, a:active, a:visited{
	margin: 0;
	padding: 0;
	color: #00194b;
	font-weight: normal;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #cc0000;
}

h1, h2, h3{
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.small{
	font-size: 10px;
}

form{
	border: 0;
	padding: 0;
}

img{
	border: none;
	margin: 0;
	padding: 0;
}

input{
	margin: 0;
	padding: 0;
}

table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td, th{
	vertical-align: top;
}

p{
	padding: 0 0 10px 0;
}

div.debuginfo{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: Courier;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	border: 1px solid black;
	background-color: black;
	opacity: .5;
	filter: alpha(opacity=50);	

}

div.preload{
	display: none;
}

div.clearance{
	clear: both;
}

div.bluebox,
div.redbox{
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

div.bluebox p.endboxlink,
div.redbox  p.endboxlink{
	margin-top: 10px;
	text-align: right;
	padding-right: 5px;
}

div.redbox{ border: 1px solid #cc0000; }
div.bluebox{ border: 1px solid #003399; }

div.searchbox{
	padding-bottom: 7px;
}

div.redbox ul,
div.bluebox ul{
	list-style-type: none;
	padding: 7px;
}
div.redbox ul li,
div.bluebox ul li{
	margin-bottom: 3px;
}

div.redbox div.heading,
div.bluebox div.heading{
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
}
div.redbox div.heading{ background-color: #cc0000; }
div.bluebox div.heading{ background-color: #003399; }

div.sharethis{
	text-align: right;
	margin: 10px 0 10px 0;
	padding-right: 20px;
}
div.sharethis span#share{
	float: right;
}
div.sharethis span#share a.stlink{
	display: block;
	height: 18px;
	width: 75px;
	background-image: url(/images/rotating-sharethis-icon2.gif);
}

.blackbold{
	font-weight: bold;
	color: #000000;
}
p.blackbold{
	margin-top: 30px;
	line-height: 20px;
}

.large{
	font-size: 28px;
}

.largebold{
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}
.alert{
	font-weight: bold;
	color: #cc0000;
}

form#quicksearchform p{
	padding: 0;
	margin: 0 0 5px 5px;
}
form#quicksearchform{
	padding: 5px;
}
form#quicksearchform table{
	margin-left: 5px;
}
form#quicksearchform table td.searchbox{
	width: 175px;
	border: 1px solid #003399;
	vertical-align: middle;
	height: 20px;
	overflow: hidden;
	padding: 0;
}
form#quicksearchform table td.searchbox input{
	margin: 0;
	height: 18px;
	border: none;
	line-height: 20px;
	font-size: 13px;
	padding: 0 0 0 5px;
	width: 170px;
	background-color: transparent;
}


form#quicksearchform table td.submit{
	width: 30px;
	vertical-align: middle;
	border: 1px solid #003399;
}
form#quicksearchform table td.submit a{
	display: block;
	width: 30px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #003399; 
}
form#quicksearchform table td.submit a:link,
form#quicksearchform table td.submit a:active,
form#quicksearchform table td.submit a:visited{
	text-decoration: none;
	color: #ffffff;
	background-color: #003399; 
}
form#quicksearchform table td.submit a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #cc0000; 
}

/************** main layout ******************/

#topcontainer{
	width: 1011px;
	padding-left: 11px;
	margin: 0 auto 0 auto;
	background-image: url(/images/page-edge-left.gif);
	background-repeat: repeat-y;
}
#topcontainer div.inner1{
	width: 1000px;
	padding-right: 11px;
	background-image: url(/images/page-edge-right.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
#topcontainer div.inner2{
	width: 980px;
	padding: 0 10px 0 10px;
}
#header{
	height: 120px;
	margin-bottom: 10px;
}
#header div.logo img{
	height: 62px;
	width: 207px;
}
#header div.logo{
	padding-top: 10px;
}
#header p.tagline{
	margin: 0;
	padding: 0;
}

#header div.bluebar{
	background-color: #99ccff;
	height: 24px;
	border: 1px solid #000000;
}

#header div.bluebar p{
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 24px;
}

#main{}

#leftnav,#content,#rightcolumn{
	float: left;
}

#leftnav{
	width: 140px;
}
#content{
	padding: 0 20px 0 20px;
	width: 570px;
}
#rightcolumn{
	width: 230px;
}

#footer{
	height: 60px;
	padding: 20px;
}


form#loginform table{
	float: left;
	margin-right: 3px;
}

form#loginform table td{
	height: 24px;
	padding-left: 5px;
	vertical-align: middle;
}

form#loginform input{
	border: none;
	background-color: #ffffff;
	padding-left: 3px;
	height: 18px;
	width: 100px;
	line-height: 18px;
	font-size: 12px;
}

form#loginform td.submit a{
	display: block;
	height: 18px;
	background-color: #003399;
	color: #ffffff;
	line-height: 18px;
	text-align: center;
	width: 30px;
	text-decoration: none;
}

form#loginform td.submit input{
	width: 0px;
	height: 0px;
	border: none;
}

div.adsense120{
	margin-top: 30px;
	padding: 9px;
	border: 1px solid black;
	width: 120px;
}

table.querylog{
}


table.querylog td{
	border: 1px solid black;
	padding: 5px;
}
