/*these are page and dock styles*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 500 11px/13px geneva,helvetica,sans-serif;
	background:#878787 url(../images/cdtiler.png) repeat fixed;
	padding: 0;
	color: #000;
	margin: 20px 0 0 0;
}

img
{
	border: none;
	background: transparent;
}

#nozcript,.return
{display:block;
margin-top:10px;
margin-left:10px;
width:160px;
background:#d2cfc1;
padding:4px;
}
#nozcript a ,#nozcript p { font: 500 16px/20px geneva,verdana,sans-serif;color:#e8e8e8;}

/* dock - top */
.dock
{
	position: relative;
	height: 50px;
	text-align: center;
}



.dock-item span { display: none; }

#dock2
{
	width: 100%;
	bottom: 4px;
	position: absolute;
	left: 0px;
	z-index:153;
}

.dock-container2
{
	position: absolute;
	height: 50px;
	background: transparent url(images/dock-bg.gif) no-repeat fixed;
}

/*although thickbox nomen. these are dock item styles*/
a.thickbox
{
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #f90;
	background: transparent;
	bottom: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index:156;
}

.thickbox span
{
	display: none;
	padding-left: 20px;
}

.thickbox img
{
	border: none;
	margin: 5px 10px 0px;
	width: 100%;
	background: transparent;
}

/*
#demoLinkList {
 list-style: none;
 margin: 0;
 padding: 0;
}

#demoLinkList li {
 float: left;
 width: 8em;
}

#demoLinkList a {
 display: block;
 padding: 0.5em;
 background-color: #8899BB;
 color: #FFFFFF;
 text-decoration: none;
}

#demoLinkList a:hover {
 background-color: transparent;
 color: #000000;
}

#targetArea, #blindArea {
 clear: both;
 padding: 0.5em 1.5em;
 margin-bottom: 2em;
 background: #fff;
 width:700px;
 height: 26em;
 overflow: auto;
}*/

