/* @override http://localhost:8888/admin-propa/za-propa/lib/css/blue.css */

#head .pattern{
	background-image: url(../img/themes/blue/bg-gradient.gif);
	background-repeat: no-repeat;
}

a, .alike{
	color: #1c7daf;
}

#foot{
	background-image: url(../img/themes/blue/bg-gradient.gif);
	background-repeat: no-repeat;
}

#centeredContent{
	background-image: url(../img/themes/blue/bg-gradient.gif);
	background-repeat: no-repeat;
}

/* @group Actions */

.actionDelete:hover {
	background: url(../img/themes/blue/ico-delete-over.png) no-repeat;
}

.actionEdit:hover {
	background: url(../img/themes/blue/ico-edit-over.png) no-repeat;
}

.actionAdd:hover {
	background: url(../img/themes/blue/ico-add-over.png) no-repeat;
}

.actionView:hover {
	background: url(../img/themes/blue/ico-view-over.png) no-repeat;
}

.actionEnable:hover {
	background: url(../img/themes/blue/ico-enable-over.png) no-repeat;
}

.actionDisable:hover {
	background: url(../img/themes/blue/ico-disable-over.png) no-repeat;
}

.actionReorganize:hover, .actionReorganize.selected {
	background: url(../img/themes/blue/ico-reorganize-over.png) no-repeat;
}

.actionGotoFirst:hover {
	background: url(../img/themes/blue/ico-gotofirst-over.png) no-repeat;
}

.actionGotoLast:hover {
	background: url(../img/themes/blue/ico-gotolast-over.png) no-repeat;
}

.actionClassify:hover, .actionClassify.selected {
	background: url(../img/themes/blue/ico-classification-over.png) no-repeat;
}

.actionArrowMore:hover, .actionArrowMore.selected {
	background: url(../img/themes/blue/ico-arrow-more.png) no-repeat;
}

.actionArrowMore.down:hover, .actionArrowMore.down.selected {
	background: url(../img/themes/blue/ico-arrow-down.png) no-repeat;
}

.actionEditFields:hover, .actionEditFields.selected {
	background: url(../img/themes/blue/ico-editfields-over.png) no-repeat;
}

.actionExport:hover, .actionExport.selected {
	background: url(../img/themes/blue/ico-export-over.png) no-repeat;
}

.actionGenerator:hover, .actionGenerator.selected {
	background: url(../img/themes/blue/ico-generator-over.png) no-repeat;
}

.actionResetColumn:hover, .actionResetColumn.selected {
	background: url(../img/themes/blue/ico-column-over.png) no-repeat;
}

/* @end */

/* @group Form */

.customStyleSelectBoxInner { background:url(../img/themes/blue/select-arrow.png) no-repeat center right; }

.submitSimple{
	height: 24px;
	width: 24px;
	border: 0;
	text-indent: -1000px;
	cursor:pointer;
	background: url(../img/themes/blue/btn-submit-simple.png) no-repeat;
}

/* @end */





