.full {
    width: 100%;
}

===================Forms default layout=======================*/
form {
    float: left;
    width: 100%; /* FIXME
    ------2 lines-- determine if could be removed */
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 0 0 1px;
    padding: 10px;
    border: 0px solid ;
}


fieldset.noBorder {
    padding: 0;
    border: none;
}
fieldset.inside { /*
    -------------- also for pages without form (e.g. module/overview) */
    background: ;
}
fieldset.options {
    clear: left;
    background: ;
    border-top: none;
}

fieldset p {
    line-height: 1.8;
    margin: 0.5em 0 0.5em;
}
fieldset p label {
    float: left;
    text-align: right;
    padding-right: 20px;
    width: 200px;
}

/*=========== TABLE =====================*/

/*==========================Tip boxes===========================*/
span.tipOwner, label.tipOwner, input.tipOwner {
    position: relative;
    cursor: help;
}
label.tipOwner {
    background: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/tooltip.gif') 98% 50% no-repeat;
}
span.tipOwner span.tipText, label.tipOwner span.tipText, input.tipOwner span.tipText {
    display: none;
    position: absolute;
    top: 1.8em;
    left: 0;
    border: 1px solid ;
    background-color: ;
    color: ;
    text-align: center;
    line-height: normal;
    width: 20em;
    padding: 2px 5px;
    -moz-opacity: 1;
    z-index: 100;
    }
span.tipOwner:hover span.tipText, label.tipOwner:hover span.tipText, input.tipOwner:hover span.tipText {
    display: block;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/*-- Special TipText boxes ----------------------------------*/
span#becareful {
    top: -35px;
    left: -3.5em;
    width: 6em;
    padding: 5px;
    background: #fff;
    border: 1px solid #ff3300;
    color: #ff3300;
    z-index: 150;
}

/* ================Actions default layout=======================*/

#manager-actions {
    position: relative;
    border: 1px solid red;
    align: left;
    height: 32px;
    padding: 1px 0;
    background: ;
    border: none;
}
html>body #manager-actions {
    padding: 1px 0 0;
    
}
#manager-actions span {
    float: left;
    text-indent: 2em;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    
}
#manager-actions a {
    float: left;
    display: block;
    margin-right: 0.5em;
    padding: 0 4px 0 28px;
    height: 28px;
    line-height: 28px;
    border: none;
    color: ;
    text-decoration: none;
    /* -- See below for each action backgroud image
    -----------------------------------------------*/
}
#manager-actions a:hover {
    background-color: ;
    border-style: solid;
    border: none;
}
#manager-actions a:active {
    background-color: ;
    border: none;
}
#manager-actions a:focus {
    background-color: ;
    border: none;
}

#manager-actions select {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}


/*
===================Manager-actions images=====================*/
/*-- Each action link (<a> tag) has a standard "action" class name
  -- plus a specific <action-type> class name e.g. "add", "edit",...
  -- to define which image to use. This allows to change assigned
  -- images in a single location : here. ---------------------*/
a.action {
    background-position: 3px 50%;
    background-repeat: no-repeat;
}
a.lock {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_encrypted.png');
}
a.apply {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_apply.png');
}

a.folder {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_folder.gif');
}

a.site {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/doc_url.gif');
}

a.view {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/action_view.gif');
}

a.add {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_add.gif');
}
a.edit {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_edit.gif');
}
a.delete {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_delete.gif');
}
a.save {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_save.gif');
}

a.back {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/move_left.gif');
}

a.reception {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/module_documentor.gif');
}

a.additionals {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/edit_add.gif');
}


a.mess {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/module_messaging.gif');
}

a.home {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/module_default.gif');
}

a.addmenu {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_config.gif');
}

a.style {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/doc_image.gif');
}

a.attachment {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/attachment.gif');
}

a.validate {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_validate.gif');
}
a.cancel {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_cancel.gif');
}
a.undo {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_undo.gif');
}
a.download {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_download.gif');
}
a.upload {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_upload.gif');
}
a.reorder {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_reorder.gif');
}
a.search {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_search.gif');
}
a.print {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_print.png');
}
a.addcat {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_addcat.gif');
}
a.addrootcat {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_addrootcat.gif');
}
a.adduser {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_adduser.gif');
}
a.scannew {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_scannew.gif');
}
a.delorphaned {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/22/action_delorphaned.gif');
}


a.s_action {
    background-position: 3px 50%;
    background-repeat: no-repeat;
    float: left;
    display: block;
    padding: 0 4px 0 4px;
    height: 22px;
    width: 22px;
    line-height: 22px;
     border: 0px;
}
a.s_lock {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/action_encrypted.png');
     border: 0px;
}
a.s_help {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/help.gif');
     border: 0px;
}

a.s_apply {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/action_apply.png');
     border: 0px;
}
a.s_edit {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/action_edit1.gif');
     border: 0px;
}

a.s_view {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/action_view.gif');
     border: 0px;
}

a.s_enabled {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/status_enabled.gif');
    border: 0px;
}
a.s_approved {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/status_approved.gif');
    border: 0px;
}
a.s_disabled {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/status_disabled.gif');
    border: 0px;
}
a.s_archived {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/status_archived.gif');
    border: 0px;
}
a.s_excel {
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/doc_excel.gif');
    border: 0px;
}

a.s_print{
    background-image: url('http://www.kaminy-sauny.com.ua/themes/kamini/images/16/print.png');
     border: 0px;
}
