/* (C) 2010 WebOracle.nl - dotBlue */

/* GLOBALS */
body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #91e0ff;
	background-image: url(/images/bg_gradient.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

input {
	width: 200px;
}

select {
	width: 200px;
}

textarea {
	width: 200px;
}

label {
	float: left;
	display: block;
	width: 100px;
}

label.checkbox {
	float: none;
	display: inline;
	width: auto;
}

div.content_wrap {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*///////////////////*/
/* DEFINITION BLOCKS */
/*///////////////////*/

/* Form elements (for editing) */
input.definition_block, textarea.definition_block {
	background-color: #CCFFFF;
	color: #996666;
	border: 0;
}

input#term {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

textarea#definition {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100px;
}

/* Normal elements */
a.definition_block:link, a.definition_block:visited, a.definition_block:active, a.definition_block:hover {
	color: #996666;
	text-decoration: underline;
}

div.definition_block {
        clear: both;
        text-align: left;
        padding: 10px;
        margin: 20px auto 0 auto;
        width: 465px;
        background-color: #CCFFFF;
        color: #996666;
	border-color: #49aaf1;
	border-width: 1px;
	border-style: solid;
}

h1.definition_block {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

h2.definition_block {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

p.definition_block {
	font-size: 11px;
}

/* TAGS */
div.tags {
	margin-left: 30px;
}

/* RESULT PAGES */
img.header_results {
	margin-top: 20px;
}

/* SEARCH */
input.search {
	float: left;
	margin-top: 2px;
	margin-left: 138px;
	background-color: #ffffff;
	border-color: #49aaf1;
	border-width: 3px;
	border-style: solid;
	width: 200px;
	height: 20px;
	font-size: 16px;
}

input.search_button {
	float: left;
	border: none;
	margin-left: 10px;
	height: 31px;
	width: 86px;
	background-image: url(/images/zoekknop.png);
}

input.search_result_button {
	float: left;
	border: none;
	margin-left: 10px;
	height: 21px;
	width: 57px;
	background-image: url(/images/zoekknop_results.png);
}

input.search_result {
	float: left;
	margin-top: 1px;
	margin-left: 188px;
	width: 112px;
	height: 14px;
	background-color: #ffffff;
	border-color: #49aaf1;
	border-width: 2px;
	border-style: solid;
	font-size: 12px;
}

/* ABC LINK */
a.abclink:link, a.abclink:visited {
	display: block;
	float: left;
	margin: 20px 5px 20px 0;
	padding-top: 3px;
	text-align: center;
	width: 15px;
	height: 20px;
	font-size: 11px;
	background-color: #66CCCC;
	color: #FFFFFF;
	text-decoration: none;
}

a.abclink:hover, a.abclink:active {
	text-decoration: underline;
}

/* CATEGORY LINK */
a.categorylink:link, a.categorylink:visited {
	display: block;
	float: left;
	margin: 5px 5px 0 0;
	padding: 3px 4px 0 4px;
	text-align: center;
	width: auto;
	height: 20px;
	font-size: 11px;
	background-color: #66CCCC;
	color: #FFFFFF;
	text-decoration: none;
}

a.categorylink:hover, a.categorylink:active {
	text-decoration: underline;
}

/* SEARCH RESULT MARKERS */
span#mark_1 {
	background-color: #9AFFFE;
}

span#mark_2 {
	background-color: #FF989A;
}

span#mark_3 {
	background-color: #FCFF7E;
}

/* FOOTER */
p.footer {
	clear: both;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding-top: 20px;
}

a.footer:link, a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}

a.footer:active, a.footer:hover {
	text-decoration: underline;
}
