body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:normal;
	color:#000000;
	margin: 0pt;
	padding: 0pt;
}

div {
	margin: 0px;
	padding: 0px;
}

/* This covers the entire (fixed width) space where the site contents will appear */
#body {


	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Upper area showing the ZD logo for printing only */
#print-head {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background: url('img/print-logo.gif') top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	display:block;
}

/* Upper area showing the ZD logo for screen only */
#head {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 944px;
	height: 176px;
	z-index: 1;
	background: url('img/outer-top.gif') top center no-repeat;
	margin-left: auto;
	margin-right: auto;
	display:none;
}

#news-ticker {
	position: absolute;
	top: 30px;
	right: 35px;
	width: 285px;
	height: 105px;
	text-align: left;
	font-size: 13px;
	color: #ff9637;
	display:none;
}

#news-ticker-control {
	position: absolute;
	top: 122px;
	right: 22px;
	width: 11px;
	height: 13px;
	cursor: pointer;
	display:none;
}

a:link		{ color:#0000A0; text-decoration: underline; }
a:visited	{ color:#0000A0; text-decoration: underline; }
a:hover		{ color:#0000A0; text-decoration: underline; }

#body-sidebar {
	position: absolute;
	left: 15px;
	top: 148px;
	width: 180px;
	z-index: 15;
	text-align: left;
	color: #EB9C69;
	text-shadow: 1px 2px 1px black;
	font-size: 13px;
	font-weight: bold;
	display:none;
}

#body-sidebar .hr {
	background: url('img/sidebar-hr.gif');
	border: none;
	height: 2px;
	width: 172px;
	margin-left: 4px;
	margin-right: 4px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

#body-sidebar a			{ color: #d9ccb6; text-decoration: none; }
#body-sidebar a:hover		{ color: #f49a48; text-decoration: none; }
#body-sidebar a.submenu:link	{ font-size:12px; font-weight:normal; }
#body-sidebar a.submenu:visited	{ font-size:12px; font-weight:normal; }
#body-sidebar a.submenu:hover	{ font-size:12px; font-weight:normal; }

#body-sidebar-links {
	margin-left: 10px;
	width: 160px;
	line-height: 24px;
	vertical-align:bottom;
}

/* Alignment of the right arrow graphic wrt to the text */
#body-sidebar-links img {
	margin-left: 6px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	margin-bottom: 5px;
}

/* Stupid trick to fix IE's line spacing (text+image problem) */
#body-sidebar-links .link {
	
	height: 1em;
}

#rss-img {
	margin-left: 82px;
	margin-right: 82px;
	display: block;
}

#body-contents {
	text-align: left;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	position: relative;
	color: #000000;	
	font-size: 10pt;





}

#foot {
	background: url('img/outer-bottom.gif') top center no-repeat;
	height: 67px;
	padding-top: 0px;
	margin-top: 0px;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 13px;
	color: #909090;
	text-shadow: 1px 1px 1px black;
	clear: both;
	display: none;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.print_only	{ display: block; }
.screen_only	{ display: none;  }
.mobile_only	{ display: none;  }
.not_in_print	{ display: none;  }
.not_in_screen	{ display: block; }
.not_in_mobile	{ display: block; }

h2		{ font-size:20pt; font-weight:bold; color:#984914; }
h3		{ font-size:16pt; font-weight:bold; color:#984914; }
h4		{ font-size:14pt; font-weight:bold; color:#984914; margin-top: 22pt; margin-bottom: 12pt; }
h5		{ font-size:12pt; font-weight:bold; color:#984914; margin-top: 21pt; margin-bottom: 12pt; }
h6		{ font-size:10pt; font-weight:bold; color:#984914; margin-top: 17pt; margin-bottom: 10pt; }
.lotop		{ margin-top: 6pt; }
.nobot		{ margin-bottom: 0pt; }
.standout	{ color:#984914; }
pre		{ font-size:10pt; font-family:Consolas,'Andale Mono','Courier New',Courier; }
td		{ font-size:10pt; }
.nomargins	{ padding-left:0pt; padding-bottom:0pt; padding-top:0pt; padding-right:0pt; 
		  margin-left:0pt; margin-bottom:0pt; margin-top:0pt; margin-right:0pt;  }

.newslist_sub	{ font-size:9pt; font-style:italic; font-weight: normal; color: #000000; }

/***********************************
.section {
	width: 620px;
	background: url('img/section-tile.gif') top center repeat-y;
	position: relative;
	padding-bottom: 0px;
}
.section-top {
	color: #EB9C69;
	font-weight: bold;
	background: url('img/section-top.gif') top center no-repeat;
	padding-left: 16px;
	padding-right: 10px;
	height: 68px;
	padding-top: 8px;
	font-size: 15px;
}
.section-body {
	padding-left: 16px;
	padding-right: 13px;
	padding-top: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	z-index: 20;
	position: relative;
	font-size: 13px;
}
.section-bottom {
	background: #1a1a1a url('img/section-bottom.gif') top center no-repeat;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
#article-nav {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}
hr {
	border: 1px solid;
	border-top-color: #282828;
	border-left-color: #202020;
	border-bottom-color: #505050;
	border-right-color: #606060;
}
.section-header {
	color: #EB9C69;
	font-weight: bold;
	background: url('img/section-simple.gif') top center no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	height: 71px;
	padding-top: 6px;
	font-size: 15px;
}

div.submenu {
	padding-top:1px;
	padding-bottom:2px;
	line-height:16px;
}

input, textarea {
	font-size:13px;
	text-decoration: none;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	color:#000000;
	background-color:#d9ccb6; 
	border-style: solid;
	border-bottom-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-left-color: #909090;
	border-top-color: #909090;
}

input.left_edit {
	font-size:13px;
	text-decoration: none;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica;
	background-color: #d9ccb6;
	color:#000000;
	width:84px;
}

input.left_button {
	width:90px; margin-top:10px; padding-top:0px;
	border-top-width:    2px; border-top-color:    #ffffff;
	border-left-width:   2px; border-left-color:   #ffffff;
	border-bottom-width: 2px; border-bottom-color: #000000;
	border-right-width:  2px; border-right-color:  #000000;
	background-color: #d9ccb6;
}

select {
	background-color:#d9ccb6;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
*****************/

/*** Error messages in plain text (outside tables) ***/
.bold_err		{ color:#FF0000; font-weight:bold; }
.plain_err		{ color:#FF0000; font-weight:normal; }

/********** classes for news **************/

a.newslist_title		{ font-size:12pt; font-style:normal; font-weight: bold;   text-decoration: none; }
a.newslist_more			{ font-size:8pt;  font-style:italic; font-weight: normal; text-decoration: none; }
a.newslist_old			{ font-size:10pt; font-style:normal; font-weight: bold;   text-decoration: none; }
.newslist_sub			{ font-size:8pt;  font-style:italic; font-weight: normal; }
.newslist_body			{ font-size:10pt; font-style:normal; font-weight: normal; }
.newsarticle_title		{ font-size:14pt; font-style:normal; font-weight: bold; color:#984914; }
.newsarticle_sub		{ font-size:8pt;  font-style:italic; font-weight: normal; }
.newsarticle_body		{ font-size:10pt; font-style:normal; font-weight: normal; }

img.left			{ border-style:none; padding-right:0pt; margin-right:8pt; }
img.right			{ border-style:none; padding-left:0pt;  margin-left:8pt;  }

/*** Attributes for various tables ***/

.user_master		{ background-color:#FFFFFF; color:#800000; }
.user_admin		{ background-color:#FFFFFF; color:#404000; }
.user_staff		{ background-color:#FFFFFF; color:#000080; }

.newscateg_blog		{ background-color:#FFFFFF; color:#000000; }
.newscateg_normal	{ background-color:#FFFFFF; color:#000000; }

/*** Basic table attributes: they're used almost everywhere ***/
.tb_title2		{ background-color:#D0D0D0; color:#000000; font-weight:bold; }
.tb_title		{ background-color:#D0D0D0; color:#000000; font-weight:bold; }
.tb_hdr			{ background-color:#D0D0D0; color:#000000; font-weight:bold; }

.tb_plain		{ background-color:#FFFFFF; color:#000000; }
.tb_err			{ background-color:#FFFFFF; color:#FF0000; font-weight:bold; }
.tb_normal		{ background-color:#FFFFFF; color:#000000; }
.tb_inactive		{ background-color:#FFFFFF; color:#808080; }
.tb_shadow		{
				border-top-style:solid;    border-top-width:2px;    border-top-color:   #b0b0b0;
				border-left-style: solid;  border-left-width: 2px;  border-left-color:  #b0b0b0;
				border-bottom-style:solid; border-bottom-width:3px; border-bottom-color:#000000;
				border-right-style: solid; border-right-width: 3px; border-right-color: #000000;
			}

/*** BBCode stuff ***/

td.bbcodebgd		{ background-color:#D0D0D0; padding:10pt; }
pre.bbcode		{ font-family:'Andale Mono','Courier New',Courier; font-size:10pt; color:#000000; margin:0pt; }

blockquote.bbquote	{ background-color:#D0D0D0; color:#000000; padding:10pt; margin-top:0pt; margin-bottom:0pt; }
blockquote.bbindent	{ margin-top:0pt; margin-bottom:0pt; }
font.bbcite		{ color:#984914; }

a.bblink		{ }
img.bbimgplain		{ border-style:none; }
img.bbimgcenter		{ border-style:none; }
img.bbimgleft		{ border-style:none; padding-right:0pt; margin-right:8pt; }
img.bbimgright		{ border-style:none; padding-left:0pt;  margin-left:8pt;  }
img.bbimgmiddle		{ border-style:none; }

h1.bbh1			{ font-size:20pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
h2.bbh2			{ font-size:18pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
h3.bbh3			{ font-size:16pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
h4.bbh4			{ font-size:14pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
h5.bbh5			{ font-size:12pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
h6.bbh6			{ font-size:10pt; font-weight:bold; font-style:normal; text-decoration: none; color:#984914; }
ul.bbul			{ }
ol.bbol			{ }
li.bbli			{ }
table.bbtable		{ }
tr.bbtr			{ }
td.bbtd			{ padding:2pt; margin:0pt; }
th.bbth			{ padding:2pt; margin:0pt; }
