/* ---------------- home.css file ---------------------------------------------- */
/*                                                                               */
/* Styles Only Pertinent to the Homepage					 */
/*										 */
/* Author: Willem Scholten                                                       */
/*										 */
/* $HeadURL$									 */
/* $Id$										 */
/* $LastChangeBy$								 */
/*										 */
/*  -----------------------------------------------------------------------------*/

#upper {
	padding:8px 0px 3px 8px;
	}
	
#recent {
	width:240px;
	height:100%;
	background: #fff;
	float:right;
	border-left:1px solid #ebebeb;
	padding:12px 0px 5px 30px;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li {
	border-bottom:1px solid #ebebeb;
	list-style:none;
	padding:7px 10px 7px 15px;
	background:url(/dpexplorer/locale/en/images/icon_page_home.gif) no-repeat 0 9px;
	}

#recent a, #recent a:visited {
	color:#939598;
	font-weight:bold;
	font-size:1em;
	}
				
#home .stripes {
	background: #FFF url(/dpexplorer/locale/en/images/bg_stripe2.gif) repeat-x;
	/* padding:14px 14px 20px 14px; */
	padding-top: 9px;
	margin-top: 0px;
	}

#home #sidebar {
	display: block;
        padding: 18px 13px 35px 13px;
}

#home #content {
        float: left;
        width: 699px;
        padding: 18px 18px 40px 15px;
}

