body {
	margin:0px;
	font-family: Trebuchet MS, Verdana,Arial;
	background-color:rgb(222,222,222);
	overflow: auto;
	}

#hdr {
	position: absolute;
	background:rgb(255,255,255);
	top: 0%;
	width: 88%;
	height: 16%;
	left: 6%;
	}

#d_menu {
	position: absolute;
	background:rgb(200,0,0);
	color: rgb(255,255,255);
	top: 16%;
	width: 16%;
	height: 84%;
	left: 6%;
	}

#d_cont {
	position: absolute;
	background: rgb(210,210,160); 
	top: 16%;
	width: 72%;
	height: 84%;
	left: 22%;
	overflow: auto;
	}

ul.lien 	{ margin: 0 0 0 10px;}
li.lien {
	list-style: none;
	margin: 0 0 0 -4px;
	padding: 2 0 4 0px;
	}

.lang {
	color: rgb(210,210,160);
	font-size: 90%;
	}


a 			{text-decoration: none;}
a:link		{ color: rgb(0,0,0); }
a:visited	{ color: rgb(0,0,0); }
a:hover		{ color: rgb(248, 0, 0); }

a.lien:link 		{color: rgb(210,210,210); font-weight: bold; }
a.lien:visited 		{color: rgb(210,210,210); font-weight: bold; }
a.lien:hover 		{color: rgb(255,255,255); font-weight: bold; font-style: Italic; }
/*
a.lan:link 			{color: rgb(210,210,160); font-size: 90%; }
a.lan:visited		{color: rgb(210,210,160); font-size: 90%; }
a.lan:hover 		{color: rgb(0,0,0); font-weight: bold; font-style: Italic; font-size: 90%; }
*/

a.genr:link 		{color: rgb(255,0,0); font-size: 90%; font-weight: bold; }
a.genr:visited		{color: rgb(210,0,0); font-size: 90%; font-weight: bold; }
a.genr:hover 		{color: rgb(0,0,0); font-weight: bold; font-weight: bold; font-style: Italic; font-size: 90%; }
a.grou:link 		{color: rgb(30,160,210); font-size: 90%; font-weight: bold; }
a.grou:visited		{color: rgb(30,160,210); font-size: 90%;  font-weight: bold;}
a.grou:hover 		{color: rgb(0,0,0); font-weight: bold;  font-weight: bold; font-style: Italic; font-size: 90%; }

a.th_clickable:link { color: #ffffff; }
a.th_clickable:visited { color: #ffffff; }
a.th_clickable:hover { color: #a00000; }

td.au {
	padding: 3 3 3 3px;
	}

hr.deniz0 {
	color: rgb(200,0,0);
	background-color: rgb(200,0,0); 
	width: 15px;
	margin: 0 3 0 -1px;
	height: 3px;
	border: 0;
	}

hr.deniz1 {
	color: rgb(200,0,0);
	background-color: rgb(200,0,0); 
	width: 90%;
	height: 1px;
	text-align: left;
	border: 0;
	}

div.title {
	color: rgb(200,0,0);
	margin: 10 10 10 15px;
	font-weight: bold;
	font-size: 160%;
	}

td.title {
	color: rgb(200,0,0);
	margin: 10 10 10 15px;
	font-weight: bold;
	font-size: 160%;
	}

table.ladder {
	border-left:solid 2px;
	border-color:rgb(200,0,0);
	border-collapse:collapse;
	font-size:90%;
	}

div.ftext_c	{
	text-align: left;
	font-size: 90%; 
	padding: 5 180 0 0px;
	font-family: Verdana,Arial,MS Sans Serif;
	font-size: 80%;
	}

p.noindent {
	text-indent: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.disp_filter	{
	background-color: rgb(180,180,130);
/*	background-color: rgb(240,240,0); */
	}

p.indent {
	text-indent: 20px;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	}

.error_mesg, .info_mesg, .alert_mesg, .debug_mesg {
	border: solid 2px;
	background-color: rgb(255,255,224);
	margin: 20 100 0 100;
	padding: 10 15 10 15px;
	border-color: rgb(255,0,0);
	vertical-align: middle;
	text-align: center;
	}   

.error_mesg	{ color:#ff0000; }   
.info_mesg	{ color:#0000ff;	}   
.alert_mesg	{ color:#ff0000; }   
.debug_mesg	{ color:#00ff00; }   

