/*
 * menu.css :	Stylesheet for a user's main category navigation menu
 *
*/

/* the quicklist */
ul#paperspy_quicklist, ul.paperspy_quicklist, ul#paperspy_quicklist_nodrag, ul#paperspy_quicklist_custom
{
	cursor: pointer;
	/*width: 176px;*/
	width: 205px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "Times New Roman";
	font-size: 0.7em;
	font-weight: normal;
	border-left: 1px solid #D4D4D4;
	margin: 0; padding: 0;
}

/* menu items (categories) */
li.paperspy_quicklist_item
{
}

li.paperspy_quicklist_item_edit, a.paperspy_quicklist_item:active, a.paperspy_quicklist_item:link, a.paperspy_quicklist_item:visited
{
	cursor: pointer;
	width: 200px;
	height: 13px;
	border: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	border-left: 0;
	background-color: #EDF2F1;
	padding-left: 5px;
	color: #000;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	/*line-height: 1;*/
	display: block;
}
/* hovering over the above item */
a.paperspy_quicklist_item:hover
{
	cursor: pointer;
	width: 200px;
	height: 13px;
	border: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	border-left: 0;
	/*background: url(/styles/default/images/web/menuitem_bg.gif) repeat-y;*/
	background-color: #D4DFEC;
	padding-left: 5px;
	color: #000;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	/*line-height: 1;*/
	display: block;
}
/* menu item with some new content for the user since last time he checked the category 
 * (applies on to registered users)
 */
a.paperspy_quicklist_item_unread:active, a.paperspy_quicklist_item_unread:link, a.paperspy_quicklist_item_unread:visited
{
	cursor: pointer;
	width: 200px;
	height: 13px;
	border: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	border-left: 0;
	background-color: #F0F5F4;
	padding-left: 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	/*line-height: 1;*/
	display: block;
}
/* hovering over the above item */
a.paperspy_quicklist_item_unread:hover
{
	cursor: pointer;
	width: 200px;
	height: 13px;
	border: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	border-left: 0;
	background-color: #E3ECF6;
	padding-left: 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	/*line-height: 1;*/
	display: block;
}
/* menu item that is selected */
a.paperspy_quicklist_item_selected:active, a.paperspy_quicklist_item_selected:link, a.paperspy_quicklist_item_selected:visited
{
	cursor: pointer;
	width: 200px;
	height: 13px;
	border: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	border-left: 0;
	/*background: url(/styles/default/images/web/menuitem_bg.gif) repeat-y;*/
	background-color: #D4DFEC;
	padding-left: 5px;
	color: #000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	/*line-height: 1;*/
	display: block;
}

/* header text for the categories menu, i.e. for the text 'Feeds' */
div.sidebar
{
	width: 202px;
	padding-left: 5px;
	border-top: 2px solid #1A40B0;
	border-bottom: 0;
	background-color: #4969C5;
}
div.sidebar_body_container
{
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
div.sidebar_body
{
	width: 195px;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #fff;
	background-color: #EDF2F1;
	padding: 5px;
	padding-bottom: 6px;
}
div.sidebar h2
{
	color: #fff;
	margin-bottom: 0;
}
h2.sidebar
{
	width: 202px;
	padding-left: 5px;
	border-top: 2px solid #1A40B0;
	border-bottom: 0;
	background-color: #4969C5;
	color: #fff;
}