/*
 * $Id: conf.css 2046 2007-10-04 21:20:59Z FEDROOT::SVN:brachman $
 */

body {
  font-family: "Trebuchet MS", "courier new", courier, sans-serif, fixed;
  font-size: 9pt;
  color: black;
}

.configuration {
    font-family: "courier new",courier,fixed;
    color: black;
}

.jurisdiction_begin {
	font-weight: bold;
	color: dodgerblue;
}

.jurisdiction_end {
	font-weight: bold;
	color: dodgerblue;
}

.auth_section {
    padding-top: 1em;
}

.auth_begin {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.auth_end {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.roles_section {
    padding-top: 1em;
}

.roles_begin {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.roles_end {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.transfer_section {
    padding-top: 1em;
}

.transfer_begin {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.transfer_end {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.store_section {
    padding-top: 1em;
}

.store_begin {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.store_end {
	font-weight: bold;
	color: dodgerblue;
    margin-left: 1em;
}

.directive {
    margin-left: 2em;
}

.directive_name {
	font-weight: bold;
	color: red;
}

.directive_value {
	font-weight: bold;
}

