/* buttonStrip
------------------------------ */

.toolBarLabel {
	float: left;
	display: inline;
	color: #555;
	margin: 0 0 5px 6px;	
	font-weight: bold;	
}

.toolBar,
.toolBar li,
.tabStrip,
.tabStrip li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.toolBar,
.tabStrip {	
	margin-left: 8px;
	padding-right: 3px;
	list-style: none;	
	background: url(../images/tzxSkosEditor/rightbracket.gif) no-repeat right top;
}

.toolBar li,
.tabStrip li {
	margin-bottom: 7px;
	border-left: solid 1px #666;
}

.toolBar li.first, /* IE: :first-child doesn't work with ajax */
.tabStrip li.first,
.toolBar li:first-child, 
.tabStrip li:first-child {
	margin: 0;
	padding: 0 0 7px 3px;
	border: none;
	background: url(../images/tzxSkosEditor/leftbracket.gif) no-repeat left top;
}


/* ButtonStrip links
------------------------------ */

.toolBar a,
.tabStrip a {
	color: #666;
	padding: 0 6px;
}

.toolBar .first a,
.tabStrip .first a,
.toolBar li:first-child a, 
.tabStrip li:first-child a {
	padding-left: 3px;
}

.toolBar .last a,
.tabStrip .last a,
.toolBar li:last-child a, 
.tabStrip li:last-child a {
	padding-right: 3px;
}

.toolBar .active a,
.tabStrip .active a {
	color: #f00;	
}

.tabStrip .active,
.tabStrip .active a {
	color: #f00;
	background-color: #fff;
}

.toolBar a:hover,
.tabStrip a:hover {
	background-color: #ddd;
}

.toolBar a.pending {
	color: #fff;
	background: #c33;
}

.toolBar a.pending:hover {
	color: #fff;
	background-color: #c33;
}

.toolBar .inactive a,
.toolBar .inactive a:hover {
	color: #ccc;
	cursor: default;
	background-color: transparent;
}


/* ButtonStrip overrides
------------------------------ */

#conceptDeleteBar li {
	float: right;
}

#ActionResult {
	height: 21px;
	padding: 0 0 0 10px;
	margin: 0;
	background-color: #E6FDE3;
}

#structureListMoveToolBarLabel {font-weight:normal; margin-left:20px;}
#structureMoveToolBarLabel {font-weight:normal; margin-left:7px;}
#structureListStructureToolBarLabel {}
#structureListFolderToolBarLabel {}
