#list {
	width: 100%;
	border-collapse: collapse;
	}

#list th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #0088F0;
	vertical-align: bottom;
	padding: 0 10px 1px 10px;
	}

#list th a { color: #0088F0 }
#list th a:hover { color: #f00 }

#list td {
	font-size: 12px;
	line-height: 14px;
	color: #76797C;
	padding: 4px 10px;
	/*background: url( "/images/big-list-bg.gif" ) repeat-x;*/
	border-width: 1px 0;
	border-color: #ddd;
	border-style: solid;
	min-height: 34px;
	vertical-align: top;
	}

#list td.left { border-left: 0 }

#list tr.normal td {}
#list tr.alternate td {}

#list-footer { width: 100% }
#list-footer .left { padding: 6px 10px 0 10px }
#list-footer .right { padding: 6px 10px 0 10px }


#list .name {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	}

#list a {
	text-decoration: none;
	color: #76797C;
	}

/* Toolbar */

#toolbar {
	height: 34px;
	width: 100%;
	position: relative;
	text-align: right;
	margin-bottom: 2px;
	}

#toolbar #image {
	position: absolute;
	right: 16px;
	bottom: 0;
	}