/* Headlines */
h1.clickme
{
	margin:0;
	padding:0.25em;
	font-weight:bold;
	/* font:medium verdana,arial,helvetica,sans-serif; */
	font-weight:bold;
}


/* sortable */
table.sortable
{ 
	border: 1px solid #000;
	border-collapse:collapse;
	/* font:small verdana,arial,helvetica,sans-serif; */
	margin:0;
	padding:0;
	width:100%;
}

table.sortable thead 
{
    /* 
	background-color:#eee;
    color:#000;
    font-weight: bold;
    cursor: default;
	*/
}

table.sortable thead tr th.header 
{
	padding-right: 20px;
	background-image: url(/assets/images/jquery/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.sortable thead tr th.headerSortUp 
{
	background-image: url(/assets/images/jquery/tablesorter/asc.gif);
}

table.sortable thead tr th.headerSortDown 
{
	background-image: url(/assets/images/jquery/tablesorter/desc.gif);
}


table.sortable td
{
	border: 1px solid #000;
	margin:0;
	padding:4px;
}

table.sortable td.username
{
	border: 1px solid #fff;
	margin:0;
	padding:4px;
}

table.sortable th
{
	border: 1px solid #000;
	margin:0;
	padding:4px;
	/* background: #eee; */
}

table.sortable th:hover 
{ 
	text-decoration: underline; 
	/* background: #eee; */
}

table.sortable tr:hover 
{ 
	/* background: #ff0; */
}


div#pager 
{
	margin:0;
	padding:0;
	text-align: left;
	/* font:small verdana,arial,helvetica,sans-serif; */
}

div#pager form 
{
	padding:0;
	margin:0 0 7px 0;
}

div#pager span 
{
	padding: 0 5px 0 5px;
}

div#pager img
{
	vertical-align:middle;
}

div#pager img.first 
{
	width: auto;
	padding-left: 2em;
}

div#pager input.prev 
{
	width: auto;
	margin-right: 10px;
}

div#pager input.next 
{
	width: auto;
	margin-left: 10px;
}

div#pager input 
{
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
	/* font:small verdana,arial,helvetica,sans-serif; */
}


/* Imagebrowser */
.bth
{
	float:left;
	margin-right:5px;
	height:160px;
	position:relative;
}

.btxt
{
	position:absolute;
	top:1px;
	left:1px;
}

.btxt span.yes
{
	font-size:small;
	background:black;
	color:white;
	padding:1px;
}

.btxt span.no
{
	font-size:small;
	background:red;
	color:white;
	padding:1px;
	margin-left:-1px;
	font-weight:bold;
}

/* semaspace */
#semaspace
{
	margin:0 0 2em 0;
}
