/* The whole body of the popup frame */
.wowitem, .wowitemt, .wowitemname
{
font-size:12px;
font-family:Tahoma;
font-weight:none;
color:#404040;
text-decoration:none;
line-height:15px;
margin-left:5px;
	background-color: #ffffcc;
	text-align: left;
	width: 280px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-color: #000000;
	border-style: ridge;
	position: relative;
}

/* Default link colors for the whole frame */
.wowitemt a:link, .wowitemt a:visited, .wowitemt a:active { color: #FFB019; text-decoration: none; font-weight: normal }
.wowitemt a:hover { color: #FFB019; text-decoration: underline; font-weight: normal }

.wowitemt td, .wowitem th
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.wowrttxt {
    display: compact;
    position: absolute;
    text-align: right;
    right: 3px;
    top: inherit;
    color: #FFFFFF;
}


/* Item link (Name of items on ViewItem page) */
a:link.itemlink, a:visited.itemlink, a:active.itemlink { text-decoration: none; }
a:hover.itemlink { text-decoration: none; }