/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
    }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:separate;
	border-spacing:0px;
	outline: 0;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/


/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 1.12em;
	background-color: #131313;
	
}
html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%; overflow:hidden}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%; z-index:20;}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}
#cont {
	overflow-y:scroll;
	position:absolute;
	z-index:51;
}

/* ******************* LINK ************************ */

a {
	text-decoration:none;
	color: #AAFF2D;
}

a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

h2 {
	padding:0px 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #3399cc;
	margin-bottom: 10px;
}

h3 {
	padding:0px 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

h4 {
	padding:0px 0;
	font:bold 10px Arial, Helvetica, sans-serif;
	color: #005282;
	margin-bottom: 10px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

.colorgreen{
	color: #AAFF2D;
	font-size: 16px;
	}

.note{
	color: #666666;
	font-size: 11px;
}

/* ******************* GLOBAL TAGS ************************ */
.hr {

	width: 100%;

	height: 1px;

	border-style: dashed none none;

	border-width: 1px 0 0;

	border-color: #ccc

}
p, ul, ol {
	margin:0;
	padding:0;
}

ul, ol {
	padding:0;
}

img {
	border:0;

}




/* ******************* GLOBAL CLASSES ******************** */


.clear 			{ 
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;

 }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pic {
	border: 1px solid #dfe1e0;
	padding: 1px;
	background: #FFFFFF;	
}

.spacer {

	width: 1px;

	float: left;

	display: block;

	margin: 0px 14px 0px 15px;

	padding: 0px;

}
.space  { padding: 5px }

.space2 { padding: 10px }

.space3 { padding: 20px }






/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

#wrapper     {
	width: 900px;
	padding: 0;
	float: right;
	z-index: 20;
	position: relative;
	}

#topnav {
	margin-top: 5%;
	background: right bottom no-repeat;
	background-image: url(../images/bgtop.png);
	height: 105px;
	
}
#contentbg {
	background: right top no-repeat;
	background-image: url(../images/bgmiddle.png) ;
}
#footerbg {
	background: url(../images/bgbottom.png) right top no-repeat;
	height: 25px;
	padding-bottom: 25px;
}
#menubg{
	
	background: right top no-repeat;
	background-image: url(../images/bgbuttongroup.png);
	height: 60px;
	width: 690px;
	float: right;
	
}
.btn1 a,.btn2 a,.btn3 a,.btn4 a,.btn5 a, .activebtn1 a, .activebtn2 a, .activebtn3 a, .activebtn4 a, .activebtn5 a{
	text-align: center;
	font-family: "Gill Sans", Tahoma, Arial;
	color: #333333;
	font-size: 19px;
	height: 26px;
	margin: 5px 0px 0px 1px;
	padding: 18px 0px 8px 0px;
	display: block;
}
.btn1,.btn2,.btn3,.btn4,.btn5, .activebtn1, .activebtn2, .activebtn3, .activebtn4, .activebtn5{
	float: left;
}
.menu{
	list-style-type: none;
	display: inline;
}
.btn1 a, .activebtn1 {width: 119px; overflow:hidden;}
.btn2 a, .activebtn2 {width: 131px; overflow:hidden;}
.btn3 a, .activebtn3 {width: 194px; overflow:hidden;}
.btn4 a, .activebtn4 {width: 114px; overflow:hidden;}
.btn5 a, .activebtn5 {width: 127px; overflow:hidden;}

.contentframe {
	width: 524px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	padding: 32px 0px 32px 32px;
	float: left;
}

.btn1 a:hover, .activebtn1 a{
	color: #FFFFFF;
	background: url(../images/bgbtn1.png) no-repeat;
	}
.btn2 a:hover, .activebtn2 a{
	color: #FFFFFF;
	background: url(../images/bgbtn2.png) no-repeat;

}
.btn3 a:hover, .activebtn3 a{
	color: #FFFFFF;
	background: url(../images/bgbtn3.png) no-repeat;
}
.btn4 a:hover, .activebtn4 a{
	color: #FFFFFF;
	background: url(../images/bgbtn4.png) no-repeat;
}
.btn5 a:hover, .activebtn5 a{
	color: #FFFFFF;
	background: url(../images/bgbtn5.png) no-repeat;

}
.sIFR-active .titel1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 21px;
  font-weight: lighter;
  height: 35px
}
.sIFR-active .titel2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 21px;
  font-weight: lighter;
  height: 30px;
}
.sIFR-active .titel3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 21px;
  font-weight: lighter;
  height: 35px
}
.sIFR-active .titel4 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 21px;
  font-weight: lighter;
  height: 20px;
}
.reportageframe{
	padding: 10px;

}

.reportagephoto{
	width: 151px;
	height: 123px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px #aaff2d;
	overflow: hidden;
	float: left;
	margin: 8px 10px 8px 0px;
}
.reportagekadrage{
	margin-left: -125px;
	margin-top: -138px;
	display: block;
}

.reportageuitlijn{
	width: 400px;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	
}
#menu{
	padding: 18px 14px 0px 0px
}
a.boldbuttons{
	background: transparent url(../images/buttonleft.gif) no-repeat top left;
	display: block;
	float: left;
	font-size: 13px;
	font-family: "Gill Sans", Tahoma, Arial;
	line-height: 17px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 25px; /* Height of button background height */
	padding-left: 6px; /* Width of left menu image */
	text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/
}

a.boldbuttons span{
	background: transparent url(../images/buttonright.gif) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
margin: 6px 0px 12px 0px;
}
.buttonwrapper9{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
margin: 6px 0px 12px 0px;
}


.prikbordarea{
	margin-left: 50px;
	float: left;
	width: 280px;
}
.prikbottom{
	background: url(../images/prikbordbottom.png) no-repeat bottom left;
	padding: 10px 23px 18px 23px; 
	width: 228px;
}
.priktop{
	background: url(../images/prikbordtop.png) no-repeat top left;
	font: 13px Tahoma, Arial, Helvetica; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	width: 274px;
	padding-left: 0px; /* Width of left menu image */
	padding-top: 17px;
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
}
.prikarticle{
	padding: 5px 0px 5px 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #7c7c7c;
	text-align: left;
}
.prikphoto{
	width: 72px;
	height: 72px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 8px 2px 8px 0px;
}
.prikkadrage{
	margin-left: -114px;
	margin-top: -114px;
	display: block;
}

.prikuitlijn{
	width: 300px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	
}
.pagelinks2{
	float:right
}
.pagelinks2 ul{
	list-style-type: none;
	float: left;
	margin: 0px auto;
}
.pagelinks2 li{
	display: inline;
}
.pagelinks2 li a{
	display: block;
	float: left;
	padding: 0px 3px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	height: 16px;
	padding-bottom: 3px
}
.pagelinks2 li a:hover, .pagelinks2 li.active a{
	text-decoration: underline;
	
}
.pagetekst{
	float:left; 
	color: #333333; 
	height: 16px; 	
	padding-bottom: 3px;
}
.contentbox{
	padding: 0px 0px 40px 40px;
}
.contentboxcenter{
	margin: 0 auto;
}
.prikdetailphoto{
	width: 260px;
	height: 175px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px #aaff2d;
	overflow: hidden;
	float: left;
	margin: 15px 9px 15px 0px;
}
.prikdetailkadrage{
	margin-left: -70px;
	margin-top: -112px;
	display: block;
}

.prikdetailuitlijn{
	width: 400px;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	
}
.priktext{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
	padding-top: 20px;
	width: 780px;
}
.standardboxarea{
	margin: 0 auto;
	width: 625px;
	z-index: 1002;
	position: relative;	
}
.standardboxarea2{
	margin: 0 auto;
	width: 725px;
	z-index: 1002;
	position: relative;	
	font: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	
}
.standardboxbottom{
	background: url(../images/standardboxbotttom.png) no-repeat bottom left;
	padding: 10px 12px 6px 12px; 
	width: 612px;
}
.standardboxtop{
	background: url(../images/standardboxtop.png) no-repeat top left;
	font: 13px Tahoma, Arial, Helvetica; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	width: 625px;
	padding-left: 0px; /* Width of left menu image */
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
}
.standardboxtitle{
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 14px;
	padding: 8px 0px 8px 0px;
	text-align: left;
	margin-left: 15px;
	height: 13px;
}
.standardboxtitle a{
	color: #FFFFFF;
}
.standardboxtitle a:hover{
	color: #aaff2d;
	text-decoration: underline;
}
.standardboxthumbcollection{
	padding: 0px;
	margin: 0 auto;
	width: 500px;
}
.standardboxtext{
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
	width: 570px;
	margin: 2px auto;
	text-align: left;

}
.standardboxbuttonalign{
	float: right;
	height:36px;
	width: 114px;
}
.standardboxbuttonalign2{
	float: right;
	height:36px;
	width: 102px;
}
.albumphoto{
	width: 136px;
	height: 118px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px #aaff2d;
	overflow: hidden;
	float: left;
	margin: 8px 10px 8px 0px;
}
.albumkadrage{
	margin-left: -131px;
	margin-top: -140px;
	display: block;
}

.albumuitlijn{
	width: 400px;
	height: 400px;
	vertical-align: middle;
	text-align: center;
	
}
.pagelinks{
	margin: 15px auto;
	width: 150px;
}
.pagelinks ul{
	list-style-type: none;
	margin: 0px auto;
}
.pagelinks li{
	display: inline;
}
.pagelinks li a{
	padding: 0px 3px;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	height: 16px;
	padding-bottom: 3px;
}
.pagelinks li a:hover, .pagelinks li.active a{
	color: #AAFF2D;
	text-decoration: underline;
}
.pagetekst3{
	float:left; 
	color: #ffffff; 
	height: 16px; 	
	padding-bottom: 3px;
}
.aboutphoto{
	width: 400px;
	height: 266px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px #aaff2d;
	overflow: hidden;
	float: left;
	margin: 0px 26px 10px 0px;
}
.aboutkadrage{
	margin-left: -100px;
	margin-top: -167px;
	display: block;
}

.aboutuitlijn{
	width: 600px;
	height: 600px;
	vertical-align: middle;
	text-align: center;
	
}
.listlinks{
	list-style-type: none;
	padding-bottom: 25px;
}
.listlinks li a{
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}
.listlinks li a:hover{
	color: #aaff2d;
	text-decoration: underline;
}
.contactboxbottom{
	background: url(../images/contactboxbottom.png) no-repeat bottom left;
	padding: 20px 35px 35px 35px;
	width: 725px;
}
.contactboxtop{
	background: url(../images/contactboxtop.png) no-repeat top left;
	font: 11px Tahoma, Arial, Helvetica; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	width: 795px;
	padding-left: 0px; /* Width of left menu image */
	margin-top: 5px;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}
.standardboxarea3{
	margin: 0 auto;
	padding-bottom: 25px;
	width: 800px;
	z-index: 1002;
	position: relative;	
	font: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
}
.contactform{
	width: 300px;
	margin-top: 30px;
	padding: 10px 50px 10px 40px;
	font-size: 13px;
	border-right: solid #FFFFFF 1px;
	float:left;
}
.contactitem{
	padding-bottom: 5px
}
.contacttextbox1{
	margin-bottom: 15px;
	width: 300px;
}
.contacttextbox2{
	margin-bottom: 15px;
	width: 300px;
	height: 180px;
}
.contactadress{
	width: 250px;
	margin-top: 30px;
	padding: 80px 0px 10px 50px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	line-height: 18px;
}
.contactadress a{
	color: #aff22d;
	text-decoration: underline;
}
.contactadress a:hover{
	color: #FFFFFF;
}
.contactadressextra{
	font-size:14px;
	margin-top: 18px;
}
.standardboxarea4{
	margin: 0 auto;
	padding: 60px 0px 100px 0px;
	width: 410px;
	z-index: 1002;
	position: relative;	
	font: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
}
.loginboxbottom{
	background: url(../images/loginbottom.png) no-repeat bottom left;
	padding: 30px 50px 30px 50px;
	width: 305px;
}
.loginboxtop{
	background: url(../images/logintop.png) no-repeat top left;
	font: 11px Tahoma, Arial, Helvetica; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	width: 405px;
	padding-left: 0px; /* Width of left menu image */
	margin-top: 5px;
	text-decoration: none;
	text-align: left;
	padding-top: 12px;
}
.loginitem{
	padding-bottom: 5px;
	font-size: 13px;
}
.loginboxbottom a{
	color: #FFFFFF;
	text-decoration: underline;
}
.loginboxbottom a:hover{
	color: #AAFF2d;
}
.standardboxarea5{
	margin: 0 auto;
	padding-top: 30px;
	width: 660px;
	z-index: 1002;
	position: relative;
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 11px;
}
.clientboxbottom{
	background: url(../images/clientalbumbottom.png) no-repeat bottom left;
	padding: 2px 0px 8px 10px; 
	width: 300px;
}
.clientboxtop{
	background: url(../images/clientalbumtop.png) no-repeat top left;
	font: 13px Tahoma, Arial, Helvetica; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: auto; /* Height of button background height */
	width: 310px;
	padding-left: 0px; /* Width of left menu image */
	margin-top: 5px;
	text-decoration: none;
	text-align: center;
	margin: 0px 15px 15px 0px;
	float: left;
}
.clientintrotext{
	padding: 0px 0px 25px 0px
}
.overlay{
	width: 100%;
	background-color: #000000;
	position: absolute;
	z-index: 3000;
	top: 0;
	left: 0;
	overflow: hidden;

}
#myContent{
	z-index:26;
	position:absolute;
}

/* ******************* TOP ************************ */

#top{
	
}


/* ******************* LOGO ************************ */

#logo  {
	
}



/* ******************* CONTENT *********************** */

#content   { margin: 0px; padding: 0px}

#main   {
	
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

#nav   {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px "Trebuchet MS";
	color: #FFFFFF;
	height: 41px;
	width: 550px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #00AEEF;
	text-decoration: none;
}

#navitem ul {
	color: #FFFFFF;
	font-size: 1em;
	font-family: "Trebuchet MS";
	text-align: left;
	white-space: nowrap;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 31px;
}



#navitem li {
	display: inline;
	list-style: none;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}


.navactif{
	color: #00AEEF;
	text-decoration: none;
}

.navactif a {
	color: #00AEEF;
	text-decoration: none;
}

.navactif a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.terms {
	float: right;
	padding: 5px 10px 0px 0px;
}

.terms a {
	color: #1e1e1e;
	font-family: "Gill Sans", Tahoma, Arial;
	font-size: 14px;
	text-decoration: underline;
}
.terms a:hover{
	color: #666666;
}
/* ************************************************** */
/* ******************* BREADCRUMB ******************* */
/* ************************************************** */
#breadcrumb   {
	color: #1a597e;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	background-color: #eff4fa;
	border-bottom: 5px solid #FFFFFF;
	width: 729px;
}

#breadcrumb a { 
	color: 0099cc; 
	text-decoration: none;
	}
#breadcrumb a:hover { 
	color: #1a597e; 
	text-decoration: none;
	 }






/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */


/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */



/* ************************************************** */
/* ******************* FORM ************************ */
/* ************************************************** */
form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

.verplicht{
	color: #FF0000;
}





/* ************************************************** */
/* ******************* FOOTER *********************** */
/* ************************************************** */

#footer{
	margin: 0 auto;
	padding: 15px 0;
	width: 910px;
}


#footer a,#footer a:link,#footer ,#footer a:active {
	text-decoration: none;
	color: #58A3D1;
}

#footer a:hover {
	text-decoration: none;
	color: #1B6691;
}


/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */





/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
	}
	
/* ******************* PAGINATION ****************** */
div.pagination {
	text-align:center;
	padding: 7px;
	margin: 3px;
	font-size: 12px;
	color: #ffffff;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #cccccc;*/
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	/*border: 1px solid #000000;
	background-color:#AAFF2D;*/
	color: #AAFF2D;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #AAFF2D;*/
	font-weight: bold;
	/*background-color: #AAFF2D;*/
	color: #AAFF2D;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    /*border: 1px solid #000;*/
    color: #333333;
}

/* ******************* PAGINATIONHOME ****************** */
div.paginationhome {
	float:right;
    font-size: 12px;
}
div.paginationhome a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #cccccc;*/
	text-decoration: none; /* no underline */
	color: #333333;
}
div.paginationhome a:hover, div.paginationhome a:active {
	/*border: 1px solid #000000;
	background-color:#AAFF2D;*/
	color: #AAFF2D;
}
div.paginationhome span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #AAFF2D;*/
	font-weight: bold;
	/*background-color: #AAFF2D;*/
	color: #AAFF2D;
}
div.paginationhome span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    /*border: 1px solid #000;*/
    color: #cfcfcf;
}

/* ******************* SCRIPTING ****************** */

.formfielderror {
  /*background: #FF727C;*/
  border:2px solid #FF727C;
  color:#FF727C;
  font-weight:bold;
}
.formfieldrequired {background: #FFFFA0}
.txtalert {
	color: #990000;
	font:bold 14px/1.2em Arial, Helvetica, sans-serif
}
.active { color: #737476; }