/**
 * CSS file with styles shared by all controllers of the rep extension.
 */


/*
 * Pagination
 */
.tx-rep .pagination .status {
	line-height: 20px;
}


/*
 * Tab menu
 */
.tx-rep .tabMenu {
	margin: 0 0 7px 0 !important;
	padding: 0 !important;
	height: 30px;
	background: url(../images/locationsRegisterMenuBackground.gif) no-repeat;
	border-bottom: 10px solid #7BC8ED;
	list-style: none;
}
.tx-rep .tabMenu li {
	float: left;
	margin-right: 1px;
}
.tx-rep .tabMenu a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
}
.tx-rep .tabMenu li:hover,
.tx-rep .tabMenu a:hover {
	background: #77C7EC;
	color: white;
}

/* Hides tab content by default */
.tx-rep .tabMenuContent {
	display: none;
}
/* Shows first selected tab content */
.tx-rep .showFirst {
	display: block;
}

