@charset "utf-8";

/* CSS Document */

#page_chk_selectorcriteria tr td {
	vertical-align: top;
}

#page_chk_selectorcriteria tr td input {
	float: left;
}

#page_chk_selectorcriteria tr td label {
	float: left;
	margin: 2px 0px 0px 5px;
}

body
{
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h1.orange { color:#f06f1a; }

h1.green { color:#478c0a; }

h1.yellow { color:#e0c936; }

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h2.red { color:#c5262f; }

h2.orange { color:#f06f1a; }

h2.green { color:#478c0a; }

h2.yellow { color:#e0c936; }

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

h3.white { color:#FFFFFF; }

h3.a
{
	color:#FFFFFF;
	text-decoration:none;
}

h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#666666;
	line-height: 15px;
}

IMG.img_left { float: left; }

IMG.img_right { float: right; }

hr.black
{
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #000000;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

hr.white
{
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

hr.gray
{
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.black { color: #000000; }

.white { color: #FFFFFF; }

.gray { color: #999999; }

a
{
	color:#c5262f;
	text-decoration:none;
}

a:hover
{
	color:#c5262f;
	text-decoration:underline;
}

.inputtekst
{
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
}

.inputtekstopmerking
{
	width: 100%;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B2C5B;
}

.inputbutton
{
	color:#FFFFFF;
	background: #000000;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
}

.inputbutton:hover
{
	color:#FFFFFF;
	background: #c62630;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	
}


.inputfile
{
	border: 1px solid #CCCCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:: #1B2C5B;
	background: #FFFFFF;
	cursor: pointer;
}
