/* @override 
	http://isiport.df-pro.de/current/css/isi-login.css
	http://fred/isiport/current/css/isi-bar.css
*/
@import url(isi-bar-reset.css);
@import url(fonts.css);
@import url(colors.css);

/* @group Reset */

#isi-bar h1, #isi-bar a, #isi-bar div, #isi-bar span, #isi-bar ul, #isi-bar li, #isi-bar form, #isi-bar fieldset, #isi-bar label, #isi-bar input, #isi-bar button {
	top: auto; right: auto; bottom: auto; left: auto;
	border-style: none;
	}

/* @end */


/* @group Links */

.isiport a {
	text-decoration: none
	}

.isiport a:hover {
	text-decoration: underline
	}

/* @end */

/* @group Admin-Bar */

#isi-bar {
	position: relative;
	z-index: 100;
	padding-bottom: 4px;
	float: left; width: 100%;
	padding-top: 57px;
	background-repeat: repeat-x;
	background-position: bottom;
	min-width: 75em; /* min-width IE 6: ie_lte_6_isi-bar.css */
	}
	
#isi-bar h1 {
	position: absolute;
	top: 0;
	display: block;
	height: 57px;
	font-weight: bold;
	font-size: 100%;
	width: 100%;
	float: left;
	background-repeat: repeat-x;
	background-position: top;
	}

#isi-bar h1 a,
#isi-bar h1 span {
	position: absolute;
	right: 28px; top: 5px;
	display: block;
	width: 132px; height: 42px;
	/* Phark Image Replacement (Modified for IE 5): http://www.eingko.net/blog/?p=16 */
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	/* see Hacks for IE 5 Mac */
	}
	
#client-logo {display: none;}

/* @end */		

/* @group Meta */

#isi-bar #isi-meta {
	position: absolute;
	z-index: 1000; /* for IE 6 */
	top: 0; right: 189px;
	height: 1.8em;
	float: left;
	background-repeat: repeat-y;
	background-position: right;
	}

#isi-meta a {text-decoration: underline;}
#isi-meta a:hover {text-decoration: none;}

#isi-meta li {
	position: relative;
	float: left;
	height: 100%;
	font-size: 85%;
	padding: 0em .7em 0em .7em;
	background-repeat: repeat-y;
	background-position: left;
	}

#isi-meta div {
	position: relative;
	display: block;
	float: left;
	padding: .8em .6em 0 .6em;
	}

#isi-meta form {
	}

#isi-meta fieldset {float: left; /* IE7, IE6 */}

#isi-meta input {
	border-style: none;
	padding: .2em .2em .2em 17px;
	margin-top: -.2em;
	background-repeat: no-repeat;
	background-position: 3px center;
	}

#isi-meta button {
	font-size: 99%;
	border-style: none;
	margin: 0; padding: 0;
	width: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 2px 0;
	/* Phark Image Replacement (Modified for IE 5): http://www.eingko.net/blog/?p=16 */
	text-indent: -100em;
	overflow: hidden;
	/* see Hacks for IE 5 Mac */
	}

#isi-meta #isi-favorites div {float: none;}

#isi-meta #isi-favorites div span {
	display: block;
	position: relative;
	z-index: 110;
	padding-right: 28px;
	background-image: url(../img/arrow_green_grey.gif);
	background-repeat: no-repeat;
	background-position: 100% -33px;
	cursor: pointer;
	}

#isi-meta #isi-favorites:hover div span,
#isi-meta #isi-favorites.sfhover div span /* ie6 */ {background-position: 100% -2px;}

#isi-meta #isi-favorites div div {
	position: absolute;
	z-index: 1000;
	margin-top: 1.2em;
	left: -3000px;
	margin: 0 2px 0 0;
	padding: .5em;
	width: 13em;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	}

#isi-meta #isi-favorites:hover div div,
#isi-meta #isi-favorites.sfhover div div /* ie6 */ {left: auto; right: -3px;}

#isi-meta #isi-favorites div div h3 {
	font-weight: bold;
	margin-bottom: .8em;
	}

#isi-meta div div input {
	background-image: none;
	width: 9.7em;
	padding-left: 1.5em;
	margin-right: .2em;
	border-width: 1px;
	border-style: solid;
	}	
	
#isi-meta div div button {
	width: 14px; height: 14px;
	background-position: 0 -14px;
	background-repeat: no-repeat;
	}
	
#isi-meta div div button:hover,
#isi-meta div div button.sfhover /* ie6 */ {background-position: 0 0;}

#isi-meta #isi-favorites div div ul {
	margin-top: 3em; /* ie_lte_6_isi-bar.css */
	padding: 2px;
	}

#isi-meta #isi-favorites div div li {
	float: none;
	padding: 0;
	font-size: 100%;
	position: relative;
	}

#isi-meta #isi-favorites div div a {
	display: block;
	padding: .5em;
	} /* ie_lte_6_isi-bar.css */


/* @end */

/* @group Tabs */

#isi-bar #isi-tabs {
	position: absolute;
	z-index: 100;
	top: 55px;
	left: 1em;
	height: 0;
	}

#isi-tabs ul {
	font-size: 85%;
	position: relative;
	top: 0;
	}

#isi-tabs li {
	position: relative;
	top: -2em;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: .2em;
	}

#isi-tabs li a {
	display: block;
	line-height: 2em;
	padding: 0 .7em;
	text-decoration: none;
	}

#isi-tabs li a:hover {text-decoration: underline;}

#isi-tabs li.active a {
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 18px;
	line-height: 2.5em;
	margin-top: -.3em;
	}

/* @end */

/* @group Nav und Tools */

#isi-nav, #isi-tools {
	position: relative;
	top: -1px;
	}

#isi-nav ul {float: left; padding-left: 1em;}

#isi-nav li, #isi-tools li {
	float: left;
	padding-top: .5em;
	position: relative;
	}
	
#isi-nav li {padding-bottom: .5em;}

#isi-nav li span, #isi-tools li span {
	display: block;
	position: absolute;
	top: .5em;
	left: 6px;
	height: 24px;
	width: 24px;
} /* § ie_lte_6_isi-bar.css */

#isi-tools li span {
	left: auto;
	right: 7px;	
}

#isi-nav li a, #isi-tools li a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	padding: 0 18px 0 36px;
	font-size: 77%;
	height: 24px; line-height: 24px;
	background-position: 6px -72px;
	/* ie_lte_6_isi-bar.css */
	}

#isi-nav li a:hover, #isi-nav li:hover a {
	background-position: 6px 0;
	}

#isi-nav li ul, #isi-tools li ul {display: block; left: -30000px;}
#isi-nav li:hover ul, #isi-tools li:hover ul {display: block; left: 0px;}

#isi-nav li ul, #isi-tools li ul {
	position: absolute;
	border-style: solid;
	border-width: 3px 1px;
	/*top: 2.8em;*/
	margin-top: .5em; /* § ie_lte_6.css */
	padding: 0;
	width: 10em;
	}

#isi-nav li ul li, #isi-tools li ul li {
	float: none;
	padding: 0;
	}

#isi-nav li ul li a, #isi-tools li ul li a {
	background-image: none !important;
	float: none;
	padding: .6em;
	margin-bottom: -1px;
	line-height: 1.5em;
	height: 1%; /* for IE */
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}
	
#isi-bar #isi-tools {
	float: right;
	right: 30px;
	/* ie_lte_6_isi-bar.css */
	}
	
#isi-tools div {
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 1px;
	}
	
#isi-tools ul {
	background-repeat: no-repeat;
	background-position: top right;
	height: 34px;
	/* ie_lte_6_isi-bar.css */
	}
	
#isi-tools li {
	float: left;
	padding-right: 7px;
	padding-bottom: 4px;
	/* ie_lte_6_isi-bar.css */
	}	

#isi-tools-help {
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#isi-tools-logout {
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#isi-tools li a {
	background-position: right -72px;
	padding-left: 1em; padding-right: 30px;
	}
	
#isi-tools li a:hover {background-position: right 0;}

#isi-tools li ul {
	background-image: none;
	height: auto;
	/*top: 2.6em;*/
	margin-top: 4px; /*.38em § ie_lte_6.css */
	z-index: 10;
	}

#isi-tools li ul fieldset {
	float: none; padding: 0;
	font-size: 77%;
	padding: 1em;
	}
	
#isi-tools li ul input {float: left;}
	
#isi-tools li ul label span {
	position: relative;
	top: auto; right: auto; left: auto;
	height: auto; width: auto;
	background: none !important;
	display: block;
	margin-left: 2em;
	}

/* @end */

/* @group Hacks */

h1 a {
	/* Phark Image Replacement IE 5 Mac Hack: http://www.eingko.net/blog/?p=16l */
	line-height: 42px;
	overflow: visible;
	/* Hide from IE 5 Mac \*/
	overflow: hidden;
	/* End hide from IE 5 Mac */
	}

#isi-meta button {
	/* Phark Image Replacement IE 5 Mac Hack: http://www.eingko.net/blog/?p=16l */
	line-height: 8px;
	overflow: visible;
	/* Hide from IE 5 Mac \*/
	overflow: hidden;
	/* End hide from IE 5 Mac */
	}

/* @end */

