/* button related css styles */
div.button {
	background-position: left top;
	float:left;
}

div.button:hover {
	background-position: left bottom;
}

div.buttonMain {
	float:left;
	background-image: url(/Default/ButtonMain);
	width:116px;
	height:35px;
	line-height:35px;
	display:inline;
	margin :0 1px 0 0 ;
}

div.buttonMain a {
	display:block;
	width:116px;
	height:35px;
}

div.first {
	margin-left:1px;
}

div.buttonLeftMargin {
	background-image: url(/Default/ButtonLeftMargin);
	width:167px;
	height:35px;
	line-height:35px;
	margin: 3px 1px 1px 0px;
	clear: both;
}

div.buttonLeftMargin a {
	display:block;
	width:167px;
	height:35px;
}

div.buttonMain .buttonText,
div.buttonLeftMargin .buttonText {
	display:block;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #FEEFF7;
}

div.buttonMain .buttonText {
	text-align: center;
}

div.buttonLeftMargin .buttonText {
	text-align: left;
	padding-left : 20px;
}

.buttonZoeken
{	
	background-image: url(/Default/buttonZoeken);
	width: 65px;
	height: 30px;
	float: left;
}

.buttonActive 
{
	background-position: left bottom !important;
}

/* half the line-height to be able to render 2 lines */
.fixlongtext {
	line-height :14px; 
	padding-top: 3px;
}

a.more {
	display:block;
	text-decoration:none;
	margin:10px 12px 0px 0px;
	text-align:right;
	font-size:11px;
	color:#D1C79B; /*button color #574f28 */
	background-image:url(../images/btn_more.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0px 20px 0px 0px;
	line-height:14px;
}
a.more:hover {
	color:#666666;
	text-decoration:none;
	background-image:url(/Default/buttonPijlOmhoog);
}
a.top {
	margin:5px 0px 0px 0px!important;
	background-image:url(/Default/buttonPijlOmhoog);
}
a.top:hover {
	background-image:url(/Default/buttonPijlOmhoog);
}

div.ActivePoll a,
div.ActivePoll {
	display:block;
	height:105px;
	width:167px;
}

div.ActivePoll {
	background-image:url(/Default/button_poll.jpg);
}



