/*
 * tox.css
 * Written and (C) Copyright 2006 Wolfram Saringer BSG KEG
 */
 

/*************************************************/
body {
    
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 12px;
}

.ext_link {
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10pt;
}


/*************************************************/
.pageheadertable {
	width: 100%;
	max-width: 800px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.pagetitle {
	font-family: Arial,sans-serif;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 24pt;
	font-stretch: expanded;
	margin-bottom: 10px;
}

.pagetitle_logos {
	width: 100%;
	margin-bottom: 25px;
}

.pagesubtitle {
	color: blue;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 15px;
}

.pagesubsubtitle {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.participant_link {
	font-size: 12pt;
	font-weight: bold;
	color: #960000;
	text-decoration: underline;
	margin-top: 25px;
}

.pagetitlecomment {
	font-size: 8pt;
}

.pagetitleend {
	background-color: #00CC00;
	width: 100%;
	height: 7px;
}

.decoration_image {
	text-align: center;
}

.image_text {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 2px;
}

.citation_text {
	font-family: arial,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF5900;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*************************************************/
.message {
    color: red;
    font-size: 12pt;
}


/*************************************************/
.maintable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}

.announcement {
	font-weight: bold;
	color: red;
	margin-bottom: 5px;
}

.participants_table_header {
	text-align: left;
}

