/* CSS Document */

/*
colors:

*/

@import url("forms.css");
@import url("tables.css");

a {
    color: #000;
    background-color: inherit;
    text-decoration: underline;
}
a:active, a:visited {
    color: #000;
    background-color: inherit;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #FFF;
    background-color: #00C;
    text-decoration: none;
}
a:hover abbr, a:focus abbr {
    text-decoration: underline;
}
a.image:active, a.image:hover, a.image:focus {
    background-color: transparent !important;
}

abbr {
    border-width: 0;
    text-decoration: none;
    cursor: help;
    border-bottom: 1px dotted #000;
}
blockquote cite {
    display: block;
    font-style: italic;
}
body {
    margin: 0;
    padding: 0 0 0 0;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4em;
}
dd {
    margin-left: 1em;
    padding-left: 0;
}
div {
    margin: 0;
}
dl {
    margin: .5em 0 .5em 0;
}
dl dd, dl.links dd {
    margin-top: .3em;
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 .2em 0;
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    color: #000;
}
h1 {
    margin: 0 0 .6em 0;
    padding: 0 0 .2em 0;
    font-size: 3em;
    line-height: 1.2em;
    color: #000;
}
h2 {
    margin: 1.5em 0 .5em 0;
    font-size: 1.7em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
    font-weight: bold;
}
h5 {
    font-size: 1.1em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    font-weight: bold;
}

hr {
    width: 80%;
    background-color: #000;
    color: #000;
    border-top: 2px solid #000;
}

html {
    margin: 0;
    padding: 0;
    color: #FFF;
    background: #000 none repeat scroll top left;
}
img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}
kbd {
    padding: 0 1px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    background: #FAF6F6;
    color: #000;
    border-color:  #EDD #BAA #BAA #EED;
}
li {
    margin: 0 0 0 1em;
    padding: 0;
    list-style-position: outside;
}
li ol, li ul {
    margin-left: 1em;
}
li > p {
    margin-top: 0.2em;
}
ol, ul {
    margin: 1em 0 1em 1em;
    padding: 0;
}
pre {
    margin-bottom: 1em;
    padding: .5em;
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    overflow: auto;
}
pre code {
    font-size: 1em;
}
strong {
    font-weight: bold;
}

/* monospaces */
pre, code, kbd,
input[type=button], input[type=submit], input[type=reset], button,
input[type=text], input[type=password], select, textarea {
    font-family: "Bitstream Vera Sans Mono", "Lucida Console", "American Typewriter", "Courier New", Courier, monospace;
    font-size: 1em;
}
/* /monospaces */

::-moz-selection {
    background-color: #06F;
    color: #FFF;
}
/*
:selection {
    background-color: #06F;
    color: #FFF;
}
*/
/*
code::-moz-selection {
    background-color: #535353;
    color: #9DD63C;
}
code::selection {
    background-color: #535353;
    color: #9DD63C;
}
*/

.bgMedium {
    background-color: #FFF;
    color: #000;
}
.bgContrast {
    background-color: #678AC2;
    color: #FFF;
}
.dataTable {
    width: 98%;
    border: 1px solid #000;
}
.error, .error_message {
    margin: .4em 0 .6em 0;
    color: #C00;
}
a.external {
    padding-right: 10px;
    /*background-image: url(../image/external-link.gif);*/
    background-position: right;
    background-repeat: no-repeat;
}
.highlight {
    background-color: #EEF;
    color: #000;
}
.processMessage {
    /*
    margin: .4em 0 .6em 0;
    padding: .4em;

    font-weight: bold;
    background-color: #06F;
    color: #FFF;
    border: 1px solid #06F;
    */
}
.sectionHeading {
    background-color: #FFF;
    color: #00C;
    padding: 3px 1px 1px 1px;
    margin: 3px 3px 3px 3px;
}
.sectionHeading h2, h3, h4, h5 {
    color: #00C;
    margin: 3px 3px 3px 3px;
    padding: 3px 1px 1px 1px;
}
.smallText {
    font-size: 0.9em;
}

ul.links, ol.links, ul.prices {
    margin: 0;
}

ul.prices li {
    margin-bottom: .5em;
}

ul.links, ul.links li, ul.prices, ul.prices li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
ul.links li li {
    margin-left: 1em;
    list-style-type: disc;
}
ul.links li li li {
    margin-left: 1em;
    list-style-position: inside;
    list-style-type: disc;
}
ul.links li li li {
    list-style-type: circle;
}
ul.links li li li li {
    list-style-type: square;
}
ul.links li li li li li {
    list-style-type: disc;
}
ul.links li li li li li li {
    list-style-type: circle;
}
ul.links li li li li li li li {
    list-style-type: square;
}


/* page specific */

.disabled, .disabled pre {
    background-color: #F49191 !important;
}

/* /page specific */


/* scaffold show */


div.related {
    clear: both;
    display: block;
}

/* scaffold buttons */


.notice {
    color: #DB8101;
    background-color: #ddd;
    display: block;
    padding: 1em;
}
.tip {
    color: #DB8101;
    background-color: #ddd;
    display: block;
    padding: 1em;
}

ul.actions {
    list-style: none;
    text-align:left;
    margin:2em 0;
    padding: 0;
}
ul.actions li {
    margin-left:1em;
    list-style: none;
    display: inline;
}
ul.actions li a,  ul.actions li input {
    padding: 2px 12px;
    color: #DB8101;
    background-color:#ccc;
    text-decoration: none;
    border: 1px solid #666;
    line-height: 24px;
    font-weight: bold;
    text-align:center;
    text-decoration: none;
}
ul.actions li a:hover {
    color: #DB8101;
    background-color:#fff;
    text-decoration: none;
}
td.listactions {
    width: 14em;
    text-align: center;
    white-space: nowrap;
}
td.listactions a {
    padding: 0px 8px;
    text-align:center;
    font-weight: bold;
    color: #DB8101;
    background-color:#ccc;
    text-decoration: none;
    border: 1px solid #666;
    white-space: nowrap;
}
td.listactions a:hover {
    color: #fff;
    background-color:#DB8101;
}

