/* @override http://kmstage.wu-wien.ac.at:8101/resources/bildungspool/bildungspool.css */

/* @group Page structure */
body { 
	color: #333333; 
	background-color: #FFBF07; 
	margin: 0;
	text-decoration: none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.75em;
}
#header_bildungspool { /*Breadcrumb + Logout*/
	position: relative;
	height: 80px;
	background: #ffec4a url(bg_header_bildungspool.gif); 
	margin-top: 1px;
}
#breadcrumbs {
	position: absolute;
	left: 20px;
	top: 50px;
}
#breadcrumbs a#contextbar_1 {
	position: relative;
	top: -35px;
	float: left;
	width: 174px;
	height: 56px;
	background: url(logo.gif) no-repeat;
	text-indent: 175px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom;
}
#who_is_online {
	position: absolute;
	right: 22px;
	top: 15px;
}
#content-wrapper {
	width: 982px;
	margin: 0 auto;
}
#inner-wrapper {
	background: url(content_bg.gif);
	padding: 10px 20px;	
}
#footer {
  	clear: both;
  	width: 982px;
  	margin: 0 auto 10px auto;
  	padding-top: 15px;
  	background: url(footer_bg.gif) no-repeat;
  	font-family: tahoma, verdana, helvetica, sans-serif;
  	font-size: 85%;
  	text-align: center;

}
#footer a {
	margin: 0 7px;
}
#footer img {
	vertical-align: middle;
}

#footer ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#footer ul li {
  margin-left: 0;
  padding-left: 10px;
  border: none;
  list-style: none;
  display: inline;
}

#footer .action-list {
  float: left;
}

/* @end */

/* @group Metadata-Form */

#title_1.string {
	width: 300px !important;	
}
.margin-form fieldset {
	border: 1px solid #f2dea2;
	background-color: #fffced;
	*background: #FFFFFF url(ie_fieldset_bg.gif) 0 22px repeat-x;
	padding: 15px;
	margin: 30px 20px;
}
.margin-form legend {
	font-size:1.1em;
  	font-weight:bold;
  	color: #bb972f;
}
.margin-form .form-label,
.margin-form .form-label-error {
	float: left;
	width: 150px;
	font-weight: bold;
}
.margin-form .form-widget,
.margin-form .form-widget-error {
	display: table;
	margin-left:10px;
	padding-left:10px;
}
.margin-form table.container-widget {
	margin-bottom: 15px;
	background: #FFFFFF;
	border: 1px dashed #f2dea2;
}
.margin-form td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.margin-form input {

}
.margin-form .langstring {
width: 500px;
}


/* @end */






.logo_menu {margin: 0px auto; left: 0px; top: 2px; position:relative; height:23px; width:100%; z-index:100;}
.main_tab_menu {position:absolute; left:0em; top:0px; padding:0em;}
.main_tab_menu a {display:block; float:left; width:110px; height:21px; margin:0px; margin-right:3px; overflow:hidden;}
.main_tab_menu a img {display:block; width:110px; position:static; margin:0px; margin-right:3px; border-width:0px}
.main_tab_menu a:hover img {margin-top:-23px;display:block; }
table.list-table { 
	border: none;
}
.list-table tr.list-header {
	background-color: #FFFFFF;
	vertical-align: top;
}
.list-table tr.list-header a {

}
.list-table tr.list-header a img {
	vertical-align: text-top;
}
th.list-table, th.list-table-narrow, .list-table th {
	border-bottom: 3px solid #f2e5bf;
}
tr.last td {
  border-bottom: 3px solid #f2e5bf;
}
.list-table tr.odd, .list-tiny tr.odd {
	background-color: #fdf5c8;
}
.list-table tr.even, .list-tiny tr.even {
	background-color: #FFFFFF;
}

td.list-table, td.list-table-narrow, .list-table td {
	padding: 8px 16px;
	border-bottom: 0;
}

td.list-objects {
	padding: 5px;
}
td.list-name { 
	width: 10%
}
td.list-title { 
	width: 40%
}
td.list-mod_user { 
	width: 20%
}
td.list-actions {
	white-space: nowrap;
}
td.list-actions img {
	vertical-align: middle;
}
td.list-publish_status, td.list-object_type { 
	text-align:center
}

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: smaller;
}

.combo .label {
  width: 100%;
  text-align: center;
}

.combo .hilite {
  background: #acf;
}

.combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

/* Styles originally defined in default-master.css */

#login-box {
  border: black 1px solid;
  padding: 4px;
}

TABLE.table-display {
  font-family: tahoma, verdana, helvetica; 
  font-size: 85%;
}

TR.table-header {
  background-color: #cccccc; 
}

TR.even {
  background-color: #f0f0f0;
}

TR.odd {
  background-color: #e0e0e0;
}

/* Replace deprecated center tags in forms. Eventually all forms should use form builder and this tag should not be used */

DIV.submit-button {
  text-align: center;
}


/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

#skiptocontent {
  display: none;
}

.block-marker {display: none;}

/* User Messages */

#alert-message {
  background-color: #ccff99; 
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 85%;
}

#alert-message .alert {
  margin-left: 0;
  padding-left: 2px;
  border: none;
}


/* Boxed User Message */

.boxed-user-message {
  background-color: #ccff99; 
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 85%;
  border: 1px solid #dd9988;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}

.boxed-user-message .body {
  color: #990000;
}


/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  font-family: verdana; 
  padding-left: 8px;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}



/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 1px solid #666;
}
#navbar-container {
  height: 35px;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#navbar a {
  text-decoration: none;
  color: black;
}
#navbar a:hover {
  text-decoration: underline;
}
#navbar #navbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#navbar #navbar-here a {
  color: black;
}

#navbar-body { 
  border-bottom: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}

#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

/* END NAVIGATION */


/**********************************************************************
/* Widgets
/**********************************************************************/

/* STANDARD TAGS -----------------------------------------------------------*/
/* standard html (body, h1, p, form...) */

h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  margin: 12px 0;
}

h2 {
  font-size: 1.1em;
  font-weight:bold;
  color: #222222;
  margin: 10px 0;
}

h3 {
  font-size: 1.05em;
  font-weight:bold;
  color: #000000;
  margin: 10px 0;
}

h3 {
  font-size: 1.00em;
  font-weight:bold;
  color: #000000;
  margin: 10px 0;
}
a {
	color: #222;
	text-decoration: underline;
}

a:hover {
	color: #EF0101;
	text-decoration: underline;
}
/* BUTTON ---- */
a.button, #bulk_action_ok {
	padding: 3px;
	font-size: 11px;
	line-height: 25px;
	color: #000000 !important;
	text-decoration: none !important;
	background-color: #ffe490;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #cbb365;
	border-bottom-color: #cbb365;
	border-style: double;
	border-width: 3px;
}
a.button:hover, #bulk_action_ok:hover {
	background-color: #ffbf07;
	border-top-color: #be8e04;
	border-left-color: #be8e04;
	border-right-color: #fff2cb;
	border-bottom-color: #fff2cb;
	cursor: pointer;
}
/* END BUTTON ---- */

.yuimenu, .yuimenubar {
	background-color: #ffec4a;
	border-color: #ffbf07;
	border-top-color: #FFFFFF;
}
.yuimenubaritemlabel {
	border-left: 2px solid #FFF;
}
.yuimenuitem a.selected,
.yuimenubaritem a.selected {
    background-color: #ffbf07;
    text-decoration:none;
    color:#000;

}


.yuimenuitem a.disabled .checkedindicator,
.yuimenuitem a.disabled .checkedindicator {
    background-position:0 -48px;
}
.yuimenuitem a.disabled {
	color: #b1974b;
}

.yui-skin-sam .yui-navset .yui-content {
background:#FFFCED none repeat scroll 0%;
border-color:#F2DEA2;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#FFBF07;
border-style:solid;
border-width:0pt 0pt 5px;
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
background:#FFBF07 none repeat-x scroll left -1400px;
color:#FFFFFF;
}

.yui-skin-sam .yui-navset .yui-nav a:hover, .yui-skin-sam .yui-navset .yui-nav a:focus {
background:#FFEC4A none repeat-x scroll left -1300px;
outline-color:invert;
outline-style:none;
outline-width:0pt;
}

#bulkmenu select {
	border: 1px solid #edb106;
	padding: 1px;
}

.center {text-align: center;}
.small {font-size: x-small;}

/*  ARE THESE NEEDED ??? -----------------------------------------------------------*/

/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}

a.admin-button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #aaa;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
a.admin-button:link { 
  text-decoration: none;
  border: solid 1px black;
  color: #111;
}
a.admin-button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.admin-button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.admin-button:active { 
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}

.highlight { 
  background-color: #ffc; 
}

ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

/*  END ARE THESE NEEDED -----------------------------------------------------------*/

/* END STANDARD TAGS ---------------------------------------------------------------*/

/* HEADER TAGS ---------------------------------------------------------------------*/

#header {
  font-size: 0.92em;
  background-color: #EFEFEF;
  color: #444444;
  padding-top: 4px;
  padding-bottom: 4px;
}

#system-name {
  font-size: 1.4em;
  font-weight: bold;
  float: left;
  padding-left: 0.2em;
}

#system-name a {
  color: #333333;
  text-decoration: none;
}

#header-navigation {
  float: right;
  padding-right: 0.4em;
}

/* CONTEXT BAR ---- */

#breadcrumbs {
  clear: right;
}

/* END CONTEXT BAR ---- */ 

/* END HEADER TAGS -----------------------------------------------------------*/

/* LISTS -----------------------------------------------------------*/

ul.compact, .action-list ul{
  margin: 0px;
  padding: 0px;
}
ul.compact li, .action-list ul li {
  list-style:none;
  display: inline;
}

/* END OF LISTS */


/* Portlets */

.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header {
  background: #dddddd; 
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-sidebar {
  width: 30%;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}


/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #tabs { bottom: 0px }

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled { 
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}












/**********************************************************************
/* acs-developer-support Toolbar
/**********************************************************************/
/* LARS: This ought to go in the developer-support package, somehow */

#developer-toolbar {
  background-color: #616093;
  color: white;
  font-family: tahoma, verdana;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#developer-toolbar td a { 
  border: solid 1px #616093;
  text-align: center; 
  color: white;
  text-decoration: none;
}
#developer-toolbar td a:hover { 
  text-decoration: none;
  background-color: #999999;
  border: solid 1px #cccccc;
}
#developer-toolbar #search {
  font: 80% tahoma;
  color: white;
}
#developer-toolbar #search input {
  font: 100% tahoma;
}
#developer-toolbar td a.on {
  background-color: #888888;
  border: solid 1px #cccccc;
}
#developer-toolbar td a:hover.on {
  background-color: #666666;
  border: solid 1px #999999;
}

/* Developer-support footer */

.developer-support-footer {
  float: left;
  padding: 6px;
  border: solid 1px gray;
  background-color: #e1e1e1;
  margin-top: 4px;
}


/**********************************************************************
/* DEPRECATED CLASSES
/**********************************************************************/

/* Deprecated, not sure what it's replaced with just yet */
a.action {
  margin: 8px;
  margin-left: 24px;
  display: list-item;
  list-style: circle url(/resources/acs-subsite/right.gif);
}

/* LEARNIE */
#toc-720216 {
background:white none repeat scroll 0 0;
float:left;
margin-top:1em;
padding:0.3em;
width:auto;
}
