﻿body
{
	color: #4e6551;
	font-size: medium;
	background-color: #4e6551;
	background-attachment: fixed;
	background-repeat: no-repeat ;
	font-family: 'Arial';
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
}

tr
{
	vertical-align: top;
}
td
{
	text-align: left;
}
.clsbuttonadd
{
	border-width: 0px;
	background-image: url(images/add1.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: auto;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.clsbuttonaccept
{
	border-width: 0px;
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: auto;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.clsbuttondelete
{
	border-width: 0px;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: auto;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.clsbgtint
{
	 background-color: #e6e6e6;
	 font-size: 12px;
}
.clsbutton
{
	color: #000000;
	font-size: 15px;
	font-weight: bolder;
	border: solid 1px #eb5600;
	border-radius: 3px;
	background-color: #f4e2d7;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
}

.clsbuttonsmall
{
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	border: solid 1px #eb5600;
	border-radius: 2px;
	background-color: #f4e2d7;
	height: 15px;
	cursor: pointer;
	text-decoration: none;
}

img
{
	border: none;
}

.cls_tabel2
{
	text-align:left ;
	font-size: 12px;
	vertical-align:top ;
	color: #4e6551;
}
.cls_editbutton
{
	border-width: 0px;
	background-image: url(images/edit.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: auto;
	width: 32px;
	height: 32px;
}
.cls_delbutton
{
	border-width: 0px;
	background-image: url(images/delete1.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor: auto;
	width: 32px;
	height: 32px;
}

.cls_grijzeborder
{
	border: solid 1px #e6e6e6;
}

.cls_knoplogoff
{
	background-image: url(images/knop_logoff.gif);
	background-repeat: no-repeat;
	border-style: none;
	cursor: pointer;
	width: 80px;
	height: 80px;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1030px)
{
	body
	{
		color: #4e6551;
		font-size: x-large;
		background-color: #4e6551;
		background-attachment: fixed;
		background-repeat: no-repeat;
		font-family: 'Arial';
		font-weight: lighter;
		font-style: normal;
		text-decoration: none;
	}
	.cls_tabel2
	{
		text-align:left ;
		font-size: x-large;
		vertical-align:top ;
		color: #4e6551;
	}
	.clsbgtint
	{
		 background-color: #e6e6e6;
		 font-size: x-large;
	}
	.clsbutton
	{
		color: #000000;
		font-size: 23px;
		font-weight: bolder;
		border: solid 1px #eb5600;
		border-radius: 3px;
		background-color: #f4e2d7;
		height: 40px;
		cursor: pointer;
		text-decoration: none;
	}

}
