
/* PORTFOLIO */

div.portfolio_container {
	width: 713px;
	margin-left: 26px;
	background-image: url(../images/portfolio_bg.jpg);
	background-repeat: no-repeat;

	min-height: 784px;
}

div#portfolio_thumbs {
	height: 352px;
	overflow: hidden;
}

div#portfolio_thumbs ul {
	margin: 7px;
	padding: 0;
	list-style: none;
}

div#portfolio_thumbs li {
	float: left;
	width: 91px;
	height: 91px;
	background-image: url(../images/portfolio_shadow.png);
	background-repeat: no-repeat;
	padding: 7px;
	margin: 9px 0 0 9px;
}

div#portfolio_thumbs img {
	width: 87px;
	height: 87px;
	border: 2px solid #fff;
}

div#portfolio_thumbs img.hover {
	border: 2px solid #20bff3;
}


/* FILTER */

div.portfolio_filter {
	position: relative;
	margin-left: 26px;
	padding-top: 8px;
	height: 30px;
	background-image: url(../images/filter_hor_bg.jpg);
}

div.filter_list h3 {
	float: left;
	font-weight: bold;
	color: #5c5c5c;
	font-size: 16px;
	margin: 0 0 0 23px;
}

div.filter {
	float: left;
	font-size: 13px;
	margin-left: 15px;
}

div.filter label {
	vertical-align: middle;
}

div.filter input {
	vertical-align: middle;
	margin-right: 5px;
}

div.selected {
	color: #20bff3;
}

span#filtercount, span.filtercount {
	font-size: 13px;
	float: right;
	margin-right: 26px;
	margin-top: 2px;
	visibility: hidden;
}

div.filteroverlay {
	position: absolute;
	left: 0;
	top: 1px;
	width: 713px;
	height: 36px;
	background-color: #fafafa;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}




img.title_portfolio {
	width: 193px;
	height: 47px;
	margin: 20px 0 0 23px;
	float: left;
}

img.title_portfolio_detail {
	width: 193px;
	height: 47px;
	margin: 26px 0 0 0;
}

h1.portfolio {
	margin: 20px 0 0 23px;
	float: left;
	width: 193px;
}

h1.portfolio_detail {
	margin: 0;
	padding-top: 34px;
	width: 193px;
	line-height: 1em;
}


div.portfolio_list {
	float: left;
	width: 457px;
	margin-top: 38px;
	margin-left: 10px;
}

table#portlist {
	width: 457px;
	border-collapse: collapse;
}

table#portlist td {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
}

table#portlist a {
	text-decoration: none;
	color: #777881;
}

table#portlist tr.hover {
	background-color: #f9f9f9;
}

table#portlist tr.hover a {
	color: #20bff3;
}

td.portlist_img {
	padding-left: 15px !important;
	width: 58px;
}

td.portlist_img img {
	width: 51px;
	height: 18px;
	vertical-align: middle;
}

td.portlist_button {
	text-align: right;
}

td.portlist_button img {
	width: 13px;
	height: 13px;
	vertical-align: middle;
}


div#port_pagenav {
	width: 438px;
	text-align: center;
	padding: 0 6px 0 15px;
	margin-bottom: 30px;
}
div#port_pagenav a {
	display: -moz-inline-box; /* FF<3 */
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 0 0 3px;
	vertical-align: top;
	font-family: Verdana,sans-serif;
	text-align: center;

	font-size: 9px;
	color: #777881;
	text-decoration: none;

	border: 1px solid #e9e9e9;
	border-bottom: 1px solid #20bff3;
}
div#port_pagenav a.portprev {
	display: -moz-inline-box; /* FF<3 */
	display: inline-block;
	margin: 0;
	margin-top: -5px;
	float: left;
	width: 84px;
	height: 22px;
	background-image: url(../images/button_vorige.gif);
	background-repeat: no-repeat;
	border: none;
}

div#port_pagenav a.portnext {
	display: -moz-inline-box; /* FF<3 */
	display: inline-block;
	margin: 0;
	margin-right: -2px;
	margin-top: -5px;
	float: left;
	width: 84px;
	height: 22px;
	background-image: url(../images/button_volgende.gif);
	background-repeat: no-repeat;
	border: none;
}
div#port_pagenav a.portprev:hover {
	background-image: url(../images/button_vorige_active.gif);
	background-repeat: no-repeat;
	border: none;
}

div#port_pagenav a.portnext:hover {
	background-image: url(../images/button_volgende_active.gif);
	background-repeat: no-repeat;
	border: none;
}

div#port_pagenav a:hover {
	background-image: url(../images/bgbutton2.gif);
	background-repeat: repeat-x;
	background-color: #868686;
	color: #fff;
	border: 1px solid #e9e9e9;
}
div#port_pagenav a.portnext {
	float: right;
}
div#port_pagenav a.disabled {
	visibility: hidden;
}
div#port_pagenav a.selected {
	background-image: url(../images/bgbutton2.gif);
	background-repeat: repeat-x;
	background-color: #868686;
	color: #fff;
	border: 1px solid #e9e9e9;
}





/* DETAIL */

div.portfolio_split {
	padding-left: 23px;
}

div.introbar_portfolio {
	float: left;
	width: 193px;
	color: #555;
	line-height: 1.7em;
}

div.contentpane_portfolio {
	margin: 33px 0 0 20px;
	float: left;
	width: 449px;
	color: #555;
	line-height: 1.7em;
	font-size: 13px;
}

div.contentpane_portfolio h2 {
	font-size: 21px;
	color: #20bff3;
	margin: 13px 0 10px 0;
}

div.contentpane_portfolio a {
	color: #555;
}

div.detailnav {
	float: left;
}

div.workpane {
	float: left;
	width: 478px;
	padding-top: 26px;
	position: relative;
}

div#workdetailselect {
	position: absolute;
	width: 452px;
	height: 316px;
	top: 26px;
	left: 0;
	overflow: hidden;
}

div#workdetailselect_mover {
	width: 452px;
	height: 233px;

	/* background-color/opacity 0 -> fix for IE */
	background-color: #f00;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

div#workdetailselect_controls {
	padding: 15px;
	height: 53px;
	background-image: url(../images/workkader.png);
	text-align: center;
}

div#workdetailselect_controls img {
	border: 2px solid #000;
}

div#workdetailselect_controls a.active img {
	border: 2px solid #fff;
}

div#workdetailselect_controls a {
	margin-left: 10px;
}

div#workdetailselect_controls a:hover img {
	border-color: #20bff3;
}

a#workmore {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 211px;
	top: 93px;
	display: none;
	background-image: url(../images/more.png);
}

a#workmore:hover {
	background-image: url(../images/more_over.png);
}

div.worktext {
	font-style: italic;
	margin-top: 5px;
}

div.detailnav div.related {
	float: left;
	width: 91px;
	height: 91px;
	background-image: url(../images/portfolio_shadow.png);
	background-repeat: no-repeat;
	padding: 7px;
	margin: 0;
}

div.detailnav div.relatedwrapper {
	padding-left: 10px;
}

div.detailnav div.related img {
	width: 89px;
	height: 89px;
	border: 1px solid #fff;
}

div.detailnav div.related img.hover {
	border: 1px solid #20bff3;
}




/* Fancy nav */
div#relatednav {
	position: relative;
	width: 235px;
	height: 210px;
}

div#relatednav a {
	position: absolute;
	display: block;
	width: 87px;
	height: 87px;
	background-color: #fff;
	border: 2px solid #abaebc;
}

div#relatednav a.active {
	border-color: #fff;
}

div#relatednav a:hover {
	border-color: #20bff3;
}

div.related_buttons {
	float: left;
	width: 161px;
	padding: 0 37px 0 37px;
}

a#related_prev {
	display: block;
	width: 27px;
	height: 22px;
	float: left;
	background-image: url(../images/button_prev_small.gif);
	background-repeat: no-repeat;
}

a#related_prev:hover {
	background-image: url(../images/button_prev_small_active.gif);
}

a#related_next {
	display: block;
	width: 27px;
	height: 22px;
	float: right;
	background-image: url(../images/button_next_small.gif);
	background-repeat: no-repeat;
}

a#related_next:hover {
	background-image: url(../images/button_next_small_active.gif);	
}


a#related_portfolio {
	width: 84px;
	height: 22px;
	display: block;
	margin-left: 38px;
	background-image: url(../images/button_portfolio.gif);
	background-repeat: no-repeat;
}

a#related_portfolio:hover {
	background-image: url(../images/button_portfolio_active.gif);	
}


div#projectteam {
	margin-top: 40px;
}

div#projectteam h4 {
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 1em;
}

div#projectteam a {
	display: block;
	float: left;
	border: 1px solid #e6e6e8;
	margin: 0 5px 5px 0;
}
div#projectteam a img {
    margin:1px;
}

div#projectteam a:hover {	
	border: 2px solid #20bff3;
}
div#projectteam a:hover img {	
    margin:0px;
}

div#projectteam a img {
	display: block;
}

div#projectlid_title {
	clear: left;
}