
.clickbutton {
    border-right : black;
    border-bottom : black;
    border-top : white;
    border-left : white;
    background-color: #DDEEFF;
    border : solid 1px gray;
    color : #005FA9;
    font-weight: bold;
}

.unclickbutton{
    border-right : white;
    border-bottom : white;
    border-top : black;
    border-left : black;
    background-color: #F5F7F7;
    color: #005FA9;
    border : solid 1px silver;
}

.overbutton{
    border-right : white;
    border-bottom : white;
    border-top : black;
    border-left : black;
    background-color: #DDEEFF;
    color: #000000;
    border: solid 1px silver;
}

.loaderlayer
{
    display: block;
	position: absolute;
	left : 150px;
	width: 450px;
	background-color: white;
	border: solid 1px silver;
	visibility: hidden;
	color: #FFFFFF;
	z-index: 2;
}

.vectortab
{
    background-color : #F9B167;
    color : white;
    border: solid 0px #FF8100;
    line-height:10pt;
    padding:1;
}

.overvector
{
    background-color : #ff8100;
    color : white;
    border : solid 0px #FF8100;
    font-weight: bold;
    line-height:10pt;
    padding:1;
    
}

