/* links */
a span {
	cursor: pointer;
}

/* hidden elements */
.tr-hidden {
	left: -999em;
	position: absolute;
	top: 0;
}

/* clear fix */
.tr-clearfix {
	clear: both;
	height: 0;
}

/* buttons */
.tr-button-round {
	border-radius: 6px;
	-moz-border-radius: 6px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.tr-button-round span {
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666666;
	text-transform: uppercase;
}

/* boxes */
.tr-module-box {
	box-shadow: 0 0 6px #888888;
	-moz-box-shadow: 0 0 6px #888888;
	-webkit-box-shadow: 0 0 6px #888888;
}
.tr-module-box-header {
	line-height: 18px;
	padding: 9px 11px;
}
.tr-module-box-header h2 {
	font-size: 18px;
	font-weight: bold;
}
.tr-module-box-header-action {
	float: right;
}
.tr-module-box-header-action a {
	font-size: 12px;
	font-weight: bold;
}

/* data tables */
.tr-datatable-container {
	padding: 3px;
}
.tr-datatable-container table {
	border: 0;
}
.tr-datatable-sort-headers {
	
}
.tr-datatable-sort-headers th {
	background: #ffffff;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	padding: 0;
}
.tr-datatable-sort-header-content {
	color: #898989;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 8px 20px;
}
.tr-datatable-cell-even.even, .tr-datatable-cell-odd.even, .tr-datatable-container .lc_Row0 {
	/* even rows */
	background: #ffffff;
}
.tr-datatable-cell-odd.odd, .tr-datatable-cell-even.odd, .tr-datatable-container .lc_Row1 {
	/* odd rows */
	background: url(../images/FY13_core_greeting_loggedIn-box-g-bg.gif); /* TODO: rename image */
	background-repeat: repeat;
}
.tr-datatable-container .lc_Row0 td, .tr-datatable-container .lc_Row1 td {
	background: transparent;
}
.tr-datatable-container td {
	padding: 0;
}
.tr-datatable-cell-content {
	line-height: 17px;
	padding: 5px 20px;
}
.tr-datatable-container table tbody a {
	color: #3067b3;
	font-size: 12px;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_empty {
	display: none;
}

/* modals */
#tr-modal-overlay {
	background: #c0c0c0;
	display: none;
	filter: alpha(opacity=80);
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0px;
	z-index: 9998;
}