/* Global reset for cross-browser consistency */
* {
	border: #000000;
	color: #ffffff;
	padding: 0;
	margin: 0;
}


html {
   background-color: #1f1f1f;
}

/* Title text */

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}
copyright {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h5 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
strong {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 5px;
	color: #ffffff;
}
h2 {
	font-size: 1.9em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: bold;	
	padding-bottom: 5px;
	color: #ffffff;
}
h3 {
	font-size: 1.4em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: normal;
	color: #ffffff;
}
h4 {
	font-size: 1.2em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: bold;
	color: #ffffff;
}
h5 {
	font-size: 1.0em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: bold;
	color: #ffffff;
}
h6 {
	font-size: 0.8em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: bold;
	color: #ffffff;
}
copyri {
	font-size: 0.9em;
	margin: 0.1em 0em 0.1em 0em;
	font-weight: normal;
	color: #FFFFFF;
}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	color: #ffffff;
}
b {
	font-weight: bold;
	color: #ffffff;
}
strong {
	font-weight: bold;
	color: #ffffff;
}
i {
	font-style: italic;
	color: #ffffff;
}
em {
	font-style: italic;
	color: #ffffff;
}

ul {
	list-style: none;
}

ul li {
	/* padding-left: 30px;
	background: url(assets/images/bullet-list.gif) no-repeat 18px 8px;
	line-height: 180%;
	*/
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

/* General typesetting */
body {
	
	background: #FFFFFF;
	font-size: 76%;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	line-height: 1.3;
}
a:link {
	color: #72AC33;
	text-decoration: none;
}
a:visited {
	color: #72AC33;
	text-decoration: none;
}
/* A couple of handy classes to have */
img {
	border: 0 transparent none;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.float-right {
	float: right;
}
img.float-left {
	float: left;
}


p.centered {
	text-align: center;
	margin: 0;
}
/* And now the divs, inside a wrap with fixed width in ems. */
#wrap {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
}

#wrap-outer {
	margin: 0 auto;
	width: 1018px;
	min-width: 1018px;
	padding: 0px 0px 0px 0px;
}

#wrap-inner {
	margin: 0 auto;
	width: 900px;
	min-width: 900px;
	padding: 0px 0px 0px 0px;
}
#linespace-small {
	padding-top: 3px;
}
#linespace-normal {
	padding-top: 7px;
}
#linespace-big {
	padding-top: 14px;
}
#linespace-XL {
	padding-top: 25px;
}


/* Header Divisions
---------------------------- */
#ddc-header-container {
	background: #464646 url('assets/images/header-bg-repeat.png') repeat-x top;
	Height: 136px;
	width: 100%;
}

#ddc-header {
	width: 100%;
	background: #464646 url('assets/images/header-bg.png') no-repeat top;
}

#ddc-logo {
	position: relative;
	background: url('assets/images/logo.png') no-repeat left;
	height: 96px;
	width: 100%;
	top: 0px;
	left: 20px;
	overflow: hidden;
}

#ddc-search {
	width: 157px;
	background-color: transparent;	
	background-image: url(assets/images/search-bg.png);	
	background-repeat: no-repeat;
	line-height: 28px;
	position: absolute;
	top: 35px;
	right: 40px;
	height: 28px;
}

#ddc-search .inputbox {
	width: 100px;
	padding: 0;
	border: none;
	margin: 7px 0 0 10px;
	background: none;
	color: #FFFFFF;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

* html #ddc-search .inputbox, *+html #ddc-search .inputbox {
	margin: 1px 0 0 10px;
}


#ddc-nav-container {
	background: url('assets/images/trans9.png') repeat-x bottom;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	Height: 40px;
	Width: 100%;
}

ul#menu {
	margin:0px; 
	padding-top:10px;
	padding-right: 10px;
	float: right;
}
ul#menu li {
	padding: 0 0 0 0;
	background: none;
	display:inline;
	
}
ul#menu li a {
	border: none;
	border-right: 1px dotted #C0C0C0;
	text-decoration:none;
	color:#ffffff;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px
	
}
ul#menu li a.last {
	border: none;
	text-decoration:none;
	color:#ffffff;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px
	
}

ul#menu li a.lastactive {
	border: none;
	text-decoration:none;
	color:#6EB43F;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px
	
}

ul#menu li a.active, ul#menu li a:hover {
	color:#6EB43F;
}

#ddc-spotlight {	
	background: #2A2927 url('assets/images/topslwrap-bg.gif') repeat-x top;
	Height: 180px;
	Width: 100%;
}

#ddc-spotlight-innertrans {
	Height: 180px;
	Width: 100%;
	background: url('assets/images/trans9.png') repeat-x top;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
}

#ddc-spotlight-container {
	Height: 100%;
	Width: 100%;
	padding: 10px 10px 10px 10px;
}

#ddc-access {	
	background: #464646;
	Height: 40px;
	Width: 100%;
}

#ddc-access-innertrans {
	background: #2A2A2A;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	Height: 30px;
	Width: 100%;
	overflow: hidden;
}

/* Content Divisions
---------------------------- */

#ddc-main {
	background: #464646;	
	min-height: 350px;
	overflow: hidden;
	text-align: left;	
	width: 100%;
}

#ddc-main-container {
	background-color: #464646;	
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 100%;
}

#ddc-main-leftcolumn {
	float: left;
	width: 200px;
    	margin: 0 0px 0 0px;
}

#ddc-main-seperator {
	float: left;
	width: 20px;
    	margin: 0 0px 0 0px;
}

#ddc-main-body {
	background: #2A2A2A;
	float: right;
	width: 680px;    	
    	margin: 0 0px 0 0px;
}

#ddc-main-full {
	background: #2A2A2A;
	float: left;
	width: 100%;    	
    	margin: 0 0px 0 0px;
}

#ddc-main-body-container {
	/*background: #2A2A2A;*/
	background: #2A2A2A;
	/*border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	border-top: #808080 1px solid;
	*/
	padding-left: 10px;
	padding-right: 10px;
}

#ddc-main-body-container img {
    	
}
#ddc-main-body-container img.float-right { 
	display: block;
    	border: 1px dotted #c0c0c0;
	padding: 5px;
	
	float: right; 
	margin-left: 10px; 
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#ddc-main-body-container img.float-left { 
	display: block;
	background-color: #3a3a3a;
    	border: 1px dotted #c0c0c0;
	padding: 5px;

	float: left; 
	margin-left: 0px; 
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#ddc-main-body-container small {
	color:#ffffff;
	font-weight:bold;
	font-size:0.9em;
	display:block;
	margin-bottom:15px;
}

#ddc-main-body-container small#a {
	color:#0571FF;
}

/* Footer Divisions
---------------------------- */

#ddc-footer {
	background: #1f1f1f url('assets/images/footer-bg.png') repeat-x top;;	
	min-height: 50px;
	overflow: hidden;
	text-align: left;	
	width: 100%;
}

#ddc-footer-container {
	overflow: hidden;
	padding-top: 10px;
	text-align: left;
	width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	color: #ffffff;
	list-style: none;
}

#ddc-footerright {
	/* used as the search function holder */
	float: right;
	width: 40%;
	text-align: right;
	color: #494949;
	padding-right: 3px;
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	list-style: none;
}
#ddc-footerright a {
	color: #F8981D;
	text-decoration: none;
}
#ddc-footerright a:focus {
	color: #F8981D;
	text-decoration: underline;
}
#ddc-footerright a:active {
	color: #F8981D;
	text-decoration: underline;
}
#ddc-footerright a:hover {
	color: #F8981D;
	text-decoration: underline;
}
#ddc-footerleft {
	float: left;
	width: 58%;
	text-align: left;
	color: #494949;
	padding-left: 3px;
}

#ddc-footerleft p {
	padding: 0;
	margin: 10px 0 10px 0;
	color: #494949;
	font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	line-height: normal;
}

ul#footerleft {
	margin:0px; 
	padding-right: 10px;
	float: left;
}
ul#footerleft li {
	padding-right: 5px;
	padding-left: 5px;
	padding: 0 0 0 0;
	background: none;
	display:inline;
	
}
ul#footerleft li a {
	margin: 0.1em 0em 0.1em 0em;
	border: none;
	border-right: 1px dotted #C0C0C0;
	text-decoration:none;
	color:#ffffff;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 7px;
	padding-right: 7px;	
}

ul#footerleft li a.last {
	border: none;
	text-decoration:none;
	color:#ffffff;
	
}

ul#footerleft li a:hover {
	color:#6EB43F;
}


/* Left Menu
---------------------------- */

#ddc-contentnav{
	padding:0;
	margin:0;
	width: 100%; /*width of menu*/	
	background: #2A2A2A;
	/*
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	border-top: #808080 1px solid;
	*/
}

#ddc-contentnav h3 {
	margin: 0 0 0 0;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #72AC33;
	line-height: 25px;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 5px 5px;
	border-bottom: 1px solid #C0C0C0; 
}

ul#contentnav {
	margin:0px; 
	padding-right: 5px;
	padding-left: 5px;
}
ul#contentnav li {	
	background: none;	
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	padding: 0 0 0 0;	
}
ul#contentnav li a {	
	border: none;
	border-bottom: 1px dotted #C0C0C0;
	background: #2A2A2A url('assets/images/green.gif') no-repeat 8px 11px;
	color:#ffffff;
	display: block;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;	
	line-height: 35px;
	padding-top: 2px;
	padding-left: 25px;
	padding-right: 7px;	
	text-decoration:none;
}

ul#contentnav li a.last {
	border: none;
	text-decoration:none;
	color:#ffffff;
	
}

ul#contentnav li a:hover {
	color:#6EB43F;
	background: #2A2A2A url('assets/images/green-hilite.gif') no-repeat 8px 11px;
}

/* ------------- */


pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #666666;
	background-color: #464646;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

blockquote {
	margin: 0;
	padding: 1em 40px 1em 15px;
}

blockquote span.open {	
	background: #2A2A2A url('assets/images/so-q.gif') no-repeat left top;
	padding: 3px 0 3px 20px;	
}

blockquote span.close {
	background: #2A2A2A url('assets/images/sc-q.gif') no-repeat bottom right;
	padding: 3px 20px 3px 0;	
}

/* Dropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #F26522;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #FF4444;
	background: url(assets/images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #F26522;
	background: url(assets/images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #469EC0;
	background: url(assets/images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #72AC33;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 20px 50px;
	border: 1px solid #464646;
	background: url(assets/images/sticky-bg.gif) no-repeat 5px 10px #2A2A2A;
}

p.download {
	padding: 10px 0px 20px 50px;
	border: 1px solid #464646;
	background: url(assets/images/download-bg.gif) no-repeat 5px 10px #2A2A2A;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(assets/images/checklist-bg.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(assets/images/star-bg.gif) no-repeat 0 3px;
}

/* Smallnumber */
ol.smallnumber {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.smallnumber li {
	margin: 10px 0 10px 30px;
	padding: 3px 0 5px 30px;
	line-height: 150%;
}

ol.smallnumber li.number-1 {
	background: url(assets/images/n-1.gif) no-repeat left top;
}

ol.smallnumber li.number-2 {
	background: url(assets/images/n-2.gif) no-repeat left top;
}

ol.smallnumber li.number-3 {
	background: url(assets/images/n-3.gif) no-repeat left top;
}

ol.smallnumber li.number-4 {
	background: url(assets/images/n-4.gif) no-repeat left top;
}

ol.smallnumber li.number-5 {
	background: url(assets/images/n-5.gif) no-repeat left top;
}

ol.smallnumber li.number-6 {
	background: url(assets/images/n-6.gif) no-repeat left top;
}

ol.smallnumber li.number-7 {
	background: url(assets/images/n-7.gif) no-repeat left top;
}

ol.smallnumber li.number-8 {
	background: url(assets/images/n-8.gif) no-repeat left top;
}

ol.smallnumber li.number-9 {
	background: url(assets/images/n-9.gif) no-repeat left top;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(assets/images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(assets/images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(assets/images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(assets/images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(assets/images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(assets/images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(assets/images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(assets/images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(assets/images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(assets/images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(assets/images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(assets/images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(assets/images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(assets/images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(assets/images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(assets/images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(assets/images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(assets/images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background-color: #2A2A2A;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #666666;
	background-color: #2A2A2A;
	position: relative;
}

.clear{	
	clear: both;
	overflow: hidden;
	height: 0;
}

/* NewsItems
----------------------------- */

#ddc-news {
	padding:0;
	margin:0;
	width: 100%; /*width of menu*/	
	background: #2A2A2A;
	/*
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-bottom: #808080 1px solid;
	border-top: #808080 1px solid;
	*/
}

#ddc-news h3 {
	margin: 0 0 0 0;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	line-height: 25px;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 5px 5px;
	border-bottom: 1px solid #C0C0C0; 
}

#ddc-newsitem {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 8px;
	width: 100%;	
}

#ddc-newsitem h5 {
	color: #72AC33;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}

#ddc-newsitem p {	
	color: #ffffff;
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0px;	
	padding: 0px;	
	padding-bottom: 8px;
}

#ddc-newsitem a {	
	width: 102px;
	display: block;
	background: url(assets/images/readon.gif) no-repeat bottom;
	color: #EFEFEF;
	font-size: 11px;
	line-height: 20px;
	text-indent: 25px;
	height: 20px;
}

#ddc-newsitem a:hover, #ddc-newsitem a:active, #ddc-newsitem a:focus {
	background: url(assets/images/readon.gif) no-repeat top;
	color: #FFFFFF;
	text-decoration: none;
}


.t {background: url(assets/images/t.gif) 0 0 repeat-x; width: 100%}
.b {background: url(assets/images/b.gif) 0 100% repeat-x}
.l {background: url(assets/images/l.gif) 0 0 repeat-y}
.r {background: url(assets/images/r.gif) 100% 0 repeat-y}
.bl {background: url(assets/images/bl.gif) 0 100% no-repeat}
.br {background: url(assets/images/br.gif) 100% 100% no-repeat}
.tl {background: url(assets/images/tl.gif) 0 0 no-repeat}
.tr {background: url(assets/images/tr.gif) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}

/* Tabs
----------------------------- */

#ddc-tabs {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}




/* Pathway
----------------------------- */

#ddc-pathway {
	font-family: "Segoe UI", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	position: relative;
	top: 7px;
	left: 10px;
	color: #c0c0c0;
	width: 100%;
	
}

#ddc-pathway strong {
	margin-right: 10px;
	color: #c0c0c0;
}

#ddc-pathway p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-right: 10px;
}

#ddc-pathway a {
	font-weight: bold;
}

/* UserTools
----------------------------- */

#ddc-usertools {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 20px;
}

#ddc-usertools ul {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
	line-height: normal;
}

#ddc-usertools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ddc-usertools img {
	padding: 0;
	margin: 0;
}


#ddc-content-body-seperator {	
	border: none;
	border-bottom: 1px dotted #C0C0C0;
	text-decoration:none;
	margin: 0 0 0 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

#ddc-project-spotlight {
	display: block;
    	border: 1px solid #c0c0c0;
    	float: left;
	padding: 5px;
	margin-top: 2px;	
	margin-bottom: 2px;
}