/* NewsPrints Default Stylesheet */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	background-color:FFF;
	padding-top:10px;
}

h1, h2, h3, h4, h5, form, ul, p {
	margin:0;
	padding:0;
}

iframe {
	border-width:0;
	padding:0;
	margin:0;
}

img {
	border: none;
}

form {
	padding:0;
	margin:0;
}

a,
a:hover,
a:active,
a:visited {
	outline: 0;
	color: #000;
}

a:hover{
	text-decoration: none;
}

/*Common classes*/

.hide {
	display: none;
}

.show {
	display: block;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 11px;
}

/* Main Body and two main columns */
#dMn {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:765px;
}
#dMnl {
	width:760px;
	float:left;
	padding-right:30px;
}
#dMnr {
	width:160px;
	float:left;
}

/* Adverts */
#iAd0 {
	margin-left:16px;
	height:90px;
	width:728px;
	margin-bottom:12px;
}
#iAd1 {
	height:151px;
	width:160px;
	margin-bottom:20px;
}
#iAd2 {
	height:600px;
	width:160px;
}

/* Top Section */
#dTs {
	position:relative;
	height:150px;
	width:760px;
	background-image:url(/i/nwl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#dTsi {
	position:absolute;
	top:0px;
	left:0px;
}
#dTsu {
	position:absolute;
	top:0px;
	left:334px;
	width:445px;
}
#dTsu ul{
	position:relative;
	list-style:url(/i/bullet-point-grey.gif);
	line-height:18px;
	font-weight:bold;
	font-size:12px;
}

#dTib { background-color:#EEE;
	position:absolute;
	top:103px;
	right:220px;
	width:318px;
	padding:4px 0px;
	border:#999 1px solid;
	background-color:#EEE;
	font-size:12pt;
	text-align:center;
	cursor:pointer;
}
#dTib a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#dTis {
	position:absolute;
	top:103px;
	right:0px;
	width:160px;
	font-size:9pt;
}



/* Search Next Prev Info */
.dIt {
	position:relative;
	width:760px;
	height:37px;
}
.dItpp, .dItnp, .dItin {
	position:absolute;
	top:1px;
	font-size:9pt;
	font-weight:normal;
}
.dItpp {
	left:0px;
	width:100px;
	text-align:center;
	padding:4px 0px;
	border:#999 1px solid;
	background-color:#EEE;
	cursor:pointer;
}
.dItnp {
	right:0px;
	width:100px;
	text-align:center;
	padding:4px 0px;
	border:#999 1px solid;
	background-color:#EEE;
	cursor:pointer;
}
.dItin {
	top:2px;
	left:105px;
	width:552px;
	text-align:center;
	color:#000;
}
.dItin a {
	font-weight:bold;
	color:#000;
}
.dItin a:link {text-decoration:none}
.dItin a:visited {text-decoration:none}
.dItin a:hover {text-decoration:underline; color:#9D0000}
.dItpp a, .dItnp a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


/* Pic Name, Newspaper Name */
#dHd {
	width:760px;
	margin-bottom:10px;
}
#dHd h3, #dHd h4, #dHd h3 span, #dHd h4 span {
	font-weight:bold;
	text-align:left;
	margin:0px;
	padding:0px;
	font-size:14px;
	margin-bottom:2px;
}
#dHd h3 span, #dHd h4 span {
	display:block;
	float:left;
	font-weight:normal;
	width:100px;
}


/* Pic Info */
#dPc {
	position:relative;
	width:760px;
	margin-bottom:10px;
	height:462px;
}
#dPcl, #dPcr {
	float:left;
}
#dPcl {
	width:500px;
}
#dPcr {
	width:260px;
}
#dPclsn {
	position:absolute;
	top:-4px;
	left:100px;
	width:160px;
	z-index:10000;
}
.dPcrg { 
	float:none;
	clear:both;
	width:100%;
	margin-bottom:12px;
	padding-bottom:9px;
	border-bottom:#CCC 1px dashed;
	font-size:1px;
}
.dPcrp {
	float:none;
	clear:both;
	width:100%;
	font-size:12px;
	line-height:120%;
}
.dPcrpl, .dPcrpr {
	float:left;
	font-size:12px;
	line-height:120%;
}
.dPcrpl {
	width:70px;
}
.dPcrpr {
	width:190px;
	clear:right;
}
.dPcrpr h4, .dPcrpr h4 a {
	font-weight:bold;
	color:#000;
	font-size:24px;
	margin:0;
	padding:4px 0 12px 0;
}
.dPcrpr h4 a:link {text-decoration:none}
.dPcrpr h4 a:visited {text-decoration:none}
.dPcrpr h4 a:hover {text-decoration:underline; color:#9D0000}

#iMPic {
	position:absolute;
	left:0px;
	top:0px;
	border:#CACACA 1px solid;
	padding:5px;
}



/* Email Pop */
#dEm {  
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:462px;
	z-index:1000000;
	display:none;
	visibility:hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  -khtml-opacity:0.85;
  opacity:0.85;
	color:#FFF;
	background-color:#000;
}
#dEm .w {
	float:none;
	clear:both;
	padding:4px 0 0 100px;
	margin:0;
	width:600px;
}
#dEm .l, #dEm .r {
	float:left;
	font-size:12px;
	color:#FFF;
	font-weight:normal;
}
#dEm .l {
	width:240px;
}
#dEm .r {
	width:280px;
}
#dEm h3 {
	font-weight:bold;
	margin:0px;
	padding:20px 0 0 100px;
	font-size:18px;
	color:#FFF;
}
#dEm input.text, #dEm input[type=text] {
	width:280px;
	font-size:12px;
	color:#333;
	font-weight:normal;
}
#bEm {
	width:280px;
	padding:6px 0;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
#bEmC {
	width:280px;
	padding:6px 0;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background-color:#F00;
}



/* Main Menu Items */
#topNavLnx {
	width:760px;
	height:56px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	letter-spacing:-0.5px;
	overflow:hidden;
	z-index:1000000;
	margin-bottom:12px;
}
#topNavLnx a {
	display:block;
	float:left;
	padding:16px 10px 0px 10px;
	margin:0px 7px 0px 7px;
	height:56px;
	background: url(/i/bullet-point-arrow-black.gif) 0px 23px no-repeat;
	text-decoration: none;
	color:#4C4C4C;
}
#topNavLnx a:hover {
	background: url(/i/menuItems-bg.jpg) top left repeat;
	text-decoration: none;
	color:#FFF;
	background-color:#000;
}
#topNavLnx a:selected {
	background: url(/i/menuItems-bg.jpg) top left repeat;
	text-decoration: none;
	color:#000;
	background-color:#FFF;
}



/* Footer */
#dFooter {
	float:none;
	clear:both;
	border:#CCC 1px solid;
	text-align:center;
	position:relative; 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px; 
	padding-bottom:10px; 
	margin-bottom:10px;
	margin-top:30px;
	font-size:12px;
	color:#373736;
}
#dFooter a {
	font-size:12px;
	font-weight:bold;
	color:#9D0000;
}
#dFooter a:link {text-decoration:none}
#dFooter a:visited {text-decoration:none}
#dFooter a:hover {text-decoration:underline}

