body{
	background-color : #cccccc;
	font-family : Arial;
	font-size : 10pt;
	padding : 0px;
	margin : 20px;
	}

h2{
	font-weight : Bold;
	font-size : 14pt;
	border-bottom : Solid 1px Black;
	margin-top : 0px;}

.mainBody{
	background-color : #ffffff;
	border : Solid 1px #666666;
	padding : 9px;}

/* the query text */
.query{}


/* This is a DIV that is wrapped around each individual set of results */
.resultContainer{
	margin-bottom : 10px;
	margin-left : 10px;
	border : Solid 1px #cccccc;
	padding : 5px;}
	
	
	
/* Make the headings all the same width to simulate a table */
.fileHeading, .PathHeading, .versionHeading, .userHeading, .dateHeading, .commentHeading{
	width : 80px;
	text-align : right;
	padding-right : 5px;}


	
/* 

Each item in the included result set has three classes associated with it.
Container   : A DIV that wraps around everything.
Heading     : A SPAN that contains the header for the row.
Item        : A SPAN that contains the result from the XML doc for this item.

By default the "version" container has been hidden, remove the CSS from the 
versionContainer class to re-display the item.

*/


.fileContainer{}
.fileHeading{}
.fileItem{font-weight : Bold;}


.pathContainer{}
.pathHeading{}
.pathItem{}


.versionContainer{
   visibility : hidden;
   position : absolute;
   top : 0px;}
.versionHeading{}
.versionItem{}


.userContainer{}
.userHeading{}
.userItem{}


.dateContainer{}
.dateHeading{}
.dateItem{}


.commentContainer{}
.commentHeading{}
.commentItem{}

