body {
	background: #151515;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal;
	color:#ffcd9e;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

/* This covers the entire (fixed width) space where the site contents will appear */
#body {
	padding-top: 163px;
	background: url('img/outer-tile.gif');
	width: 944px;
	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:none;
}

/* 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:block;
}

#news-ticker {
	position: absolute;
	top: 30px;
	right: 35px;
	width: 285px;
	height: 105px;
	text-align: left;
	font-size: 13px;
	color: #ff9637;
	display:block;
}

#news-ticker-control {
	position: absolute;
	top: 122px;
	right: 22px;
	width: 11px;
	height: 13px;
	cursor: pointer;
	display:block;
}

a:link		{ color:#ffffd8; text-decoration: none; }
a:visited	{ color:#ffffd8; text-decoration: none; }
a:hover		{ color:#ff9637; text-decoration: none; }

#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:block;
}

#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 {
	filter: Shadow(Color=#000000, Direction=120, Strength=2);
	height: 1em;
}

#rss-img {
	margin-left: 82px;
	margin-right: 82px;
	display: block;
}

#body-contents {
	text-align: left;
	z-index: 20;
	margin-right: 30px;
	margin-left: 218px;
	margin-bottom: -5px;
	position: relative;
	color: #ffcd9e;	
	font-size: 13px;

	/* Trick to achieve "min-height"-like effect in IE6 */
	min-height:590px;
	height:auto !important;
	height:590px;
}

#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: block;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
.print_only	{ display: none;  }
.screen_only	{ display: block; }
.mobile_only	{ display: none;  }
.not_in_print	{ display: block; }
.not_in_screen	{ display: none;  }
.not_in_mobile	{ display: block; }

h2		{ font-size:27px; font-weight:bold; color:#EB9C69; }
h3		{ font-size:21px; font-weight:bold; color:#EB9C69; }
h4		{ font-size:18px; font-weight:bold; color:#EB9C69; margin-top: 30px; margin-bottom: 18px; }
h5		{ font-size:16px; font-weight:bold; color:#EB9C69; margin-top: 28px; margin-bottom: 16px; }
h6		{ font-size:13px; font-weight:bold; color:#EB9C69; margin-top: 23px; margin-bottom: 13px; }
.lotop		{ margin-top: 8px; }
.nobot		{ margin-bottom: 0px; }
.standout	{ color:#EB9C69; }
pre		{ font-size:13px; font-family:Consolas,'Andale Mono','Courier New',Courier; }
td		{ font-size:13px; }
.nomargins	{ padding-left:0px; padding-bottom:0px; padding-top:0px; padding-right:0px; 
		  margin-left:0px; margin-bottom:0px; margin-top:0px; margin-right:0px;  }

.newslist_sub	{ font-size:12px; font-style:italic; font-weight: normal; color: #ffcd9e;	}


.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.edit, 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:16px; font-style:normal; font-weight: bold;   text-decoration: none; }
a.newslist_more			{ font-size:11px; font-style:italic; font-weight: normal; text-decoration: none; }
a.newslist_old			{ font-size:13px; font-style:normal; font-weight: bold;   text-decoration: none; }
.newslist_sub			{ font-size:11px; font-style:italic; font-weight: normal; }
.newslist_body			{ font-size:13px; font-style:normal; font-weight: normal; }
.newsarticle_title		{ font-size:18px; font-style:normal; font-weight: bold; color:#FF9C69; }
.newsarticle_sub		{ font-size:11px; font-style:italic; font-weight: normal; }
.newsarticle_body		{ font-size:13px; font-style:normal; font-weight: normal; }

img.left			{ border-style:none; padding-right:0px; margin-right:10px; }
img.right			{ border-style:none; padding-left:0px;  margin-left:10px;  }

/*** Attributes for various tables ***/

.user_master		{ background-color:#1A1A1A; color:#FF4000; }
.user_admin		{ background-color:#1A1A1A; color:#FFFF00; }
.user_staff		{ background-color:#1A1A1A; color:#FFA000; }

.newscateg_blog		{ background-color:#1A1A1A; color:#FFCC99; }
.newscateg_normal	{ background-color:#1A1A1A; color:#FFA000; }

/*** Basic table attributes: they're used almost everywhere ***/
.tb_title2		{ background-color:#DF835A; color:#202020; font-weight:bold; }
.tb_title		{ background-image: url(img/tb_title.gif); color:#202020; font-weight:bold; }
.tb_hdr			{ background-color:#FFCC99; color:#202020; font-weight:bold; }

.tb_plain		{ background-color:#1A1A1A; color:#FFCC99; }
.tb_err			{ background-color:#1A1A1A; color:#FF0000; font-weight:bold; }
.tb_normal		{ background-color:#1A1A1A; color:#FFCC99; }
.tb_inactive		{ background-color:#1A1A1A; 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:#2E2E2E; padding:13px; }
pre.bbcode		{ font-family:'Andale Mono','Courier New',Courier; font-size:13px; color:#ffcd9e; margin:0px; }

blockquote.bbquote	{ background-color:#2E2E2E; color:#ffcd9e; padding:13px; margin-top:0px; margin-bottom:0px; }
blockquote.bbindent	{ margin-top:0px; margin-bottom:0px; }
font.bbcite		{ color:#EB9C69; }

a.bblink		{ }
img.bbimgplain		{ border-style:none; }
img.bbimgcenter		{ border-style:none; }
img.bbimgleft		{ border-style:none; padding-right:0px; margin-right:10px; }
img.bbimgright		{ border-style:none; padding-left:0px;  margin-left:10px;  }
img.bbimgmiddle		{ border-style:none; }

h1.bbh1			{ font-size:26px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
h2.bbh2			{ font-size:23px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
h3.bbh3			{ font-size:20px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
h4.bbh4			{ font-size:17px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
h5.bbh5			{ font-size:15px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
h6.bbh6			{ font-size:13px; font-weight:bold; font-style:normal; text-decoration: none; color:#EB9C69; }
ul.bbul			{ }
ol.bbol			{ }
li.bbli			{ }
table.bbtable		{ }
tr.bbtr			{ }
td.bbtd			{ padding:3px; margin:0px; }
th.bbth			{ padding:3px; margin:0px; }
