/*

	Created		: 23 May 2004 @ 11:30
	Created By	: Dave Watkins

*/

/* 

	------------------------------------------------
	Elements
	------------------------------------------------

*/
body
{
	margin: 5px;
}
body, table, tr, td, input, select, textarea /* IE 6.x Inheritance Bug Workaround */
{
	font-family: Verdana;
	font-size: 10px;
}
select
{
	width: 100%;
}
a
{
	color: #330099;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline
}
p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
h1
{
	font-size: 16px;
	margin-bottom: 5px;
}
h2
{
	display: inline;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
}
h4
{
	/* Declaration */
}
hr
{
	height: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px dotted silver;
}
pre
{
	font-size: 11px;
	border: 1px solid silver;
	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #F5F5F5;
}
/* 

	------------------------------------------------
	Classes
	------------------------------------------------

*/
.Entry
{
	border: 1px dotted silver;
	padding: 5px;
	margin-bottom: 15px;
}
.Entry IMG
{
	display: none;
}
/* 

	------------------------------------------------
	Element IDs
	------------------------------------------------

*/
#ControlLinks
{
	display: none;
	margin-bottom: 15px;
}
#AlertBox
{
	text-align: center;
	font-weight: bold;
	border: 1px dotted red;
	padding: 5px;
	margin: 15px;
	color: Red;
	width: 100%;
}
#Logo
{
	display: none;
	filter: alpha(opacity=40);
}
#Folders ol
{
	margin-left: 10px;
}
#Folders ol li
{
	list-style-image: url(/Assets/Tree/Folder.gif);
	margin: 5px;
	padding-left: 5px;
}
#NewMessage
{
	padding: 5px;
	border: 1px dotted silver;
}
#EmailFriend
{
	padding: 5px;
	border: 1px dotted silver;
}