/*
** Plone sstyle sheet for CSS2-capable browsers.
**
** Copyright Alexander Limi - http://www.plonesolutions.com
**
** Additional Plone 2 work:
** Joe Geldart & Tom Croucher - http://www.netalleynetworks.com
** Michael Zeltner - http://niij.org
** Geir Bækholt - http://www.plonesolutions.com
**
** All you guys rock & pop #-)
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */

/* geändert & erweitert für die TU-Dresden von j. raff & tobi x. & r. hossenfelder in dresden august '04*/

/* The basic elements: */

/*neue klasse von josch 13aug04 */
.floatclearer {clear:both;}

#visual-portal-wrapper {background-color:#fff; border:1px solid #eee;	}
/* umrandungen sorgen nur für 1px rand um kopf und body, wobei 1 => aussen; 2 => mitte; 3 => innen; */
/*#kopfumrandung1, #hauptumrandung1 {border:1px solid #fff; border-right-color:#bbb; border-bottom-color:#bbb;}
#kopfumrandung2, #hauptumrandung2 {border:1px solid #666;}
#kopfumrandung3, #hauptumrandung3 {border:1px solid #ccc; border-right-color:#eee; border-bottom-color:#eee;}*/
#kopfumrandung3, #hauptumrandung3 {border:1px solid #eee;}

#kopfumrandung3 {background-color:#0B2A51;}
#hauptumrandung1 {margin-top:0.4em;} /*1em*/
#hauptumrandung3 {background-color:#fff;}

/*  ie5 fix  von josch 28Feb05*/
/*table#portal-columns{font-size:1em;} */
table, th, td, tr {
   font-size:100%;
}
/* vertikale trennlinien; nicht auffindbare styles (blaue linien) werden hiermit überschrieben! */
#portal-column-one {border-right:#CCC 1px solid; width:16em;}
#portal-column-two {border-left:#CCC 1px solid;}

/*background-color: siehe elevateIT.css */
body {
    font: 70% Verdana, Helvetica, Arial, sans-serif;
	margin:0;
	/*padding:1.5em 1.5em 2em 1.5em;*/
	padding:0.5em 0.5em 1em;
  MARGIN: 0px;
  FONT: 70% Verdana,Helvetica,Arial,sans-serif;
  color: Black;
}

a.anchortotop {background-image:url(http://tu-dresden.de/arrowUp.gif); background-repeat:no-repeat; padding-left:13px;}
a.anchortotop:hover {text-decoration:none;}

/* ALLE H_  NEU VON JOSCH 11aug04 */



h2, h3, h4, h5, h6 {
 	font-size:1em;
	font-weight: normal;
	font-style: italic;
	color: #333;
}

h2, h3 {
	font-size:1em;
	font-weight: bold;
	font-style: normal;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	color:#666;
}

h3 {
	font-weight: bold;
	font-style: italic;
	text-transform:none;
	letter-spacing: 0.05em;
}

h1 {
	font-size:1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.5625em 1.25em 1.125em 0;
	border-bottom: none;
}

/* für statusmeldungen im editor ist die überschrift rot */
.documentContent  h1 {
	color:#E93636;
	background-image:none;
	}
/* sonst grau & (doch nicht) mit kästchen vorne heran*/
#bodyContent  h1 {
	color:#333;
	/*padding-left:11px;
	margin-left:-0.5625em;
	background-image: url(http://tu-dresden.de/icon_h1.gif);
	background-repeat:no-repeat;
	background-position:left;*/
	}

h1.documentFirstHeading  {
	/* die mit linie drunter */
	border-bottom: dotted 1px #333;
	padding: 0 0.5625em 0.375em 0.5625em;
	margin: 1.5625em 0 1.875em -0.5625em; /*eigentlich: padding-right:0.75em statt global 1.25em */
	color:#333;
	background-image:none;
	}


/* NEUE KLASSE VON JOSCH 10aug04 */
p {
	line-height: 1.5em;
	color: #333;
	margin: 0 1.25em 1.875em 0;
	}

img {
    border: none;
    vertical-align: middle;
}

/* vom plone.css hergeholt VON JOSCH 11aug04 */
img.floatleft {
	float: left;
	margin: 0.5em 1em 0 0;
}
img.floatlefttop {
	float: left;
	margin: 0 1em 0 0;
	vertical-align: top;
}
/* wird unterbunden -> right=left */
img.floatright {
    float: left;
	margin: 0.5em 1em 0 0;
}

/* normale tabellen */
#bodyContent table {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:2px solid #999;
    }
#bodyContent table th {
	/*zwar wurde eine best. höhe verlangt
	- mit der wird aber das hg-bild in "imgtable.." (s.u.) zerstaucht! also heavy padding - - gilt auch für td */
	border:2px solid #999;
	padding: 0.375em;
	background-color:#CCC;
	font-weight:bold;
	}

#bodyContent table td {
	border: 2px solid #999;
	padding: 0.375em;

	}

/* hinweis: float:right=left! */
#bodyContent table.dynamic {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:2px solid #999;
}
#bodyContent table.dynamicfloatleft {float:left;}
#bodyContent table.dynamicfloatright {float:left;}
#bodyContent table.static {}
#bodyContent table.staticfloatleft {float:left;}
#bodyContent table.staticfloatright {float:left;}


/* imagetabelle*/
#bodyContent table.imgtable {
      margin: 0.5em 1.5625em 1.5625em 0;
	border:none;
}
#bodyContent table.imgtable tr {border:none; }
#bodyContent table.imgtable td {
	border:none;
	padding:0.375em;
	text-align:left;
	color:#FFF;
	background-color:#A4AEB8;
	}

/*floatende imagetabelle*/
#bodyContent table.imgtablefloat, .newsItemImage table.imgtablefloat, .newsView table.imgtablefloat
 {
	float : left;
    margin: 0.25em 1em 0 0;
	border:none;
}

#bodyContent table.imgtablefloat td, .newsItemImage table.imgtablefloat td, .newsView table.imgtablefloat td {
	border:none;
	padding:0.375em;
	text-align:left;
	color:#FFF;
	background-color:#A4AEB8;
	}

#bodyContent div.imagefloat {
	background-color: #cccccc;
	line-height: 1.5em;
	float: left;
    margin: 0.25em 1em 0 0;
	border-style: none;
}
/* Robert 13.09.04 Unsichbares span */
#bodyContent span.EditorControls {
	visibility: hidden;
}

.documentContent ul {
    line-height: 1.5em;
    list-style-type: square;
	margin: 0 1.25em 1.5em 0;
	padding:0 1.5em;
}

.documentContent ol {
    line-height: 1.5em;
	margin:1em;
	padding:1em;
}

/* BIS HIER */
a {
	color:#40779E;
    text-decoration: none;
}
a:visited {
    color:#9E7272;
    text-decoration: none;
}
a:hover {
    color:#40779E;
    text-decoration: underline;
}
a:active {
    color:#40779E;
    text-decoration: none;
}

p img {
    /*border: 0;
    margin: 0;*/
}

hr {
    /*height: 1px;
    color: #8FC6F8;
    background-color: transparent;*/

	color:#fff;
	margin: 0 0 0 -0.5625em;
	padding:0;
	border:none;
	border-top:1px dotted #ccc;
}





dt {
    font-weight: bold;
}
dt a {
    text-decoration: underline;
}

dd {
    line-height: 1.5em;
    margin-bottom: 1em;
}
dd a {
    text-decoration: underline;
}

dd.link a {
    text-decoration: none;
    color: Black;
}

fieldset {
    border: 1px solid #8FC6F8;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

/*textarea {
    font: 110% "Courier New", Courier, monospace;
    border: 1px solid #8FC6F8;
    color: Black;
    background-color: white;
    width: 100%;

}*/

/*
textarea {
    background-color: #fff;
    width: 99%;
	height:99%;
}
*/
input {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #8FC6F8;
    color: Black;
    background-color: white;
    vertical-align: middle;

}
select {
    border: 1px solid #8FC6F8;
    color: Black;
    vertical-align: top;
}

/* JOSCHS GEMUETLICHE FORMULARECKE */
/* für den Inhaltsbereich */
/* ** es ist wichtig, dass diese styles nach den anderen form-formatierungen kommen! ** */

.form_checkbox {border:none;}
.form_radiobutton {border:none;}

.form_select {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em;}
.form_button {color:#fff; background-color:#A4AEB8; border:1px solid #666; border-left-color:#ddd; border-top-color:#ddd;}

form {color:#333;}
input {font-size:1em; border:1px solid #333;}

fieldset {border-color:#333;}

.form_textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; width:auto;
	scrollbar-face-color: #A4AEB8;
	scrollbar-shadow-color: #ccc;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #666;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
 }

.form_textfield {border:none;}

/* bis hier */


abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}
code {
    font-size: 120%;
    color: Black;
    background-color: #D1E6F8;
    border: 1px solid #8FC6F8;
    padding: 0 0.1em;
}
pre {
	font-family:"Courier New", Courier, mono;
	color:#666;
	font-size: 111%
    /*font-size: 120%;
    padding: 1em;
    border: 1px solid #8FC6F8;
    color: Black;
    background-color: #D1E6F8;
    overflow: auto;*/
}
.pre a {
    text-decoration: underline;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

.netscape4 {
    display: none;
}





/*
** Structural Elements
*/


#portal-skinswitcher {
    /* The skin switcher at the top, only shows up if you have multiple skins available */

}

#portal-skinswitcher a {
    display: block;
    float: left;
}


#portal-siteactions {
    position: absolute;
    top: 11px;
    right: 16px;
    width: 54px;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#portal-siteactions a {
    display: block;
    float: left;
    padding: 18px 0 0 0;
    width: 18px;
    height: 0px !important;
    height /**/: 18px;
    overflow: hidden;
}

/* searchbox style and positioning */
#portal-searchbox {
    position: absolute;
    top: 45px;
    right: 1.5em;
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
    width: 50%;
    white-space: nowrap;
    z-index: 2;
}

/*
#portal-globalnav {
    /* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
/*    background-color: transparent;
    border-collapse: collapse;
    padding: 0em 0em 0em 2em;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    height: auto;
    line-height: normal;
}
#portal-globalnav li {
    display: inline;
}
#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
/*    background-color: transparent;
    border-color: #8FC6F8;
    border-width: 1px;
    border-style: solid solid none solid;
    color: #073E81;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: none;
}
#portal-globalnav li.selected a {*/
    /* The selected tab. There's only one of this */
/*    background-color: #D1E6F8;
    border: 1px solid #8FC6F8;
    border-bottom: #D1E6F8 1px solid;
    color: #073E81;
}
#portal-globalnav li a:hover {
    background-color: #D1E6F8;
    border-color: #8FC6F8;
    border-bottom-color: #D1E6F8;
    color: #073E81;
}
*/



/*
#portal-breadcrumbs {*/
    /* The path bar, including breadcrumbs and add to favorites */
/*    border-bottom-color: #8FC6F8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: none;
}*/
.addFavorite {
    vertical-align: bottom;
}
.contentViews {
    background-color: transparent;
    border-collapse: collapse;
    padding-left: 1em;
    line-height: normal;
    margin-top: 1em;
    margin-left: 0;
    /* white-space: nowrap; */
    list-style: none;
    border: 1px solid #BB9600;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
.contentViews li {
    display: inline;
}
.contentViews li a {
    background-color: transparent;
    border: 1px solid #BB9600;
    border-style: solid;
    color: #594700;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 2em;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
    z-index: 1;
}
.contentViews .selected a {
    background-color: #eeee00;
    border-bottom: #eeee00 1px solid;
    color: #594700;
}
.contentViews li a:hover {
    background-color: #eeee00;
    color: #594700;
	text-decoration:none;
}

/*
** begin ECMAScript Content Action Menus
*/

.contentActions {
    border-collapse: collapse;
    background-color: #eeee00;
    border-left: 1px solid #BB9600;
    border-right: 1px solid #BB9600;
    color: #594700;
    text-align: right;
    text-transform: none;
    padding: 0 0 0 1em;
    z-index: 2;
    height: 1.2em;
}

.contentActions ul,
.contentActions li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: Black;
    text-align: left;
}

.contentActions ul {
    line-height: 1.2em;
    height: 1.2em;
    padding: 0;
    margin: 0;
}
.contentActions li {
    float: right;
    background-image: url(http://tu-dresden.de/arrowDownAlternative.gif);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 4;
    border-left: 1px solid #BB9600;
    padding: 0 0 0 1em;
    margin: 0 1em 0 0;
}

.menuPosition {
    /*  The spec says we can't put this on an element with a float (although
        Opera is the only one that cares) and we need it in order to catch
        the position:absolute bubbling up */
    position: relative;
    }

.actionSingular {
    background-image: none !important;
}

.actionItems li {
    background-image: none;
}

.contentActions a {
    text-decoration: none;
    color: #594700;
    padding: 0 1em 0 0;
}

.contentActions .actionMenu {
    visibility: hidden;
    z-index: 5;
    position: absolute;
    top: 0;
    right: -1px;
    background: #eeee00;
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 1.2em 0 0 0;
    border: 1px #BB9600;
    border-style: none solid solid solid;
}

.actionMenu li {
    float: none;
    background: none;
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
}

.actionMenu li a {
    display: block;
    white-space: nowrap;
    padding: 0 0.5em;
    margin: 0.2em 0;
}

.actionMenu li a:hover {
    background-color: #BB9600;
    color: White;
}

.actionMenu .actionSeperator a {
    margin-top: 0.2em;
    padding-top: 0.2em;
    border-top: 1px solid #BB9600;
}

/*
** end ECMAScript Content Action Menus
*/

.configlet .contentViews {
    font-size: 90%;
}

/*#content {
    padding: 0 1em;
    margin: 0em 0em 2em 0em;
}
*/
/*
#content-news h1 {
    margin-bottom: 1em;
}

.newsItem {
    margin-bottom: 1em;
    border-bottom: 1px solid #8FC6F8;
}

.newsContent {
    padding: 0 1em 1em 1em;
}

.newsContent ul,
.newsContent li {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.newsAbout {
    display: block;
    color: #76797c;
    font-size: 85%;
    padding: 0;
    margin-top: 0;
    list-style: none;
    list-style-image: none;
    float: right;
    text-align: right;
}

.newsAbout li {
    display: inline;
}

.newsFooter {

}

.newsFooter li {
    display: inline;
    margin: 0 1em 0 0;
}



.configlet .documentEditable {
    padding: 0em !important;
}
*/
/*
.documentContent {
    font-size: 110%;
    padding: 0em 1em 2em 1em !important;
    background: White;
}

.documentEditable .documentContent {
    border: 1px solid #BB9600;
    padding: 0;
}
.documentActions {
    float: right;
    margin: -1.5em 0 0 0;
}

.documentActions ul,
.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
}
.documentActions a {
    border: 0;
    text-decoration: none;
}*/

.portalMessage,
.system-message,  /* These two last ones are reST error indicators */
#error-handling {
    background-color: #ffce7b;
    border: 1px solid #A7CBFF;
    color: Black;
    font-size: 85%;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.portalMessage a {
    color: Black;
    text-decoration: underline;
}
.documentDescription {
    /* The summary text describing the document */
    /*font-weight: bold;*/
    font-weight: normal;
	display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}
.productCredits {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

.productCredits a {
    text-decoration: underline;
}

#portal-footer {
    background-color: #D1E6F8;
    border-top: 1px solid #8FC6F8;
    border-bottom: 1px solid #8FC6F8;
    float: none;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-colophon {
    float: none;
    margin: 0em 0em 2em 0em;
    padding: 0.5em 0em 1em 0em;
    text-align: center;
}

#portal-colophon ul,
#portal-colophon ul li,
#portal-colophon ul li a {
    list-style: none;
    display: inline;
    text-decoration: none;
    color: Black;
}

#portal-colophon ul li {
    font-size: 85%;
    margin: 0 0.25em;
    padding: 0.1em 0.2em;
}


/*
** Widgets
*/

.standalone,
.documentEditable * .standalone {
    background: #D1E6F8 url(http://tu-dresden.de/linkOpaque.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: none;
}
.context,
.documentEditable * .context {
    background: transparent url(http://tu-dresden.de/linkTransparent.gif) 9px 1px no-repeat;
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: none;
}
.destructive,
.documentEditable * .destructive {
    background: #ffce7b url(http://tu-dresden.de/linkTransparent.gif) 9px 1px no-repeat;
    border: 1px solid #A7CBFF;
    cursor: pointer;
    font-size: 85%;
    margin-bottom: 1em;
    padding: 1px 1px 1px 15px;
    text-transform: none;
}
input.searchButton {
    font-size: 100%;
    margin-bottom: 1px ! important;
    background: White url(http://tu-dresden.de/search_icon.gif) 2px 1px no-repeat;
    cursor: pointer;
    padding: 1px 1px 1px 15px;
    text-transform: none;

}
.noborder,
.documentEditable * .noborder {
    border: none;
    margin: 0;
    background-color: transparent;
}
.add,
.documentEditable * .add {
}
.quickSearch {
}
.notify,
.documentEditable * .notify {
    border: 1px solid #A7CBFF;
}

/* The new form elements */

.field {
    top: 0;
    left: 0;
    margin: 0 1em 1em 0;
}

.field .field {
    margin: 1em 0 0 0;
}

.field label {
    font-size: 100%;
    font-weight: bold;
}

.fieldRequired {
    background: url(http://tu-dresden.de/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
}

.formHelp {
    font-size: 90%;
    color: #76797c;
    margin: 0 0 0.2em 0;
}

.formHelp a {
    text-decoration: underline;
}

.formHelp:hover {
    color: Black;
    cursor: default;
}

.formControls {
   margin: 1em 0 0 0;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffce7b;
    border: 1px solid #A7CBFF;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 68% !important;
}

.error .fieldRequired {
   color: #ffce7b;
}

.card {
    background-color: #D1E6F8;
    border-color: #8FC6F8;
    border-width: 1px;
    border-style: solid;
    float: left;
    margin: 1em;
    text-align: center;
    width: 110px;
    padding: 1em 0;
}

.portrait {
    background-color: #D1E6F8;
    border-color: #8FC6F8;
    border-width: 1px;
    border-style: solid;
    font-size: 85%;
    margin: 0.5em;
    padding: 1em 0 0.5em 0;
    text-align: center;
    width: 100px;
}

.portraitPhoto {
    border: 1px solid black;
}

.listing,
.stx table {
    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
    border-collapse: collapse;
    border-left: 1px solid #8FC6F8;
    border-bottom: 1px solid #8FC6F8;
    font-size: 85%;
    margin: 1em 0em 1em 0em;
}
.listing th,
.stx table th {
    background: #D1E6F8;
    border-top: 1px solid #8FC6F8;
    border-bottom: 1px solid #8FC6F8;
    border-right: 1px solid #8FC6F8;
    font-weight: normal;
    padding: 0em 1em 0em 1em;
    text-transform: none;
}
.listing .top {
    border-left: 1px solid White;
    border-top: 1px solid White ! important;
    border-right: 1px solid White ! important;
    text-align: right ! important;
    padding: 0em 0em 1em 0em;
}
.listing .odd {
    /*every second line should be shaded */
    background-color: transparent;
}
.listing .even {
    background-color: #EEF7FD;
}
.listing .listingCheckbox {
    text-align: center;
}
.listing td,
.stx table td {
    border-right: 1px solid #8FC6F8;
    padding: 0em 1em;
    text-align: left;
}
.listing a:hover {
    text-decoration: underline;
}
.listing img {
    vertical-align: middle;
}

ul.configlets {
    margin: 1em;
    list-style-image: none;
    list-style: none;
}

ul.configlets li {
    margin-bottom: 1em;
}

ul.configlets li a {
	text-decoration: none;
}

ul.configlets li label {
    font-weight: bold;
}

ul.configletDetails {
    margin: 0em 1em 1em 4em;
    list-style-image: none;
    list-style: none;
}

ul.configletDetails li {
    margin-bottom: 1em;
    display: inline;
}

ul.configletDetails li a {
	text-decoration: none;
}

ul.configletDetails li label {
    font-weight: bold;
}

/* List classes without markers */

ul.visualNoMarker,
ol.visualNoMarker {
    list-style-type: none;
    list-style-image: none;
    margin: 0.5em 0 0 0;
}



/* Additional STX workaround classes */
.stx table p /* stupid STX table workaround */
{
    margin: 0;
    padding: 0;
}
.stx table  /* stupid STX table workaround */
{
    border: 1px solid #8FC6F8 ! important;
}
.stx table td {
    border-bottom: 1px solid #8FC6F8;
}
/*
.portlet {
    border: none;
    margin-bottom: 1em;
    padding: 0;
}*/

/* Compensation when rendering portlets in the content area */
#region-content .portlet {
    font-size: 94%;
}
/* josch raus-12aug04*/
/*.portlet h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h5 {
    background: #D1E6F8;
    border: 1px solid #8FC6F8;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}
.portlet h6 {
    background: #D1E6F8;
    border: 1px solid #8FC6F8;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: none;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}
*/
.portlet h5{
	/* die mit linie drunter vgl. h1, hier wird noch font-style:italic; von h5 überschrieben*/
	font-size:1em;
	font-style:normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: dotted 1px #333;
	/* abstände leicht verschieden von h5! */
	padding: 0 0.5625em 0.375em 0;
	margin: 1.5625em 2.125em 0.625em 1em;
	color:#333;
	}
/* josch 12jan05: muss noch verbessert werden: Firefox macht in navig 1px rand rechts!*/
#navigation_box {
	/* schwierigkeiten die Überschrift-breite einzustellen, daher hier etwas seltsam positioniert*/
	padding: 1.5625em 0em 0.625em 1em;
	margin:0;
	}

#navigation_box h5{
	/* die mit linie drunter vgl. h1, hier wird noch font-style:italic; von h5 überschrieben*/
	font-size:1em;
	font-style:normal;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: dotted 1px #333;
	color:#333;
	/* abstände leicht verschieden von .portlet h5! */
	/* HIER AUCH: schwierigkeiten die Überschrift-breite einzustellen, daher hier etwas seltsam positioniert*/
	padding: 0 0 0.375em 0;
	margin:0;
	width:15em;
	}

/*.portletBody {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8FC6F8;
}*/
/*.portletDetails {
    text-align: right;
}

.portletMore {
    display: block;
    text-align: right;
}*/
/*raus josch 12aug04*/
/*
.portletContent {
    padding: 1em;
}
*/



/* hierdrin befindet sich der EDIT-("stift")-Button */
.portletClose a {
	display:block;
	margin: 0.5em 1em 1em;

	background-color: #ff0;
	border:1px solid #ccc;
	border-right-color:#BB9600; border-bottom-color:#BB9600;

	width:13px;
	padding:8px 9px;
	}

.portletClose a:hover {
	background-color:#BB9600;
	border-top-color:#333; border-left-color:#333;
	}


/*.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}
.portlet .even {
    background-color: #EEF7FD;
}
.portlet .odd {
    background-color: transparent;
}
.portlet input {
    font-size: 100%;
}

.portlet ul,
.portlet li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: 1em;
}
*/
.comment {
    background: #EEF7FD;
    border: 1px solid #8FC6F8;
    padding: 0 1em 0.5em 1em;
    margin-bottom: 1em;
}

.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
    border-bottom: 1px solid #76797c;
    font-weight: normal;
}

.commentBody {
    margin: 0 1em 1em 1em;
}

.spacer {
	margin: 1em;
}
.currentNavItem {
    color: Black;
    font-weight: bold;
}
.state-private {
    color: Black;
}
.state-published {
    color: #74AE0B;
}
.state-pending {
    color: #A7CBFF;
}
.state-expired {
    color: Red;
}
.syndicated {
    color: #008000;
}
.role-Member {

}
.role-Reviewer {

}
.role-Manager {

}
.role-Translator {

}
.location-frontpage {

}
.location-news {

}
.location-members {

}
.even {
    background-color: #EEF7FD;
}
.odd {
    background-color: transparent;
}
.visualHighlight {
    background-color: #EEF7FD;
}

.discreet {
    color: #76797c;
    font-size: 85%;
    font-weight: normal;
}

.listingBar {
    background-color: #D1E6F8;
    border-color: #8FC6F8;
    border-style: solid;
    border-width: 1px;
    padding: 0em 1em;
    text-align: center;
    text-transform: none;
    vertical-align: top;
    margin: 1em 0em;
    font-size: 94%;
    clear: both;
}
.listingBar span.previous,
.listingPrevious {
    text-align: left;
    float: left;
    margin-right: 1em;
}
.listingBar span.next,
.listingNext {
    text-align: right;
    float: right;
    margin-left: 1em;
}
.listingBar img {
	vertical-align: middle;
}

/*
** Accessibility and visual enhancement elements
*/

.link-plain {
    background-image: none;
    padding: 0;
}

.link-parent {
    display: block;
    background: transparent url(http://tu-dresden.de/arrowUp.gif) 4px 5px no-repeat;
    padding: 1px 0px 1px 16px;
    font-size: 85%;
}

.link-user {
    background: transparent url(http://tu-dresden.de/user.gif) 0 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-external {
    background: transparent url(http://tu-dresden.de/link_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-https {
    background: transparent url(http://tu-dresden.de/lock_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-mailto {
    background: transparent url(http://tu-dresden.de/mail_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}
/*neu 20aug04 - not in use : 27sep04*/
/*a.link-email {
    padding-left:17px;
	background-image: url(/Sites/TUD/icon_email.gif);
	background-repeat:no-repeat;
	background-position:left;
}*/

.link-news {
    background: transparent url(http://tu-dresden.de/topic_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-ftp {
    background: transparent url(http://tu-dresden.de/file_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-irc {
    background: transparent url(http://tu-dresden.de/discussionitem_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-callto {
    background: transparent url(http://tu-dresden.de/phone_icon.gif) 0px 1px no-repeat;
    padding: 1px 0px 1px 16px;
}

.link-comment {
    background: transparent url(http://tu-dresden.de/discussionitem_icon.gif) center left no-repeat;
    padding: 1px 0px 1px 16px !important;
}

.hiddenStructure {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}

.contentViews .hiddenStructure,
.contentActions .hiddenStructure {
    position: absolute;
    top: -200px;
    left: -200px;
}

.visualClear {
    display: block;
    clear: both;
}
.hiddenLabel {
    display: block;
    background: transparent;
    background-image: none; /* safari bug */
    border: none;
    height: 1px;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    width: 1px;
}
.label {
    font-weight: bold;
    display: inline;
    padding-right: 0.5em;
}

.optionsToggle {
    border: 1px solid #8FC6F8;
    color: Black;
    background-color: #D1E6F8;
    font-weight: normal !important;
    font-size: 85%;
}

.portalNotLoggedIn {} /* Used on all descriptions relevant to those not logged in */

#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #A7CBFF;
    border-width: 1px;
}

.visualOverflow {
    overflow: auto;
    margin: 0 0 1em 0;
}

.visualOverflow pre,
.visualOverflow table,
.visualOverflow img {
    margin: 0;
}

.visualFontSizeCorrection { /* Correction for WYSIWYG editors */
    font-size: 70%;
}

/* Robert 06.09. */

/* Klasse epozDisplay zur Anzeige im EPOZ */

.epozDisplay {
	font-size: 70%;
	padding:0;
	margin:0;
}

.epozDisplay ul {
    line-height: 1.5em;
    list-style-type: square;
	margin:0 0 1em 1.5em;
	padding:0;
}
.epozDisplay li {margin:0.25em 0 0 0; padding:0;}

.epozDisplay ol {
    line-height: 1.5em;
	margin:0 0 1em 2.25em;
	padding:0;
}

/* spezielle Auflistungs-Klassen */

.epozDisplay ul.mainulnone {
    list-style-type: none;
	margin:0 0 1em 0.25em;
}

.epozDisplay ul.subulnone {
    list-style-type: none;
	margin:0 0 1em 1.5em;
}

.epozDisplay ul.mainulsquare {
    list-style-type: square;
}
.epozDisplay ul.subulsquare {
    list-style-type: square;
}

.epozDisplay ol.mainoldecimal {
    list-style-type: decimal;
}
.epozDisplay ol.suboldecimal {
    list-style-type: decimal;
}

.epozDisplay ol.mainollowerroman {
    list-style-type: lower-roman;
}
.epozDisplay ol.subollowerroman {
    list-style-type: lower-roman;
}

.epozDisplay ol.mainolupperroman {
    list-style-type: upper-roman;
}
.epozDisplay ol.subolupperroman {
    list-style-type: upper-roman;
}

.epozDisplay ol.mainolloweralpha {
    list-style-type: lower-alpha;
}
.epozDisplay ol.subolloweralpha {
    list-style-type: lower-alpha;
}

.epozDisplay ol.mainolupperalpha {
    list-style-type: upper-alpha;
}
.epozDisplay ol.subolupperalpha {
    list-style-type: upper-alpha;
}

.epozDisplay caption {padding-bottom:0.3em;}

.epozDisplay table.BodyTable {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:2px solid #999;
}

.epozDisplay table.BodyTableInvisible {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:1px dashed #999;
}

.epozDisplay table.BodyTable th {
	/*zwar wurde eine best. höhe verlangt
	- mit der wird aber das hg-bild in "imgtable.." (s.u.) zerstaucht! also heavy padding - - gilt auch für td */
	border:2px solid #999;
	padding: 0.375em;
	background-color:#CCC;
	font-weight:bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

.epozDisplay table.BodyTable td {
	border: 2px solid #999;
	padding: 0.375em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

.epozDisplay table.BodyTableInvisible td {
	border: 1px dashed #999;
	padding: 0.375em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

/*n-n-neu 24sep04 "TEXTHERVORHEBUNG" */
.epozDisplay em.redTextColor {color:#E93636; font-style:normal;}
.epozDisplay i.redTextColor {color:#E93636; font-style:normal;} /* weil feuerfox aus <em> <i> macht, der fuchs! */

.epozDisplay span.EditorControls {
	color: #ffffff;
	background-color: #E93636;
}

.epozDisplay blockquote {
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 1em;
}

/* Anfang Robert 20.09. Bildcontainer-Klassen von Josch */
/* ja ja der IE wieder (macht einen pixel rand oben über dem bild! */
.epozDisplay .div bildContainer_left  img, .epozDisplay div.bildContainer_center img,  .epozDisplay div.bildContainer_right img, .epozDisplay div.bildContainer_left_float img, .epozDisplay div.bildContainer_right_float img {
		margin-top:-1px;
		margin-right:-1px;
		background-color:#fff;
}
/* damit auch der lupenhintergrund grau ist:*/
.epozDisplay .div bildContainer_left  .bildUnterschrift a img, #bodyContent div.bildContainer_center .bildUnterschrift a img,  .epozDisplay div.bildContainer_right .bildUnterschrift a img, .epozDisplay div.bildContainer_left_float .bildUnterschrift a img, .epozDisplay div.bildContainer_right_float .bildUnterschrift a img {
		background-color:#999;
}

.epozDisplay div.bildContainer_left {
}

.epozDisplay div.bildContainer_center {
	position:relative;
	left:50%;
}

.epozDisplay div.bildContainer_right {
	float:right;
}

.epozDisplay div.bildContainer_left_float {
	float:left;
	margin-right:0.5em;
}

.epozDisplay div.bildContainer_right_float {
	float:right;
	margin-left:0.5em;
}

.epozDisplay div.bildUnterschrift {
	padding: 0.3em 0.3em 0.4em;
	color:white;
}

.epozDisplay div.bildUnterschrift img {
	margin-right:0.3em;
	vertical-align:middle;
}

/*epozDisplay->bodycontent*/
/*epozDisplay->bodycontent*/
/*epozDisplay->bodycontent*/
/*epozDisplay->bodycontent*/


#bodyContent ul {
    line-height: 1.5em;
    list-style-type: square;
	margin:0 0 1em 1.5em;
	padding:0;
}
#bodyContent li {margin:0.25em 0 0 0; padding:0;}

#bodyContent ol {
    line-height: 1.5em;
	margin:0 0 1em 2.25em;
	padding:0;
}

/* spezielle Auflistungs-Klassen */

#bodyContent ul.mainulnone {
    list-style-type: none;
	margin:0 0 1em 0.25em;
}

#bodyContent ul.subulnone {
    list-style-type: none;
	margin:0 0 1em 1.5em;
}

#bodyContent ul.mainulsquare {
    list-style-type: square;
}
#bodyContent ul.subulsquare {
    list-style-type: square;
}

#bodyContent ol.mainoldecimal {
    list-style-type: decimal;
}
#bodyContent ol.suboldecimal {
    list-style-type: decimal;
}

#bodyContent ol.mainollowerroman {
    list-style-type: lower-roman;
}
#bodyContent ol.subollowerroman {
    list-style-type: lower-roman;
}

#bodyContent ol.mainolupperroman {
    list-style-type: upper-roman;
}
#bodyContent ol.subolupperroman {
    list-style-type: upper-roman;
}

#bodyContent ol.mainolloweralpha {
    list-style-type: lower-alpha;
}
#bodyContent ol.subolloweralpha {
    list-style-type: lower-alpha;
}

#bodyContent ol.mainolupperalpha {
    list-style-type: upper-alpha;
}
#bodyContent ol.subolupperalpha {
    list-style-type: upper-alpha;
}

#bodyContent caption {padding-bottom:0.3em;}

#bodyContent table.BodyTable {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:2px solid #999;
}

#bodyContent table.BodyTableInvisible {
	margin: 0.5em 0 1.875em 0;
	border-collapse:collapse;
	border:none;
}

#bodyContent table.BodyTable th {
	/*zwar wurde eine best. höhe verlangt
	- mit der wird aber das hg-bild in "imgtable.." (s.u.) zerstaucht! also heavy padding - - gilt auch für td */
	border:2px solid #999;
	padding: 0.375em;
	background-color:#CCC;
	font-weight:bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
}

#bodyContent table.BodyTable td {
	border: 2px solid #999;
	padding: 0.375em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

#bodyContent table.BodyTableInvisible td {
	border: none;
	padding: 0.375em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}

/*n-n-neu 24sep04 "TEXTHERVORHEBUNG" */
#bodyContent em.redTextColor {color:#E93636; font-style:normal;}
#bodyContent i.redTextColor {color:#E93636; font-style:normal;} /* weil feuerfox aus <em> <i> macht, der fuchs! */

#bodyContent span.EditorControls {
	color: #ffffff;
	background-color: #E93636;
}

#bodyContent blockquote {
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 1em;
}

/* Anfang Robert 20.09. Bildcontainer-Klassen von Josch */

/* ja ja der IE wieder (macht einen pixel rand oben über dem bild! 
die aufwendigen "pfade" sind vonnöten, damit das bild auch wirklich "erreicht" wird*/
#bodyContent .div bildContainer_left  img, #bodyContent div.bildContainer_center img,  #bodyContent div.bildContainer_right img, #bodyContent div.bildContainer_left_float img, #bodyContent div.bildContainer_right_float img {
		margin-top:-1px;
		background-color:#fff;
}
/* damit auch der lupenhintergrund grau ist:*/
#bodyContent .div bildContainer_left  .bildUnterschrift a img, #bodyContent div.bildContainer_center .bildUnterschrift a img,  #bodyContent div.bildContainer_right .bildUnterschrift a img, #bodyContent div.bildContainer_left_float .bildUnterschrift a img, #bodyContent div.bildContainer_right_float .bildUnterschrift a img {
		background-color:#999;
}

#bodyContent div.bildContainer_left {
}

#bodyContent div.bildContainer_center {
	position:relative;
	left:50%;
}

#bodyContent div.bildContainer_right {
	float:right;
}

#bodyContent div.bildContainer_left_float {
	float:left;
	margin-right:0.5em;
}

#bodyContent div.bildContainer_right_float {
	float:right;
	margin-left:0.5em;
}

#bodyContent div.bildUnterschrift {
	padding: 0.3em 0.3em 0.4em;
	color:white;
}

#bodyContent div.bildUnterschrift img {
	margin-right:0.3em;
	vertical-align:middle;
}
/* Ende Robert 20.09. Bildcontainer-Klassen von Josch */



/* Ende Robert 06.09. */

/*
** Calendar elements - used in the calendar rendering
*/

.dayPopup {
    background-color: #ffffe1;
    border: 1px solid Black;
    padding: 0.2em;
    position: absolute;
    visibility: hidden;
    width: 12em;
    z-index: 2;
}
.date {
    font-weight: bold;
}

.ploneCalendar {
    border: 1px solid #8FC6F8;
    margin: 1em 0em;
}
.ploneCalendar a {
    text-decoration: none;
}
.ploneCalendar a:hover {
    text-decoration: none;
}
.ploneCalendar th {
    background-color: #D1E6F8;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}
.ploneCalendar td {
    background-color: transparent;
    width: 1.5em;
    text-align: right;
    padding: 2px;
}
.ploneCalendar .weekdays td {
    background-color: #D1E6F8;
    border: 1px solid #8FC6F8;
    border-style: solid none;
    text-align: center;
    padding: 2px;
}
.ploneCalendar .event {
    background-color: #D1E6F8;
    font-weight: bold;

}
.ploneCalendar .todayevent {
    background-color: #D1E6F8;
    border: 2px solid #A7CBFF;
    font-weight: bold;
}
.ploneCalendar .todaynoevent {
    border-collapse: collapse;
    border: 2px solid #A7CBFF;
}

/* for highlighting of search terms */

.highlightedSearchTerm {
   background-color: #feff82;
}

/*  */