
img {
	border: none;
}

table.grid {
	border-collapse: collapse;
}

table.grid {
	cursor: default;
	width: 100%;
	border: solid 1px #ddd;
	margin: 5px 0px;
	
}

table.grid thead th {
	text-align: left;
	background-image: url('grid-heading-bg.png');
	background-position: bottom center;
	background-repeat: repeat-x;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding-left: 2px;
	color: #444;
	font-weight: normal;
}

table.grid thead th.batch {
	width: 18px;
}

table.grid tbody tr.odd {
	background-color: #eee;
}
table.grid tbody tr.even {
	background-color: transparent;
}

table.grid thead th.highlight:hover {
	background-color: #ded;
	cursor: hand;
}

tr.clickable, td.clickable  {
	cursor: pointer !important;
	cursor: hand;
}

table.grid tbody th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
	vertical-align: top;
}

table.grid tr td {
	padding: 1px 5px 1px 2px;
}

table.grid tr.tableNoElements td {
	text-align: center;
}

/*
 * Content area
 */

div#contentarea {
	margin: 2px;
}

/*
 * Popup logo display
 */
div#topleft_logofullw {
	position: absolute;
	width: 100%;
	height: 132px;
	background: url(/template/toplogo_fullw2.png) no-repeat top left;
	top: 0px;
	left: 0px;
}

#bottomcopy {
	font-family: Verdana,Helvetica,FreeSans;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
}

#linkbackto {
	position: absolute;
}

#linkbackto_area {
	width: 250px;
	height: 130px;
}
