.avatar {}


/***********************************************************
	Small
***********************************************************/

/* [[AGORATI_WIDGET_START]] */

.avatar.small {
	padding: 1px;
	overflow: hidden;
}

.avatar.small img {
	display: block;
	border: 1px solid #CCC;
}

.avatar.small .partyName {
	display: block;
	text-align: center;
	font-size: 8px;
	padding: 2px 0 0;
}

/* party lists */

.avatar.small.ps {
	background: #FF0000;
	color: white;
}

.avatar.small.mr {
	background: #0000CD;
	color: white;
}

.avatar.small.cdh {
	background: #FF8C00;
	color: white;
}

.avatar.small.ecolo {
	background: #228B22;
	color: white;
}

.avatar.small.rwf {
	background: #191970;
	color: white;
}

.avatar.small.cd-v {
	background: #FFA500;
	color: white;
}

.avatar.small.sp-a {
	background: #DC143C;
	color: white;
}

.avatar.small.n-va {
	background: #DAA520;
	color: white;
}

.avatar.small.open-vld {
	background: #000080;
	color: white;
}

.avatar.small.vb {
	background: #F4F400;
	color: black;
}

.avatar.small.ldd {
	background: #00BFFF;
	color: white;
}

.avatar.small.groen {
	background: #32CD32;
	color: black;
}

.avatar.small.slp {
	background: #FF00FF;
	color: white;
}

.avatar.small.upw {
	background: #F1EE72;
	color: black;
}

/* [[AGORATI_WIDGET_END]] */


/***********************************************************
	Medium
***********************************************************/

.avatar.medium {
	background: white;
	padding: 8px 8px 22px;
	width: 95px;
	float: left;
	border-right: 1px solid #DDDCDC;
	border-bottom: 3px solid #DDDCDC;
	margin: 0 10px 10px 0;
}

.avatar.medium.ps {
	background: white url(/images/partis/medium/ps.gif) no-repeat center bottom;
}

.avatar.medium.mr {
	background: white url(/images/partis/medium/mr.gif) no-repeat center bottom;
}

.avatar.medium.groen {
	background: white url(/images/partis/medium/groen.gif) no-repeat center bottom;
}

.avatar.medium.ecolo {
	background: white url(/images/partis/medium/ecolo.gif) no-repeat center bottom;
}

.avatar.medium.fn {
	background: white url(/images/partis/medium/front-national.gif) no-repeat center bottom;
}

.avatar.medium.cdh {
	background: white url(/images/partis/medium/cdh.gif) no-repeat center bottom;
}

.avatar.medium.rwf {
	background: white url(/images/partis/medium/rwf.gif) no-repeat center bottom;
}

.avatar.medium.cd-v {
	background: white url(/images/partis/medium/cdv.gif) no-repeat center bottom;
}

.avatar.medium.vld {
	background: white url(/images/partis/medium/vld.gif) no-repeat center bottom;
}

.avatar.medium.sp-a {
	background: white url(/images/partis/medium/spa.gif) no-repeat center bottom;
}

.avatar.medium.n-va {
	background: white url(/images/partis/medium/nva.gif) no-repeat center bottom;
}

.avatar.medium.open-vld {
	background: white url(/images/partis/medium/open-vld.gif) no-repeat center bottom;
}

.avatar.medium.vb {
	background: white url(/images/partis/medium/vb.gif) no-repeat center bottom;
}

.avatar.medium.ldd {
	background: white url(/images/partis/medium/lijst-dedecker.gif) no-repeat center bottom;
}

.avatar.medium.upw {
	background: white url(/images/partis/medium/upw.gif) no-repeat center bottom;
}


/***********************************************************
	Big
***********************************************************/

.avatar.big {
	border: 1px solid #DDDCDC;
	background: white;
	padding: 8px 8px 38px;
	width: 152px;
}

.avatar.big.ps {
	background: white url(/images/partis/large/ps.gif) no-repeat center bottom;
}

.avatar.big.mr {
	background: white url(/images/partis/large/mr.gif) no-repeat center bottom;
}

.avatar.big.groen {
	background: white url(/images/partis/large/groen.gif) no-repeat center bottom;
}

.avatar.big.ecolo {
	background: white url(/images/partis/large/ecolo.gif) no-repeat center bottom;
}

.avatar.big.fn {
	background: white url(/images/partis/large/front-national.gif) no-repeat center bottom;
}

.avatar.big.cdh {
	background: white url(/images/partis/large/cdh.gif) no-repeat center bottom;
}

.avatar.big.rwf {
	background: white url(/images/partis/large/rwf.gif) no-repeat center bottom;
}

.avatar.big.cd-v {
	background: white url(/images/partis/large/cdv.gif) no-repeat center bottom;
}

.avatar.big.vld {
	background: white url(/images/partis/large/vld.gif) no-repeat center bottom;
}

.avatar.big.sp-a {
	background: white url(/images/partis/large/spa.gif) no-repeat center bottom;
}

.avatar.big.n-va {
	background: white url(/images/partis/large/nva.gif) no-repeat center bottom;
}

.avatar.big.open-vld {
	background: white url(/images/partis/large/open-vld.gif) no-repeat center bottom;
}

.avatar.big.vb {
	background: white url(/images/partis/large/vb.gif) no-repeat center bottom;
}

.avatar.big.ldd {
	background: white url(/images/partis/large/lijst-dedecker.gif) no-repeat center bottom;
}

.avatar.big.upw {
	background: white url(/images/partis/large/upw.gif) no-repeat center bottom;
}