html {
    background: transparent;
}
body {
    background: transparent url('../images/page-back.gif') repeat-y 0 0;
    border: 0;
    color: #545248;
    font-family: arial, sans-serif;
	height: 100%;
    width: 100%;
    min-width: 800px;
}
body.wide {
    background: transparent url('../images/wide-back.png');
}
a:link {
    color: #41774d;
}
a:visited {
    color: #41774d;
}

h1 {
    font-size: 161.6%;
    font-weight: bold;
    margin: .5em 0 1em 0;
}
h1:before {
    content: '❦ ';
}
h2 {
    font-size: 123.1%;
    font-weight: bold;
    padding: .5em 0 .5em 0;
}
h3 {
    font-size: 123.1%;
    font-weight: bold;
    margin: .25em 0 .5em 0;
}
h4 {
    font-size: 100%;
    font-weight: bold;
}
#doc3 {
    margin: auto;
}
#footfull {
    padding: 5px;
}
#footfull .widget {
    background-color: transparent;
    border: 0;
    color: #545248;
}
#ft {
    clear: both;
    padding: 1.2em;
    text-align: center;
    font-size: 100%;
}
#ft p {
    font-size: 85%;
}
#ft a {
    font-weight: bold;
    padding-left: 10px;
}
#ft h3 {
    font-size: 108%;
    font-weight: bold;
    height: 4em;
}
#ft .diag {
    text-align: left;
    margin: 0 0 5px 0;
}
#ft .diag table,
#ft .diag table td,
#ft .diag table th {
    border: 1px solid #928f7f;
    padding: 5px;
}
#ft .diag table tr.odd {
    background-color: #928f7f;
    color: #fff;
}
#ft .diag table th {
    font-weight: bold;
}

#ft .panel {
    color: #7d7a6c;
    margin-bottom: 5px;
    text-align: left;
}
#hd {
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
}
#hd h1 {
    background: #41774d url('../images/head-back.png') repeat-x scroll bottom;
    color: #fff;
    font-size: 197%;
    font-weight: bold;
    height: 55px;
    padding: 15px 15px 0 15px;
    margin: 0;
    text-align: left;
    vertical-align: center;
}
#hd h1:before {
    content: '';
}
#hd h1 a {
    color: #fff;
    text-decoration: none;
}
#hd sup {
    font-size: 50%;
}
div.bare {
    margin: 1em;
}
#sidebar {
    padding: 5px;
    width: 160px;
}
#cta {
    height: 300px;
}
#cta.white {
    background: #fff url('../images/cta-back-white.png') repeat-x;
}
#cta.black {
    background: #fff url('../images/cta-back-black.png') repeat-x;
}
.required {
    color: #e26b1b;
    font-weight: bold;
    margin: 0 5px 0 0;
}
p {
    margin: 0 0 .75em 0;
}
.clear { clear: both; }
.hide { display: none; }
.message {
    border: 1px solid #fff;
    background-color: #41774d;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding: 5px;
    text-align: center;
}
.message a {
    color: white;
}
.error {
    background-color: #e26b1b;
    color: black;
}
.attention {
    color: #e26b1b;
    font-weight: bold;
}
div.toolbar {
    background-color: #41774d;
    border: 1px solid #fff;
    color: white;
    margin: 0 0 1em 0;
    padding: 5px;
    vertical-align: top;
}
div.toolbar img {vertical-align: bottom;}
div.toolbar a { color: white; padding: 0 5px 0 0;}
div.toolbar a.aside { float: right; }
#dashboard {
    clear: both;
    padding: 0px;
}
#dashboard h2 {
    color: #fff;
    font-size: 153.9%;
    padding-bottom: 10px;
}
#dashboard .yui-cms-accordion .yui-cms-item {
    float: left;
    display: inline;
    background: #000 url('../images/dash-back.png') repeat-x scroll top;
    color: white;
    border: 1px solid #cccccc;
}

#dashboard .yui-cms-accordion .yui-cms-item.selected {
    width: auto;
}
#dashboard .yui-cms-accordion .yui-cms-item .accordionToggleItem {
    width: 17px;
    height: 17px;
    display: block;
    background: url('../images/accordion.gif') no-repeat 0px -200px;
    color: white;
    text-decoration: none;
}
#dashboard .yui-cms-accordion .yui-cms-item.selected .accordionToggleItem {
    background: url('../images/accordion.gif') no-repeat 0px -300px;
    opacity: 0.2;
}
#dashboard .yui-cms-accordion .yui-cms-item .bd {
    width: 1px; /* Hack: vertical accordion with width=0 will generate malfunctions in opera and safari */
    overflow: hidden;
}
/* forcing the expandable area to a fixed width and height, to keep the container size */
#dashboard .yui-cms-accordion .yui-cms-item .bd .fixed {
    overflow: hidden;
    width: 500px;
    height: 250px;
    padding: 5px;
}
.loading {
    margin: 0 0 0 1em;
}
.hint {
    color: #a5a5a5;
    font-style: italic;
    text-align: center;
}
fieldset p.attention {
    padding: 15px 0 0 150px;
}
fieldset .help {
    padding: 10px 0px 0 1em;
    float: right;
}
fieldset .info {
    padding: 10px 0px 0 0;
    width: 40em;
    float: left;
}
fieldset legend {
    color: #545248;
    font-size: 138.5%;
    font-weight: bold;
    padding: .5em 0 5px 0;
}
fieldset span.leg {
    display: block;
    border-bottom: 1px solid #7d7a6c;
    margin: 0 0 .5em 0;
    width: 100%;
}
fieldset .text_group {
    clear: both;
}
fieldset .text_group label {
    font-weight: bold;
}
fieldset .text_group label, 
fieldset .text_group input,
fieldset .text_group select,
fieldset .text_group .extra,
fieldset .text_group span.ro {
    display: block;
    float: left;
    width: 20em;
    margin-top: 5px;
}
fieldset .text_group input {
    background: #fff url('../images/input-bg.png') repeat-x;
}
fieldset .text_group textarea {
    background: #fff url('../images/input-bg.png') repeat-x;
    display: block;
    float:   left;
    margin-top: 5px;
}
fieldset .text_group label {
    width:      15em;
    text-align: right;
    padding:    2px 2px;
}
fieldset .text_group label.attention {
    background: url('../images/error-back.png');
}
fieldset .text_group .extra {
    width:      auto;
    font-style: italic;
    padding:    0 10px;
}
fieldset .text_group .extra img {
    margin: 0 0 0 -5px;
}
fieldset .text_group .extra .good {
    color: #41774d;
    font-weight: bold;
}
fieldset .text_group .extra .bad {
    color: #e26b1b;
    font-weight: bold;
}
fieldset p {
    padding: 0 0 .5em 0;
}
.button_group {
    clear:      both;
    margin:     0px 13.7em;
    padding:    5px 20px;
}
p.standout img {
    vertical-align: bottom;
}
.lonely {
    margin: 1em;
}
.standout {
  background-color: white;
  border: 1px solid #dcd7be;
  color: black;
  font-size: 108%;
  padding: 3px;
}
.standout img {
    vertical-align: bottom;
}
.vehicle {
  font-size: 108%;
  width: 100%;
}
.vehicle div.image {
  float: left;
  width: 175px;
}
.vehicle div.image img {
  background-color: #fff;
  border: 1px solid #a5a18e;
  margin: auto;
  padding: 3px;
  text-align: center;
}
.vehicle p {
    padding: 1em 0 0 0;
    text-indent: 3em;
}
ul.linear li {
  display: inline;
  margin: 0 5px 0 0;
}
a.remover {
    margin: 0 0 0 3px;
}
ul.grpinlist {
    clear: both;
}
ul.grpinlist img {
    vertical-align: top;
}
ul.grpinlist li.group {
    font-weight: bold;
    font-size: 131%;
    margin: 0 0 .5em 0;
}
ul.grpinlist li.group ul {
    font-size: 75%;
}
ul.grpinlist li.group li {
    margin: 0 0 .6em 5px;
}
.contents {
    margin: 1em 0 0 0;
}
.contents li {
    clear: both;
}
.contents li a {
    font-size: 1.25em;
}
.contents li img.pre {
    background-color: #fff;
    border: 1px solid #666;
    clear: left;
    float: left;
    margin: 0 5px 10px 0;
    padding: 3px;
    vertical-align: top;
}
/* START Not in guide */
#status {
    padding: 0 0 1em 0;
}

.tag-list {
    clear: both;
    background: #fff url("../images/input-bg.gif") no-repeat scroll 0 0; 
    border-color: #7c7c7c #cecece #c3c3c3 #7c7c7c; 
    border-style: solid; 
    border-width: 1px; 
    overflow: hidden; 
    list-style: none; 
    padding: 2px; 
}

.tag-list li {
    float: left;
    border: 1px solid #a4b3ec;
    background: #dee7f8;
    margin: 5px 1ex;
    padding: 0 1ex;
}
.tag-list li.input { border: none; background: none; }
.tag-list input { border: none; }
.tag-list a {
    color: black; text-decoration: none;            
}

.collection ul {
    list-style: none;
    overflow: hidden;
}
.media { 
    background-color: #fff;
    border: 1px solid #7d7a6c;
    float: left;
    margin: 5px; 
    height: 130px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.collection li.place-holder {
    width: 100%;
    height: 60px;
    border: none;
    color: #545248;
    text-align: center;
}

.collection p { text-align: center; }
.collection h3 { padding: 3px; }
.media p {
    margin: 3px;
}
.media img {
    vertical-align: bottom;
    border: 1px solid #7d7a6c;
    margin: 3px;
}
.media img.pre {
    border: 1px solid #7d7a6c;
    margin: 3px;
}

.media .icon-bar { 
    /*position: absolute; display: inline;*/
    position: absolute;
    top: 3px; right: 3px;
    z-index: 1; 
    background: #fff;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    /*
    background: #fff;
    opacity: .75;
    -moz-opacity: .75;
    filter: alpha(opacity=75);
    */
    padding: 0; margin: 0;
}
.media .icon-bar li { 
    display: inline; 
    width: auto; 
    height: auto; 
    border: none; 
    background: none;
    margin: -2px -2px 0 0; padding: 0 0 0 1px;
}
.media .icon-bar a { padding: 0; border: none; }
.media .icon-bar img { margin: 0; border: none; }

.collections {
    padding: 1em 0;
}

.collections h2 {
    background-color: white;
    border: 1px solid #dcd7be;
    padding: 3px 1ex;
}

.collections h2 a { text-decoration: none; }
.collections h2 a:hover { text-decoration: underline; }
.collections h2 .hide { margin-top: 1px; }

.collection,
.upload {
    background-color: white;
    border: 1px solid #dcd7be;
    border-top: none;
    color: black;
    font-size: 108%;
    margin: -1px 0 10px 0;
    padding: 0 1ex;
}
.upload { text-align: center; font-size: 120%; padding: 1em; }
.upload input { font-size: 120%; }

.collections .target {
    background-color: #41774d;
}
.collections .target li { color: white; }

/* END Not in guide */
.widget {
    margin: 5px;
    vertical-align: top;
}
.widget h3 {
    border-bottom: 1px solid #7d7a6c;
    color: #545248;
    font-size: 123.1%;
    font-weight: bold;
    padding: 0 .25em .25em 0;
}
.widget fieldset p {
    padding: 0; margin: 0 0 3px 0;
}
.widget h3 a {
    text-decoration: none;
    color: #545248;
}
.widget h4 {
    font-weight: bold;
}
.widget ul {
    margin: 0 0 .5em 1em;
}
.widget ul.flush {
    margin: 0 0 0 0;
}
.widget form {
    margin: 0 0 0 .5em;
}
.widget form label {
    display: block;
    width: 8em;
}
.widget a.naked {
    text-decoration: none;
}
.widget .feed img {
    vertical-align: middle; text-decoration: none; padding: 0 .25em 0 3px; border: none;
}
.gallery {
    background: url('../images/carbon.png');
    color: #fff;
}
.gallery a {
    color: #ecd013;
}

.gallery .gallery_list {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.gallery .wrapper {
    background: url('../images/carbon-grad.png') repeat-x;
}
.gallery {
    padding: 5px;
    text-align: center;
}
.gallery ul {
    overflow: hidden;
    margin: 1em 0 0 0;
}
.gallery h1 {
    color: #fff;
    padding: 1em 0 0 0;
}
.gallery .image {
    margin: 1em 0 0 0;
}
.gallery li.selected img {
    border: 2px solid #ecd013;
}
.gallery .toolbar {
    text-align: center;
    font-weight: bold;
    margin: auto;
    width: 75%;
}
.gallery .toolbar a.prev {
    float: left;
}
.gallery .toolbar a.next {
    float: right;
}
.collection .image {
    text-align: center;
}
/* END Not in style guide */
.vehinfo div.alpha {
    float: left;
    width: 65%;
}
.vehinfo div.beta {
    float: right;
    width: 32%;
}
/* END NOT IN STYLE GUIDE, deferring */
table.topics {
    width: 100%;
    margin: 0 0 0 0;
}
table.topics th {
    background-color: #545248;
    border-left: 1px solid #545248;
    border-right: 1px solid #545248;
    border-bottom: 1px solid #dcd7be;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
table.topics th a {
    color: white;
    font-weight: bold;
}
table.topics tr.header td {
    font-weight: bold;
}
table.topics td {
    background-color: #dfded1;
    border: 1px solid #545248;
    padding: 5px;
    vertical-align: center;
}
table.topics td.topic {
    width: 70%;
}
table.topics td.count {
    text-align: center;
}
table.topics tr.header td.latest {
    text-align: center;
}
table.topics td.latest p {
    font-size: 85%;
}
div.crumbs {
    margin: 0 0 .5em 0;
}
ol.thread strong,
ol.thread b {
    font-weight: bold;
}
ol.thread i,
ol.thread em {
    font-style: italic;
    font-weight: inherit;
}
ol.thread li {
    border-bottom: 1px solid black;
    clear:both;
    min-height: 4em;
    padding: 10px 5px;
}
ol.thread li.odd {
    background-color: #dfded1;
}
ol.thread li div.reply div.attr {
    border: 1px solid #dcd7be;
    border-width: 0 1px 1px 0;
    float: left;
    width: 24%;
}
ol.thread li div.reply div.content {
    float: right;
    width: 74%;
}
ol.thread li h3 {
    margin: 0 0 1em 0;
    font-size: 116%;
    font-weight: bold;
}
ol.thread h3 a {
    color: #7d7a6c;
    text-decoration: none;
}
ol.thread h3 a:hover {
    text-decoration: underline;
}
#pager {
    clear: both;
    margin: 1em 0 1em 0;
    text-align: center;
}
#pager a {
    border: 1px solid #545248;
    padding: 3px 5px;
    margin: 0 5px;
    text-decoration: none;
}
#pager span.lend {
    margin: 0 1em 0 0;
}
#pager span.rend {
    margin: 0 0 0 1em;
}
#pager span.curr {
    font-weight: bold;
    font-size: 123.1%;
    padding: 3px 5px;
}

.standard {
    margin: 0 0 1em 0;
}
.standard li {
    list-style: disc inside;
    margin: 0 0 0 .5em;
}
div.fw div.yui-u div.widget {
    height: 100%;
}

.adslot {
    margin: 0 0 1em 0;
}
#gutter {
    margin: 1em 0 0 0;
}
#gutter .adslot  {
    text-align: center;
}
.adslot img {
    border: 2px solid #fff;
}
.fullbanner {
    color: white;
    text-align: center;
}
dl.sideby dt {
    float: left;
    font-weight: bold;
    margin-right: 1em;
    text-align: right;
    width: 10em;
}
.help li {
    list-style: disc inside;
}
.help dt {
    font-size: 123.1%;
    font-weight: bold;
    margin: 1em 0 0 0;
}
.help a.footnote {
    vertical-align: super;
    font-size: 77%;
    text-decoration: none;
}
.help div.notes {
    margin: 2em 0 0 0;
}

#person_ident_autocomplete {
    z-index: 9000;
    width:   20em;
    padding-bottom: 2em;
}
#person_ident_autocomplete input { _position: absolute; }
/*
.yui-ac { position: relative; }
.yui-ac-input { position: absolute; width: 100%; }
.yui-ac-container { position: absolute; top: 1.6em; width: 100%; }
*/
.yui-ac-content { 
    position: absolute; 
    width: 20em; 
    border:1px solid #808080;
    background:#fff;
    overflow:hidden;
    z-index:9050; 
}
.yui-ac-content ul { margin: 0; padding: 0; width: 100%; }
.yui-ac-content li { margin:0;padding:2px 5px;cursor:default;white-space:nowrap; }
.yui-ac-content li.yui-ac-prehighlight { background: #41774d; }
.yui-ac-content li.yui-ac-highlight { background: #41774d;color:#FFF; }
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
    background-color: transparent;
}

.text_group .yui-editor-container {
    clear: left;
    width: auto;
}

