.theader, .theaderup, .theaderdown
{
	padding-left: 11px;
	padding-right: 11px;
}

.theader
{
	background: url('none.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.theaderup
{
	background: url('up.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.theaderdown
{
	background: url('down.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.active_element
{
	cursor: pointer;
}
