.ipWidget .portraitCategory a
{
	display: inline-block;
	width: 250px;
	margin-right: 30px;
	margin-bottom: 10px;
	color: #656565;
}

@media only screen and (min-width: 751px)
{
	.ipWidget .portraitCategory .portraitLinks
	{
		display: table-row;
	}

	.ipWidget .portraitCategory .portraitLinks a
	{
		display: table-cell;
	}

	.ipWidget .portraitCategory .portraitLinks a span
	{
		margin-right: 30px;
	}
}

.ipWidget .portraitCategory a span
{
	display: block;
	border-top: 2px solid #244d91;
	padding-top: 3px;
	color: #656565;
}

.ipWidget .portraitCategory a:hover
{
	text-decoration: none;
}

.ipWidget .portraitCategory a:hover span,
.ipWidget .portraitCategory a.hover span
{
	border-color: #ed174f;
}

.ipWidget .portraitCategory a:last-child
{
	margin-right: 0;
}

.ipWidget  .portraitCategory img[usemap], 
.ipWidget  .portraitCategory map area
{
    outline: none;
}

.ipWidget .portraitCategory img,
.ipWidget .portraitCategory .temporaryPlaceholder 
{
    margin-bottom: 3px;
}

.ipWidget .portraitCategory .temporaryPlaceholder 
{
	display: inline-block;
	background-color: #eeeeee;
	height: 100px;
	width: 250px;
}

#portraitDetailOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: table;
	z-index: 2000;
}

#portraitDetailOverlay .panelContainer
{
	background-color: rgba(0,0,0,0.8);
    display: table-cell;
    vertical-align: middle;
}

#portraitDetailOverlay .panelContent
{
	text-align: left;
	background-color: white;
/* 
	min-width: 400px;
	min-height: 400px;
	max-width: 400px;
	height: 400px;
 */
	padding: 20px;
	margin: 0 auto;
	box-shadow: rgb(0, 0, 0) 0px 0px 30px;
}