/*
 * Strony Administracyjne z tabelkami
 *
 */
.styper_admintable {
	background-color: Black;
}

.styper_admintable_idheader {
	background-color: White;
}

.styper_admintable_header {
	background-color: White;
}

.styper_admintable_row {
	background-color: White;
}

.styper_admintable_alternatingrow {
	background-color: plum;
}

.styper_admintable_pagelink {
	color : green;
}

.styper_admintable_button {	
	display : block;
	
	background-color: Silver;
	text-decoration : none;
	
	margin-top : 2px;
	border-bottom : 1px solid black;
	border-left : 3px solid gray;
	border-top : 1px solid black;
	border-right : 2px solid gray;	
	
	text-align : center;
	
	width : 180px;
	height : 25px;
}

.styper_admintable_button:hover {
	background-color: gray;
	border-bottom : 1px solid silver;
	border-left : 3px solid silver;
	border-top : 1px solid silver;
	border-right : 2px solid silver;	
	text-decoration : underlined;
	color : plum;
}

/*
 * Menu admina
 *
 */
 
.styper_admin_menu .menu_label {

	display : block;
	font-weight : bold;
	text-align : center;
	
	border : 1px solid gray;
	
	width : 122px;
	height : 25px;
	padding-top : 5px;	
 } 
 
.styper_admin_menu {
	margin-top : 10px;
}

.styper_admin_menu a {
	display : block;	

	text-decoration : none;
	
	border : 1px solid black;	

	width : 120px;
	height : 20px;	
	
	color : black;
	padding-left : 2px;
}

.styper_admin_menu a:visited {
	color : black;
}

.styper_admin_menu a:hover {

	padding-left : 2px;
	border-left : 2px solid blue;
	border-right : 2px solid blue;	
	text-decoration : underlined;
	background : #F0F0F0;
	color : black;	
}



.styper_admintable_site_header {	
	background-color: white;
}

.styper_admintable_site_wrapper {
	
}

/*
 * Strony Administracyjne z bezposrednia edycja elementow
 *
 */

.styper_admin_leftfield {
	float : left; 	
}

.styper_admin_rightfield {	
	float : right;
}

.styper_admin_separator {
	clear : both;
	height : 5px;
}

.styper_admin_edit_wrapper {
	width : 500px;
}

.styper_admin_edit_header {
	
}

.styper_admin_edit_wrapper textarea {
	width : 500px;
	background : #F1F1F1;
	border : 1px solid gray;	
}

.styper_admin_edit_wrapper select,
.styper_admin_edit_wrapper input {
	width : 180px;
	background : #F1F1F1;
	border : 1px solid gray;
}
.styper_admin_edit_wrapper .dateselect select {
	width : 100px;
	text-align: right;
	height : 20px;
}

.styper_admin_edit_wrapper .timeselect select {
	width : 50px;
	text-align: right;
	height : 20px;	
}

