/*
#################################################################
File:				Lists.css
Description:		Rules for lists
#################################################################
*/

/*
=================================================================
 div#listPanel
 (for UserControls/ListPanelControl.ascx
=================================================================
*/
div#listPanel {
	margin: 0 15px;
	position: absolute;
	top: 5em;
	right: 0px;
	width: 180px;
	z-index: 2; /* move it in front of the page header */
	padding-bottom: 10px;
	font-size: 0.7em;
}


/*
=================================================================
 div.listContainer
=================================================================
*/
div.listContainer {
	padding: 2px;
	width: auto;
	position: relative;
	margin: 30px 0px 0 0; /* leave space for the h3 to be moved up */
	background-color: #FFF;
}

div.listContainer ul li a {
	text-decoration: none;
}

div.listContainer h3 {
	position: absolute;
	top: -15px;
	width: 200px;
	height: 15px;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	color: #1648A4;
	text-indent: 5px;
	background: #FFFFFF url(images/tab_header.gif) no-repeat -5px 0px;
	background-color: Transparent;
	text-transform: lowercase;
}

/* needed for 'view all' lists - for some reason they are not picking up the font size above */
div#mainContainer div.listContainer h3 {
	font-size: 1em;
}

div.listContainer h3.long {
	width: 191px;
	background: #FFFFFF url(images/tab_header_2.gif) no-repeat -7px 0px;
}

div.listContainer span.viewAll a {
	font-size: 1em;
	background: url(images/orange_pointer.gif) no-repeat 10px 3px;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	color: #FF9900;
}

div.listContainer span.viewAll a:hover {
	color: #039;
}

/* new items */
div.listContainer li span.newFlag {
	color: #F90;
}

/* expired items */
div.listContainer li span.expiredFlag {
	color: #F90;
}

/* entityList */
div.listContainer ul.entityList {
	/*list-style: square url(images/blue_pointer.gif) outside;*/
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	clear: both;
}

ul.entityList li {
	background: none;	
	border-bottom: 1px dashed #CED9EC;
	padding: 2px 0 2px 15px;
	padding-bottom: 35px !important;
	margin: 0 2px 5px 2px;
	clear: both;
}

ul.entityList li {
	padding-bottom: 1.4em; /* make room for the floated div.readMore */
}

ul.entityList li h5 {
	display: inline;
	font-size: 1em;
}

/* div.readMore (**bad class name, this also contains add to favourites link) */
ul.entityList li div.readMore {
	text-transform: lowercase; 
	position: relative;
	text-align: right; 
	margin-right: 2px;	
}

ul.entityList li div.readMore a {
	margin-left: 8px;
	color: #5A8FC5;
	float: right; /* this is to make IE stretch this list to the width of its container */
	position: relative;
}

ul.entityList li div.readMore a.profile {
	background: url(Images/blue_star.gif) no-repeat left center;
	padding-left: 15px;	
}

ul.entityList li div.readMore a:hover {
	color: #F90;
}

/* remove bottom margin for list items in #listPanel */
#listPanel ul.entityList li {
	margin-bottom: 0;
}

.title {
	font-weight: bold;
}

/* font-weight set to normal for titles in #listPanel */
#listPanel .title {
	font-weight: normal;
}

.summary {
	margin-left: 1em;
	margin-top: .4em;
}

.listName {
	font-weight: bold;
	color: #1648A4;
}

/*==============================================================*/



/*
=================================================================
 div.listContainer.navList
=================================================================
*/
div.listContainer.navList {
	margin-top: 4px;
}

div.listContainer.navList h4 {
	color: #5A8FC5;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

div.listContainer.navList ul {
	position: relative;
	font-size: 1em;
	margin: 2px;
	padding: 0;
	list-style: none;
}

div.listContainer.navList ul li {
	background: url(images/orange_pointer_light.gif) no-repeat 0px 4px;
	padding: 0px 10px;
	margin: 0;
	margin-left: 1em;
	text-transform: lowercase;	
	color: #F90;
}

/* fixes IE bug that displays an extra line break in between list items */
div.listContainer.navList ul li {	
	line-height: 1.25em;
}

div.listContainer.navList ul li.icon {
	background-color: Transparent;
	background-position: 0 0;
	padding-left: 18px;
}

div.listContainer.navList ul li.icon.news {
	background-image: url(images/icon_news.gif);
}

div.listContainer.navList ul li.icon.events {
	background-image: url(images/icon_event.gif);
}

div.listContainer.navList ul li.icon.links {
	background-image: url(images/icon_link.gif);
}

div.listContainer.navList ul li.icon.articles {
	background-image: url(images/icon_article.gif);
}

div.listContainer.navList ul li.icon.faqs {
	background-image: url(images/icon_faq.gif);
}

div.listContainer.navList ul li.icon.jobs {
	background-image: url(images/icon_job.gif);
}
/*==============================================================*/


/*
=================================================================
 ul.reorderableList
=================================================================
*/
div.reorderableList {
	margin: 3px;
}

div.reorderableList ul {
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

div.reorderableList ul li {
	border: 1px solid white;
}

div.reorderableList ul li.selected {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
/*==============================================================*/


/*
=================================================================
 ul.entityItems
=================================================================
*/

ul.entityItems {
	padding-left: 15px;
}

/*
=================================================================
 Misc. rules
=================================================================
*/

.portfolioFeedback {
	margin-left: 10px;
	margin-top: 10px;
	border-bottom: solid 1px black;
}

/*==============================================================*/
