/*
# Copyright (c) 2002-2008 The XIMS Project.
# See the file "LICENSE" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
# $Id: default.css 2126 2008-09-19 11:59:22Z pepl $
*/

/*
a:link, span.MsoHyperlink {
    visible:false;
    color:blue;
    text-decoration:underline;
    text-underline:single;
}

a:visited, span.MsoHyperlinkFollowed {
    visible:false;
    color:purple;
    text-decoration:underline;
    text-underline:single;
}
*/

/**************************************************************************/
/* Begin: GENERAL FORMATS */


/* Document structure elements */

body {
    background-color: #ffffff;
    color: black;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}



/* Formatting elements */
/* abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var sind Inline-Elemente f�r Auszeichnungen
im Text,  die bei der XHTML-Variante "Strict" innerhalb anderer Block-Elemente vorkommen m�ssen.  */
/* f�r b, bdo, br, del, div, hr, i, ins, span, sub, sup und tt wurden keine eigenen Styles festgelegt */

address {
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}

big {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:12px;
    page-break-after:avoid;
    font-size:12pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

blockquote {
    padding-left:20px;
    padding-right:20px;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    text-align:justify;
}

h1 {
    line-height: 110%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:18px;
    page-break-after:avoid;
    font-size:18pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

h2 {
    line-height: 105%;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:14px;
    page-break-after:avoid;
    font-size:16pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

h3 {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:12px;
    page-break-after:avoid;
    font-size:14pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

h4 {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:12px;
    page-break-after:avoid;
    font-size:12pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

h5 {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:10px;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

h6 {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:10px;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
    font-style:italic;
}

p {
    margin-top:0px;
    margin-bottom:10px;
    padding:0px;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}

pre {
    visible: false;
    margin:0px;
    font-size:10pt;
    font-family:"Courier New";
}

small {
    margin-left:0px;
    margin-right:0px;
    margin-bottom:12px;
    page-break-after:avoid;
    font-size:8pt;
    font-family:helvetica, arial, sans-serif;
}


/* List elements */
/* f�r das li-Tag wurden keine Styles definiert */


dl {
    margin-left:10px;
}

dt {
    page-break-after:avoid;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
}

dd {
    margin-bottom:10px;
    page-break-after:avoid;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
}

/* Hyperlink elements */


a:link {
    visible: false;
    color: #123853;
}

a:visited {
    visible: false;
    color: #123853;
}

a:hover {
    visible: false;
    color: #222222;
}

/* pseudo hyperlink for pub-preview */
span.pseudolink {
    visible:false;
    color:#123853;
    text-decoration:underline;
}

/* Image and image map elements */
/* f�r map und area wurden keine Styles definiert. */


img {
    border: 0px;
}

/* nathalie sequeira */
img.rightfloat {
    caption:Float Right;
    float:right;
    padding:10px;
    padding-right:0;
}
img.leftfloat {
    caption:Float Left;
    float:left;
    padding:10px;
    padding-left:0;
}

/* Table elements */
/* f�r col, colgroup, tbody und tr wurden keine Styles definiert. */

caption {
    page-break-after:avoid;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
    font-weight:bold;
}

table {
    border:0px;
}

th {
    background-color:#ced3d6;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
/*	border:1px solid #888888; */
    padding-left:2px;
    padding-right:2px;
}

td {
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}

td.grey {
    background-color:#eeeeee;
}

td.darkgrey {
    background-color:#999999;
}

td.orange, td.orange1 {
        background-color:#feebda;
}

td.lightorange, td.orange2{
        background-color:#fff6ee;
}

td.darkorange, td.orange3 {
        background-color:#f98516;
}

td.blue {
    background-color:#e1e7ea;
}

td.darkblue {
    background-color:#123853;
}

td.red {
    background-color:#f9e8e8;
}

td.darkred {
    background-color:#dd6e6e;
}


td.lightblue {
    visible:false;
    background-color:#ced3d6;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    font-weight:bold;
    border:1px solid #888888;
    padding-left:2px;
    padding-right:2px;
}

thead {
    background-color:#ced3d6;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    font-weight:bold;
    padding-left:2px;
    padding-right:2px;
}

tfoot {
    page-break-after:avoid;
    font-size:10pt;
    font-family:helvetica, arial, sans-serif;
    font-style:italic;
}

tt {
    font-family:courier;
}

/* Form elements */
/* f�r all diese Tags wurden keine allgemeinen Styles definiert
(button, fieldset, form, label, legend, input, option, optgroup, select, textarea)*/


/* Executable content elements */
/* f�r all diese Tags wurden keine allgemeinen Styles definiert
(applet, object, param)*/


/* End: GENERAL FORMATS */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (UNISITES) */
/* Formats for the uni-header, the uni-search, standardLinks, departmentLinks, documentLinks, */
/* the content, the uni-footer, the list elements and the uni-forum */


/* uni-header */

.bluebg {
    visible:false;
    background-color:#123853;
    color:#ffffff;
}

td.pathbg {
    visible:false;
    padding-left:20px;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}

a.nodeco {
    visible:false;
    text-decoration:none;
}

a.nodeco:visited {
    visible:false;
    text-decoration:none;
}

a.textonlyLink:link {
    visible:false;
    color: #ffffff;
}

a.textonlyLink:visited {
    visible:false;
    color: #ffffff;
}

a.textonlyLink:hover {
    visible:false;
    color: #cccccc;
}

/* for the blockquote in the print-version */
p.printzitat {
    visible: false;
    margin-top:8px;
    margin-bottom:8px;
    margin-left:8px;
    margin-right:8px;
    padding:10px;
    line-height:120%;
    font-family:helvetica, arial, sans-serif;
    border:1px solid #999999;
    font-size:10pt;
}

.printzitatContent {
    padding: 10px;
    line-height:120%;
    text-align:justify;
}


/* uni-search (Schnellsuche) */

td.links {
    visible:false;
    padding-left:3px;
    vertical-align:top;
    line-height:120%;
}

form.qsearch {
    padding-left:2px;
    margin-bottom:0px;
}

input.qsfield {
    width:100px;
    font-size:9pt;
}


/* standardLinks, departmentLinks, documentLinks, content */

.stdlinks {
    visible:false;
    width:128px;
    margin-top:10px;
    padding-top:4px;
    padding-left:4px;
    padding-bottom:4px;
    border:1px solid #999999;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    line-height:100%;
}

.deptlinks {
    visible:false;
    width:128px;
    margin-top:10px;
    padding-top:4px;
    padding-left:4px;
    padding-bottom:4px;
    border:1px solid #123853;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    line-height:100%;
}

.documentlinks {
    visible:false;
    width:128px;
    margin-top:10px;
    padding-top:4px;
    padding-left:4px;
    padding-bottom:4px;
    border:1px solid #123853;
    font-family: helvetica, arial, sans-serif;
    font-size:10pt;
    line-height:100%;
}

/* docbook */
div.toc {
        background-color:#efefef;
        border: 1px solid #cccccc;
        margin: 1px 0px 1px 0px;
        padding: 2px 0px 3px 20px;
}

div.main-content {
        background-color: white;
        border: 0;
        margin: 1px 0px 1px 0px;
        padding: 2px 2px 5px 10px;
}

div.toc-item {
        font-size:12px;
        margin: 0px 0px 2px 25px;
}

div.programlisting {
        color: black;
        padding: 1em;
        background-color:#eeeeee;
        border-color: white;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
}

div.section {
    padding-left:6px;
}

div.footer-nav {
    border-top: 1px solid #cccccc;
}

div.legal {
    float: right;
}


/* uni-footer */

div.footer {
    visible:false;
    margin-top:24px;
}

.metafooter {
    visible: false;
    color: #a9a9a9;
    font-family: helvetica, arial, sans-serif;
    font-size: 8pt;
    margin-top: 32px;
    text-align:center;
}

p.copy  {
    visible:false;
    color:#a9a9a9;
    font-size:8pt;
    margin-top:8px;
    text-align:center;
}



/* list element formats */

li.linklist, ul.linklist {
    equivClass: DFLists;
    caption:Link List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_SymbolicLink.gif");
    text-indent:-5px;
}

li.externallinklist, ul.externallinklist, li.list_URL {
    equivClass: DFLists;
    caption:External Link List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_URL.gif");

    text-indent:-5px;
}

li.documentlist, ul.documentlist {
    equivClass: DFLists;
    caption:Document List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_HTML.gif");
    text-indent:-5px;
}

/* ewebeditpro can not handle the double li.* entries, so we have to move this to an extra class */
li.list_HTML {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_HTML.gif");
    text-indent:-5px;
}


li.pdflist, ul.pdflist {
    equivClass: DFLists;
    caption:PDF List;
    padding-left:8px;
    line-height:150%;
    list-style-image: url("/ximsroot/images/icons/list_PDF.gif");
    text-indent:-5px;
}

li.list_PDF {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image: url("/ximsroot/images/icons/list_PDF.gif");
    text-indent:-5px;
}


li.wordlist, ul.wordlist {
    equivClass: DFLists;
    caption:MS-Word List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_DOC.gif");
    text-indent:-5px;
}

li.wordlist, li.list_DOC, ul.wordlist {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_DOC.gif");
    text-indent:-5px;
}

li.excellist, ul.excellist {
    equivClass: DFLists;
    caption:MS-Excel List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_XLS.gif");
    text-indent:-5px;
}

li.list_XLS {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_XLS.gif");
    text-indent:-5px;
}

li.pptlist, ul.pptlist {
    equivClass: DFLists;
    caption:MS-Powerpoint List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_PPT.gif");
    text-indent:-5px;
}

li.list_PPT {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_PPT.gif");
    text-indent:-5px;
}

li.folderlist, ul.folderlist {
    equivClass: DFLists;
    caption:Folder List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_Container.gif");
    text-indent:-5px;
}

li.list_Container {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_Container.gif");
    text-indent:-5px;
}

li.bulletlist, ul.bulletlist {
    equivClass: DFLists;
    caption:Bullet List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_bullet.gif");
    text-indent:-5px;
}

li.arrowlist, ul.arrowlist {
    equivClass: DFLists;
    caption:Arrow List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_arrow.gif");
    text-indent:-5px;
}

li.imagelist, ul.imagelist {
    equivClass: DFLists;
    caption:Image List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_PNG.gif");
    text-indent:-5px;
}

li.list_GIF, li.list_PNG, li.list_JPG, li.list_TIFF {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_PNG.gif");
    text-indent:-5px;
}


li.sdocbooklist, ul.sdocbooklist {
    equivClass: DFLists;
    caption:sDocBook List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_sDocBookXML.gif");
    text-indent:-5px;
}

li.list_sDocBookXML {
    equivClass: DFLists;
    visible:false;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_sDocBookXML.gif");
    text-indent:-5px;
}

li.list_AXPML {
       equivClass: DFLists;
       visible:false;
       padding-left:8px;
       line-height:150%;
       list-style-image:url("/ximsroot/images/icons/list_AXPML.gif");
       text-indent:-5px;
}

li.emaillist, ul.emaillist {
    equivClass: DFLists;
    caption:Email List;
    padding-left:8px;
    line-height:150%;
    list-style-image:url("/ximsroot/images/icons/list_Email.gif");
    text-indent:-5px;
}

/* formats for the uni-forum */

.forumbox {
    visible:false;
    border:1px solid #888888;
    padding-left:2px;
    padding-right:2px;
}

.forumhead {
    visible:false;
    background-color:#ced3d6;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
}

.forumcontent	{
    visible:false;
    vertical-align:top;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    line-height:120%;
    text-align:left;
    padding-left:15px;
    padding-right:0px;
    padding-top:10px;
    padding-bottom:10px;
}

.foruminput {
    visible:false;
    border-top:#333333 solid 1px;
    border-bottom:#333333 solid 1px;
    border-right:#333333 solid 1px;
    border-left:#333333 solid 1px;
    font-family:verdana, helvetica, sans-serif;
    width:470px;
}

/* End: FORMATS (UNISITES) */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (XIMS-SITES) */

.documenttitle {
    visible:false;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:6px;
    font-family:helvetica, arial, sans-serif;
    font-size:18pt;
}

.documentquote {
    visible:false;
    margin-top:6px;
    margin-bottom:6px;
    margin-left:6px;
    margin-right:6px;
    padding:6px;
    line-height:120%;
    font-family:helvetica, arial, sans-serif;
    border:1px solid #c0c0c0;
}

.newstitle {
    margin-bottom: 5px;
}

.newslead {
    font-weight: bold;
}

/* formating margins */

.marginless {
    visible:false;
    margin-bottom:0px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}

.0left10top {
    visible:false;
    margin-left:0px;
    margin-top:10px;
}

.10left {
    visible:false;
    margin-left:10px;
}



/* formating links */

/* the following two for the uni-stylesheets */
.deptlink {
    visible:false;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.documentlink {
    visible: false;
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.stdlink {
    visible: false;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/* a.doclink for xims-quick-ref */
a.doclink {
    visible:false;
    text-decoration: none;
}

a.doclink:visited {
    visible: false;
    text-decoration: none;
}

a.logout {
    visible:false;
    color:maroon;
    text-decoration:none;
}

a.logout:visited {
    visible:false;
    color:maroon;
    text-decoration:none;
}

/* headerlinks for the text-version */
a.headerlink:link {
    visible: false;
    color: #ffffff;
}

a.headerlink:visited {
    visible: false;
    color: #ffffff;
}

a.headerlink:hover {
    visible: false;
    color: #cccccc;
}



/* formating paragraphs */

div.edit {
    visible:false;
    background-color:#ced3d6;
    border:1px solid;
    padding:5px 1px 1px 1px;
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;
}

p.bodyfollow {
    caption:First Line Indent;
    font-family:helvetica, arial, sans-serif;
    font-size:10pt;
    text-indent:10pt;
}

p.blockquote {
    caption:Blockquote;
    font-family:helvetica, arial, sans-serif;
    font-size:9pt;
    padding-left:20pt;
    padding-right:20pt;
    text-align:justify;
}

p.footertext {
    visible:false;
    caption:Footer;
    font-family:helvetica, arial, sans-serif;
    font-size:8pt;
    padding-left:10pt;
}



/* formating forms */

input.text, input.readonlytext {
    visible:false;
    border-top:#333333 solid 1px;
    border-bottom:#333333 solid 1px;
    border-right:#333333 solid 1px;
    border-left:#333333 solid 1px;
    font-size:10pt;
    font-family:verdana, helvetica, sans-serif;
}

input.readonlytext {
    background-color: #cccccc;
}

textarea.text {
    visible:false;
    border-top:#333333 solid 1px;
    border-bottom:#333333 solid 1px;
    border-right:#333333 solid 1px;
    border-left:#333333 solid 1px;
    font-size:10pt;
    font-family:verdana, helvetica, sans-serif;
}

input.control {
    visible:false;
    background-color:#b1b5b8;
    margin-left:5px;
    border-top:#333333 solid 1px;
    border-bottom:#333333 solid 1px;
    border-right:#333333 solid 1px;
    border-left:#333333 solid 1px;
    font-family:verdana, helvetica, sans-serif;
}

/* others */

.pathinfo {
    visible:false;
    height:20px;
    background-color:#eeeeee;
    padding-left:10px;
}

table.footer {
    visible:false;
    width:98.7%;
    border: 1px solid #c0c0c0;
    color:#000000;
    background:#eeeeee;
    margin-top:10px;
    margin-bottom:5px;
    padding:0.5px;
}

/* message styles */
.error_msg {
    visible:false;
    background-color:maroon;
    color:white;
    border:1px solid;
    padding:5px 1px 1px 1px;
    margin-top:0px;
}

.warning_msg {
    visible:false;
    background-color:yellow;
    color:black;
    border:1px solid;
    padding:5px 1px 1px 1px;
    margin-top:0px;
}

.message {
    visible:false;
    background-color:green;
    color:white;
    border:0px solid;
    padding:5px 1px 1px 1px;
    margin-top:0px;
    line-height:160%;
}

.error_details pre {
    border: 1px solid black;
    background: #eeeeee;
    margin: 0px 5px 2px 5px;
    padding: 5px;
}

.compulsory {
    visible:false;
    color:maroon;
}

.highlighted {
    equivClass: Louds;
    caption: Highlighted;
    background-color: yellow;
}

.important {
    equivClass: Louds;
    caption: Important;
    color: #dd6e6e;
}

.warning {
        equivClass: Louds;
        caption: Warning;
        font-weight:bold;
        color: black;
        background-color: yellow;
        padding: 10px;
        margin: 10px;
}

/* used by access_denied.html for now only */
.action {
    visible: false;
    background-color: #ced3d6;
    border: #000000 1px solid;
    padding: 10px;
    margin: 10px;
}

span.cboxitem {
    visible:false;
    background-color:#eeeeee;
    border-color:silver;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    width:100px;
    float:left;
    font-family:helvetica, arial, sans-serif;
    font-size:9pt;
}

#toggle_highlight {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 9px;
    font-weight:bold;
    border: 0px solid black;
}

#toggle_highlight form {
    margin: 0px;
}

#toggle_highlight input {
    font-size:9pt;
    background: #CED3D7;
    border: 1px solid #A2A6AA;
    color: #103852;
}

/* End: FORMATS (XIMS-SITES) */
/**************************************************************************/



/**************************************************************************/
/* Begin: FORMATS (eWebeditPro) */


p.MsoNormal, li.MsoNormal, div.MsoNormal  {
    visible: false;
    localeRef:mnuNorm;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoHeading7, li.MsoHeading7, div.MsoHeading7 {
    visible:false;
    margin-top:12.0pt;
    margin-right:0in;
    margin-bottom:3.0pt;
    margin-left:0in;
    font-size:12.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoHeading8, li.MsoHeading8, div.MsoHeading8 {
    visible:false;
    margin-top:12.0pt;
    margin-right:0in;
    margin-bottom:3.0pt;
    margin-left:0in;
    font-size:12.0pt;
    font-family: helvetica, arial, sans-serif;
    font-style:italic;
}

p.MsoHeading9, li.MsoHeading9, div.MsoHeading9 {
    visible:false;
    margin-top:12.0pt;
    margin-right:0in;
    margin-bottom:3.0pt;
    margin-left:0in;
    font-size:11.0pt;
    font-family:Arial;
}

p.MsoIndex1, li.MsoIndex1, div.MsoIndex1 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:10.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex2, li.MsoIndex2, div.MsoIndex2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:20.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex3, li.MsoIndex3, div.MsoIndex3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:30.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex4, li.MsoIndex4, div.MsoIndex4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:40.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex5, li.MsoIndex5, div.MsoIndex5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:50.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex6, li.MsoIndex6, div.MsoIndex6 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:60.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex7, li.MsoIndex7, div.MsoIndex7 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:70.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex8, li.MsoIndex8, div.MsoIndex8 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:80.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndex9, li.MsoIndex9, div.MsoIndex9 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.25in;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc1, li.MsoToc1, div.MsoToc1 {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc2, li.MsoToc2, div.MsoToc2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:10.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc3, li.MsoToc3, div.MsoToc3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:20.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc4, li.MsoToc4, div.MsoToc4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:30.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc5, li.MsoToc5, div.MsoToc5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:40.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc6, li.MsoToc6, div.MsoToc6 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:50.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc7, li.MsoToc7, div.MsoToc7 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:60.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc8, li.MsoToc8, div.MsoToc8 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:70.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToc9, li.MsoToc9, div.MsoToc9 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:80.0pt;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoNormalIndent, li.MsoNormalIndent, div.MsoNormalIndent {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.5in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoHeader, li.MsoHeader, div.MsoHeader {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoFooter, li.MsoFooter, div.MsoFooter {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family:Arial;
    font-weight:bold;
}

p.MsoCaption, li.MsoCaption, div.MsoCaption {
    visible: false;
    localeRef:mnuCapt;
    margin-top:6.0pt;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
    font-weight:bold;
}

p.MsoTof, li.MsoTof, div.MsoTof {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:20.0pt;
    margin-bottom:.0001pt;
    text-indent:-20.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoEnvelopeAddress, li.MsoEnvelopeAddress, div.MsoEnvelopeAddress {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:2.0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:Arial;
}

p.MsoEnvelopeReturn, li.MsoEnvelopeReturn, div.MsoEnvelopeReturn {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family:Arial;
}

span.MsoFootnoteReference {
    visible:false;
    vertical-align:super;
}

span.MsoEndnoteReference {
    visible:false;
    vertical-align:super;
}

p.MsoEndnoteText, li.MsoEndnoteText, div.MsoEndnoteText {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoToa, li.MsoToa, div.MsoToa {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:10.0pt;
    margin-bottom:.0001pt;
    text-indent:-10.0pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoMacroText, li.MsoMacroText, div.MsoMacroText {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family:"Courier New";
}

p.MsoToaHeading, li.MsoToaHeading, div.MsoToaHeading {
    visible:false;
    margin-top:6.0pt;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:0in;
    margin-bottom:.0001pt;
    font-size:12.0pt;
    font-family:Arial;
    font-weight:bold;
}

p.MsoList, li.MsoList, div.MsoList {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet, li.MsoListBullet, div.MsoListBullet {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber, li.MsoListNumber, div.MsoListNumber {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoList2, li.MsoList2, div.MsoList2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.5in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoList3, li.MsoList3, div.MsoList3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.75in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoList4, li.MsoList4, div.MsoList4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.0in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoList5, li.MsoList5, div.MsoList5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet2, li.MsoListBullet2, div.MsoListBullet2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.5in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet3, li.MsoListBullet3, div.MsoListBullet3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.75in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet4, li.MsoListBullet4, div.MsoListBullet4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.0in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListBullet5, li.MsoListBullet5, div.MsoListBullet5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber2, li.MsoListNumber2, div.MsoListNumber2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.5in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber3, li.MsoListNumber3, div.MsoListNumber3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.75in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber4, li.MsoListNumber4, div.MsoListNumber4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.0in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListNumber5, li.MsoListNumber5, div.MsoListNumber5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:1.25in;
    margin-bottom:.0001pt;
    text-indent:-.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoTitle, li.MsoTitle, div.MsoTitle {
    visible: false;
    localeRef:mnuTtl;
    margin-top:12.0pt;
    margin-right:0in;
    margin-bottom:3.0pt;
    margin-left:0in;
    text-align:center;
    font-size:16.0pt;
    font-family:Arial;
    font-weight:bold;
}

p.MsoClosing, li.MsoClosing, div.MsoClosing {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:3.0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoSignature, li.MsoSignature, div.MsoSignature {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:3.0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
    visible: false;
    localeRef:mnuBT;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent, li.MsoBodyTextIndent, div.MsoBodyTextIndent {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue, li.MsoListContinue, div.MsoListContinue {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue2, li.MsoListContinue2, div.MsoListContinue2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.5in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue3, li.MsoListContinue3, div.MsoListContinue3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.75in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue4, li.MsoListContinue4, div.MsoListContinue4 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:1.0in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoListContinue5, li.MsoListContinue5, div.MsoListContinue5 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:1.25in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoMessageHeader, li.MsoMessageHeader, div.MsoMessageHeader {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:0in;
    margin-left:.75in;
    margin-bottom:.0001pt;
    text-indent:-.75in;
    background:#CCCCCC;
    border:none;
    padding:0in;
    font-size:12.0pt;
    font-family:Arial;
}

p.MsoSubtitle, li.MsoSubtitle, div.MsoSubtitle {
    visible: false;
    localeRef:mnuSttl;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:3.0pt;
    margin-left:0in;
    text-align:center;
    font-size:12.0pt;
    font-family:Arial;
}

p.MsoSalutation, li.MsoSalutation, div.MsoSalutation {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoDate, li.MsoDate, div.MsoDate {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextFirstIndent, li.MsoBodyTextFirstIndent, div.MsoBodyTextFirstIndent {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    text-indent:10.5pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextFirstIndent2, li.MsoBodyTextFirstIndent2, div.MsoBodyTextFirstIndent2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.25in;
    text-indent:10.5pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoNoteHeading, li.MsoNoteHeading, div.MsoNoteHeading {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    line-height:200%;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    font-size:8.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent2, li.MsoBodyTextIndent2, div.MsoBodyTextIndent2 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.25in;
    line-height:200%;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBodyTextIndent3, li.MsoBodyTextIndent3, div.MsoBodyTextIndent3 {
    visible:false;
    margin-top:0in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:.25in;
    font-size:8.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoBlockText, li.MsoBlockText, div.MsoBlockText {
    visible:false;
    margin-top:0in;
    margin-right:1.0in;
    margin-bottom:6.0pt;
    margin-left:1.0in;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.MsoDocumentMap, li.MsoDocumentMap, div.MsoDocumentMap {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    background:navy;
    font-size:10.0pt;
    font-family:Tahoma;
}

p.MsoPlainText, li.MsoPlainText, div.MsoPlainText {
    visible: false;
    localeRef:mnuPlainT;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family:"Courier New";
}

p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig {
    visible:false;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:10.0pt;
    font-family: helvetica, arial, sans-serif;
}

p.H4, li.H4, div.H4 {
    visible:false;
    mso-style-name:H4;
    margin:0in;
    margin-bottom:.0001pt;
    font-size:20.0pt;
    font-family:"Century Gothic";
}

@page Section1 {
    visible: false;
    size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;
}

div.Section1 {
    visible:false;
    page:Section1;
}


/* End: FORMATS (XIMS-EDITOR) */
/**************************************************************************/

.sprite-option_acl { background: url(/ximsroot/skins/default/images/sprite.gif) no-repeat top left; background-position: 0 -30px; padding: 5px; text-decoration: none }
.sprite-navigate-up { background-position: 0 -79px; }
.sprite-navigate-forward_bg { background-position: 0 -137px; }
.sprite-navigate-forward { background-position: 0 -209px; }
.sprite-navigate-back { background-position: 0 -267px; }
.sprite-navigate_bg { background-position: 0 -325px; }
.sprite-move_over { background-position: 0 -397px; }
.sprite-move_click { background-position: 0 -455px; }
.sprite-move { background-position: 0 -513px; }
.sprite-go { background-position: 0 -571px; }
.sprite-generic_tablebg_1x20 { background-position: 0 -615px; }
.sprite-darkgrey_tablebg_1x20 { background-position: 0 -665px; }
.sprite-create_menu_folderplus { background-position: 0 -715px; }
.sprite-create_menu_folderminus { background-position: 0 -759px; }
.sprite-create_menu_folderexpandall { background-position: 0 -803px; }
.sprite-create_menu_foldercollapseall { background-position: 0 -849px; }
.sprite-containerlist_bg_transparent { background-position: 0 -895px; }
.sprite-containerlist_bg_hl { background-position: 0 -943px; }
.sprite-containerlist_bg_deleted { background-position: 0 -991px; }
.sprite-containerlist_bg { background-position: 0 -1039px; }
.sprite-calendar { background-position: 0 -1087px; }
.sprite-body_bg { background-position: 0 -1131px; }
.sprite-arrow_up_deactivated { background-position: 0 -1165px; }
.sprite-arrow_up_activated { background-position: 0 -1205px; }
.sprite-arrow_down_deactivated { background-position: 0 -1245px; }
.sprite-arrow_down_activated { background-position: 0 -1285px; }
.sprite-arrow_descending { background-position: 0 -1325px; }
.sprite-arrow_ascending { background-position: 0 -1365px; }
.sprite-trashcan { background-position: 0 -1405px; }
.sprite-titlecolumn_rightcorner_bright { background-position: 0 -1451px; }
.sprite-titlecolumn_rightcorner { background-position: 0 -1501px; }
.sprite-titlecolumn_bg_bright { background-position: 0 -1551px; }
.sprite-titlecolumn_bg { background-position: 0 -1601px; }
.sprite-tablebg_2nd_row { background-position: 0 -1651px; }
.sprite-tablebg_1st_row { background-position: 0 -1701px; }
.sprite-subheader-generic_bg { background-position: 0 -1766px; }
.sprite-status_pub_async { background-position: 0 -1838px; }
.sprite-status_pub { background-position: 0 -1887px; }
.sprite-status_locked { background-position: 0 -1936px; }
.sprite-options_bg { background-position: -209px -30px; }
.sprite-option_wfcheck { background-position: -209px -102px; }
.sprite-option_undelete { background-position: -209px -151px; }
.sprite-option_purge { background-position: -209px -200px; }
.sprite-option_pub { background: url(/ximsroot/skins/default/images/sprite.gif) no-repeat top left; background-position: -300px -129px; padding: 5px; text-decoration: none }
.sprite-option_prettyprint { background-position: -209px -298px; }
.sprite-option_move_over { background-position: -209px -347px; }
.sprite-option_move_click { background-position: -209px -396px; }
.sprite-option_move { background-position: -209px -445px; }
.sprite-option_edit_over { background-position: -209px -494px; }
.sprite-option_edit_click { background-position: -209px -543px; }
.sprite-option_edit { background-position: -209px -592px; }
.sprite-option_delete_over { background-position: -209px -641px; }
.sprite-option_delete_click { background-position: -209px -690px; }
.sprite-option_delete { background-position: -209px -739px; }
.sprite-option_copy { background-position: -209px -788px; }
.sprite-spacer { background: url(/ximsroot/skins/default/images/sprite.gif) no-repeat top left; padding-left: 32px; }

/*
#cttobject_options { background: url(/ximsroot/skins/default/images/sprite.gif) no-repeat top left; }
*/
