body {
    font-family:'lucida grande',tahoma,arial,sans-serif;
    font-size:11px;
}
a {
    color:#15428B;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.iconbar {
	
}
.iconbar-content {
	height:100%;
	overflow:auto;
	background: -moz-linear-gradient(left, #eeeeee, #aaaaaa);
	background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#aaaaaa));	
}
.iconbar-group {
	margin-bottom:10px;
	position:relative;
}
.iconbar-button {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.iconbar-button-label {
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	color:#555555;
	margin-top:3px;
}
.iconbar-smallbutton-container {
	width:25%;
	float:left;
}
.iconbar-smallbutton {
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;
	width:25%;
}
.iconbar-smallbutton-label {
	text-align:center;
	font-family:Verdana;
	font-size:8px;
	color:#555555;
	margin-top:0px;
	width:25%;
}
.fakelink
{
	cursor: pointer;
}

.save-button {
        background-image:url(../images/coquette2/16x16/save.png) ! important;
    }
.cancel-button {
        background-image:url(../images/coquette/16x16/delete.png) ! important;
    }
.refresh-button {
        background-image:url(../images/coquette/16x16/refresh.png) ! important;
    }
.edit-button {
        background-image:url(../images/coquette2/16x16/edit.png) ! important;
    }
.report-button {
        background-image:url(../images/coquette3/16x16/report.png) ! important;
    }
.add-button {
        background-image:url(../images/coquette/16x16/add.png) ! important;
    }
.remove-button {
        background-image:url(../images/coquette/16x16/delete.png) ! important;
    }
.trash-button {
        background-image:url(../images/coquette3/16x16/trash_can.png) ! important;
    }
.accept-button {
        background-image:url(../images/coquette/16x16/accept.png) ! important;
    }
.import-button {
		background-image:url(../images/coquette2/16x16/download_database.png) ! important;
	}
.export-button {
		background-image:url(../images/coquette2/16x16/download_database.png) ! important;
	}

.panel-header {
    background: #7F99BE url(../images/taskbuttons-panel-bg.gif) repeat-x center;
}
.panel-header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}
.panel-header h2 {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}
.panel-header h3 {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}
.panel-header h4 {
    font-size: 8px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
    margin: 0px;
}
.task {
    background-image:url(../images/silk/cog.png) !important;
}
.task-folder {
    background-image:url(../images/silk/folder_go.png) !important;
}
.tree-item {
	background-image:url(../images/coquette/16x16/full_page.png) !important;
}
.tree-parentkeys {
	background-image:url(../images/coquette3/16x16/up.png) !important;
}
.tree-childkeys {
	background-image:url(../images/coquette3/16x16/download.png) !important;
}
.tree-parents {
	background-image:url(../images/custom/16x16/page_up.png) !important;
}
.tree-childs {
	background-image:url(../images/custom/16x16/page_down.png) !important;
}
.tree-access {
	background-image:url(../images/coquette/16x16/lock.png) !important;
}
.tree-itemkey {
	background-image:url(../images/coquette4/16x16/key.png) !important;
}
.tree-items {
	background-image:url(../images/coquette3/16x16/pages.png) !important;
}
.tree-action {
	background-image:url(../images/coquette/16x16/process.png) !important;
}