﻿button.ApplyButton
{
	float:left;
	height:20px;
	width:44px;
	padding:0px;
	margin:0px;
	font-size: 9px;
}
button.SelectAllButton
{
	float:left;
	height:20px;
	width:64px;
	padding:0px;
	margin:0px;
	font-size: 9px;
}

div.viewsTabLayer
{
	float:left;
	height:25px;
	margin-left:3px;
	margin-bottom:2px;
	padding:0px;
	width:90%;
	margin-top:0px;
	background-color:#ffffff;
	cursor:pointer;
}
div.layerColor
{
	float:left;
	height:15px;
	width:15px;
	margin-left:3px;
    border-top:#cccccc 1px solid;
    border-left:#cccccc 1px solid;
    border-bottom:#cccccc 1px solid;
    border-right:#cccccc 2px solid;
}
img.layerImage
{
	float:left;
}
div.layerText
{
	float:left;
	margin-left:3px;
}

div.colorPalette
{
   	position:absolute;
	top:100px;
	left:100px;
	width:408px;
	z-index:1000;
	padding:10px;
	margin:10px;
	border:1px solid #999999;
	background-color:#000000;
	visibility:visible;
}
div.paletteColor
{
	float:left;
	height:9px;
	width:9px;
	margin:1px;
    	border-top:#cccccc 1px solid;
    	border-left:#cccccc 1px solid;
    	border-bottom:#cccccc 1px solid;
    	border-right:#cccccc 2px solid;
	cursor:pointer;
}
div.paletteColorCurrent
{
	float:left;
	height:9px;
	width:9px;
	margin:0px;
    border-top:#ffff00 2px solid;
    border-left:#ffff00 2px solid;
    border-bottom:#ffff00 2px solid;
    border-right:#ffff00 2px solid;
	cursor:pointer;
}

div.viewsTabEntityText 
{  
	white-space: nowrap;
	margin-left:20px;
	padding:0px;
	height:22px;
	padding-top:6px;
}
div.viewTabEntity
{
	float:left;
	height:22px;
	margin-left:23px;
	margin-bottom:2px;
	padding:0px;
	width:90%;
   	cursor:pointer;
 	background: url(ToolBarImages/view.gif) no-repeat 0px 2px;
}

div.layoutTabEntity
{
	float:left;
	height:22px;
	margin-left:3px;
	margin-bottom:2px;
	padding:0px;
	width:90%;
    cursor:pointer;
 	background: url(ToolBarImages/layout.gif) no-repeat 0px 2px;
}
div.layoutTabEntityText:hover 
{
	color: #000000;
	background-color:#eeeeee;
}
div.layoutTabEntityCurrent 
{  
	float:left;
	height:22px;	
	margin-left:3px;
	margin-bottom:5px;
	padding:0px;
	width:90%;
    cursor:pointer; 	
	color:#000000;
	font-size: 14px;
	font-weight:bold;
 	background: url(ToolBarImages/layout.gif) no-repeat 0px 4px;
}
