body {
  color: black;
  background-color: white;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size:12pt;
  padding: 0;
  margin: 0px;
}

span.titleBig { 
	font-family: Trebuchet MS; 
	font-size: 18pt; 
	color: black; 
	font-weight: bold 
}
span.titleMid { 
	font-family: Trebuchet MS; 
	font-size: 11pt; 
	color: black;
}
span.titleSmall { 
	font-family: Trebuchet MS; 
	font-size: 9pt; 
	color: black;
}

#mainTable {
	width: 100%;
	background: transparent;
	float:  none;
	height: auto;
}

#titleRow {
	height:  auto;
}

#hideCell {
	display: none;
}

#confCell {
	border-bottom: 1px dashed Gray;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#header {
	margin:0 0 0 0;
	margin-bottom: 10px
}

#header h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 16pt;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: black;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: left
}

#mainbar{
	margin-left: 20px;
	padding-right: 10px
}

#mainbar p{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9pt;
	line-height: 12pt
}

#mainbar a {
	color: gray;
	background: transparent;
	font-weight: bold;
	text-decoration: underline
}

#mainbar a:link, a:visited {
	color: gray;
	background: transparent;
	font-weight: bold;
	text-decoration: underline
}

#mainbar a:link:after, #mainbar a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
#mainbar a[href^="/"]:after {
	content: " (http://www.fpvv.uni-mb.si/conf2006" attr(href) ") ";
}
