a.item_edit, a.item_delete, a.item_preview {
	cursor: pointer;
	padding: 0px 8px;
	font-size: 10px;
	margin-left: 2px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.item_edit {
	background-image: url('img/edit_hover.gif');
}
a.item_delete {
	background-image: url('img/delete_hover.gif');
}
a.item_preview {
	background-image: url('img/preview_hover.gif');
}

a.item_edit:hover, a.item_delete:hover, a.item_preview:hover {
	background-position: bottom left;
}

/* pictures */
div.pictures
{
	margin-top:4px;
	clear: right;
	float: left;
	width: 100%;
}
div.pictures a.thumb {
	margin: 0 0 0 -22px;
}
div.pictures a.thumb img {
	border: solid 1px #fff;
}
div.pictures input.del {
	vertical-align: baseline;
	margin: 0;
}

.nobr {
	white-space: nowrap;
}

/* RTE */
textarea {
	font-family: Tahoma,"MS Sans Serif", sans-serif;
	font-size: 1em;
	border-width: 1px;
}

/* tables */
table.admin {
	border-collapse: collapse;
	width: 98%;
	margin: 0 0 5px 1%;
}

table.admin tr td {
	padding: 5px;
	vertical-align: top;
	bborder: solid 1px #f00;
}
table.admin tr:hover {
	background-color: #e4e4e4;
}
table.admin thead {
	font-weight: bold;
	white-space: nowrap;
	background-color: #eee;
}

.head_tr {
	background-color: #fff;
}
.head_tr td {
	white-space: nowrap;
}
.head_tr td.sort {
	background: url('http://www.congotic.net/img/sort.gif') no-repeat top right;
}
.head_tr td.sort_asc {
	background: url('http://www.congotic.net/img/sort_asc.gif') no-repeat top right;
}
.head_tr td.sort_desc {
	background: url('http://www.congotic.net/img/sort_desc.gif') no-repeat top right;
}

.head_tr td a.order {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: -6px;
}

thead td.list h3, thead td h3 {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 36px;
	padding-top: 3px;
}

thead td.list h3 {
	background-image: url('http://www.congotic.net/img/b_list.png');
}

thead td.edit h3 {
	background-image: url('http://www.congotic.net/img/b_edit.png');
}

thead td.new h3 {
	background-image: url('http://www.congotic.net/img/b_new.png');
}

table.admin tr td p {
	margin: 0px;
}
tr.hidden {
	display: none;
	mmargin-top: -20px;
	overflow: hidden;
}

div.icons {
	float: right;
	margin-top: 1em;
}
div.icons a {
	display: block;
	float: left;
	width: 36px;
	height: 35px;
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
div.icons a.new {
	background-image: url('http://www.congotic.net/img/b_new.png');
}
div.icons a.list {
	background-image: url('http://www.congotic.net/img/b_reload_list.png');
}
div.icons a.delete {
	background-image: url('http://www.congotic.net/img/b_remove.png');
}
div.icons a.search {
	background-image: url('http://www.congotic.net/img/b_search.png');
}

div.icons a.search img {
	position: relative;
	zz-index: 1;
	cursor: pointer;
	margin: -18px 0 -3px -19px;
	display: none;
}

div.icons a:hover {
	background-position: bottom left;
}

tr.r_even {
	background-color: #f2f2f2;
}

/* error & info-display */
div.error, div.info {
	color: #666;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 150px;
	width: 350px;
	padding: 10px;
	background-color: #f4f3e5;
	cursor: pointer;
	text-align: left;
	border: solid 1px #ddd;
	font-family: "MS Sans Serif",sans-serif;
}
div.error div, div.info div {
	text-align: left;
	padding: 10px 15px 15px 10px;
	border: solid 1px #fdd;
	background: #fffbd7;
	font-size: 0.8em;
	line-height: 1.8em;
}
div.error div span, div.info div span {
	color: #666;
	font-family: "Courier New",monospace;
	line-height: 1.2em;
}

.pic {
	float: right;
	position: absolute;
	margin-left: -105px;
	display: none;
}

h3, h3.title, h4.title, .h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weigt: light;
	letter-spacing: 0px;
	margin: 16px 0 8px 0px;
}
/* input classes */
input, select {
	border-width: 1px;
	bborder-style: solid;
	border-color: #666;
}
input[type=text], input[type=password], select {
	padding: 2px;
}
input#_search {
	margin: 10px 0 0 -150px;
	display: none;
}
.small {
	width: 4em;;	
}
.long {
	width: 20em;;	
}
.full {
	width: 100%;
}
h4.title {
	font-size: 16px;
	margin: 16px 0 8px 10px;
	text-decoration: none;
}

/* images */
img {
	border: 0;
}
img.icon, .foot_tr img, input.icon {
	margin-bottom: -4px;
}

/* pages */
.pages a {
	text-decoration: none;
	padding: 0 4px;
	margin: 0 1px;
}
.pages a:hover {
	background-color: #e84;
	color: #fff;
}
.pages a.cur {
	background-color: #eb3;
	color: #fff;
}

/* ajax */
#_ajax {
	background-image: url('http://www.congotic.net/img/bg_transparent_black.png');
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: none;
}
#_ajax #div_ajax {
	background-color: #fff;
	position: relative;
	top: 50px;
	border: solid 1px #999;
	margin: 0px auto;
	width: 80%;
	min-height: 120px;
}

.ajax_hide {
	display: none;
}

.nowrap
{
	white-space: nowrap;
}