/*

	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: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3
{
	font-size: 10px;
	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;
}
ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
li
{
	list-style-image: url(/Assets/HTML/list/li.gif);
}
/* 

	------------------------------------------------
	Classes
	------------------------------------------------

*/
.Alert
{
	font-weight: bold;
	color: Red;
}
.Entry
{
	border: 1px dotted silver;
	padding: 5px;
	margin-top: 15px;
}
.Entry IMG
{
	margin-right: 5px;
}
.DataGrid .AlternateRow
{
	background-color: #F5F5F5;
}
.DataGrid input
{
	border: 1px solid #F5F5F5;
}
.Button
{
	background-color: #D2D2D2;
	border: 1px solid black;
}
.Search
{
	border: 1px solid black;
	background-color: Transparent;
}
.Match
{
	background-color: Yellow;
}
.Feedback
{
	margin-top: 15px;
}
.ImageContainer
{
	background-color: #F5F5F5;
	border: 1px solid silver;
}
.ImageContainer Img
{
	border: 1px solid black;
}
.ImageCaption
{
	text-align: center;
	font-weight: bold;
	padding: 10px;
	width: 100%;
}
.Link
{
	padding: 0px;
	margin-left: -21px;
	margin-bottom: 5px;
}
/* 

	------------------------------------------------
	Element IDs
	------------------------------------------------

*/
#Search
{
	padding-top: 45px;
	padding-left: 8px;
	margin: 0px;
}
#Resources li
{
	margin-left: -15px;
	list-style-image: none;
	list-style: none;
}
#ControlLinks
{
	margin-bottom: 15px;
}
#AlertBox
{
	text-align: center;
	font-weight: bold;
	border: 1px dotted red;
	padding: 5px;
	margin: 15px;
	color: Red;
}
#Logo
{
	display: none;
}
#Folders ol
{
	margin-left: 10px;
}
#Folders ol li
{
	margin: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
#Folders ol li.Closed
{
	list-style-image: url(/Assets/Tree/Folder.gif);
}
#Folders ol li.Open
{
	list-style-image: url(/Assets/Tree/FolderOpen.gif);
}
#Folders ol li.MessagesNew
{
	list-style-image: url(/Assets/Tree/NewMessages.gif);
}
#Folders ol li.Login
{
	list-style-image: url(/Assets/Tree/Login.gif);
}
#NewMessage
{
	padding: 5px;
	border: 1px dotted silver;
}
#EmailFriend
{
	padding: 5px;
	border: 1px dotted silver;
}
#SearchWindow
{
	height: 300px;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}
#Footer
{
	margin-top: 25px;
}
#EditTag
{
	margin-top: 1px;
}
#Feedback
{
	margin-top: 15px;
}
#FeedBackMsg
{
	margin-bottom: 15px;
}