/******************************************************************************
 SAVORITESª
 
 Created: 	09.28.03 
 Updated:	12.05.04
 By:		Shaun Inman
 ******************************************************************************/
 
/* Basic Formating
------------------------------------------------------------------------------*/
body		{ font: 10px/15px Geneva, Tahoma, Arial, sans-serif; color: #666; background-color: #FFF/*#E5DBCF;*/ }
/**/ #content	{ width: 624px; } /**/
h1			{ margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
h2			{ font-size: 12px; margin-top: 0; font-weight: normal; }
a 			{ color:#333; text-decoration: none; }
ol, ol li,
ul, ul li	{ padding: 0; margin: 0; }
ul, ul li	{ padding: 0; margin: 0; list-style: none; }
ol li		{ margin-left: 18px; }
form		{ padding: 0; margin: 0; }
p.desc		{ margin: 0; width: 328px;}
abbr		{ font-style: normal; }

/* Header Formatting
------------------------------------------------------------------------------*/
#header {
	background: url(../images/tmp_logo.gif) no-repeat;
	display: block;
	/*width: 203px;
	height: 60px;*/
	width: 201px;
	height: 58px;
	text-indent: -1000em;
	/*\*/overflow: hidden;/**/
	}

/* Navigation List Formatting
------------------------------------------------------------------------------*/
#sitenavigation { margin: 8px 0; float: left; }
#sitenavigation li {
	background-image: none;
	display: inline;
	padding: 3px 18px 3px 0;
	}
#searchform { float: left; }
.clear { clear: both; }

/* Favorites List Formatting
------------------------------------------------------------------------------*/
#favorites li 				{ position: relative; padding: 3px 4px 0 20px; }
#favorites li.noicon 		{ background: url(../images/folder_strike.gif) no-repeat; }
#favorites li.www 			{ background: url(../images/www.gif) no-repeat; }
#favorites li.wwwprivate	{ background: url(../images/www_private.gif) no-repeat; }
#favorites li.folder 		{ background: url(../images/folder.gif) no-repeat; }
#favorites li.folderprivate { background: url(../images/folder_private.gif) no-repeat; }
#favorites li a.edit		{ color: #EF5000; }

/* Organize Favorites List Formatting
------------------------------------------------------------------------------*/
#organizeform #favorites ul {
	padding-left: 18px;
	}
#organizeform #favorites li { position: relative; padding: 0; }
#organizeform #favorites li.noicon		{ background: url(../images/folder_strike.gif) no-repeat; padding: 3px 4px 0 20px; }
#organizeform #favorites li.www			{ background: url(../images/www.gif) no-repeat 16px 0; }
#organizeform #favorites li.wwwprivate	{ background: url(../images/www_private.gif) no-repeat 16px 0; }
#organizeform #favorites li.folder		{ background: url(../images/folder.gif) no-repeat 17px 0; }
#organizeform #favorites li.folderprivate	{ background: url(../images/folder_private.gif) no-repeat 17px 0; }
#organizeform #favorites li a {
	margin-left: 24px;
	line-height: 20px;
	height: 20px;
	}
#organizeform #favorites input { margin: 0; padding: 0; }
#organizeform #favorites li a.edit { margin: 0; color: #EF5000; }

a.folderlink { color: #666; }
a.folderlink:hover { background-color: transparent; }

a span			{ display: none; }
a:hover span	{ display: inline; color: #666; }

/* Error Handling Formatting
------------------------------------------------------------------------------*/
#phpErrorNotification div,
#jsErrorNotification div { color: #F00; }