
#pane_header
{
	text-align: right
}

.commandButtonList
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

.commandButtonList li
{
display: inline;
list-style-type: none;
}

/*.commandButtonList a { padding: 3px 10px; }*/

.commandButtonList a:link, .commandButtonList a:visited,.commandButtonList a 
{
padding: 3px 10px; 
color: #fff;
background-color: #036;
text-decoration: none;
}

.commandButtonList a:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

.commandButton { padding: 3px 10px; }

.commandButton:link, .commandButton:visited, .commandButton
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}
.commandButton:hover
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}



.sortableTable {
	font-family:Lucida Grande, Verdana;
	font-size:0.8em;
	width:100%;
	border:1px solid #ccc;
	cursor:default;
}

* html div.tableContainer {	/* IE only hack */
	width:95%;
	border:1px solid #ccc;
	height: 285px;
	overflow-x:hidden;
	overflow-y: auto;
}

.sortableTable td,
.sortableTable th{
	border-right:1px solid #999;
	padding:2px;
	font-weight:normal;
}
.sortableTable thead td, .sortableTable thead th {
	background:#94BEFF;
}

* html div.tableContainer .sortableTable thead tr td,
* html div.tableContainer .sortableTable thead tr th{
	/* IE Only hacks */
	position:relative;
	top:expression(dojo.html.getFirstAncestorByTag(this,'table').parentNode.scrollTop-2);
}

html>body tbody.scrollContent {
/*	height: 262px;*/
	overflow-x:hidden;
	overflow-y: auto;
}

.sortableTable tbody.scrollContent td, tbody.scrollContent tr td {
	background: #FFF;
	padding: 2px;
}

.sortableTable tbody.scrollContent tr.alternateRow td {
	background: #e3edfa;
	padding: 2px;
}

.sortableTable tbody.scrollContent tr.selected td {
	background: yellow;
	padding: 2px;
}
.sortableTable tbody.scrollContent tr:hover td {
	background: #a6c2e7;
	padding: 2px;
}
.sortableTable tbody.scrollContent tr.selected:hover td {
	background: #ff3;
	padding: 2px;
}

.horizList li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#tagFilters {
	padding-bottom: 15px;
}
