body {
    margin: 0;
    padding: 0;
    font: 10px Arial, Helvetica, sans-serif;
    color: #051215;
    background-color:#f8f9f9;
    text-align: center;
}
.menu .leaf a{
	text-decoration:none;
    color:#000;
    text-transform: uppercase;
	font: 10px Arial, Helvetica, sans-serif;
}

.wrapper a {
    text-decoration:underline;
    color:#000;
}
.wrapper a:hover {
    color: #777;
}
/* Removes dotted borders on clicked links from Firefox */
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}
p {
    padding:6px 0px 6px 10px;
}
blockquote {
    padding: 10px;
    background-color:#efefef;
    margin:0px;
}
/* HEADINGS */
h1, .front .left_outer h2, .front .right_inner h2, .front .right_outer h2, .front .right_inner #block-block-23 .date-nav {
    font: 10px Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    color:#fff;
    background-color:#051215;
    margin-top: 0px;
    width: auto;
    padding:6px 0px 6px 10px;
}
h2 {
    font: 10px Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-transform: uppercase;
    color:#051215;
    text-decoration:underline;
    margin: 0px 0px 6px 0px;
    width: auto;
    padding:6px 0px 0px 6px;
}
h3 {
    font: 36px Arial, Helvetica, Verdana, sans-serif;
    font-weight:bold !important;
    margin: 0;
    padding:0 0 10px;
    text-transform:none;
}
h4 {
    width: auto;
    color:#051215;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:underline;
}
h5 {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin: 15px 0 5px;
    padding:0px 0px 0px 0px;
    font-style:normal;
}
h6 {
    font: 24px Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin: 0px;
    padding:0px 0px 10px 0px;
}
/* Table elements */
table {
    margin: 1em 0;
    width: 100%;
}
thead th {
    border-bottom: 2px solid #d3e7f4;
    color: #494949;
    font-weight: bold;
}
th a:link, th a:visited {
    color: #6f9dbd;
}
td, th {
    padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
    border: solid #d3e7f4;
    border-width: 1px 0;
}
tr.odd, tr.info {
    background-color: #edf5fa;
}
tr.even {
    background-color: #fff;
}
tr.drag {
    background-color: #fffff0;
}
tr.drag-previous {
    background-color: #ffd;
}
tr.odd td.active {
    background-color: #ddecf5;
}
tr.even td.active {
    background-color: #e6f1f7;
}
td.region, td.module, td.container, td.category {
    border-top: 1.5em solid #fff;
    border-bottom: 1px solid #b4d7f0;
    background-color: #d4e7f3;
    color: #455067;
    font-weight: bold;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
    border-top-width: 0;
}
/* List elements */
.wrapper ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.wrapper li {
    width: auto;
    border-bottom:1px solid #efefef;
    padding: 2px 0px 2px 8px;
}
.wrapper li:hover {
    /*tct2003 111228  background-color:#efefef; */
}
ol {
    margin: 0.75em 0 1.25em;
    padding: 0 1em;
}
ul.menu, .item-list ul {
    margin: 0;
/* LTR */
    padding: 0;
}
ul.menu ul, .item-list ul ul {
    margin-left: 0em;
/* LTR */
}
ol li {
    padding: 0 0 .3em;
    margin: 0.15em 0 0.15em .5em;
/* LTR */
}
ol.task-list {
    margin-left: 0;
/* LTR */
    list-style-type: none;
    list-style-image: none;
}
ol.task-list li {
    padding: 0.5em 1em 0.5em 2em;
/* LTR */
}
ol.task-list li.active {
    background: transparent url(images/task-list.png) no-repeat 3px 50%;
/* LTR */
}
ol.task-list li.done {
    color: #393;
    background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%;
/* LTR */
}
ol.task-list li.active {
    margin-right: 1em;
/* LTR */
}
dl {
    margin: 0.5em 0 1em 1.5em;
/* LTR */
}
dl dt {
}
dl dd {
    margin: 0 0 .5em 1.5em;
/* LTR */
}