/*
// Notariaat Jan Muller
// ====================
//
// (c) 2004 by Jacques De Schepper
// style.css -> Main stylesheet
*/

body.main 
{ 
	background-color: #BEBDA2; 
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
}

td
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.smaller
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

td.border
{
	background-color: #000000;
}

td.hoofdmidden 
{ 
	background: url("images/back_top.jpg"); 
	width: 100%; 
	height: 62px; 
}

td.belowmenu
{
	background: url("images/back_menu.jpg"); 
	width: 193px;
	height: 100%; 
}

td.rechtsmidden
{
	background: url("images/back_right.jpg"); 
	width: 14px;
	height: 100%; 
}

td.voetmidden
{
	background: url("images/back_bottom.jpg"); 
	width: 100%; 
	height: 16px; 
}

a:hover
{ 
	text-decoration: underline;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #A41A1C;
}

a:link
{
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #A41A1C;
}

a:visited
{
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #A41A1C;
}

a:active
{
	text-decoration: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #A41A1C;
}

b
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}

td.spacer60
{
    width: 30px;
    height: 100%;
}

table.hand_short
{
    border-collapse: collapse;
    border: 1px solid black;
    background: #BCBCA8;
    height: 300px;
}

/*
// DropShadow
*/

td.drop_corner
{
	width: 4px;
	height: 5px;
}

td.drop_right
{
	background: url("images/drop_mr.jpg");
	width: 4px;
}

td.drop_bot
{
	background: url("images/drop_bc.jpg");
	height: 5px;
}

/*
// Generic Border
*/

td.bord_corner
{
	width: 10px;
	height: 10px;
}

td.bord_top
{
	background: url("images/bord_tc.jpg");
	width: 100%;
	height: 10px;
}

td.bord_top2
{
	background: url("images/bord_tc.jpg");
	width: 80px;
	height: 10px;
}

td.bord_top3
{
	background: url("images/bord_tc.jpg");
	height: 10px;
}

td.bord_bottom
{
	background: url("images/bord_bc.jpg");
	width: 100%;
	height: 10px;
}

td.bord_bottom2
{
	background: url("images/bord_bc.jpg");
	width: 80px;
	height: 10px;
}

td.bord_bottom3
{
	background: url("images/bord_bc.jpg");
	height: 10px;
}

td.bord_left
{
	background: url("images/bord_ml.jpg");
	width: 10px;
	height: 100%;
}

td.bord_right
{
	background: url("images/bord_mr.jpg");
	width: 10px;
	height: 100%;
}

/*
// Openbare poster
*/
td.open_top
{
	width: 600px;
	height: 47px;
}

td.open_center
{
	background: url("images/open_center.gif");
	width: 600px;
}

td.open_bottom
{
	width: 600px;
	height: 60px;
}

/*
// Administration layout
*/

table.admin
{
	background-color: #CECDB2;
	width: 90%;
	border-collapse: collapse;
}

table.aligner
{
	border-width: 0px;
	padding: 0px;
	spacing: 0px;
}

td.admin_head
{
	background-color:#861618;
	border: 1px solid black;
	color: #F5F5E5;
	padding:10px;
}

td.admin_content
{
	background-color:#CECDB2;
	border: 1px solid black;
	padding:10px;
}

thead
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
