BODY
{
    color: #696969;
    font-size: 70%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-align : justify;
    /*background : url(images/main_body_bg.jpg) repeat-y left;*/
    line-height : 150%;
}

CSS
{
    visibility : hidden;
    border: thin solid red;
}

SPAN#news-summary
{
    color : #696969;
    font-size : 8pt;
    font-style : normal;
}

DIV#logo
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    LEFT: 0pt;
    BORDER-LEFT: 0px;
    WIDTH: 70px;
    BORDER-BOTTOM: 0px;
    POSITION: absolute;
    TOP: 0pt;
    HEIGHT: 70px;
    background-image : url(images/company_logo.gif);
    background-position : left;
    background-repeat : no-repeat;
}
DIV#tagline
{
    z-index = -1;
     WIDTH: 100%;
    POSITION: absolute;
    TOP: 0px;
    LEFT: 0px;
    HEIGHT: 70px;
    TEXT-ALIGN: right;
    font-size : 10px;
    font-weight : bold;
    letter-spacing : 2px;
    color : Navy;
    background : url(images/docs.png) no-repeat right;
}

DIV#tagline SPAN#heading
{
    WIDTH: 50%;
    POSITION: absolute;
    TOP: 30px;
    LEFT: 170px;
    HEIGHT: 20px;
    PADDING : 2px 0px 3px 0px;
    TEXT-ALIGN: left;
    vertical-align : bottom;
    font-size : 12pt;
    font-weight : bold;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing : 1px;
    COLOR: #575BF9;
}

DIV#breadcrumb
{
    WIDTH: auto;
    TOP: 0px;
    LEFT: 72px;
    POSITION: absolute;
    HEIGHT: 8px;
    TEXT-ALIGN: left;
    font-size : 8px;
    letter-spacing : 1px;
    color : Navy;
    font-weight: normal;
    z-index:1;
}

DIV#breadcrumb SPAN#current
{
    font-weight: bold;
}

DIV#top_menu_primary
{
    WIDTH: 100%;
    HEIGHT: 20px;
    POSITION: absolute;
    TOP: 0px;
    LEFT: 0px;
    margin : 0px;
    TEXT-ALIGN: right;
    vertical-align : bottom;
    /*background : url(images/top_menu_primary_bg.jpg) no-repeat right;*/
}

DIV#top_menu_primary A
{
     color: gray;
     text-decoration:none;
}

DIV#top_menu_primary A:hover
{
    color: red;
}

DIV#section-title
{
     z-index: -1;
     TOP: 70px;
    LEFT: 0px;
    WIDTH: 100%;
    HEIGHT: auto;
    padding-bottom: 4px;
    padding-right: 2px;
    text-align : right;
    color : white;
    font-size : 16pt;
    letter-spacing : 3px;
    vertical-align : middle;
    position : absolute;
    font-weight : normal;
    background : #9B9BFF;
     background:url("images/section_title_bg.png") repeat-x;
    /*border-top: 1px solid black;*/
    line-height : 100%;
}

DIV#main-body
{
    LEFT: 0px;
    TOP: 25px;
    WIDTH: auto;
    HEIGHT: auto;
    POSITION: absolute;
    padding : 0px 0px 5px 10px;
    font-weight: normal;
    text-align: left;
    letter-spacing : 0px;
}

.para
{
    display: block;
    margin-top: 5px;
    margin-bottom: 8px;
    text-align: justify;
}

.bold
{
    font-weight:bold;
    color: Maroon;
}

DIV#main-body  DIV#contents0 A
{
    PADDING-LEFT: 5px;
    font-size : 150%;
    font-weight : bold;
}

DIV#main-body  DIV#contents1 A
{
    PADDING-LEFT: 5px;
    font-size : 100%;
    font-weight : bold;
}

DIV#main-body  DIV#contents1 DIV#contents2 A
{
    PADDING-LEFT: 15px;
    font-size : 100%;
    font-weight : normal;
}

DIV#main-body  DIV#contents1 DIV#contents2 DIV#contents3 A
{
    PADDING-LEFT: 25px;
    font-size : 80%;
    font-weight : normal;
}

DIV#main-body .prompt
{
    LETTER-SPACING: 1px;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    color :  #696969;
}
DIV#main-body .heading
{
    LETTER-SPACING: 2px;
    PADDING : 4px 0px 4px 1px;
    HEIGHT : 20px;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : bold;
    color: #9B9BFF;
}

DIV#main-body DIV#form .heading
{
    LETTER-SPACING: 2px;
    PADDING : 4px 0px 4px 1px;
    HEIGHT : 20px;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 14pt;
    font-weight : bold;
    color: #9B9BFF;
}

DIV#main-body .highlight
{
    font-weight:bold;
    color: Maroon;
}
DIV#main-body .reverse
{
    color : white;
}
DIV#main-body INPUT
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color : #696969;
}
DIV#main-body SELECT
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color :  #696969;
}

DIV#main-body TEXTAREA
{
    width: 50%;
    height: 50px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color :  #696969;
}

DIV#main-body TEXTAREA.xpath
{
    width: 65%;
    height: 85px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color :  #696969;
}

DIV#main-body TEXTAREA.clsCodeXML
{
    width: 90%;
    height: 250px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color :  #696969;
}


DIV
#main-body .clsCommand
{
    width: 80%;
    height: 100px;
    font-family :Lucida Console;
    font-size : 8pt;
    color: White;
    background: Black;
}

DIV#main-body TEXTAREA#file
{
    width: 90%;
    height: 250px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 8pt;
    color :  #696969;
}

DIV#main-body A
{
    TEXT-DECORATION: underline;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 100%;
    font-weight : bold;
    color : #7575FF;
}
DIV#main-body A:hover
{
    color: #DC143C;
    TEXT-DECORATION: underline;
}
DIV#main-body A#news-headline
{
    PADDING-RIGHT: 10px;
    DISPLAY: block;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    BORDER-left: 20px solid #8080FF;
    BORDER-bottom: none;
    LETTER-SPACING: 1px;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    color :  #970000;
    line-height : 100%;
}
DIV#main-body A:hover#news-headline
{
    background : #B0B0FF;
}
.section-title
{
    LEFT: 0px;
    WIDTH: 640px;
    HEIGHT: auto;
    padding-bottom: 4px;
    text-align: left;
    color: white;
    font-size: 125%;
    letter-spacing: 1px;
    font-weight: bold;
    background: #9B9BFF;
    border-top: 1px solid white;
    line-height: 100%;
    top: 0px;
    position: relative;
}

.imageCenter img
{
    display: block;
    text-align: center;
    margin : auto auto;
}
.imageLeft img
{
    text-align: left;
}
.imageRight img
{
    text-align: right;
}

SPAN#table
{
    text-align: center;
    font-size: 80%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 125%;
    display: block;
}

td
{
    font-size: 80%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

thead tr td
{
    font-size: 80%;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.orderedlist-title
{
    font-size : 100%;
    padding-bottom: 10px;
    padding-right: 10px;
}
.orderedlist-item
{
    font-size : 100%;
    background: #D2D2FF;
    padding-right: 10px;
}
.orderedlist-item .para
{
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 5px;
    border-left: 7px solid #B2B2B2;
}


DIV#main-body DIV#footer
{
    WIDTH: 100%;
    HEIGHT: 20px;
    POSITION: relative;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 7pt;
    font-weight : normal;
    color : #A9A9A9;
    text-align : center;
    line-height : 100%;
    vertical-align : top;
    clear : both;
}
DIV#main-body DIV#form
{
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    background: #CACAFF;
}
DIV#main-body DIV#form DIV#trans-status
{
    color: #B30059;
    font-weight: bold;
    text-align: right;
}
DIV#main-body #form A
{
    border-left: 5px solid;
    padding-left: 2px;
    TEXT-DECORATION: none;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 100%;
    font-weight : bold;
    color : #7575FF;
}
DIV#main-body #form A:hover
{
    color: #DC143C;
}

DIV#main-body DIV#form DIV#group A
{
    margin-top: 0px;
    padding-top: 0px;
    height:100%;
    width:100%;
    BORDER-LEFT: none;
    font-weight : normal;
    vertical-align: top;
    text-align: left;
    text-overflow : ellipsis;
    font-size: 85%;
}
DIV#main-body DIV#form DIV#group A:hover
{

}
DIV#main-body DIV#form DIV#group SPAN#buttonSmall
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 8%;
    border-left: thin solid #CACAFF;
    text-align: left;
    vertical-align: top;
    text-overflow : ellipsis;
    word-wrap : break-word;
}

DIV#main-body DIV#form DIV#group SPAN#button
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 20%;
    border-left: thin solid #CACAFF;
    text-align: left;
    vertical-align: top;
    text-overflow : ellipsis;
    word-wrap : break-word;
}

DIV#main-body DIV#form DIV#group SPAN#buttonLarge
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 50%;
    border-left: thin solid #CACAFF;
    text-align: left;
    vertical-align: top;
    text-overflow : ellipsis;
    word-wrap : break-word;
}

DIV#main-body DIV#form DIV#group SPAN#buttonHeadingSmall
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 8%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}
DIV#main-body DIV#form DIV#group SPAN#buttonHeading
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#group SPAN#buttonHeadingLarge
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#group SPAN#largebutton
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 10%;
    overflow: hidden;
    border-left: thin solid #CACAFF;
    text-align: left;
    vertical-align: top;
}

DIV#main-body DIV#form DIV#group SPAN#largebuttonHeading
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 10%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#repeat
{

}
DIV#main-body DIV#form DIV#group
{
    height: 18px;
    background: #D9D9FF;
    border: 1px solid #CACAFF;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
}
DIV#main-body DIV#form DIV#caption
{
    padding-top: 6px;
    font-weight : bold;
}
DIV#main-body DIV#form SPAN#button
{

    padding-left: 10px;
    padding-top: 10px;
    width: auto;
}

DIV#main-body DIV#form SPAN#inputSmall
{
    width: 8%;
    height: 100%;
    text-align: left;
    overflow : visible;
}

DIV#main-body DIV#form SPAN#input
{
    width: 20%;
    height: 100%;
    text-align: left;
    overflow : visible;
}

DIV#main-body DIV#form SPAN#inputLarge
{
    width: 50%;
    height: 100%;
    text-align: left;
    overflow : visible;
}
    DIV#main-body DIV#form DIV#group .outputSmall
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    overflow-y : visible;
    width: 8%;
    height: 100%;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-size: 85%;
    word-wrap : break-word;
}

DIV#main-body DIV#form DIV#group .output
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    overflow-y : visible;
    width: 20%;
    height: 100%;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-size: 85%;
    word-wrap : break-word;
}

    DIV#main-body DIV#form DIV#group .outputLarge
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    overflow-y : visible;
    width: 50%;
    height: 100%;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-size: 85%;
    word-wrap : break-word;
}

DIV#main-body DIV#form DIV#group .outputHeadingSmall
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 8%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}
DIV#main-body DIV#form DIV#group .outputHeading
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#group .outputHeadingLarge
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#group .largeoutput
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 10%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-size: 85%;
}
DIV#main-body DIV#form DIV#group .largeoutputHeading
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 10%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}

DIV#main-body DIV#form SPAN#selectBoolean
{
    width: 5%;
    overflow-x: hidden;
}
DIV#main-body DIV#form DIV#group SPAN#selectBoolean
{
    width: 5%;
    overflow-x: hidden;
    text-align : center;
}

DIV#main-body DIV#form DIV#group SPAN#selectBooleanHeading
{
    vertical-align: top;
    width: 5%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
    text-overflow : ellipsis;
    font-weight: bold;
}

DIV#main-body DIV#form DIV#group SPAN#selectOne
{
    width:20%;
    overflow-x: hidden;
}
DIV#main-body DIV#form DIV#group SPAN#selectOneHeading
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    width: 20%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    text-align: left;
    text-overflow : ellipsis;
    border-left: thin solid #CACAFF;
    font-weight: bold;
}
DIV#main-body DIV#form SPAN#selectMany
{
    width: auto;
}

DIV#context-menu
{
    top : 130px;
    left : 0px;
    height : auto;
    width: 200px;
    position: absolute;
    padding-top: 0px;
    overflow-x : hidden;
    line-height : 100%;
}

DIV#search
{
    position: absolute;
    top: 35px;
    left: 120px;
}

.search-box
{
    width: 147px;
}

.search-button
{
    width: 50px;
}

.found
{
    position:relative;
    top: -10px;
    display: block;
    font-size: 120%;
    font-weight: bold;
}

.search-result
{
    display: block;
    margin: 10px;
}

.search-url
{
    display: block;
    margin-left: 20px;
}

.search-info
{
    display: block;
    font-style: italic;
    margin-left: 20px;
}

.link-info
{
    display: none;
}

.search-box-large
{
    width: 450px;
    margin-right: 10px;
}

.search-error
{
    position:relative;
    top: -10px;
    display: block;
    font-size: 120%;
    font-weight: bold;
}

DIV#main-body div.nextpreviousbuttons
{
    width: 100%;
    /*height: auto;*/
}

/*.nextpreviousbuttons
{
    float:right;
    margin: 10px 155px 0px 0px;
}*/

DIV#main-body div.nextpreviousbuttons a
{
    text-decoration: none;
     height: 30px;
     width: auto;
}

/*.next_button
{
    float: right;
    padding-right: 60px;
    text-align: center;
    background: url(images/next_off.png) no-repeat top right;
}*/

.next_button a
{
    float: right;
    padding-right: 50px;
    text-align: center;
    background: url(images/next_off.png) no-repeat top right;
}
.previous_button a
{
    float: left;
    padding-left: 50px;
    background: url(images/previous_off.png) no-repeat top left;
}

.previous_button a:hover {
    background: url(images/previous_on.png) no-repeat top left;
}

.next_button a:hover {
    background: url(images/next_on.png) no-repeat top right;
}