/*
	===========================
		Search view
	===========================
*/

.tx-keaprofiles .search_form .text {
	border:			solid 1px #809DB9;
	width:			258px;
}

.tx-keaprofiles .search_form select {
	width:			260px;
}

.tx-keaprofiles .search_form td,
.tx-keaprofiles .search_form th {
	padding-bottom:	8px;
	text-align:		left;
}

.tx-keaprofiles .search_form th {
	font-family:	Arial;
	font-size:		12px;
	font-weight:	bold;
}

.tx-keaprofiles .search_form .submit {
	height:			29px;
}

.tx-keaprofiles .search_form th.last,
.tx-keaprofiles .search_form td.last {
	padding-bottom:	0px;
}

/*
	===========================
		List view
	===========================
*/

.tx-keaprofiles .list_view {
	margin-top:		12px;
}

.tx-keaprofiles .list_view .page_selector {
	margin-top:		12px;
}

.tx-keaprofiles .list_view .item {
	padding-bottom:	8px;
}

.tx-keaprofiles .list_view .odd {
	background:		#E0E0E0;
}

/*
	===========================
		Single view
	===========================
*/

.tx-keaprofiles .single_view th {
	text-align:		left;
}

.tx-keaprofiles .single_view h1 {
	margin-bottom:	0px;
	padding-bottom:	0px;
}

.tx-keaprofiles .single_view .subtitle {
	margin-bottom:	8px;
}

.tx-keaprofiles .single_view .fields td {
	padding-bottom:	4px;
}

/*
	===========================
		Edit view
	===========================
*/

.tx-keaprofiles .edit_view .text {
	width:			300px;
	font-size:		11px;
	border:			solid 1px #999999;
}

.tx-keaprofiles .edit_view select {
	font-size:		11px;
}

.tx-keaprofiles .edit_view .phone {
	width:			100px;
	border:			solid 1px #999999;
}

.tx-keaprofiles .edit_view th {
	text-align:		left;
}

.tx-keaprofiles .edit_view td {
	padding-bottom:	4px;
}

.tx-keaprofiles .edit_view textarea {
	width:			540px;
	border:			solid 1px #999999;
}

.tx-keaprofiles .edit_view .uploader {
	margin-bottom:	8px;
	text-align:		left;
}

.tx-keaprofiles .edit_view th.missing {
	color:			red;
}

.tx-keaprofiles .edit_view .error_message {
	color:			red;
}

/*
.tx-keaprofiles .edit_view .tinymce {
	position:		absolute;
	top:			0px;
	left:			0px;
}
*/

.tx-keaprofiles .edit_view .loading_rte {
/*	background:		url('/fileadmin/templates/grafik/kea_profiles/loading-rte.gif') no-repeat;*/
	min-height:		156px;
}

.tx-keaprofiles .edit_view .hidden {
	display:		none;
}

.tx-keaprofiles .edit_view .cancel {
	border:			none;
	width:			75px;
	height:			29px;
	cursor:			pointer;
	background:		url('/fileadmin/templates/grafik/kea_profiles/cancel.gif') no-repeat;
}

/*
	===========================
		Random brief singleview
	===========================
*/

.tx-keaprofiles .random_view .about {
	margin-bottom:	10px;
}

.tx-keaprofiles .random_view .info {
	margin-top:		10px;
}

.tx-keaprofiles .random_view div {
	line-height:	15px;
}

.tx-keaprofiles .random_view p {
	margin:			0px;
	padding:		0px;
}

.tx-keaprofiles .random_view .name a {
	text-decoration:	none;
}

