﻿/* File Created: maart 27, 2012 */
html {
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #262626;
  line-height: 26px;
}
body {
  line-height: 26px;
}
input[type='text'], input[type='password'], textarea, select {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
  padding: 0.3em 0.4em;
  border: 1px solid #dddddd;
  border-top-color: #cccccc;
  border-radius: 4px;
}
select {
	padding: 0.25em 0.3em 0.25em 0.1em;
}
textarea {
  resize: none;
}
input[type='checkbox'], input[type='radio']  {
	vertical-align: -.1em;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, select:hover, input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
  border-color: #cccccc;
  border-top-color: #bbbbbb;
}
input[type='checkbox']+label, input[type='radio']+label, input[type='checkbox']+span, input[type='checkbox']+span, label+input[type='checkbox'], label+input[type='radio'], span+input[type='checkbox'], span+input[type='checkbox']{
	margin-left: .5em;
}
a {
  color: #001ECC;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
strong {
  font-weight: bold;
}
