﻿
/* ---------------------------------------------------------- */
/* ------------------------- Study Search ------------------- */
/* ---------------------------------------------------------- */

.pnlQuestionsWrapper
{
	width:252px;
	min-height:600px;
	float:left;
	padding-right:7px;
	border-right:1px solid gray;
}

.pnlQuestions
{
	padding-bottom:20px;
}

.pnlQuestions a
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGrau.png') no-repeat;
	height:20px;
	width:252px;
	display:block;
	cursor:pointer;
	color:#4D5359;
}

.pnlQuestions a.active .lblQuestion
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_PfeilRunter.png') no-repeat left center;
}

.lblQuestion
{
	line-height:20px;
	padding-left:20px;
	background:url('/Content/IMG/Backgrounds/VS_Liste_PfeilRechts.png') no-repeat left center;
}

.pnlOverview
{
	min-height:600px;
	width:643px;
	float:right;
	padding-left:22px;
	position:relative;
}

.pnlOverviewHeadline
{
	color:#4A9134;
	margin-bottom:20px;
}

.pnlToggle
{
	display:none;
	padding-left:31px;
	padding-top:10px;
}

.pnlToggle table tr td
{
	padding:5px;
}

.pnlToggle .pnlToggleFirstItem
{
	margin-top:0;
}

.pnlToggle div input,
.pnlToggle div label
{
	float:left;
}

.pnlToggle div label
{
	padding-left:5px;
	display:inline-block;
	margin-top:-1px;
}

.pnlToggle .pnlToggleFirstItem
{
	margin-top:10px;
}

.dataTables_length
{
	margin-bottom:10px;
}

.dataTables_info
{
	margin-top:10px;
}
.tblOverview
{
	width:100%;
	clear:both;
	border-bottom:1px solid gray;
}

.tblOverview tr th
{
	height:20px;
	cursor:pointer;
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGrauStreifen.png') repeat-x;
	padding-left:5px;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

.tblOverview tr th.thFirst,
.tblOverview tr th.thLast
{
	border:0;
}

.tblOverview tr th.sorting_desc,
.tblOverview tr th.sorting_asc
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGruenStreifen.png') repeat-x;
}

.tblOverview tr th.sorting_asc .lblArrows,
.tblOverview tr th.sorting_desc .lblArrows
{
	width:100%;
	display:inline-block;
}

.tblOverview tr th.sorting_asc .lblArrows
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_PfeilRauf.png') no-repeat right;
}

.tblOverview tr th.sorting_desc .lblArrows
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_PfeilRunter.png') no-repeat right;
}

.tblOverview tr td
{
	border-left:1px solid gray;
	border-right:1px solid gray;
	color:#3a3a3a;
	padding:5px 5px;
	width:25%;
}

.tblOverview tr td.tdStudy
{
	width:49%;
	cursor:pointer;
}

.tblOverview tr td:hover.tdStudy
{
	background-color:rgb(130, 226, 140);
}

.tblOverview tr.odd td
{
	background-color:#bdbdbd;
}

.tblOverview tr.even td
{
	background-color:#eee;
}

.thFirst span.lblFirst
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGrauLinks.png') no-repeat;
	height:20px;
	position:absolute;
	top:28px;
	left:-4px;
	display:inline-block;
}

.sorting_desc span.lblFirst,
.sorting_asc span.lblFirst
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGruenLinks.png') no-repeat;
}

.thLast span.lblLast
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGrauRechts.png') no-repeat;
	height:20px;
	display:inline-block;
	position:absolute;
	right:-4px;
	top:28px;
}

.sorting_desc span.lblLast,
.sorting_asc span.lblLast
{
	background:url('/Content/IMG/Backgrounds/VS_Liste_BalkenGruenRechts.png') no-repeat;
}

.dataTables_paginate
{
	border:0;
}

.paginate_disabled_previous
{
	background-image:url('/Content/IMG/Icons/VS_Pfeile_Inactiv_L.png');
	background-repeat:no-repeat;
	background-position:center;
}

.paginate_enabled_previous
{
	background-image:url('/Content/IMG/Icons/VS_Pfeile_activ_L.png');
	background-repeat:no-repeat;
	background-position:center;
}

.paginate_disabled_next
{
	background-image:url('/Content/IMG/Icons/VS_Pfeile_Inactiv_R.png');
	background-repeat:no-repeat;
	background-position:center;
}

.paginate_enabled_next
{
	background-image:url('/Content/IMG/Icons/VS_Pfeile_activ_R.png');
	background-repeat:no-repeat;
	background-position:center;
}


