﻿/* 
	Portal 2: Velosport
*/ 

body
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 13px;
	height: 100%;
}

a:link, a:visited, a:active {
	text-decoration:    underline;
	color:  #d51e25;
}
		
a:hover {
	text-decoration:    underline;
	color:  #ea989b;
}

h2
{
    font-family: Arial;
    font-size:  18px;
    font-weight: bold;
    color: #d51e25;
}

table, td, th
{
	padding: 0;
	margin: 0;
}

th
{
	font-weight: bold;
	text-align: left;
}

/* DIV's */ 
div.left { float: left; }
div.right { float:right; }

input, select
{
	font-family: Arial;
	font-size: 12px;
}

select
{
	height: 20px;
}

label
{
	padding: 0px;
	margin: 0px;
}

input.text
{
	border: 1px solid #000;
	width: 228px;
}

input.CommandButtonSmall
{
	width: 100px;
	border: 1px solid #000;
	background-color: #d51e25;
	font-weight: bold;
	margin-right: 3px;
	cursor: hand;
	cursor: pointer;
}

input.CommandButton
{
	width: 150px;
	border: 1px solid #000;
	background-color: #d51e25;
	font-weight: bold;
	margin-right: 3px;
	cursor: hand;
	cursor: pointer;
}



table.Membership
{
    font-family: Arial;
    font-size:  15px;
    font-weight: bold;
    color: #d51e25;
}

table.Machtiging input, table.Membership input
{
	display: -moz-inline-block;
	display: inline-block;
	vertical-align: top;
	width: 30px;
}

table.Machtiging label, table.Membership label
{
	display: -moz-inline-block;
	display:inline-block;
	vertical-align: top;
	width: 365px;
}

/* CLASSES */

.error
{
	color: Red;	
}

table.AanmeldingAdres
{
	font-size: 10px;
}