/**
 * Knops Publishing: channel screen.css
 *
 * Description:	General XHTML selector stylesheet
 *
 * Author: 		Davy De Pauw
 * Created: 	17/07/2007
 * Modified:	17/07/2007
 */

/* import stylesheets
---------------------------------------------------------- */

@import url("layout.css"); 	/* Site layout */
@import url("forms.css");	/* Forms */
@import url("tables.css");	/* Tables */

/* redefine xhtml selectors
---------------------------------------------------------- */

* {
	outline: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small/1.4em Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
}

p {

}

ul {

}
	
ul li {
	
}

dl {

}

dl dt {
	
}
		
dl dd {
	
}

blockquote {

}
	
blockquote p {
	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
}

a abbr {
	border: none;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

hr.clear {
	display: block; 
	clear: both; 
	margin: 0; 
	padding: 0;
	height: 0; 
	visibility: hidden; 
	border-width: 0; 
}

/* links
---------------------------------------------------------- */

a:link, a:visited {

}

a:hover {

}

a.selected {

}

a img {
	border: none;
}

span.error {
	/*display: block;*/
	color: red;
}