fieldset
{
	border:1px solid #e2001a;
	padding: 10px;
}
fieldset legend
{
	color: #e2001a;
}

fieldset.edit {
	margin-bottom: 15px;
}

textarea.text {
	width: 100%;
	height: 150px;
}

input.submit {
	float: right;
	width: 100px;
}

div#msgAlert
{
	margin-bottom: 15px;
}

a.delete {
	margin: 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/ontwerp/delete.gif') center center no-repeat;
}
a.delete span {
	display: none;
}

a.edit {
	margin: 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/ontwerp/edit.gif') center center no-repeat;
}
a.edit span {
	display: none;
}

a.save {
	margin: 2px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url('../images/ontwerp/save.gif') center center no-repeat;
}
a.save span {
	display: none;
}
fieldset.gegevens label {
	width: 125px;
	display: inline-block;
}

form.wedstrijd fieldset
{
	color: #e2001a;
	border: 1px solid #e2001a;
}
form.wedstrijd p
{
	border-bottom: 1px solid #999999;
	overflow: auto;
	padding-bottom: 5px;
	color: #000000;
}
form.wedstrijd p.noborder
{
	border: none;
}
form.wedstrijd input[type=text], form.wedstrijd select
{
	float: right;
	width: 150px;
}
form.wedstrijd span.float
{
	float: right;
	width: 150px;
}
form.wedstrijd span.float input.nofloat
{
	float: none;
	width: auto;
}
form.wedstrijd span.info
{
	color: #666666;
	font-style: italic;
	font-size: 8pt;
}

table.programma td.top_left
{
	border-left-width: 3px;
	border-top-width: 3px;
	border-right-style: dashed;
	border-bottom-style: dashed;
}
table.programma td.top_middle
{
	border-top-width: 3px;
	border-left-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
}
table.programma td.top_right
{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom: none;
}
table.programma td.bottom_left
{
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-right-style: dashed;
	border-top-style: dashed;
}
table.programma td.bottom_middle
{
	border-bottom-width: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-style: dashed;
}
table.programma td.bottom_right
{
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top: none;
}

table.programma input[type=radio]
{
	width: 12px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

table.programma td.color_1
{
	color: #000000;
}
table.programma td.color_2
{
	color: #0468a1;
}
table.programma td.color_3
{
	color: #0db60d;
}

form.upload_item
{
	border: 1px solid #ff0000;
	margin: 5px 0px;
	padding: 5px;
}
form.upload_item a
{
	display: inline-block;
	width: 100%;
}


div#sponsor_nieuw
{
	display: block;
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
}
div#sponsor_nieuw textarea
{
	height: 4.4em;
}
div.sponsor form
{
	float: right;
}
div.sponsor form input#nummer
{
	width: 2em;
}
span.thumb
{
	float: left;
	margin: 10px 5px;
	width: 100px;
	height: 110px;
}
