﻿body
{
    margin: 0;
    padding: 0;
    background-color: #fff;
}

div, p, ol, li, ul, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    direction: ltr;
    font-family: tahoma;
    font-weight: normal;
}

a
{
    text-decoration: none;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

#header
{
}
#header img
{
    padding: 5px;
    padding-bottom: 0;
}

/*** Content Print: Begin ***/
.contentPrint
{
    padding: 10px;
}
.contentPrint .title
{
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 30px;
}
.contentPrint .printer
{
    float: right;
}
.contentPrint .upperTitle, .contentPrint .bottomTitle
{
    color: #999;
    font-family: Tahoma;
    font-size: 16px;
}
.contentPrint .lead
{
    color: #666;
    font-family: Tahoma;
    font-size: 12px;
    text-align: justify;
    line-height: 130%;
    padding: 6px 10px 8px 10px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top: 10px;
}
.contentPrint div.bodyImage
{
    margin: 10px;
}
.contentPrint img.bodyImage
{
}
.contentPrint .body
{
    color: #444;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 150%;
    margin-top: 10px;
}
.contentPrint .tools
{
    color: #aaa;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 10px;
    clear: both;
}
.contentPrint .tools a
{
    color: #aaa;
}
.contentPrint .tools a:hover
{
    color: #1E6582;
}
.contentPrint .code, .contentPrint .publishDate
{
    float: left;
    margin-left: 10px;
}
.contentPrint .printableVersion
{
    float: right;
    margin-right: 10px;
}
.contentPrint .source
{
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
}
.contentPrint .source a
{
    color: #1f417a;
}
.contentPrint .source a:hover
{
    color: #0f1f3b;
}

.contentPrint .pageUrl
{
    margin: 20px 0;
    direction: ltr;
    text-align: left;
    font-family: Tahoma;
    font-size: 12px;
    color: #444;
}
/*** Content Print: End ***/

.dialog
{
    display: none;
    padding: 8px;
    font-size: 12px;
    text-align: justify;
}
.ui-dialog
{
    width: 350px;
    background-color: #fff;
    color: #444;
    border: 1px solid #5773B6;
    padding-bottom: 8px;
}
button 
{
    background-color: #5773B6;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-family: tahoma;
    font-size: 12px;
    margin: 0 40px;
    padding-bottom: 1px;
    width: 70px;
    cursor: pointer;
}
.ui-dialog-titlebar
{
    background-color: #5773B6;
    font-size: 12px;
    color: #fff;
    padding: 5px;
}