/*********************************/ 
/* style sheet for page template */ 
/*********************************/

body {
	/* disabled body scrolling    
	 * apps using vertical navigation bar with lots of menue items will 
	 * set overflow to "auto" to be able to scroll down if the navigation 
	 * bar exceeds the window height.   
	 */
	overflow: hidden; 
}

/* -- styles for the top section --
 * containing top bar with navigation block on the left
 * and the horizontal navigation bar with the static Info/Help 
 * links on the right
 */
#topsection{
	border-top: 3px solid #e4e4e4;
	height: 2em;
	width: 100%;
	font: 7pt Verdana,Arial,Helvetica,sans-serif;
}

#topsection ul.welcome_links {
	list-style-type: none;
	margin: 0px;
}

#topsection li.welcome_links {
	float: left;
	margin-top: 2px;
	padding: 0 0.5em;
	border-left: 1px solid #E2001A;
}

#topsection li.welcome_links.first-child {
	border-left: none;
}

#topsection li.welcome_links a {
	color: #000000;
	text-decoration: none;
}

#topsection li.welcome_links a:hover {
	text-decoration: underline;
}

#topsection .yuimenu {
	font-size: 8pt;
}

#welcome_portal {
	float: left;
	height: 2em;
	padding: 0px 85px 0px 0.5em;
	background: #e4e4e4 url(../images/welcome_links_bg.png) no-repeat right bottom;
}

#welcome_actions {
	float: right;
	padding-right: 0.5em;
}

#welcome_infobar {
	float: left;
}

#welcome_infobar li {
	margin-right: 10px;
	padding: 0.2em;
	border: 1px solid #6C0022;
	background-color: #FFCC00;
	color: #000000;
}

#welcome_infobar li.serverName {
	font-weight: bold;
}

#welcome_infobar li.userSwitched {
	background-image: url(../images/auge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#topwrapper {
	width: 100%;
	clear: both;
	padding-top: 16px;
}

#top_navi {
	position: relative;
	height: 15px;
	overflow: hidden;
	padding-bottom: 4px;
	border-bottom: 1px solid #ABABAB;
	color: #ffffff;
	font: bold 12px arial,verdana,sans-serif;
}

#navicolumn {
	position: absolute;
	left:0px;
	top: 72px;
	width: 161px;  
	border: 1px solid #EDEDEE;
	border-bottom: none;
	clear: both;
	overflow: auto;
	display: none;	
}

#navicolumn.navicolumn_visible {
	display: block;
}

/* Table containing the nav links needs to be 2px less than #navicolumn because of link outlines */
table.navcontent {
	width: 159px;
}

#navtoggle {
	top: 72px;
}

/* the navigation toggle bar */
div.navtoggle_positioning,div.navtoggle_hover_positioning {
	position:absolute;
	width: 5px;
	clear: both;
	vertical-align: top;
}

div.navtoggle_style  {
	background: #E4E4E4;
}

/* the navigation toggle bar -> on mouse over */
div.navtoggle_hover_style {
	background: #EDEDEE;
	cursor: pointer;
}

#navtoggle.navicolumn_visible {
	left: 163px;
}

#navtoggle.navicolumn_hidden {
	left: 0px;
}

/**************************/
/* Styles for bookmarking */
/**************************/

table.shortcutsection {
	table-layout: fixed;
	border-collapse: collapse;
}

.target, .targetWhileDragging, .targetHovered {
	width: 150px;
	height: 15px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #E0001A;
	border-right: 1px solid #E0001A;
}

.targetWhileDragging { 
	background: #DEDEDE;
}

.targetHovered { 
	background: #FFF8D3;
}

.filler {
	text-align:right;
	width: auto;  
}

.shortcut {
	width: 150px;
	height: 15px;
	position: relative;
}

.shortcut td {
	margin: 0;
	padding: 0;
}
	
.shortcut a {
	padding: 0 !important;
}

a.shortcutLink {
	position: absolute;
	display: block;
	bottom: 0px;
	margin: 0px 10px;
	font-family: Arial, Helvetica, Geneva, Times;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.shortcutLink:hover { 
	text-decoration:underline;
}

.dragObject {
	width: 80px;
	height: 20px; 
	border: 2px solid #000000;
	background: #ff0000;
}

/*
 * class for errorpages
 */
body.error {
	overflow:auto; 
}

#contentcolumn {
	position: absolute;
	top: 72px;
	left: 0px;
	clear: both;
	overflow: auto;
	background: url(../images/body_bg.png) repeat-y right;
}

#contentcolumn.navicolumn_hidden {
	left: 7px;
}

#contentcolumn.navicolumn_visible {
	left: 170px;
}

/* Element for pages with a datatable/form and footer, but no regcard. Wraps the datatable/form. */
#contentcolumn .content {
	position: absolute;
	top: 0;
	bottom: 47px;
	width: 100%;
	overflow: auto;
}
