﻿body 
{
    background-color: #333333;
}

.splitter
{
    background-color: #808080;
    border-left: solid 1px #B0B0B0;
    border-right: solid 1px #303030;
    width: 3px;
}

.toc div
{
    font-size: 14px;
    color: #CCCCCC;
    padding: 5px 5px;
    
}
.toc a:link, .toc a:visited
{
	color: #CCCCCC;
}

.toc a:hover
{
	color: #EEEEEE;
}

.content
{
    margin: 5px 5px;
}

.content img 
{
    border: 0;
}

.buttonpnl 
{
    position:absolute;
    width: 100%;
    text-align: center;
}

.buttonpnl img
{
    border: 0;
}


.buttonpnl li
{
    display: inline;
    padding: 0 5px;
}

p
{
    margin: 0px;
    color: #000000;
}

.ui-dialog-titlebar
{
    visibility:hidden;
    padding: 0 0 0 0;
    height: 0;
}

.ui-dialog
{
    padding: 0 0 0 0;
    border: none;
}

.ui-widget-content
{
    background: none;
}

.ui-widget-content a:link, .ui-widget-content a:visited
{
    color: #CCCCCC;
}

.ui-widget-content a:hover
{
    color: #EEEEEE;
}

.imagelink
{
    padding:3px;
    text-decoration: none;
    font-size: 16px;
}

.formattedtext 
{
    overflow: auto;
}

.largeimg 
{
    padding-bottom: 20px;
}








