/* ------------ Developer Projects pages ------------ */

/* ------------ Content ------------ */
#content {
	width: 424px;
}
#content .motive {
	margin-bottom: 10px;
}
#content P.big {
	color: #337750;
	font-size: 16px !important;
	font-weight: bold;
	text-align: left;
}
#content P.big A {
	font-size: 100%;
	color: #337750;
}

/* map */
#content #groupMap {
	margin: 20px 0 10px 10px;
}
#content #groupMap .map {
	position: relative;
	z-index:1;
}
#content #groupMap .map .region {
	visibility: hidden;
	position:absolute;
	z-index:2;
	top: 0;
	left: 0;
}

/* index */
#dp .projects {
	margin-top: 5px;
}
#dp TR.row TD {
	cursor: pointer;
}
#dp #middleCol .img IMG {
	margin: 8px 13px 8px 8px;
}
#dp #middleCol .info {
	padding: 5px 5px 5px 0px;
}

/* detail */
#dp #projectInfo {
	margin-bottom: 20px;
	width: 424px;
}
#dp #projectInfo .img {
	float: left;
}
#dp #projectInfo .info {
	float: left;
	margin-left: 16px;
	width: 196px;
}
#dp #projectInfo .info P {
    text-align: left;
}
#dp .attachments {
	text-align: left;
	padding-left: 0px;
	margin: 10px 10px 10px 6px;
}
#dp .attachments IMG {
	vertical-align: middle;
}
#dp .two-cols DIV.l, #dp .two-cols DIV.r {
	margin-bottom: 16px;
}

/* galerie */
#dp #photo-gallery P.note {
	margin-left: 0;
}
#dp #photo-gallery IMG {
	margin-right: 10px;
	margin-bottom: 10px;
}
#dp #photo-gallery IMG.last {
	margin-right: 0;
}
BODY#photoDetail {
	margin: 0;
	padding: 0;
}
#photoDetail .galleryTitle SPAN {
	display: none;
}
#photoDetail .galleryTitle {
	margin: 0;
	height: 33px;
	background: #A8C6B4 url("/img/cs/dp/title_photogallery.gif") 18px 0 no-repeat;
	display: block;
}
#photoDetail .galleryDescription {
	margin-left: 0;
}
#photoDetail IMG {
	cursor: pointer;
}

/* hypo calc */
#rightCol #tools .hypoCalc {
	padding:3px 0 0 0;
}
#rightCol #tools .hypoCalc DIV {
	padding-top:5px;
}
#rightCol #tools .hypoCalc .title {
	width:97px;
	padding-left:11px;
	padding-top:7px;
	float:left;
}
#rightCol #tools .hypoCalc INPUT {
	width:53px;
	padding-right:3px;
	margin-bottom:1px;
	text-align:right;
	font-size:90%;
}
#rightCol #tools .hypoCalc SELECT {
	width:58px;
	font-size:90%;
}
#rightCol #tools .hypoCalc .button IMG {
	margin-top:6px;
	border:0;
	float:right;
}
TD.hypoInfo, TD.hypoSteps {
	padding-left: 10px;
	font-weight: bold;
}
TD.hypoInfo SPAN {
	color: #418960;
}
TD.hypoInfo IMG, TD.hypoSteps IMG {
	vertical-align: middle;
}
TD.hypoSteps P {
	margin-top: 0px;
	font-weight: normal;
}