/* Custom styles for DX docs */
.screenshotContainer
{
    clear: both;
    width: 100%
}

.screenshotLeft
{
    float: left;
    margin-right: 10px
}

.screenshotRight
{
    float: left;
}
UL.GreenBullet
{
    list-style-image: none;
    margin-left: 22px;
}

UL.GreenBullet LI
{
    padding-right: 0px;
    padding-left: 22px;
    background-position-y: top;
    background-image: url(../images/tickbullet.png);
    list-style-image: none;
    padding-bottom: 0px;
    margin: 0px 0px 5px;
    padding-top: 0px;
    background-repeat: no-repeat;
    list-style-type: none;
    min-height: 16px;
    background-color: transparent;
}

/* Code Box Start */
code {
	font-family: Courier New;
	font-size: 9pt;
	color: #000060;
}

span.copyCode
{
    color:      #0000ff;
    font-size:  80%;
    font-weight: normal;
    cursor:     pointer;
    float:      right;
    display:    inline;
    text-align: right;
}

table.syntaxtable th
{
    background-color: #EFEFF7;
    border-bottom:  1px solid #C8CDDE;
    color:          #000066;
    padding-left:   5px;
    padding-right:  5px;
    padding-top:    3px;
    padding-bottom: 3px;
    text-align:     left;
    padding-top:    1px;
    padding-bottom: 1px;
    vertical-align: middle;
}

table.syntaxtable td
{
    padding-left:       5px;
    padding-right:      5px;
    padding-top:        3px;
    padding-bottom:     3px;    
    margin:             1px;
    background-color:   #F7F7FF;
    border-bottom:      1px solid #D5D5D3;
    font-family:    Monospace, Courier New, Courier;
    color:          #000066;
    padding-top:    5px;
    padding-bottom: 7px;
    border-bottom:  1px solid #C8CDDE;
}

div#pagebody table.syntaxtable td pre
{
    margin-bottom:  0px;
}

/* Code Box End*/
