a, a:hover, a:visited{
	color:#00c6ee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#messagebar {
	position:absolute;
	width:60%;
	z-index:1;
	left:250px;
	font:14px Arial;
	color:white;
	text-align:center;
	color:#AAA;
}

#tooltip {
	position:absolute;
	z-index:1;
	font:10px Arial;
	background-color: #EEE;
	color:black;
	float:left;
	top:100px;
	left:220px;
	text-align:center;
	-moz-box-shadow:    1px 1px 3px 0px #AAA;
	-webkit-box-shadow: 1px 1px 3px 0px #AAA;
	box-shadow:         1px 1px 3px 0px #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
}

.objectLabel {
	position:absolute;
	z-index:1;
	font:10px Arial;
	background-color: #EEE;
	color:black;
	float:left;
	top:100px;
	left:220px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px;
}

#infobox {
	display:none;
	position:absolute;
	width:216px;
	height: 100%;
	z-index:1;
	font:10px Arial;
	color:white;
	background-color: #333;
	border-left:solid 2px #AAA;
/*	overflow:scroll;
    overflow-x:hidden;*/
    right:0px;
}

#infobox-title {
	padding:5px 5px 0 5px;
	width:216px;
	height:20px;
	background-color: #AAA;
	border-right:solid 2px #AAA;
}

.infobox-entry {
	margin:5px;
	color:#AAA;
	padding-bottom:5px;
	border-bottom:solid 1px #222;
}

.infobox-entry h6 {
	font-weight: bold;
	margin:5px 0 0 0;
	padding:0;
	color:white;

}


#sidebar {
	display:none;
	position:absolute;
	width:216px;
	height: 100%;
	z-index:1;
	font:10px Arial;
	color:white;
	background-color: #333;
	border-right:solid 2px #AAA;
	overflow:scroll;
    overflow-x:hidden;
}

.sidebar-entry {
	padding-bottom:10px;
	border-bottom:solid 1px #222;
	clear:both;
}

#sidebar-title {
	padding:5px 5px 0 5px;
	width:190px;
	height:20px;
	background-color: #AAA;
	border-right:solid 2px #AAA;
}

#sidebar-tools {
	padding:5px 5px 0 5px;
	width:190px;
	height:20px;
}

.sidebar-header {
	margin:5px;
}

.ui-button-text {
	width:70px;
	display:inline;
}

.sidebar-slider {
	width:177px;
	margin-left:5px;
}

.extension-checkbox-container
{
	float:left;
	width:90px;
	height:20px;
}

.ui-widget {
	font-size: 10px;
}

#dirs
{
	font-size: 10px;
	width:185px;
	margin-bottom:10px;
}

.sidebar-filter-dirs-item {
	clear:both;
}

.remove-dir {
	width:17px;
	height:17px;
	margin-top:2px;
	float:right;
}
.dir-text { 
	margin-top:4px;
	float:left;
}

#tags
{
	font-size: 10px;
	width:185px;
	margin-bottom:10px;
}

.sidebar-filter-tags-item {
	clear:both;
}

.remove-tag {
	width:17px;
	height:17px;
	margin-top:2px;
	float:right;
}
.tag-text { 
	margin-top:4px;
	float:left;
}

