/* general appearance */
/*	2007-03-22	initial version from TRIUMPH
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
	max-width: 1024px;
}
p {
	text-align:justify
}
img {
    border: none;
    vertical-align: middle; /* IE5 breaks? */
}

a {
	color: #003399;
	text-decoration: none;
}

/* part where the icon is assigned */
/* sad: only for mozilla + KKHTML */
a[href$=".pdf"]:before {
	background-image: url('../skin/pdf_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
a[href$=".xls"]:before {
	background-image: url('../skin/excel_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
a[href$=".docx"]:before,
a[href$=".doc"]:before {
	background-image: url('../skin/word_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".pps"]:before {
	background-image: url('../skin/powerpoint_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
a[href$=".wav"]:before {
	background-image: url('../skin/audio_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
a[href$=".zip"]:before {
	background-image: url('../skin/zip_small.gif');
    background-repeat: no-repeat;
/*    background-position: 0% 3px; */
	padding: 0 0 0 18px !important;
	line-height: 1em;
	content: "";
	vertical-align: middle;
	text-decoration: none !important
}
/* assignment ende */

a:hover {
	color: red;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #333366;
    background-color: transparent;
    font-weight: normal;
/*    margin: 0 0 1em 0; */
    margin: 0 1em 0.5em 0;
    border-bottom: 1px dotted #CCCCCC;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333366 ! important;
}

h1 {
	margin-top: 1em;
    font-size: 140%;
}

h2 {
    font-size: 130%;
	margin-top: 1em;
}

h3 {
    font-size: 110%;
/*	margin-left: 0.5em; */
	margin-top: 0.3em;
	margin-bottom: 0.2em;
/*    border-bottom: none; */
    font-weight: bold; 
}

h4 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: smaller;
    border-bottom: none;
    font-weight: bold;
}

ul {
    margin: 0 0 0 2em;
    padding: 0;
    list-style-type: square;
}

li {
    margin-bottom: 1em;
}


/* header */
#hostedby {
	float: right;
	font-size: smaller;
	/* vertical-align: top;	*/
}

#hostedby a {
	color: #CCCCCC;
}

#logo {
	height: 70px;   /* ### */
	min-height: 70px;
	z-index: -1;
}

#logo img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header {
	list-style-type: none;
}

#portal-globalnav {
    background-color: transparent;
    padding: 0em 2em 0em 2em;
    
    list-style: none;
    margin: 0.2em 0 0 0;
	padding: 0 0 5px 0;
    height: auto;
    line-height: normal;
	
    text-align: center;
	border-bottom: 1pt solid #CCCCCC;
	
	white-space: nowrap;
}

#portal-globalnav li {
    display: inline;
}

#portal-globalnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: White;
    border-width: 1pt;
    border-style: solid;
    color: #333366;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 1.25em;
	font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

#portal-globalnav li a:hover {
    background-color: #FFCC00; 
    border-color: #CCCCCC;
	border-style: solid;
	border-width: 1pt;
    color: Black;
}

/* next navigation level */
#portal-subnav {
    background-color: transparent;
    padding: 0em 2em 0em 2em;
    
    list-style: none;
    margin: 0.2em 0 0 0;
	padding: 0 0 5px 0;
    height: auto;
    line-height: normal;
	
    text-align: center;
	border-bottom: none;
	
	white-space: nowrap;
}

#portal-subnav li {
    display: inline;
}

#portal-subnav li a {
    /* The normal, unselected tabs. They are all links */
    background-color: transparent;
    border-color: White;
    border-width: thin;
    border-style: solid;
    color: #333366;
    height: auto;
    margin-right: 0.5em;
    padding: 0em 0.5em;
	font-weight: normal; /* was: bold; */
    text-decoration: none;
    text-transform: none;
}

#portal-subnav li a:hover {
    background-color: #F98689; 
    border-color: #CCCCCC;
	border-style: solid;
	border-width: thin;
    color: Black;
}

/* Main part */
.content {
	margin: 2em 100px 2em 100px;
	min-width: 500px;
	max-width: 824px;
}

#confidential {
	color:white; 
	background-color: red; 
	width:100%; 
	font-size: small; 
	font-weight: bold; 
	text-align:center;
}

ul.listing {
	margin-bottom: 1em;
}

.listing li {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
}

/*.listingWithLogo {
	vertical-align: middle;
}

.listingWithLogo li {
	background-color: transparent;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0px;
	min-height: 41px;
	list-style-type: none;
}

.listingWithLogo .logo {
	width:200px;
	align:center;
	border: none;
	text-align: center;
	display: block;
}*/

.parnertable {
	border-style: none;
}

.partnertable td {
	height: 100px;
	vertical-align: middle;
}

.plain table {
	font-size: 100%;
	spacing: 0px;
	padding: 2px;
	border: none;
}

.plain td {
	vertical-align: top;
}

/* footer */
#footer {
    background-color: transparent;
    border-top: 1pt solid #CCCCCC;

    float: none;
    line-height: 1.2em;
/*    margin: 2em 0em 1em 0em; */
    padding: 0.5em 0em 1em 0em;
    text-align: center;
	color: #666666;
	font-size: smaller;
}

#footer p {
    margin: 0.25em 0;
}


/* Bibtex Version 1 */
.bibtex_entry {
    border:2px solid black;
    margin:1em;
}

.bibtex_header {
    border-bottom:solid gray 2px;
}
.bibtex_key {
    font-size:small;
    color:#555;
    display:inline;
	font-weight:bold;
}

.bibtex_content {
    padding-bottom:1em;
}

.bibtex_author {
    font-weight:inherit;
    /* padding-bottom:1em; */
}

.bibtex_title {
    font-weight:bold;
    /* padding-bottom:1em; */
}

.bibtex_url, .bibtex_pdf, .bibtex_doi, .bibtex_citeseer {
    display:inline;
	font-size:small;
	/* float:right; */
	padding-left:1em;
	padding-right:1em;
}

/*
.bibtex_url a, .bibtex_pdf a, .bibtex_doi a, .bibtex_citeseer a , .bibtex_url a:visited, .bibtex_pdf a:visited, .bibtex_doi a:visited, .bibtex_citeseer a:visited {
	text-decoration:none;
	font-weight:bold;
	color:darkblue;
} */

.bibtex_journal, .bibtex_year, .bibtex_pages, .bibtex_publisher, .bibtex_links {
    display:inline;
}

.bibtex_volume {
	display: inline;
	font-weight: bold;
}

.bibtex_links {
	color: #999999;
}

.bibtex_links a {
    /* The normal, unselected tabs. They are all links */
    padding: 0em 0.25em;
}


/* Citation Version 2 */
.citation {
	margin-bottom: 0.5em;
}

.citation .title {
	font-weight: bold;
}

.citation .author {
	font-weight:inherit;
}

.citation .volume {
	font-weight: bold;
	padding-left: 0.2em;
}

.citation .pages {
	padding-left: 0.2em;
}

.citation .links {
	color: #999999;
}

.citation .links a {
    padding: 0em 0.25em;
}

/* Reports + Status */
.statusreport {
	text-align: left;
	border: none;
	border-collapse: separate;
}

.statusreport td {
	vertical-align: text-top;	
	border: none;
/*	border-width: 0px;
	border-color: red;
	border-style: none; */
}

.statusreport thead th {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.statusreport tbody th {
	padding: 12px 2px 2px 2px; 
	border-color: darkgrey;
	border-bottom-style: solid;
	border-width: 0 0 1px 0;
	border-bottom-color: darkgrey; 
	border-collapse: separate;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin; 
}

#ok {
	background-color: #80FF80;
	padding: 0 2em 0 2em;
}
.statusreport tr.ok, a.ok {
/* background-color: #E4FFDF; */
	background-color: #80FF80;
}

#due {
	background-color: #FF9900;
	padding: 0 2em 0 2em;
}
.statusreport tr.due, a.due {
/* background-color: #E4FFDF; */
	background-color: #FF9900;
}


#submitted {
	background-color: #FFFF66;
	padding: 0 2em 0 2em;
}
.statusreport tr.submitted, a.submitted {
/* background-color: #E4FFDF; */
	background-color: #FFFF66; 
}

#critical, span.critical {
	background-color: #FF0000;
	padding: 0 2em 0 2em;
}
.statusreport tr.critical, a.critical {
/* background-color: #E4FFDF; */
	background-color: #FF0000;
}

.hidden {
	display: none;
}

.description {
	font-size: smaller;
	color: #999999;
	margin: 0 0 0.5em 0.5em;
}
