/* 
    Document   : lule
    Created on : 2009-03-03, 12:07:49
    Author     : lule
    Description:
        Purpose of the stylesheet follows.
*/

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

div.tabelaUsunZprofilu a {
	color: #c0023c;
    background-image: url("../image/ikonkaUsun.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

div.tabelaUsunZprofilu a:hover {
	color: #7e0329;
	}

div.tabelaEdytujWprofilu {
	text-decoration: none;
	text-align: right;
	}

div.tabelaEdytujWprofilu a {
	color: #3c02c0;
    background-image: url("../image/ikonkaEdytuj.gif");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}

div.tabelaEdytujWprofilu a:hover {
	color: #29037e;
}


a.grupa_usun {
	width: 12px;
	height: 12px;
	background-image: url('../image/iconDelete.gif');
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	display: none;
}

.grupa_nazwa {
	float: left;
	width: 115px;
}

input.input_dodaj_grupe {
	width: 100px;
	height: 12px;
	padding: 4px;
	margin: 0px 2px 0px 0px;
}
input.button_dodaj_grupe {
	width: 26px;
	height: 21px;
	margin: 3px;
	background-color: #ffffff;
	border-color: #999999;
}



