/* Jabaljya Main CSS Document */
html {
overflow-y:scroll;
}

body {
	background-image: url(../images/background_red.gif);
	background-repeat: repeat-x;
	background-color: #FBFBFB;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
.berichtenbox {
	border:solid #E1E1E1 1px;
	background-color: #EFEFEF;
}

.images {
	border:solid #999999 5px;
	padding:2px;
    border-style:solid;
	border-width:1px;
    border-color:#E1E1E1;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

.redtitle {
	display:block;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding-left: 5px;
	background: transparent url(../images/split.gif) repeat-y 0 0;
}

.redtitles {
	display:block;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding-left: 0px;
}

.redtitles2 {
	display:block;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	padding-left: 5px;
	background: transparent url(../images/split.gif) repeat-y 0 0;
}

.selected {
	display:block;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	background: transparent url(../images/split.gif) repeat-y 0 0;
}

.unselected {
	display:block;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
	background: transparent url(../images/split_grey.gif) repeat-y 0 0;
}

.white {
	color: #FFFFFF
}

.pageback {
	background: transparent url(../images/pageback.gif) no-repeat 100% 100%;
}