@CHARSET "ISO-8859-1";

#t_page #header {
	height:129px;
	left:0;
	position:absolute;
	top:0;
	width:917px;
	z-index:140; /*.zContentMiddle3*/
}

#shine {
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:110; /*.zContentBottom*/
	text-align: center;
	background-image: url("topshine.png");
	background-position: top center;
	background-repeat: no-repeat;
}

#master {
	height:600px;
	margin:auto;
	padding:0;
	position:relative;
	top:15px;
	width:917px;
	z-index:120; /*.zContentMiddle1*/
}

#itemOfInterest {
	position:relative;
	right:15px;
	text-align:right;
	top:30px;
}


#auto-complete {
	width: auto;
	float: right;
}
#auto-complete ul {
	text-align: left; 
	white-space: nowrap; 
	width: auto;
}

#searchLink {
	display: none;
}

#page {
	height:376px;
	left:22px;
	position:absolute;
	top:175px;
	width:894px;
}

#footer {
	font-size:10px;
	left:18px;
	position:absolute;
	top:380px;
}

#footer a {
	text-decoration: underline !important;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: underline !important;
}

#impressum {
	margin-left: 5px;
}

#precache {
	display: none;
	font-size:10px;
	right:18px;
	position:absolute;
	top:380px;
}

#precachePause, #precacheRestart {
	text-decoration: underline;
	cursor: pointer;
}

#sub_menu, #sub_logo, #content, #icons {
	float:left;
	height:370px;
	width:475px;
	position: relative;
	top: 1px;
	margin: 0;
	padding: 0;
}

#sub_menu  {
	width:170px;
}

#sub_menu a {
	display:block;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
	text-decoration:none !important;
}

#sub_menu a.inactive:hover {
	background-image:url("sub_menu_dot.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

#sub_menu a.active {
	background-image:url("sub_menu_dot.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
}

#sub_menu a span {
	margin-left:15px;
}

#sub_logo {
	top:1px;
	width:186px;
}

#content {
	width:467px;
	height:360px;
	padding:5px;
}

#main_menu {
	position:absolute;
	left:30px;
	top:118px;
	height:57px;
	width:883px;
	font-weight: bold;
}

#main_menu .spike {
	background:url("spike.png") no-repeat scroll 0 0 transparent;
	height:57px;
	width:1px;
}

#main_menu .category {
	background:url("menu_dot.png") no-repeat scroll 0 0 transparent;  
	position: relative;
	top: -13px;
	height:33px;
	margin:6px 0 0;
	padding:26px 0 0 21px;
	width:103px;	
}

#t_page #main_menu .category:hover, 
#t_page #main_menu .category.active {
	background:url("menu_dot_active.png") no-repeat scroll 0 0 transparent;
}

#main_menu a {
	font-size:12px;
	text-decoration:none;
}

#main_menu .page:hover a {
	text-decoration:underline;
}

#main_menu .pages {
	display: none;
	position: absolute; 
	top: 50px;
	left: -1px;  
	border-top: 1px solid #FFFFFF; 
	z-index: 20000; /*.zTopLayerTop*/
}

#main_menu .page {	
	position: relative;
	background:none repeat scroll 0 0 #000000;
	border-style:none solid solid;
	border-width:0 1px 1px;
	margin:0;
	width:160px;
	min-height: 33px;
	font-weight: normal;
}

#main_menu .catPages {
	position: absolute;
	display: none;
	top: -1px;
	left: 160px;
	border-top: 1px solid white;
	z-index: 130; /*.zContentMiddle2*/
}

#main_menu .page:hover .catPages {
	display: block;
}

#main_menu .category:hover .pages {
	display:block;
}

#main_menu .title {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	width: 99px;
	margin-left: 3px;
}

#icons {
	width:55px;
}

#subMenuButtons {
	position:absolute;
	left:5px;
	top:5px;
}

.subMenuButton {
	margin-bottom:-13px;	
}

#logoutButton {
	position:absolute;
	left:5px;
	bottom:10px;
}


#contentBody {
	margin:10px;
	position: relative;
	height: 300px;
}

.section {
	font-weight: bold;
}

.sectionContent {
	padding-top:10px;
	padding-left:40px;
	padding-bottom:15px;
}

.sectionContent .entry .label {
	display: inline-block;
	*display: inline; /*for older browsers*/
	zoom: 1; /*for older browsers*/
	width:230px;
}

.subSectionContent {
	margin-left: 15px;
	margin-bottom: 5px;
}

.subSectionContent .entry .label {
	display: inline-block;
	*display: inline; /*for older browsers*/
	zoom: 1; /*for older browsers*/
	width: 215px;
}

.sectionContent td {
	padding-bottom: 3px;
}

#shortHelp {
	margin-right:0;
	position:absolute;
	right:10px;
	top:5px;
}

#helpContainer {
   -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background:none repeat scroll 0 0 rgba(150, 50, 50, 0.95);
	border:1px solid #FFFFFF;
	display:none;
	float:left;
	height:auto;
	padding:10px;
	position:absolute;
	right:5px;
	top:35px;
	max-width: 90%;
	z-index:2000; /*..zDropDownLaye*/
}

#moreHelp {
	margin-top:3px;
	font-style: italic;
	font-size: x-small;
}

#contentTitle {
	margin-left:5px;
	width:420px;
	height:20px;
}

/* Taskbar */

#taskbar {
	position: absolute;
	width: 100%;
	z-index: 1900; /*.zContentTop*/
	text-align: center;
	font-size: 10px;
	top: 1px;
	left:0;
}


#taskbar div {
	display: inline-block;
	*display: inline; /*for older browsers*/
	zoom: 1; /*for older browsers*/
}

#taskbarContent {
	position: relative;
	width: 885px;
}

.taskbarLeft {
	position: absolute;
	text-align: left;
	left: 0;
	top: 0;
}

.taskbarRight {
	position: absolute;
	text-align: right;
	right: 0;
	top: 0;
}

#clock {
	margin-left: 10px;
}

#taskbarTicketsHL, #taskbarTasksHL {
	font-weight: bold;
}

#taskbarNewTickets div.active {
	color: lime;
}

#taskbarOpenTickets div.active {
	color: yellow;
}

#taskbarPurse {
	margin-left: 10px;
}

#taskbarRunningTask div.active {
	color: yellow;
}

#taskbarFailedTask div.active {
	color: red;
}

#taskbarSuccessTask div.active {
	color: lime;
}

#taskbarTicketsHL, #taskbarNewTickets, #taskbarTasksHL, #taskbarRunningTask, #taskbarFailedTask, #taskbarOpenTickets {
	margin-right: 5px;
}

#taskbarLine {
	position: absolute;
	top: 15px;
	height: 1px;
	width: 100%;
	background: url('headerline.png');
	background-position: center;
	left:0;
}

.taskbarBottom {
	top: 18px;
}

#taskbarErrors, 
#taskbarErrors a{
	color: red;
	font-weight: bold;
}

#demoMode {
	color: yellow;
	font-weight: bold;	
}
#taskbarOfflineErrors span, #taskbarInError span {
	color: white;
}

#taskbarStatusOk span {
	color: lime !important;
	font-weight: bold;
}

#ui-timepicker-div {
	z-index: 20000; /*.zTopLayerTop*/
}

.ui-timepicker-button.ui-timepicker-defaultbutton {
	display: none;
}

.ui-timeselect {
	width: 70px;
}

#failedLoginsLast {
	display: block !important;
	color: red;
}

#failedLoginsSince {
	display: block !important;
	color: grey;
}

#failedLoginsSince .recent {
	color: red;
}
