@charset "utf-8";
/*
	Portfolio Container
*/
#PortfolioContainer{
	position:relative;
}

/*
	Portfolio Content Container
*/
#PortfolioContentContainer{
	/*
	todo: IE6 fix
	*/
	min-height:450px;
	position:relative;
}
/*
	Bubble
*/
#Bubble{
	position:absolute;
	top:0;
	left:330px;
	width:260px;
	z-index:99;
	display:none;
}
#Bubble #BubbleSpikeLeft{
	background-image:url(../images/bubble_spikeLeft.png);
	background-repeat:no-repeat;
	height:45px;
	width:55px;
	position:absolute;
	bottom:-41px;
	left:20px;
}
#Bubble #BubbleSpikeRight{
	background-image:url(../images/bubble_spikeRight.png);
	background-repeat:no-repeat;
	height:45px;
	width:55px;
	position:absolute;
	bottom:-41px;
	right:20px;
	visibility:hidden;
}
#Bubble .capBottom{
	background-image:url(../images/bubble_capBottom.png);
	background-repeat:no-repeat;
	width:260px;
	height:11px;
	font-size:0;
	margin:0;
	clear:both;
	float:left;
}
#Bubble .capTop{
	background-image:url(../images/bubble_capTop.png);
	background-repeat:no-repeat;
	width:260px;
	height:11px;
	font-size:0;
	clear:both;
	float:left;
}
#Bubble .inner{
	background-position:top;
	background-repeat:no-repeat;
	min-height:125px;
	display:block;
	padding-left:20px;
	padding-right:20px;
	color:#828F9D;
	background-color:#000000;
	float:left;
	clear:both;
}
#Bubble .title{
	color:#fff;
	padding:5px 0 0 0;
	border:0;
}
#Bubble .title h3{
	color:#fff;
	padding-left:0;
	font-size:16px;
}
#Bubble #BubbleBody{
	width:260px;
	background-repeat:repeat-y;
	background-color:#000000;
	float:left;
	clear:both;
}

/*
	Section Options
*/
#SectionOption{
	padding:8px 11px 5px 23px;
	border-bottom:1px solid #f5f5f5;
}
#SectionOptionContainer{
	position:relative;
	z-index:4;
}

#SectionOptionsMask{
	overflow:hidden;
	height:0;
	background-color:#fff;
}
#SectionOptions{
	background-color:#FFFFFF;
}
#SectionOptionButton{
	position:absolute;
	right:4px;
	top:2px;
}
#SectionOptionButton a:hover{
	border-bottom:0;
}
#ShadowDown{
	z-index:4;
}
#ShadowUp{
	z-index:4;
}


/*
	Portfolio Icons
*/
#Icons{
	position:relative;
	height:65px;
}
.toolIcon{
	float:left;
}

/*
	Portfolio Control Items
*/
#PortfolioPageControls{
	height:40px;
	width:100%;
}
#ControlNext,
#ControlPrevious{
	background-repeat:no-repeat;
	display:block;
	height:19px;
	line-height:19px;
	color:#393B3D;
	float:left;
	margin:10px 15px 10px 15px;
	display:inline;
}
#ControlNext:hover,
#ControlNext:active,
#ControlNext:focus,
#ControlPrevious:hover,
#ControlPrevious:focus,
#ControlPrevious:active{
	border:0;
	color:#297EE6;
	text-decoration:underline;
}
#ControlNext{
	background-image:url(../images/buttons/controlNext.gif);
	padding-right:25px;
	background-position:right 0;
}
#ControlPrevious{
	background-image:url(../images/buttons/controlPrevious.gif);
	background-position:left 0;
	padding-left:25px;
}

#ControlNext.disabled,
#ControlNext.disabled:hover,
#ControlNext.disabled:active,
#ControlNext.disabled:focus,
#ControlPrevious.disabled,
#ControlPrevious.disabled:hover,
#ControlPrevious.disabled:focus,
#ControlPrevious.disabled:active{
	cursor:default;
	color:#999999;
	text-decoration:none;
}
#ControlNext.disabled,
#ControlNext.disabled:hover,
#ControlNext.disabled:active,
#ControlNext.disabled:focus{
	background-position:right -19px;
}
#ControlPrevious.disabled,
#ControlPrevious.disabled:hover,
#ControlPrevious.disabled:focus,
#ControlPrevious.disabled:active{
	background-position:left -19px;
}
