a img {border: 0;}

a.incomingline, a.incomingline:hover {
	color: white;
	text-decoration: underline;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url(images/sprites_blue.gif) no-repeat 5px -500px;
	padding-left: 21px;
	padding-bottom: 3px;
	font-size: 1.1em;
}
a.morelink:hover {
	background: transparent url(images/sprites_blue.gif) 5px -400px;
}
.morelink span {
	position: absolute;
	left: -9999px;
	width: 900px;
}

.message {
	width: 90%; 
	padding: 5px; 
	border: 1px solid #dadada; 
	background: #f1f1f1; 
	text-align: center; 
	font-weight: bold; 
	margin: 5px auto 10px auto;
}

.clear {clear: both;}

.cellheader {
	background: url(images/cell-background.gif) 0 0 repeat-x;
	border: 1px solid #dadada;
	padding: 4px 0;
	margin-bottom: 1px;
	clear: both;
}


/* articles */
#articlesearch {
	margin-bottom: 5px;
}

#articlesort, #articlesearch {
	text-align: left;
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #ddd;
}

#articlesort ul {
	display: inline;
	margin: 0 0 0 3px;
}

#articlesort ul li {
	margin: 0 1px;
	padding: 0;
	background: none;
	display: inline;
}

#articlesort ul li a {
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	font-weight: bold;
}

#articlesort ul li a:hover {
	background: #f56655;
	color: #fff;
}

#articlesort p {
	margin: 10px 0 3px 0;
}

#articles {
	width: 100%;
	text-align: left;
	position: relative;
}

div.article {
	padding: 0 10px 10px 10px;
}

table.articles {
	width: 100%;
}
td.sidecolumn {
	width: 180px;
	vertical-align: top;
}

#articlecategories {
	width: 170px;
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: left;
	margin-top: 10px;
}

#articlecategories h4 {
	text-align: center;
	margin: 0 0 5px 0;
}

#articlecategories ul li {
	line-height:1.8;
	padding: 3px 0 3px 18px;
	background: url(images/sprites_blue.gif) no-repeat 5px -698px;
	font: bold 86% arial;
	display:block;
}

#articlecategories ul li a img {
	margin: 0 0 -3px 3px;
}

div.articletitle {
	margin: 5px;	
}

div.article .title {
	font-weight: bold;
	font-size: 1.3em;
}

div.article .added {
	position: relative;
	float: right;
	font-size: 0.9em;
	padding: 3px;
	background: #f1f1f1;
	margin-left: 3px;
}

div.article .articlebody {
	margin: 10px 5px;
}

/* article image */

div.image {
	float: left;
	width: 200px;
	margin: 0 10px 5px 0;
	padding: 5px;
	text-align: center;
	background: #f1f1f1;
	border: 1px solid #dadada;
}

div.image img {
	padding: 3px;
	border: 1px solid #dadada;
	border-bottom: none;
	background: #fff;
}

div.image h4 {
	margin: 0 auto 5px auto;
	padding-bottom: 3px;
	background: #fff;
	width: 157px;
	border: 1px solid #dadada;
	text-align: center;
	border-top: none;
}

div.image p {
	text-align: justify;
}

.addcomment, .return, .printarticle {
	padding: 5px 5px 5px 27px;
	background: url(images/addcomment.gif) 0 0 no-repeat;
	float: right;
	font-weight: bold;
	margin: 5px 3px 10px 3px;
}

.return { 
	background: url(images/back.png) 0 0 no-repeat;
}

.printarticle {
	background: url(images/print.png) 0 0 no-repeat;
}

/* authors */

span.author {
	font-style: italic;
	margin-left: 5px;
}

div.author {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #dadada;
}

div.author p {
	margin-bottom: 10px;
}

div.author img {
	float: left;
	margin: 0 10px 5px 0;
	background: #fff;
	border: 1px solid #dadada;
	padding: 3px;
}

div.author ul {
	margin-bottom: 10px;
}

div.author ul li {
	background: none;
	display: inline;
	margin-right: 15px;	
}

ul.listinglinks {
	float: right;
	width: 150px;
	background: #f1f1f1;
	padding: 5px 5px 10px 5px;
	margin: 0 0 5px 10px;
}

ul.listinglinks li {
	display: block;
	padding: 0;
	line-height: 1.8;	
}

ul.listinglinks li a {
	padding: 3px 0 3px 13px;
	background: transparent url(images/sprites_blue.gif) no-repeat 5px -698px;
}

li.listtitle {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 7px;
}


a.aboutauthor:link, a.aboutauthor:visited, a.aboutauthor:hover, a.aboutauthor:active {
	background: transparent url(images/aboutauthor.gif) 0 0 no-repeat;
	padding: 4px 0 4px 27px;
	font-size: 1.1em;
}
a.contactauthor:link, a.contactauthor:visited, a.contactauthor:hover, a.contactauthor:active {
	background: transparent url(images/contactauthor.gif) 0 0 no-repeat;
	padding: 4px 0 4px 27px;
	font-size: 1.1em;
}
a.aboutauthor:hover, a.contactauthor:hover {
	background: transparent url(images/aboutcontactflash.gif) 0 0 no-repeat;
}

#authors div.author {
	margin: 5px 0;
}

/* comments */
#comments {
	text-align: left;
	padding: 10px;
}

.comment {
	clear: both;
	margin: 5px 0 15px 0;
}

.commenttitle {
	padding: 5px 0px; 
	background: #f1f1f1; 
	width: 100%; 
	margin: 0 auto;
}

.commentbody {
	padding: 0 10px;
}

.report a {
	float: right; 
	margin-top: -5px; 
	padding: 5px 0 5px 27px;
	background: url(images/cross.png) 0 0 no-repeat;
}

/* cp */
table.cparticle {
	width: 95%;
	margin: 0 auto;
	vertical-align: top;
}

td.cpnav, td.cpmain {
	vertical-align: top;
}

td.cpnav {
	width: 250px;
}

td.cpnav ul li {
	line-height:1.8;
	padding: 3px 0 3px 18px;
	background: url(images/sprites_blue.gif) no-repeat 5px -698px;
	font: bold 86% arial;
	display:block;
}

td.cpnav ul ul {
	margin: 0 0 1em 23px;padding:0
}

td.cpnav ul ul li {
	background: url(images/sprites_blue.gif) no-repeat 5px -798px;
	padding: 1px 0 5px 12px;
}
