.category-list{
	border: 1px solid silver;
	background-color: white;
	padding: 2px;
	margin: 0;
}
.table-headings{
	height: 20px;
	line-height: 20px;
	font-size: small;
	font-weight: bold;
	background-color: rgb(224, 231, 234);
}
.table-headings .heading{
 	float: left;
	height: 16px;
	line-height: 16px;
	color: black;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-right: 2px solid white;
}
.heading a{
  font-size: xx-small;
}
ul.gallerylist{
	list-style: none;
	min-height: 20px;
	padding: 0;
	margin: 0 0 0 0 !important;
}
/* \*/  * html ul.gallerylist { height: 20px; }  /* */
ul.gallerylist li {
	height: 20px;
  line-height: 20px;
	font-size: x-small;
	border-top: 2px solid white;
	background-color: white; 
	margin: 0 0 0 0; 
	cursor: move;
}
ul.gallerylist li.odd {
	background-color: white; 
}
ul.gallerylist li.even {
	background-color: rgb(240, 244, 245); 
}
ul.gallerylist li.over {
	background-color: rgb(234, 243, 196); 
}
ul.gallerylist li div.heading{
 	float: left;
	height: 16px;
	line-height: 16px;
	color: black;
	font-size: x-small;
	padding: 2px;
	border-right: 2px solid white;
	overflow: hidden;
	background-color: transparent;
}
ul.gallerylist li div.heading a, a img{
	color: rgb(193, 4, 37);
	border: none;
	text-decoration: underline;
}
ul.gallerylist li div.heading a:hover, a:hover img{
	color: rgb(193, 4, 37);
	border: none;
	text-decoration: none;
	background: none;
}
ul.gallerylist li div.heading img{
  margin: 0 3px 0 3px;
}
#photolist{
	border: 1px solid silver;
	padding: 6px 5px 2px 6px;
	margin: 0 0 0 0;
}
/* \*/  * html #photolist {
  height: 1px;
}  /* */
.photobox{
 	float: left;
 	width: 160px;
	color: white;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 2px solid white;
	cursor: move;
	margin: 0 0 2px 0;
}
.photobox p.image{
	padding: 8px;
	color: black;
	margin: 0 !important;
	background-color: rgb(239, 239, 239);
}
.photobox p.image img{
	border: 2px solid rgb(250, 250, 250);
}
.photobox p.tools{
	height: 16px;
	line-height: 16px;
	color: black;
	font-size: x-small;
	background-color: rgb(239, 239, 239);
	padding: 4px;
	margin: 0 !important;
	border-top: 2px solid white;
}
.photobox p.tools img{
	margin: 0 3px 0 3px;
	padding: 0;
	border: none;
}
div.photobox p.tools a img{
	color: rgb(255, 72, 0);
	height: 16px;
	line-height: 16px;
	text-decoration: none;
}
div.photobox p.tools a:hover{
	color: rgb(255, 72, 0);
	text-decoration: none;
	background: none;
}
/* NASTROJE */
div.tools{
	background-color: rgb(246, 255, 217);
	border: 1px solid silver;
	padding: 10px;
	margin: 3px 0 3px 0;
	display: none;
}
div.tools label{
  font-size: small;
  vertical-align: top;
}
div.tools input{
	border: 1px solid rgb(204, 237, 87);
	background-color: white;
	padding: 3px;
	margin: 2px 0 5px 0;
}
div.tools textarea{
	border: 1px solid rgb(204, 237, 87);
	background-color: white;
	font-size: small;
	padding: 3px;
	margin: 2px 0 5px 0;
}
div.tools a.button-send{
	width: 65px;
	font-size: x-small;
	color: black;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(204, 237, 87);
	cursor: pointer;
	padding: 3px;
	margin-right: 2px;
	display: block;
}
div.tools a.button-storno{
	width: 65px;
	font-size: x-small;
	color: white;
	text-decoration: none;
	text-align: center;
	border: 1px solid silver;
	background-color: rgb(205, 1, 1);
	cursor: pointer;
	padding: 3px;
	margin-left: 2px;
	display: block;
}

