@charset "utf-8";

body,td,th {
	font-family: verdana;
	font-size: 10px;
}

img {border: none;
}


.video_title {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
}

/* Pagination *************************************/

div.pagination {
	background-color:#fff;
	color:#0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

div.pagination a {
	color:#48b9ef;
	padding:2px 5px;
	margin:0 2px;
	text-decoration:none;
	border:2px solid #f0f0f0;
}

div.pagination a:hover, div.pagination a:active {
	border:2px solid #0066FF;
	color:#0066FF;
}

div.pagination span.current {
	padding:2px 5px;
	border:2px solid #ff5a00;
	color:#fff;
	font-weight:bold;
	background-color:#00A4E4;
}
div.pagination span.disabled {
	display:none;
}
body {
	background-color: #f5f0ea;
}

/*vanaf hier*/
.text1 {
	font-size: 35px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
}
.text2 {
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma;
}
.tabelborder {
	border-top-width: 0px;
	border-top-style: solid;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0166FE;
	border-right-color: #0166FE;
	border-bottom-color: #0166FE;
	border-left-color: #0166FE;
}


/* thumbs border*/

.thumbtop img {
	border: 3px solid #0066FF;
	margin: 0px 0px 0px 0px
}
.thumbtop :hover img {
	border: 3px solid #FF00A2;
	margin: 0px 0px 0px 0px
}
