/** 
 * Home plugin style sheet
 *
 * @since 12.04.2006
 * @author  <gaj@capuder.si>
 */

.box.home {
	background-image	: url(/dsg/home_top.gif);
	background-repeat	: no-repeat;
	height				: 1%;
	padding-top			: 22px;
}

.box.home .news,
.box.home .events {
	width				: 50%;
	float				: left;
}

.box.home h3 {
	font-weight			: normal;
	color				: #EC008C;
	margin-top			: 10px;
	border-bottom		: 1px solid #DDDDDD;
	padding-bottom		: 5px;
	margin-bottom		: 5px;
	margin-left			: 10px;
	margin-right		: 23px;
}

.box.home form {
	margin-left			: 10px;
	margin-right		: 23px;
}

.box.home form p {
	padding-top			: 0px;
	padding-bottom		: 5px;
}

#center .box.home form a.more {
	background-image	: url(/dsg/link_more.gif);
	width				: 100px;
}

#center .box.home form table  {
	margin				: 0px;
	width				: 160px;
	float				: right;
	margin-bottom			: 10px;
	margin-top			: 3px;
}

.box.home form h4 {
	color				: #999999;
	margin				: 0px;
	margin-bottom		: 1px;
	padding				: 0px;
	font-size			: 11px;
	font-weight			: normal;
}

#center .box.home .events form span {
	color				: #000000;
}

#center .box.home form table td {
	padding				: 0px;
}

.box.home table td.full {
	background-color	: #000000;
	height				: 8px;
	font-size			: 5px;
}

.box.home table td.empty {
	background-color	: #999999;
	height				: 8px;
	font-size			: 5px;
}

.box.home .body {
	background-color	: #ffffff;
	height				: 100%;
	overflow			: hidden;
}

.box.home h1 {
	font-size			: 13px;
	color				: #ffffff;
	background-image	: none;
	padding				: 0px;
	padding-bottom		: 5px;
}

.box.home ul {
	margin				: 15px 15px 0px 15px;
	list-style			: none;
}

.box.home .news ul {
	margin-top			: 10px;
}

.box.home .news p {
	padding				: 0;
}

.box.home ul li {
	padding				: 0px;
	background-image	: none;
	margin-top			: 0px;
	margin-bottom		: 10px;
}

.box.home  span {
	display				: block;
	color				: #999999;
	font-size			: 11px;
}

.box.home ul li a {
	font-weight			: bold;
}

.box.home .bottom {
	width				: 450px;
	height				: 32px;
	background-image	: url(/dsg/home_bottom.png);
}

.box.home .lead {
	background-color	: #ffffff;
	padding				: 0px;
}

*html .box.home .bottom {
	background-image	: url(/dsg/spacer.gif);
	filter				: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/dsg/home_bottom.png', sizingMethod='scale');
}

.box.home a.more {
	margin-left			: 15px;
}
