/* button styles */

a.button {
display: block;
background-color: transparent;
background-image: url(../images/buttons/buttonbg.gif);
background-repeat: repeat-x;
border: solid 1px #6593CF; 
width: 110px;
height: 30px;
margin: 0px;
padding: 0px 0 0 0; 
font-size: 11px;
font-family:Verdana;
text-decoration: none;
text-align:left;
}

a.button:link, a.button:visited 
{
    background-position: 0 0;
    color: #002577;
}

a.button:hover, a.button:active {
background-position: 0 -31px;
color: #FF7200;
}

.button SPAN
{
    display: inline-block;
    background-repeat: no-repeat;
    padding: 3px 0 5px 20px;   
    margin: 7px 0 0 5px; 
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor:pointer;   
}

a.buttonDis, a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0px -62px;
	color: #5F5F5F;
	cursor:default;
}
.buttonDis SPAN
{
	cursor:default;	
}

a.buttonsmall 
{
	height: 17px;
	width: 90px;		
}
.buttonsmall SPAN
{
	padding: 0 0 2px 20px;   
    margin: 1px 0 0 2px;     
}

.buttontable a 
{
	display: block;
	background-color: transparent;
	background-image: url(../images/buttons/buttonbg.gif);
	background-repeat: repeat-x;
	border: solid 1px #6593CF; 
	height: 17px;
	width: 120px;
	margin: 0px;
	padding: 0px 0 0 0; 
	font-size: 11px;
	font-family:Verdana;
	text-decoration: none;
	text-align:left;
}

.buttontable a:link, .buttontable a:visited 
{
    background-position: 0 0;
    color: #002577;
}

.buttontable a:hover, .buttontable a:active {
	background-position: 0 -31px;
	color: #FF7200;
}
.buttontable a SPAN
{
	display: inline-block;
    background-repeat: no-repeat;
	padding: 0 0 2px 20px;   
    margin: 1px 0 0 2px; 
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor:pointer;     
    background-image: url(../images/buttons/relations.gif); 
}


/* list of button icons */
.btnok SPAN {
background-image: url(../images/buttons/ok.gif);
}
.btncancel SPAN {
background-image: url(../images/buttons/cancel.gif);
}
.btnlogin SPAN {
background-image: url(../images/buttons/login.gif);
}
.btnsave SPAN {
background-image: url(../images/buttons/save.gif);
}
.btnnewrow SPAN {
background-image: url(../images/buttons/newrow.gif);
}
.btnback SPAN {
background-image: url(../images/buttons/back.gif);
}
.btnreports SPAN {
background-image: url(../images/buttons/reports.gif);
}
.btnpeople SPAN {
background-image: url(../images/buttons/user.gif);
}
.btnvragen SPAN {
background-image: url(../images/buttons/vragen.gif);
}
.btnexcel SPAN {
background-image: url(../images/buttons/excel.gif);
}
.btnnext SPAN {
background-image: url(../images/buttons/next.gif);
}
.btnimportexcel SPAN {
   background-image: url(../images/buttons/excel.gif);
}
.btnword SPAN {
   background-image: url(../images/buttons/docx.gif);
}
.btndel SPAN {
background-image: url(../images/buttons/del.gif);
}
.btnadd SPAN {
background-image: url(../images/buttons/insert.gif);
}
.btnnewwindow SPAN 
{
	background-image: url(../images/buttons/NewEditWindow.gif);	
}
