/* -*- mode: jde -*- */
// 	$Header: /Users/op/tmp/cvs2svn/cvs/Kaufmann/dtml/styles/default.css,v 1.3 2002/09/23 08:58:17 cvs-bd Exp $


/*---* tag style definitions *---*/
body {
	font-family: arial,helvetica,sans-serif;
}
td {
    font-family: arial,helvetica,sans-serif;
	font-size:11px;
}

th {
    font-family: arial,helvetica,sans-serif;
	font-size: 11px;
    font-weight: bold;
    text-align: center;
}

a {
	color:#005DAD;
	text-decoration:none;
}


p {
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.emphasis {
    font-weight: bold;
    color: #2171B5;
}

table.detail-table {
    border-color: black;
}

.heading {
	color:#0059A5;
	font-weight:bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

/*---* class definitions *---*/
.headline {
	color:#0059A5;
	font-weight:bold;
}

.normalpadding {
	font-family:verdana;
	font-size:12px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
}

td.nav-fixed{
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    background-color: #c6cbe7;
    color: black;
    width: 141px;
    height: 22px;
    text-align: center;
}

td.nav-fixed a{
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: black;

}


table.nav-table tr td a{
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: white;
}

td.nav-top-inactive a {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: white;
}

td.nav-sub-inactive a {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: white;
}


td.nav-top-active a {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: white;
}

td.nav-sub-active a {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: white;
}


td.nav-top-active {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    background-color: #2171B5;
    width: 141px;
    height: 22px;
    border: 2px solid #c6cbe7;
    text-align: center;
    color: white;
}

td.nav-top-inactive{
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    background-color: #2171B5;
    color: white;
    width: 141px;
    height: 22px;
    text-align: center;
}


td.nav-sub-active {
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    background-color:  #7386C6;
    width: 141px;
    height: 22px;
    border: 2px solid #c6cbe7;
    text-align: center;
    color: white;
}

td.nav-sub-inactive{
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    background-color: #7386C6;
    color: white;
    width: 141px;
    height: 22px;
    text-align: center;
}

/*---* id definitions *---*/

#active_menu {
	border: 1px solid #000000;
}


