﻿/***************************************************
	Do not edit the classes button or editdropdown 
	They are used by the editcontrol.
****************************************************/
.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	background-image: url(Images/button.gif);
	background-repeat: repeat-x;
	background-color: Transparent;
	border-style: none;
	cursor: pointer;
	padding: 0px;
	font-weight: 700;
	outline: none;
}
.editbutton
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	background-image: url(Images/editbutton.gif);
	background-repeat: repeat-x;
	background-color: Transparent;
	border-style: none;
	cursor: pointer;
	padding: 0px;
	font-weight: 700;
	outline: none;
}
.editdropdown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0064A8;
	outline: none;
}

/***************************************************
	Required for several pages in the frontend.
	Change css classes according to design.
****************************************************/
.kop1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.orange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
}
.warning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
.newstitle
{
}
.newstext
{
}
.newslink
{
}

/***************************************************
	Write extra classes below
****************************************************/
.hyperlink_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	background-image: url(Images/button.gif);
	background-repeat: repeat-x;
	background-color: Transparent;
	border-style: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	font-weight: 700;
	outline: none;
}

.textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	border: 2px solid #FF6600;
	padding: 1px;
}

.login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: solid 1px #333333;
	padding: 1px;
}



.editHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.GridHeader
{
	font-weight: bold;
	color: #000000;
}
.Grid
{
	border: 0px;
	padding: 4px;
}
.GridRow
{
	background-color: #D8D8D8;
}
.GridColumn
{
	padding-left: 15px;
	padding-right: 15px;
}
.GridSelectedRow
{
	background-color: #CCEBFF;
}
.GridAlternatingRow
{
	background-color: #B5B5B5;
}
.GridDeleteRow
{
	background-color: RED;
}
.Warning
{
	color: Red;
	font-weight: bold;
}
