/*
    Document   : div
    Created on : 06.01.2009, 15:19:40
    Author     : Сергей
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.tree {
    list-style: none;
}

ul.tree li{
    padding-top: 6px;
    padding-bottom: 3px;
}

ul.tree input.division_name {
    border-color:black;
    border-style:none;
    background-color: transparent;
    width: 250px;
}

input.material_checkbox {
    width:20px;
}

input.rights_read_checkbox {
    width:20px;
}
input.rights_write_checkbox {
    width:20px;
}
/*span.open_span_tag {
    background-image:url('../i/icon.folder.open.gif');
}*/

.open_a_link {
    background-image:url('../i/icon.folder.open.gif');
    background-repeat: no-repeat;
	padding-left: 25px;
	height: 50px;
}
.close_a_link {
    background-image:url('../i/icon.folder.close.gif');
    background-repeat: no-repeat;
	padding-left: 25px;
	height: 50px;
}

div#division_properties_form input {
    width: 350px;
}

div#division_properties_form textarea {
    width: 350px;
}
