/*
CSS für die RUS Komponenten mit JavaScript.
Datum: 02.11.2011
*/

/* Tabelle mit Zebrastreifen */
.zebra-table {
	border:0; 
	border-collapse: separate;
	border-spacing: 1px;
	width:100%;
}

.zebra-table td {
	padding: 5px;
}

.zebra-table th {
	background-color:#CBE7EF;
	padding: 5px;
}

.zebra-even-row {
	background-color:#C8C8C8;
}

.zebra-first-column {
	background-color:#CBE7EF;
}
	
/* Aufklappbarer Inhalt */
#text .slide {
	border-bottom: solid 1px #c4c4c4;
	background: #f0f0f0 url(http://www.uni-stuttgart.de/res/jquery/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	border: solid 1px #c4c4c4;
	cursor: pointer;
	margin: 0;
	padding: 4px 30px 7px 4px;
}

#text .slide:hover {
	background-color: #e0e0e0;
}
	
#text .slide-opened {
	background-position: right 5px;
	margin-bottom: 0;
	border-right: solid 1px #c4c4c4;
}

#text .slide-content {
	background-color: #f0f0f0;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
}

/* Akkordion  */
#text h6.ui-accordion-header {
	margin-bottom: 0px;
}

/* Tabellen mit Tablesorter */
table.rus-table thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 25px;
}
table.rus-table thead tr .headerSortUp {
	background-image: url(asc.gif);
	padding-right: 25px;
}
table.rus-table thead tr .headerSortDown {
	background-image: url(desc.gif);
	padding-right: 25px;
}

/* Tabs - Korrektur der Links in den Tabs */
#text .rus-tabs .ui-tabs-nav a, #text .rus-tabs .ui-tabs-nav a:link {
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}
#text .rus-tabs .ui-tabs-nav a:hover {
	color: #879297;
	text-decoration: none;
	font-weight: bold;
}
 
