.listBold
{
	font-family: 'Roboto Condensed', Arial, Sans-Serif;
	font-weight:400;
	text-align:left;
}
.nowrap
{
	white-space: nowrap;
}
.medium
{
	font-size: medium;
}
.right
{
	text-align: right;
}
.listCode
{
	font-weight:normal;
	text-align:center;
	width:25px;
}

.listItalic
{
	font-style:italic;
}
.listItalic50perc
{
	font-style:italic;
}

/* 
General
*/
.list5perc
{
	width:5%;
}
.list10perc
{
	width:10%;
}
.list15perc
{
	width:15%;
}
.list20perc
{
	width:20%;
}
.list30perc
{
	width:30%;
}
.list40perc
{
	width:40%;
}
.list50perc
{
	width:50%;
}
.list60perc
{
	width:60%;
}
.list70perc
{
	width:70%;
}


.listAlignRight
{
text-align:right;	
}

.listCode
{
/*width:8%;*/
font-style:normal;
text-align:left;	
}
.listCodeBold
{
width:7%;
font-weight:bold;	
text-align:left;
}
.listAOSuscriber
{
width:53%;
color:Black;
font-weight:bolder;
text-align:left;
}


.listImage
{
	width:20px;
}

.listImage50 img
{
	height:50px;
}

.activeIcon
{
	background-image:url('../Images/active.png');
	background-repeat:no-repeat;
	width:21px;
	background-position: center center; 
	}
	.inactiveIcon
{
	background-repeat:no-repeat;
	background-image:url('../Images/inactive.png');
	width:21px;
	}
/* 
ID Edition ITEM
*/
.codeItemShow
{
	font-style:italic;
    font-weight:bolder;
    font-size:xx-large;
}

.popUpBox {
	display: none;
	position: absolute;
	top: 30px;
	left: 10px;
	background: white;
	padding: 5px;
	border: 1px solid black;
}

a:hover + .popUpBox {
	display: block;
}