#innermaincontent{
	margin:0;
	width:auto;
}
.link{
	text-decoration:underline;
	color:blue;
	cursor:pointer;
}
.message{
	padding:10px;
	background-color:#FFFFFF;
	width:140px;
	border:1px solid #000;
	text-align:left;
	color:#000000;
}
/*
label{
	width:100px;
	float:left;
}*/

#subnav{
	list-style-type:none;
	margin:0;
}

#subnav li{
	display:inline;
}

#subnav li a{
	text-decoration:none;
}

#content{
	border-style:solid;
	border-width:5px;
	margin-right:10px;
	padding:20px;
}


.hidden {
	display:none;
} 
.shown {
	display:inline;
}

.subscriber_active {
	color:#000;
	font-weight:bold;
}

.subscriber_disabled{
	color:#999999;
	font-weight:normal;
}

.subscriber_disabled a{
	color:#999999;
	font-weight:normal;
}

.result td{
	background:#ffffff;
}
.result_selected td{
	background:#FFFF99;
}

.box th{
	white-space:nowrap;
}