body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 14px;


	background-color: white;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

table {

}

td {
	font-size: 12px;

}

tfoot {
	text-align: center;
	background-color: #141461;
	background-image: url(barBack.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 5px;
	color: white;
}

th {
	font-size: 12px;
	text-align: left;
	padding: 4px;
}

thead {
	background-color: #117e2d;
	color: white;
}

.alert{
	color: red;
	font-weight: bold;
	font-size: smaller;
}
.altRow {
	background-color: #DDDDFF;
}

.cartSideWidgetItem {
	font-size: 12px;
	width: 100%;
	line-height: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
	background-color: rgb(85%,85%,85%);
	clear: both;
	border-top: 1px solid white;
}

.error {
	color: red;
	background-color: white;
}

.inlineButEn {
	background-color: #117e2d;
	margin: 0px 4px 0px 4px;
	padding: 1px 6px 1px 6px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #c7c6c9;
	border-bottom: 1px solid #c7c6c9;
}

.inlineButEn:link {text-decoration: none; color: white;}
.inlineButEn:visited {text-decoration: none; color: white;}
.inlineButEn:active {text-decoration: none; color: white;}
.inlineButEn:hover {text-decoration: underline overline; color: white;}

.inlineButDis {
	background-color: #117e2d;
	margin: 0px 4px 0px 4px;
	padding: 1px 6px 1px 6px;
	color: #aaaaaa;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #c7c6c9;
	border-bottom: 1px solid #c7c6c9;
}

.inlineButDis:link {text-decoration: none; color: #bbbbbb;}
.inlineButDis:visited {text-decoration: none; color: #bbbbbb;}
.inlineButDis:active {text-decoration: none; color: #bbbbbb;}


.logInOutWidget {
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	font-size: 10px;
}

.logInOutWidget input {
	width: 100px;
	font-size: 10px;
}


.mainMenuContainer {

	float: left;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;

	border-right: 2px solid black;
}

.mainMenuItem{
	background-color: #117e2d;
	margin: 0px 4px 0px 4px;
	padding: 3px;
	color: white;
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #e5e2e8;
	border-bottom: 1px solid #e5e2e8;
	display: block;
	background-image: url(menuButBack.png);
	background-position: bottom left;
	background-repeat: repeat-x;

}

.mainMenuItem:link {text-decoration: none; color: white;}
.mainMenuItem:visited {text-decoration: none; color: white;}
.mainMenuItem:active {text-decoration: none; color: white;}
.mainMenuItem:hover {text-decoration: underline overline; color: white;}


.mainModuleContainer {

	background-color: #EEEEFF;
	margin-right: 200px;
	margin-left: 10px;
	padding: 5px;
	zoom: 100%;

}

.noImgDiv {
	border: 2px solid gray;
	background-color: #AAAAAA;
	text-align: center;
	color: white;
	width: 100px;
}

.prodBox {
	margin: 4px;
	padding: 4px;
	float: left;

	text-align: left;
	font-size: 10px;

	width: 260px;
}

.prodBox h3{
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}

.smlButton {
	font-size: 10px;
}

.sidePane {
	float: right;
	width: 180px;
	margin-right: 4px;
}

.sideWidgetContainer {
	font-size: 12px;
	margin-bottom: 4px;
	padding: 0px 4px 4px 4px;
	background-color: #daecdc;
	color: #09541a;
	border: 1px solid black;
}

.sideWidgetContainer input {
	font-size: 10px;
}

.sideWidgetHead {
	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid black;
	margin: 0px -4px 2px -4px;
	padding: 1px;
	font-weight: bold;
	background-color: #117e2d;
	color: white;

}

.sideWidgetNieuwTitelItem{
	font-size: 12px;
	text-align: center;
	border-bottom: 2px dotted black;
	padding-bottom: 2px;
	margin-bottom: 2px;
}


.siteHeader {

	border-bottom: 2px solid black;
	background-color: #141461;
	height: 90px;
	background-image: url(ris_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

.siteTopBar {
	background-color: #141461;
	background-image: url(barBack.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 2px;
	margin-bottom: 5px;
	color: white;
}

.f_row {
	clear: left;
	padding: 2px;
}
.f_label {
	float: left;
	width: 210px;
}

.f_field {
	float: left;
}

.required {

}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

div.validateErrorDisplay {
	background-image:url(field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #BB0000;
	border-style: solid;
	background-color: #EEEE00;
	padding:5px 0px;
	margin:10px;
}
div.validateErrorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}

