#id table {
	border: 1px solid #666;
	width: 80%;
	margin: 20px 0 20px 0 !important;
}

#id tr.odd {
	background-color: #EBEBEB;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	padding: 20px;
}

#id tr.tableRowEven,tr.even {
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	height: 130px;
}

.shortcutstyle {
	font-size: 12px;
	font-family: Arial;
}

#id thead tr {
	background-color: #EBEBEB;
}

#id th.sorted {
	background-color: orange;
}

#id th a,th a:visited {
	color: black;
}

#id th a:hover {
	text-decoration: underline;
	color: black;
}

#id th.sorted a,th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

#id th.sortable a {
	background-image: url(../images/displaytag/arrow_off.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial;
}

#id th.order1 a {
	background-image: url(../images/displaytag/arrow_down.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial;
}

#id th.order2 a {
	background-image: url(../images/displaytag/arrow_up.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: Arial;
}

.labelprofile {
	margin-bottom: 5px;
	margin-top: 0;
}

.labelprofile a {
	font-size: 11px;
	font-weight: normal;
}

span.pagebanner {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px; display : block;
	border-bottom: none;
	font-size: 12px;
	font-family: Arial;
	display: block;
}

span.pagelinks {
	background-color: #eee;
	padding: 2px 4px 2px 4px;
	margin-left: 10px;
	margin-bottom: 10px; width : 90%;
	display: block;
	border-top: none;
	margin-bottom: -5px;
	font-size: 12px;
	font-family: Arial;
	width: 90%;
}

.grouped-table tr.even {
	background-color: #fff;
}

tr.odd {
	background-color: #fff;
	height: 130px;
	font-family: Arial;
	font-size: 12px;
}

tr.odd a,tr.even a {
	font-size: 12px;
	font-weight: normal;
}

tr.odd font,tr.even font {
	font-weight: bold;
}