/* allg. formatierungen */
.box_options {
	padding: 8px 0px;
	border: 1px solid #ccc;
	margin: 0px 0px 15px 0px;
	background-color: #eee;
	padding-left: 2px;
}

.brh_box_search {
	width:612px;
	height:27px;
	display:inline-block;
	}

.searchBox{
	width:225px;
	margin-bottom:0px;
	float:left;
}

.searchBox .search{
	width:150px;
}

.brh_staffellist, .brh_staffellist select {
	float:left;
	width:280px;
}

.brh_staffellist {
	margin-right:5px;
}

.brh_new {
	width:50px;
	float:right;
	text-align: right;
	padding:5px 10px 0px 0px;
}

.clr {
	clear: both;
}

.brh_icons {
	width: 74px;
	text-align: center;
}

.brh_list_heading {
	font-weight: bold;
}

.brh_form label {
	width: 200px;
	display: inline-block;
}

.brh_form .search {
	width: 250px;
}

.brh_form input.submit {
	width: auto;
}
.brh_form input.checkbox {
	width: auto;
}
/* mailer */
.mailer_wrapper {
	border: 1px solid #ccc;
}

.mailer_folder {
	width: 150px;
	float: left;
}

.mailer_mails {
	width: 766px;
    float: right;
	border-left: 1px solid #ccc;
	min-height: 300px;
}

.mailer_mails .pagination {
	margin-top:0px;
	border-top:1px solid #cccccc;
}

ul.mailer_list {
	width:766px;
	padding:0px;
	margin:0px;
	border-top:1px solid #ccc;
	display:inline-block;
	margin-bottom:-2px;
}

ul.mailer_list:hover {
	background-color: #f2f2f2;
}

ul.mailer_list:hover a {
	color: #E2001A;
	text-decoration:none;
}

ul.mailer_list.mailer_list_heading {
	padding:0px;
	margin:0px;
	border-top:0px;
	border-right:1px solid #ccc;
	margin-bottom:-3px;
	overflow:hidden;
}

.mailer_list li {
	float: left;
	padding: 0px;
	margin:0px;
	white-space: nowrap;
}

.mailer_list_field a {
	display:block;
	overflow:hidden;
	padding: 5px 5px 5px 10px;
	text-decoration:none;
}

.mailer_list li.mailer_subject {
	width:380px;
}

.mailer_list li.mailer_sender {
	width: 200px;
}

.mailer_list li.mailer_date {
	width: 140px;
}

.mailer_list li.mailer_icon {
	width: 46px;
	text-align: center;
}

.mailer_list_heading li {
	font-weight: bold;
	background-color: #eee;
	padding: 5px 0px 5px 10px;
	margin-right:-10px;
	border-bottom: 1px solid #ccc;
}

.mailfolder_header {
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

.mailfolder {
	margin-left:10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.mailfolder a {
	padding: 5px 0px 6px 22px;
	text-decoration:none;
	display:block;
}

.folder_1  {
	background-image: url(/files/images/icon_email_inbox.png);
}

.folder_2  {
	background-image: url(/files/images/icon_email_outbox.png);
}

.folder_3  {
	background-image: url(/files/images/icon_email_edit.png);
	display:none;
}

.folder_4  {
	background-image: url(/files/images/icon_email_new.png);
}

.folder_0  {
	background-image: url(mailer/mail_generic.png);
}

.mailfolder.active {
	font-weight: bold;
}

.mailer_top {
	width:100%;
}

.mailer_list_heading li.mailer_top {
	padding-left:10px;
}

.mailer_empty {
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
}

.reader_label {
	width: 60px;
	background-color: #f2f2f2;
	float: left;
	text-align: left;
	padding: 5px 0px 5px 10px;
	border-bottom:1px solid #fff;
}

.reader_value {
	float: left;
	width: 686px;
	background-color: #f2f2f2;
	padding: 5px 0px 5px 10px;
	border-bottom:1px solid #fff;
}

.mailer_reader_header  ul {
	margin-bottom:0px;
}

.mailer_reader_body {
	padding: 10px;
	line-height:1.4;
}

.mailer_new {
	padding: 3px 0px 3px 22px;
	margin-left:8px;
	background-image: url(/files/images/icon_email_new.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.mailer_new a {
	text-decoration:none;
}

.mailer_back {
	padding-left: 20px;
	background-image: url(mailer/back.png);
	background-position: left center;
	background-repeat: no-repeat;
}

a.reader_attachment {
	padding:3px 0px 3px 20px;
	margin-right:12px;
	background-image: url(/files/images/icon_attachment.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* staffel list */
.staffel_number {
	width: 70px;
	text-align: center;
}

.staffel_name {
	width: 370px;
	overflow:hidden;
}

.staffel_probe {
	width: 120px;
	text-align: center;
}

/* staffel edit */
.fieldSetLabel {
	font-weight: bold;
	font-size: 15px;
}


/* member list */
.member_number {
	width: 70px;
	text-align: center;
}

.member_name {
	width: 490px;
	display:block;
}

.member_lastlogin {
	width: 120px;
	text-align: center;
}

/* hunde liste */
.dog_name {
	width: 280px;
}

.dog_owner {
	width: 280px;
}
