/*Copyright by R. Hilkens, 2005. Eijkhagencollege Landgraaf*/
/*Name: core2b.css*/

/*FONT DEFINITIES*/
p, td, a:link, a:visited, a:active, a:hover, div, ul, li, form, h3
{
	margin-top: 0px;
	font-size: 9pt;
	margin-bottom: 0px;
	color: #000000;
	font-family: arial;
}
a:link, a:visited, a:active, a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
a:hover
{
	/*font-weight: bold;*/
	color: #273d71;
}
.smalla:link, .smalla:visited, .smalla:active, .smalla:hover
{
	text-decoration: none;
}
.smalla:hover
{
	text-decoration: underline;
}
body
{
	margin: 0px;
}
h1
{
	font-size: 16pt;
	color: black;
	font-family: Arial;
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 /*gebruikt voor pagina's die niet gebouwd worden met de template*/
{
	font-size: 20pt;
	color: #273d71;
	font-family: Arial;
	margin-bottom: 15px;
	margin-top: 10px;
}
h3 /*tussenkopje*/
{
	font-weight: bold;
}
/*Titlebar ondersteuning*/
.titleBarImg
{
	clear: right;
	float: left;
	width: 480px;
	height: 5px;
	margin-top: 8px;
	margin-left: 10px;
}
.titleBar
{
	float: left;
	clear: left;
	width: 70px;
	font-weight: bold;
}
/*Discussion platform defninities*/
.Info
{
	font-size: 7pt;
	color: #444444;
}
:link.info_link, :visited.info_link, :active.info_link, :hover.info_link
{
	font-size: 8pt;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
:hover.info_link
{
	color: #485D96;
	text-decoration: underline;
}
:link.group_link, :visited.group_link, :active.group_link, :hover.group_link, .discussion_group
{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
:hover.group_link
{
	color: #273d71;
	text-decoration: underline;
}
:link.lni, :visited.lni, :active.lni, :hover.lni
{
	font-size: 9pt;
	color: #D3D9EE;
	text-decoration: none;
	font-weight: normal;
}
:hover.lni
{
	text-decoration: underline;
}
/*ASP.NET Error reporting, not in use*/
.fout
{
	color: Red;
}
/*Tabellen, taskmanager, statistics and memberslist*/
.tb_main
{
}
.tb_dark
{
}
.tb_light
{
	background-color: #dbe7fa;
}
/*Image styles*/
.imgl
{
	margin: 4px;
	float: left;
}
.imgr
{
	margin: 4px;
	float: right;
}
.img
{
	float: left;
}
/*Caption ondersteuning*/
.captext
{
	font-size: 8pt;
	font-style: italic;
}
/*Geavanceerde opmaak artikelen*/
.framel, .framer
{
	background-color: #ffffff;
	border: solid 1px #8B9CD8;
	margin: 4px;
	padding: 2px;
}
.framel
{
	float: left;
}
.framer
{
	float: right;
}
.frameTitle
{
	border-bottom: solid 2px #8B9CD8;
	font-style: italic;
}
.central
{
	color: #485D96;
}
em, .keyword
{
	color: #025199;
	font-style: italic;
}