@CHARSET "UTF-8";
.ajax-loader {
	clear: none;
	display: inline;
}
#relatedDistrictWrapper {
	display: inline;
	width: auto;
}

.active {
	border-bottom: 1px solid #333;
}
 #content-sub .tx-rsyssportevent p {
	text-align: left;
}
td.legalnotice, td.legalnotice p {
	font-size: 10px;
	color: #aaa;
}
.label.legalnotice {
	color: #333;
}

td.legalnotice {
	border-top: 1px solid #aaa;
	padding-top: 10px;
}
.tx-rsyssportevent {
 	text-align: left;
}
.contact {
	border-top: 1px solid #aaa;
}
.secondary {
	color: #777;
}
.tx-rsyssportevent td.contacts {
	background-image: url(../Images/ok.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.tx-rsyssportevent td.label {
	width: 150px;
	font-weight: bold;
}
.tx-rsyssportevent td.value {
	width: 350px;

}

.tx-rsyssportevent .legend {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #555;
}
/*
 #menu_right {
 	margin-top: 0px;
 }
 #searchbox {
	 height: auto;
 }
 #menu_right .tx-rsyssportevent {
 	background: #ddd;
 }
 */
 
 /* ------------------------------------
   captcha
 ------------------------------------ */
 
.tx-srfreecap-pi2-cant-read {
	color: inherit;
	
}
 
 
/* ------------------------------------
   pager
 ------------------------------------ */




.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
/*     font-size: 14px; */
	
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-group .btn {
	padding: 0;
}
.btn-default {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}

 a.btn-default:link{
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	display: inline-block;
	border-bottom: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.btn-group, .btn-group-vertical {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn:focus, .btn:hover, .btn:active {
    background-color: #D9D9D9;
    background-image: linear-gradient(#F8F8F8, #D9D9D9);
    border-color: #BBBBBB;
    box-shadow: none;
}

.btn .nolink {
	color: #aaa;
	padding: 6px 12px;
	display: inline-block;
}
.btn a {
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	display: inline-block;
	border-bottom: none !important;
}


a.btn-small:link {
    padding: 2px 4px;
    border-bottom: none !important; 

}

