* { margin:0; padding:0; }

a {
text-decoration:none;
}
h1 {
margin-top:0px;
}
h2 {
font-size:1.2em;
}
h3 {
margin-top:30px;
}
pre {
color:red;
}
body {
background-color:#FFFFFF;
font-family:Trebuchet MS,Lucida Sans Unicode,Arial,sans-serif;
font-size:0.8em;
}
/* Note: using div[name="dCon2"] does not work in IE for published content, position absolute fails bug 11142 */
.ttxt
{
	position: absolute;
	overflow: hidden;
	font-family: Arial, sans-serif;
	background-color: transparent !important;
	font-size: 10pt;
	background-image: url(images/trivantis-blank.gif);
	color:black;
}

.ttxt p, .ttxt ul, .ttxt ol, .ttxt li
{
	margin: 0px;
	text-indent: 0px;
	font-family: Arial, sans-serif;
	line-height: normal;
}

.ttxt h1, .ttxt h2
{
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-size:10pt;
}

.ttxt ul
{
	padding: 0px 0px 0px 30px;
	list-style-type: disc;
}

.ttxt ol
{
	padding: 0px 0px 0px 30px;
}

.ttxt li
{
	padding: 0px;
}

.ttxt a
{
	cursor:pointer;
	color:inherit;
}

.DLG_listbox{
	position:absolute;
}
div.DLG_listbox{
	border:2px inset #8EB9F3;
	overflow:auto;
}
div.DLG_listbox p{
	cursor:default;
	padding-left:3px;
	font-family:arial;
	font-size:9pt;
	white-space:nowrap;
	color:#000000;
	margin: 0px;
}

/* the following table style is needed for tables to inherit styles from a div in firefox  */
/* in Webtora runtime we run in a panel which sets oIFrame.src = 'javascript:void(0)'      */
/* and that actually takes care of the inheritance problem in runtime, but since we        */
/* do not have a frame in runtime I just added the following styles                        */
table, caption {
	font-family: inherit;
	background-color: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
}

p.DLG_selected{
	background-color:#C3DAF9;
}
