/*
    File:   overview.css
    Author: remco
    Date:   Wed Oct  9 23:50:00 PDT 2002

    Description:
	  Styles for the overview pages.

    Copyright (c) 2002-2003, Remco Teunen.  All Rights Reserved.
*/

TABLE.OverviewWrapper {
	width: 100%;
	height: 80%;
}
TABLE.Overview {
	width: 500px;
	background-color: white;
	border-style: none;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
TD {
	text-align: center;
	color: #0000a0;
	padding: 10px;
}
TD.LRSpace {
	width: 20px;
}
TD.Item {
	text-align: justify;
}

/* eof overview.css */

