@charset "ISO-8859-1";
/*	=========
	GENERIC OVERRIDES
	=========*/
td, dd {
	/*padding: 3px;*/
}
.summary td {
	padding: 0;
}

div.content tbody {
	border: none;
}
div#utility tbody {
	border-top:none;
}
ul,
ul ul {
	list-style-type: none;
}
ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
ul.menu {
	padding: 0;
}


#mainBody .tabs ul li, .toolbox ul li {
background-image: none;
margin-bottom:0em;
padding-left:0px;
}

ul.primary {
	height:2em;
}
.profile {
	clear:none;
}

ul.menu li {
	margin:0;
}
li.expanded,
li.leaf,
li.collapsed,
li.expanded,
li.first,
li.last {
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}
tbody {
	border-top: none;
}

.item-list ul li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
}

/*	============
	PAGER
	There's also a theme override in template.php
	============*/
.item-list .pager li.pager-first a {
	/*display: inline-block;*/
	height: 16px;
	background-image: url(../../images/backgrounds/pager-first.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
}
.item-list .pager li.pager-previous a {
	height: 16px;
	background-image: url(../../images/backgrounds/pager-previous.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 13px;
}
.item-list .pager li.pager-next a {
	height: 16px;
	background-image: url(../../images/backgrounds/pager-next.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 13px;
}
.item-list .pager li.pager-last a {
	height: 16px;
	background-image: url(../../images/backgrounds/pager-last.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 15px;
}