/*
CSS für experience-Xpages, zur Ergänzung des Blueprint CSS
*/ 

/*
Umrandung von Arbeitsaufräagen, Lernzielen und Lehrmittel im Bereich Lernmaterialien
*/
.borderContent{
	
	border-width:thin;border-color:#DDDDDD;
	border-style:solid;
	padding-left:1em;
	padding-right:1em;
	
	
	}
/*

Gelber hintergrund für aktive Repeateintrag
*/

.showHover:hover{

background-color:#FFFFC8;

}



/*
Runde Ecken Header
*/

.hide {
display: none
}


.roundedCorners {
	-moz-border-radius-topright: 2em;
	-moz-border-radius-topleft: 2em;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-top-left-radius: 2em;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
}

.roundedCornersFull {
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	border-radius: 0.8em;
}

.roundedCornersBottom {
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
}

.headTable {
	background: none repeat scroll 0 0 white;
}

.headTableGrey {
	background-color: #F3F3F3 !important;
	background-image: none !important;
	border-bottom: 1px solid #E8E8E9
}

/*
tabs
*/ /*** XSP TABBEDPANEL.<?> / TAB.TABBEDPANEL.<?> ***/
ul.xspTabbedPanelTabs {
	left: 10px;
}

.xspTabbedPanelTabs li {
	float: left;
	margin-right: 2px;
	padding-left: 3px;
	background: url(./leftTab.gif) top left no-repeat;
}

.xspTabbedPanelTabs a,.xspTabbedPanelTabs a:visited {
	background: url("./rightTab.gif") no-repeat scroll right top transparent
		;
	padding: 5px 10px 4px 5px;
	max-width: 95px;
	min-width: 50px;
	height: 28px;
}

.xspTabbedPanelTabs a,.xspTabbedPanelTabs a:visited {
	background: url("./rightTab.gif") no-repeat scroll right top transparent
		;
	padding: 5px 10px 4px 5px;
}

.narrow a,.narrow a:visited {
	padding: 5px 10px 4px 5px;
}

.xspTabbedPanelTabs li.xspSelectedTab {
	background: url(./leftTabSelected.gif) top left no-repeat;
}

.xspTabbedPanelTabs li.xspSelectedTab a,.xspTabbedPanelTabs li.xspSelectedTab a:visited
	{
	background: url(./rightTabSelected.gif) top right no-repeat;
}

/*** XSP TABBEDPANEL.<?> / TAB.TABBEDPANEL.<?> ***/
.xspTabbedPanelOuter {
	
}

.xspTabbedPanelContainer {
	position: relative;
	height: 3.0em;
	border-bottom: 1px solid #e0e0e0;
	z-index: 1;
}

.xspTabbedPanelTabs ul {
	position: absolute;
	bottom: -1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.xspTabbedPanelTabs {
	position: absolute;
	bottom: -1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.xspTabbedPanelTabs li {
	list-style-type: none;
	border-bottom: 1px solid #e0e0e0
}

.xspTabbedPanelTabs a,.xspTabbedPanelTabs a:visited {
	display: block;
	text-decoration: none;
	line-height: 1.2em;
	color: #105CB6;
}

.narrow a,.narrow a:visited {
	display: block;
}

.xspTabbedPanelTabs a:hover,.xspTabbedPanelTabs a:focus {
	color: #000;
}

.xspTabbedPanelTabs li.xspSelectedTab {
	border-bottom-color: #fff
}

.xspTabbedPanelTabs li.xspSelectedTab a,.xspTabbedPanelTabs li.xspSelectedTab a:visited
	{
	color: #000;
	font-weight: bold;
}

.xspTabbedPanelContentSeparator {
	
}

.xspTabTabbedPanel {
	padding: 5px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	border-width: 0px 0px 0px 0px;
	margin: 0px;
}

.xspUnselectedTab {
	
}

.xspStartTab {
	
}

.xspMiddleTab {
	
}

.xspEndTab {
	
}


/*
End tabs
*/ /*
Styles für die Navigation, übernommen von Raoul
*/
.navItemTop {
	padding: 3px;
	margin-top: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	display: block;
	background-color: #ffc726;
}

a.navItemTop:hover {
	border: 2px solid darkgray;
	padding: 1px;
	background-color: #ffc726;
}

.navBackground {
	background-color: #c0e3dc;
	text-align: right;
}

.navItem2 {
	padding: 3px;
	margin-top: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	display: block;
	background-color: #ffc726;
}

a.navItem2:hover {
	border: 2px solid darkgray;
	padding: 1px;
	background-color: #ffc726;
}

.navItem3 {
	padding: 3px;
	margin-top: 12px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	display: block;
	background-color: #ffc726;
}

a.navItem3:hover {
	border: 2px solid rgb(192, 192, 192);
	padding: 1px;
	background-color: #ffc726;
}

.navItem4 {
	padding: 3px;
	margin-top: 4px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	display: block;
	background-color: rgb(192, 192, 192);
}

a.navItem4:hover {
	border: 2px solid #ffc726;
	padding: 1px;
	background-color: rgb(192, 192, 192);
}

.navItem5 {
	padding: 3px;
	margin-top: 12px;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: right;
	width: 90%;
	display: block;
	background-color: rgb(192, 192, 192);
}

a.navItem5:hover {
	border: 2px solid #ffc726;
	padding: 1px;
	background-color: rgb(192, 192, 192);
}
/*
Styles nach Blueprint um auf pager, repeats, views etc. anzuwenden.
*/
