/* @import url(old.css); */
@import url(layout.css);
@import url(text.css);
@import url(navigation.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F0F3F5;
	background-image:url(images/body_bg_2.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/******************************************/
/* CSS DEFINITIONS FOR DATAVIEWER-MODULE  */
/******************************************/
.thisFilter {
float:left;
display:block;
width:200px;
}

.dataviewer_row_spacer {
border-bottom:1px dotted #D0D0D0;
margin-bottom:10px;
}