
.button-cell,
.button-cell-hover,
.button-cell-pressed,
.tabSelected,
.tabSelected-hover,
.tab,
.tab-hover,
.tabSpace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}

.button-cell,
.button-cell-hover,
.button-cell-pressed {
	background-repeat: repeat-x;
	border-right:1px solid #CC6600;
	border-left:1px solid #CC6600;
	border-bottom:1px solid #CC6600;		
	border-top:1px solid #CC6600;
	height:7px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.button-cell {
	background-image:url("../images/back.gif");
}

.button-cell-hover {
	background-image:url("../images/back_over.gif");
	cursor:pointer;
}
 
.button-cell-pressed {
	background-image:url("../images/back_pressed.gif");
}

.editBlock{
	background-image:url("../images/edit_background.png");
	background-repeat: repeat-x;
	border:1px solid #CC6600;
}

.tabSelected,
.tabSelected-hover,
.tab,
.tab-hover {
	background-repeat: repeat-x;
	border-right:1px solid #CC6600;
	border-left:1px solid #CC6600;
	border-top:1px solid #CC6600;
	height:25px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.tabSelected{
	background-image:url("../images/tab_selected_back.gif");
}

.tabSelected-hover{
	background-image:url("../images/tab_selected_back.gif");
	cursor:pointer;
}

.tab{
	background-image:url("../images/tab_back.gif");
}

.tab-hover{
	background-image:url("../images/tab_over_back.gif");
	cursor:pointer;
}
 
.tabSpace{
	background-repeat: repeat-x;
	border-bottom:1px solid #CC6600;	
	height:25px;
	padding-top:2px;
	padding-bottom:2px;
}

.toolbarButton {
	border-top:1px solid #CC6600;
	background-color:#EAc5A1;
	height:35px;
}
