﻿a:link
{
    color: #0099CC;
    text-decoration: underline;
}
a:visited
{
    color: #0099CC;
}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #008080;
}

.canvas  
{
    position: relative;
    overflow: hidden;
}
.dim-border 
{
    border: 1px solid #aaaaaa;
}
.bright-border 
{
    border: 1px solid #ffffff;
}
.selected
{
    background-color: #AFAFAF;
    border: 1px dotted #2E2E2E;
}
.toggled
{
    background-color: #AFAFAF;
    border: 1px dotted #2E2E2E;
}
.hidden
{
    display: none;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
}
.start-hidden
{
    display: none;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
}
.error 
{
    color: Red;
}
.white
{
    color: #E5E5E5;
}
a:link.white
{
    color: #E5E5E5;
    text-decoration: underline;
}
a:visited.white
{
    color: #E5E5E5;
}
a:hover.white { 
	color: #E5E5E5;
	background-color: #333333;
	text-decoration: none;
	}
a:active.white { 
	color: #E5E5E5;
}
.black
{
    color: Black;
}
.clear 
{
    clear: both;
}
.noenlarge 
{
    font-size: 1em !important;
}
#left 
{
    width: 13%;
    float: left;
}
#middle 
{
    width: 74%;
    float: left;
}
#right 
{
    width: 13%;
    float: left;
}
#menu
{
    border: 2px solid #000000;
}
#toolbox
{
    border: 2px solid #000000;
}
#toolbox div
{
    vertical-align: top;
}
div#preload { display: none; }
.ui-resizable-se {
    position: absolute;
    width: 3px;
    height: 3px;
    right: 10px;
    bottom: 10px;
    background-color: #bbbbbb;
    cursor: sw-resize;
}
.paint 
{
    margin: auto;
    width: 800px;
}
table tr td
{
    font-weight: normal;
    border: 1px solid Gray;
}
.wholist tr td
{
    border: 0px solid black;
    padding: 0px 10px 0px 10px;
}

.scrollback tr td,.scrollback tr th
{
    border: 0px solid black;
    padding: 0px 10px 0px 10px;
}
.scrollback-line 
{
    text-align: left;
    vertical-align: top;
    border: 0px solid black;
}
.center 
{
    text-align: center;
}
.white-border
{
    border: 1px solid white;
}
.hidelink 
{
    text-decoration: none;
}
a:link.hidelink 
{
    text-decoration: none;
}
a:visited.hidelink 
{
    text-decoration: none;
}
a:hover.hidelink 
{
    text-decoration: none;
}
a:active.hidelink 
{
    text-decoration: none;
}
.floatleft { 
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px; 
    margin-left: 5px; 
}
.floatright { 
    float: right; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px; 
    margin-left: 5px; 
}
.gray
{
    color: #808080;
}
/*
#scrollback-table
{
    overflow: auto;
}*/
/*
.ui-resizable-helper  
{
    border: 2px dotted #00F;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.ui-resizable-handl e{
    position: absolute;
    width: 3px;
    height: 3px;
    right: 10px;
    bottom: 10px;
    background-color: blue;
    cursor: nw-resize;
}
*/