@CHARSET "UTF-8";

/*  
Stylesheet Name: Library
Description: This file holds all reuseable ojects that use the methodology of OOCSS
Version: 1.0
Author: Derek Bender
Author URI: http://nfistudios.com/
Date Created: 10-1-09.
Notes: 
*/

/*** TOC ***
1. navigations
2. searchform
3. base archive/directory/large list
4. search/filter
5. btn actions from archive
6. auto complete
7. dashboard people widget
8. cal picker - copy from eventcal.css
9. a.btn + modifiers
10. flag
11. helper tooltip
12. toggle controls (events)
13. superactions (from groups2.css)
***/

/* 1. all navigations - meant to be a UL */
.navigation {
	margin: 0;
}
	
.navigation ul li {
	display: inline;
}
		
.navigation li a {
	text-decoration: none;
}

/* 2. searchform styling */
#search_basic.searchform {
	background: url(/themes/global/default/normal/images/search_gradient.gif) repeat-x #FFF bottom left;
	border: 1px solid #CCC;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

	#search_basic.searchform input[type="text"] {
		background: none;
		border: 0;
		width: 140px;
		font-weight: normal;
		color: #4D4D4D;
		font-size: 12px;
		float: left;
		padding: 0px 0px 0px 5px;
		}
		
	#search_basic.searchform input[type="submit"] {
		background: url(/themes/global/default/normal/images/icons/searchbtn_16.png) center center no-repeat;
		border: 0 none;
		border-left: 1px solid #CCC;
		width: 15px;
		height: 15px;
		opacity: .6;
		/* filter: alpha(opacity=60); */ /* needed for ie */
		padding: 9px 11px;
		float: left;
		height: 19px;
		width: 19px;
		}
		
		#search_basic.searchform input[type="submit"]:hover {
			opacity: 1;
			/* filter: alpha(opacity=100); */ /* needed for ie */
			}

/* 3. base archive/directory/large list styling */

.archive {
	clear: both;
	margin-left: 0;
	margin-bottom: 40px;
	}
	
	.archive h3 {
		font-weight: normal;
		font-size: 16px;
		position: relative;
		}
		
		.archive h3 a {
			font-size: 11px;
			font-style: italic;
			}
	
.archive li {
	padding: 10px 10px 5px 10px;
	line-height: 1.1;
	/* overflow: hidden; */ /* must be visible for etd admin w/ actions */ /* must be auto/hidden for lists items to clear properly */
	position: relative;
	clear: both;
	z-index: 1;
	}
	
	.archive div.pagination {
		margin: 0px;
		padding: 0px;
	}
	
	.archive li.pagination {
		margin-top: 20px;
		border-top: none;
		height: auto !important;
		padding: 0;
		}
		
	.archive li.pagination:hover{
		background: none;
		}
		
		.archive li.pagination li {
			padding: 0;
			border-top: none;
		}
		
		.archive li.pagination li a {
			padding: 5px 7px 3px 7px;
			color: #666666;
			text-shadow: 0px 1px 0px #ffffff;
			text-decoration: none;
			border: 1px solid #cccccc;
			background: -moz-linear-gradient(top,  #f1f1f1,  #dedede);
			background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dedede));
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#dedede');
			box-shadow: 0px 1px 0px #ffffff;
		}
		
		.archive li.pagination li a:hover {
			background: #eeeeee;
			color: #333333;
		}
		
		.archive li.pagination li a:active {
			background: #dedede;
		}
		
		.archive li.pagination li.current {
			padding: 5px 7px 3px 7px;
			color: #333333;
			text-shadow: 0px 1px 0px #ffffff;
			text-decoration: none;
			border: 1px solid #cccccc;
			background: -moz-linear-gradient(top,  #cdcdcd,  #eeeeee);
			background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#eeeeee));
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#eeeeee');
			box-shadow: 0px 1px 0px #ffffff;
		}
		
		.archive li.pagination li.pre {
			margin-right: 5px;
		}
					
		.archive li.pagination li.next {
			margin-left: 5px;
		}
		
		.archive li.pagination li.next a,
		.archive li.pagination li.pre a {
			color: #0079bd;
		}
			
	.archive li.title {
		border-bottom: 1px solid #CCC;
		line-height: 32px;
		height: auto !important;
		overflow: hidden;
		padding: 0;
		position: relative;
		}
		
		.archive li.title:hover{	
			background: none;
			}
			
		.archive li + li.title {
			margin-top: 20px;
			}
		
		.archive li.title h2 {
			display: inline;
			color: #333;
			font-size: 18px;
			text-transform: none;
			}
		
			.archive li.title h2 span {
				color: #808080;
				font-size: 11px;
				font-weight: normal;
				}
				
	.archive li.null,
	.archive li.found {
		height: auto !important;
		}
	/* sort for unique LI */	
	.archive li.sort {
		padding: 0;
		}
		
		.archive li.sort ul {
			margin: 0;
			}
			
			.archive li.sort li {
				display: inline;
				padding: 0;
				}
				
	/* sort for inclusion in li.title */
	.archive .title ul.sort {
		float: right;
		margin: 0;
		*position: absolute;
		*right: 0;
		*top: 5px;
		}
		
		.archive .title ul.sort li {
			display: inline;
			padding: 0;
			border: none;
			}
			
		.archive .title ul.sort li:hover {
			background: none;
			}
			
			.archive .title ul.sort li a.down {
				background-color: #B3B3B3;
				color: #FFF;
				font-style: italic;
				padding: 2px 4px;
				text-decoration: none;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				}
				
	/* search in archive title */
	.archive .title .search {
		border: 1px solid #CCC;
		float: right;
		margin: 0;
		*position: absolute;
		*right: 0;
		*top: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		
		.archive .title .search:hover {
			border: 1px solid #999;
			}
		
		.archive .title .search input[type="text"] {
			background: none;
			border: 0;
			width: 140px;
			font-weight: normal;
			color: #4D4D4D;
			padding-top: 4px;
			font-size: 13px;
			height: 16px;
			float: left;
			width: 180px;
			}
			
		.archive .title .search input[type="submit"] {
			background: url(/themes/global/default/normal/images/icons/searchbtn_16.png) no-repeat center center transparent;
			border: 0 none;
			width: 15px;
			height: 15px;
			opacity: .6;
			/* filter: alpha(opacity=60); */ /* needed for ie */
			padding: 10px 11px;
			float: left;
			height: 22px;
			width: 22px;
			}
			
			.archive .title .search input[type="submit"]:hover {
				opacity: 1;
				/* filter: alpha(opacity=100); */ /* needed for ie */
				}
	
	.archive li.even {
		background-color: #ECECEC;
		}
	
	.archive li.first {
		border-top: 0 none;
		}
		
	.archive li.flagged {
		background-color: #ECECEC !important;
		}
		
		/* fixed the z-index bug for ie 7 with this block parker 03/25/10 */
		
		.archive li:hover {
			position: relative;
			z-index: 9999 !important;
			}

	.archive .pic {
		float: left;
		margin-right: 15px;
		}
	/*this style is here to fix the one instance where pic height is larger then the information to the right
	  can be found /groups2/profile/members/groupid/123 */
	  #group_members.archive li.title {
		  margin-bottom: 20px;
	  }
	  #group_members.archive .information p.name {
		  font-size: 12px;
	  }
	#group_members.archive li {
		height: 50px;
		padding: 0;
	} 
	.archive .information {
		overflow: hidden;
		width: 80%;
		}
		
	.archive .meta strong {
		color: #333;
		}
		
	.wide_col .archive .information {
		width: 80% !important;
		overflow: hidden;
		white-space: normal\9;
		/*min-height: 50px;
		*height: 50px;*/
		}
		
	.column.directory .archive .information {
		width: 90%;
		overflow: hidden;
		}
	
	.archive p {
		margin-bottom: .3em;
		white-space: normal;
		}

	.archive .name {
		color: #333;
		font-size: 14px;
		line-height: 1.4;
		}
		
		.archive a.name {
			color: #0079BD;
			}
		
		.archive .name .mark {
			font-weight: bold;
			}
			
		.archive .name strong {
			font-size: 15px;
			}
		
		.archive .name .flag {
			color: #00A33D;
			font-size: 11px;
			}

		.archive .name .type {
			color: #808080;
			display: block;
			font-size: 12px;
			font-weight: bold;
			}
		
	.archive .company,
	.archive .company a {
		font-weight: bold;
		color: #4D4D4D;
		text-decoration: none;
		}
		
		.archive .company a:hover {
			text-decoration: underline;
			}

	.archive .description {
		margin-bottom: .4em;
		position: relative;
		padding-bottom: 4px;
		line-height: 1.4;
		}
		
		.archive .wissywig span {
			white-space: normal;
			}

		.archive .description p {
			line-height: 1.4;
			margin: 0;
			margin-bottom: 1em;
			}
		
		.archive .description .morelink {
			background-color: #FFF;
			color: #666;
			padding: 2px;
			position: absolute;
			bottom: -1px;
			right: 0;
			text-decoration: none;
			display: none;
			}
			
			.archive li.even .description .morelink {
				background-color: #ECECEC;
				}
			
			.archive .description .morelink:hover {
				color: #0079BD;
				}
				
	.archive span {
		white-space: nowrap;
		}
			
/* resets for pagination */			
			
.archive .actions {
	margin: 0;
	position: absolute;
	top: 12px; /* must be same as padding on #archive li.item to match */
	right: 12px; /* must be same as padding on #archive li.item to match */
	}
	
	.archive .button {
		background-image: url(/themes/global/default/normal/images/library/bg_actionmenu.gif);
		background-color: #FFF;
		background-repeat: repeat-x;
		border: 1px solid #CCC;
		height: 12px;
		width: 24px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor: pointer;
		padding: 4px;
		position: relative;
		}
		
		.archive .actions .button:hover {
			background-image: url(/themes/global/default/normal/images/library/bg_actionmenu_flip.gif);
			border: 1px solid #B3B3B3;
			/*z-index: 999 !important;*/
			}
			
	/* single action */		

	.archive .button.single {
		width: auto !important;
		}
	
	.archive .button.single a {
		display: block; 
		width: 16px; 
		height: 16px;
	}
		
		.archive .button.single .icon {
			/* margin-top: -2px; */
			}
			
		.archive .button.single .label {
			display: none;
			position: absolute;
			top: -25px;
			right: -25px;
			}
			
			.archive .button.single .label span.text {
				background: url(/themes/global/default/normal/images/bg_gray.png);
				color: #F2F2F2;
				display: block;
				font-weight: bold;
				padding: 5px 7px;
				text-align: center;
				white-space: nowrap;
				}
			
			.archive .button.single .label span.point {
				background: url(/themes/global/default/normal/images/library/pointdown_16.png) no-repeat center center;
				display: block;
				*display: none;
				width: auto;
				height: 8px;
				}
				
	.archive .button.single:hover .label {
		display: block;
		}
		
		.archive .button .menu {
			display: none;
			}
		
		.archive .button:hover .menu {
			display: block;
			}
			
.archive ~ .pagination {
	margin-bottom: 40px;
	}

.archive .null {
	/* border-top: 1px solid #CCC; */
	color: #333;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 15px;
	text-transform: none;
	text-align: left;
	padding: 20px 0 10px 15px;
	}
	
	.archive .null ul {
		list-style-type: disc;
		list-style-position: outside;
		font-size: 13px;
		margin: 15px 0 0 40px;
		text-indent: 0;
		width: 85%;
		*width: auto;
		}
		
		.archive .null ul li {
			list-style-type: disc;
			list-style-position: outside;
			line-height: 1.2;
			padding: 3px 0;
			}
			
	.archive .null strong {
		color: #808080;
		}
		
.archive .activity,
.archive .activity a {
	color: #999;
	font-size: 11px;
	}
	
	.archive .activity a:hover {
		color: #666;
		}

/*--------------- Resource Directory Meta Information
/* meta mostly used in archive .information */		
.meta {
	color: #808080;
	font-size: 11px;
	}
	
.meta * {
	float: none !important; /* to override line 2502 in style.css */
	/* line-height: 1.5; */
}
	
.meta strong {
	color: #666;
	font-weight: bold;
}
		
.meta a {
	color: #808080;
}
	
.meta a:hover {
	color: #666;
}

div.information div.meta_created {
	margin-top: 5px;
	font-size: 11px;	
}
		
/*--------------- Resource Directory Actions Menu (btn actions)*/
/* last edited 3-23-10 - bender */
.btnactions {
	margin: 0;
	position: absolute;
	top: 12px; /* must be same as padding on #archive li.item to match */
	right: 12px; /* must be same as padding on #archive li.item to match */
}

.archive .actions .button {
	background-image: url(/themes/global/default/normal/images/library/bg_actionmenu.gif);
	background-color: #FFF;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 16px; /* same height as icon gear_action_16.png. found in normal/images/library.. */
	width: 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	padding: 2px 4px;
	position: relative;
	/* z-index: 500; */
}
			
.archive .actions ul.menu {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0;
	position: absolute;
	right: 0;
	top: 21px;
	min-width: 130px;
	padding: 4px 0;
	width: auto;
	/* left: 0 !important; */
}
		
		
.archive ul.menu li {
	border-bottom: 1px solid #CCC;
	height: auto !important;
	margin: 0 9px;
	padding: 0;
}
			
.archive ul.menu li a {
	padding: 5px 0 4px 0;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
}
	
.archive ul.menu li:hover {
	background: none;
	color: inherit;
}
	

.archive span.moderator_icon,
.archive span.owner_icon {
	position: relative;
	right: 65px;
	top: -6px;
	float: right;
	display: inline-block;
	margin-left: 5px;
	color: #454545;
	text-shadow: 0px 0px 1px #fff;
	font-weight: bold;
}
.archive h3.moderator span,
.archive h3.owner span {
	position: relative;
	top: 6px;
	left: 0px;
}

	@media screen and (-webkit-min-device-pixel-ratio:0){
		.archive h3.moderator span,
		.archive h3.owner span {top: 4px;}
	}

.archive .CtrlTip,
.archive h3.moderator span:hover,
.archive h3.owner span:hover {
	cursor: default;
}
.archive .CtrlTip {
	text-decoration: none;
}

/*** 6. auto complete ***/ 
/***  Bender told me to do these changes from #autocomplete_choices to .autocomplete (iMre 09/12/2008) ***/
/* moved from messaging.css to library.css - 11-10-09 - bender */
.autocomplete {
	z-index: 10000000;
	width: 320px !important;
	}
	
	.autocomplete ul {
		border: 1px solid #505B66;
		width: 310px;
		margin: 0;
		float: left;
		/*max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;*/
		}
		
		.autocomplete ul li {
			background: #F2F2F2;
			border-top: 1px solid #505B66;
			width: 282px;
			padding: 3px 20px 3px 8px;
			clear: both;
			float: left;
			}
			
			.autocomplete ul li:hover {
				background: #999;
				}
			
			.autocomplete ul li span {
				cursor: default;
				}
				
				.autocomplete ul li .name {
					font-size: 11px;
					font-weight: bold;
					color: #00477D;
					}
					
					.autocomplete ul li:hover .name {
						color: #F2F2F2;
						}
					
				.autocomplete ul li .company {
					display: block;
					font-size: 12px;
					font-weight: normal;
					color: #333;
					}
					
			.autocomplete ul li img {
				float: right;
				}
				
/* 7. dashboard list widget - 11-20-09 bender */
/* adapted from the MM widget on dash, this can be used for any widget that has avatars & info (groups, orgs, members, etc.) */
.widget_itemlist {
	}
	
	.widget_itemlist .item {
		clear: both;
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #E6E6E6;
		float: left;
		width: 100%;
		}
	
		.widget_itemlist .pic {
			float: left;
			}
			
		.widget_itemlist .information {
			float: right;
			width: 135px;
			}
			
		.widget_itemlist .item span {
			display: block;
			}
			
			.widget_itemlist .item a.name {
				color: #0079BD;
				font-weight: bold;
				font-size: 12px;
				text-decoration: none;
				margin-bottom: .2em;
				display: block;
				}
				
				.widget_itemlist .item a.name:hover {
					text-decoration: underline;
					}
			
			.widget_itemlist .item span {
				margin-bottom: .3em;
				display: block;
				}
					
				.widget_itemlist .item span.company {
					font-size: 11px;
					}
				
				.widget_itemlist .item span.actions {
					font-style: italic;
					}
					
			.widget_itemlist .item .x {
				font-weight: bold;
				color: #B3B3B3;
				position: absolute;
				top: 0;
				right: 0;
				text-decoration: none;
				}
				
				.widget_itemlist .item .x:hover {
					color: #BF0000;
					}
					
/* regular cal picker */
.cal_pick {
	position: relative;
	}
		
	.cal_pick .formfield {
		}
		
		.cal_pick .formfield #event_date {
			padding-right: 24px;
			}
		
	.cal_link {
		position: absolute;
		right: 5px;
		bottom: 3px;
		*bottom: 26px;
		z-index: 100;
		opacity: .4;
		}
	
		.cal_pick .cal_link:hover {
			opacity: 1;
			}
			
/* search/filter for archives/directories */
#search1 {
	border-bottom: 3px solid #CCC;
	padding: 15px 0;
	min-height: 10px;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	}
	
	#search1 .searchfield {
		margin-bottom: 20px;
		position: relative;
		}
		
		#search1 .searchfield input[type="text"] {
			width: 55%;
			font-size: 14px;
			}
			
		#search1 .searchfield input[type="submit"] {
			background: transparent url(/themes/global/default/normal/images/icons/searchbtn_16.png) no-repeat left center;
			border: 0 none;
			color: #4D4D4D;
			padding-left: 18px;
			margin-left: 8px;
			}
			
		#search1 .advanced {
			position: absolute;
			right: 0;
			top: 6px;
			font-style: italic;
			}
		
	#search1 .filterby {
		position: relative;
		}
			
		#search1 .filterby  h4 {
			color: #808080;
			margin: 0;
			font-weight: normal;
			font-size: 13px;
			display: inline;
			float: left;
			margin: 0 15px;
			line-height: 20px;
			}
	
		#search1 .filterby li {
			display: inline;
			margin-right: 16px;
			float: left;
			}
			
			#search1 .filterby  li input[type="checkbox"] {
				margin-right: 6px;
				float: left;
				}
				
			#search1 .filterby  li label {
				font-size: 12px;
				line-height: 18px;
				float: left;
				padding: 0;
				width: auto;
				min-width: inherit;
				text-align: left;
				min-height: 0;
				}
				
			#search1 .filterby .uploader {
				position: absolute;
				top: -6px;
				right: 0;
				height: 30px;
				width: 30px;
				}

/* saved item button */			
#main .main_avatar .button.save {
	background: url(/themes/global/default/normal/images/library/bg_actionmenu.gif) #FFF repeat-x;
	border: 1px solid #CCC;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 3px;
	font-size: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-decoration: none;
	}
	
	/* Resources profile */
	#main .resources .main_avatar .button.save {
		top: 55px;
		bottom: auto;
	}
		
	#main .main_avatar .button.save .label {
		display: none;
		position: absolute;
		top: -21px;
		right: -23px;
		}
		
		#main .main_avatar .button.save:hover .label {
			display: block;
			}
		
		#main .main_avatar .button.save .label span.text {
			background: url(/themes/global/default/normal/images/bg_gray.png);
			color: #F2F2F2;
			display: block;
			font-weight: bold;
			font-size: 11px;
			padding: 5px 7px;
			text-align: center;
			white-space: nowrap;
			}
		
		#main .main_avatar .button.save .label span.point {
			background: url(/themes/global/default/normal/images/library/pointdown_16.png) no-repeat center center;
			display: block;
			*display: none;
			width: auto;
			height: 8px;
			}
			
/* 9. moved from boxes.css 4-15-10 - bender */
a.btn.small {
	background: url(/themes/global/default/normal/images/bgs/btn_small.gif) repeat-x #D9D9D9;
	border: 1px solid #CCC;
	padding: 4px 14px 2px 14px;
	text-decoration: none;
	color: #4D4D4D;
	font-size: 11px;
	text-align: center;
	height: auto;
	float: none;
	line-height: 1;
	text-transform: none;
	display: inline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: auto;
	font-weight: normal;
	position: relative;
	text-shadow: none !important;
	/*IE width: 70%;*/
	}
	
	a.btn.small.blue {
		background: url(/themes/global/default/normal/images/bgs/btn_small_blue.gif) repeat-x #D9D9D9;
		border: 1px solid #00599C;
		color: #F2F2F2;
		}
		
	a.btn.small.download {
		background: #006B33;
		background: -webkit-gradient(linear, left top, left bottom, from(#00A33D), to(#006B33));
		background: -moz-linear-gradient(top,  #00A33D,  #006B33);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A33D', endColorstr='#006B33');
		border: 1px solid #006837;
		color: #FFF;
		font-size: 14px;
		padding: 6px 20px 4px 20px;
		margin-bottom: 20px;
		text-transform: capitalize;
		}
		
		a.btn.small.download:hover,
		a.btn.small.download:focus,
		a.btn.small.download:active {
			background: #00A33D;
			background: -webkit-gradient(linear, left top, left bottom, from(#006B33), to(#00A33D));
			background: -moz-linear-gradient(top,  #006B33,  #00A33D);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006B33', endColorstr='#00A33D');
			}
	
a.btn.small.blue:hover,
a.btn.small.download:hover{
	color: #F2F2F2;
	}
	
	a.btn.small:focus,
	a.btn.small:active {
		background: url(/themes/global/default/normal/images/bgs/btn_small_active.gif) repeat-x;
		}
		
	a.btn.small.blue:focus,
	a.btn.small.blue:active {
		background: url(/themes/global/default/normal/images/bgs/btn_small_blue_active.gif) repeat-x;
		}
	
	.bottom > a.btn.small {
		margin: auto;
		display: table;
		*display: block;
		*margin: 0 25px;
		}
		
a.btn.basic, a.btn_approve, a.btn_create, a.btn_action {
	padding: 4px 8px 1px 8px;
	color: #666;
	font-weight: bold;
	/*text-shadow: 0px 1px 0px #fff;*/
	text-transform: capitalize;
	border: 1px solid #dedede;
/*	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background: #F2F2F2;
	background: -moz-linear-gradient(top,  #eeeeee,  #dedede);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dedede));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dedede');
	}
	
	a.btn.basic:hover, a.btn_approve:hover, a.btn_create:hover, a.btn_action:hover {
		background: -moz-linear-gradient(top,  #dedede,  #eeeeee);
		background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#eeeeee));
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#eeeeee');
	}
	
	a.btn.basic:hover, a.btn_approve:hover, a.btn_create:hover, a.btn_action:hover {
		background: -moz-linear-gradient(top,  #dedede,  #eeeeee);
		background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#eeeeee));
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#eeeeee');
	}
		
	/* Add Resource */
	.headline .btn_create { /* to delete */
		float: left;
		margin-top: 10px !important;
		}
		
a.btn.master {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-radius: 0px\9;
	background: url(/themes/global/default/normal/images/btns/btn_basic.jpg) repeat-x scroll center bottom #FFFFFF;
	border: 1px solid #B3B3B3;
	color: #00477D;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 6px;
	padding: 6px 1em;
	text-transform: none;
	height: auto;
	text-align: center;
	}
	
	a.btn.master:hover {
		background: url(/themes/global/default/normal/images/btns/btn_basic_over.jpg) repeat-x scroll center top #FFFFFF;
		}
		
a.btn.large {
	background: #F2F2F2;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E6E6E6));
	background: -moz-linear-gradient(top,  #FFFFFF,  #E6E6E6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6');
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 2px 0 rgba(255,255,255,.5);
	float: none;
	font-size: 15px;
	font-weight: bold;
	height: auto;
	letter-spacing: .03em;
	padding: 0;
	text-align: center;
	line-height: 36px;
	text-transform: capitalize;
	margin-bottom: 20px;
	zoom: 1;
	}
	
	a.btn:hover {
		background: #F2F2F2;
		background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#FFFFFF));
		background: -moz-linear-gradient(top,  #E6E6E6,  #FFFFFF);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF');
		}
	
a.btn.delete {
	background: #CF1242;
	background: -webkit-gradient(linear, left top, left bottom, from(#CF1242), to(#851012));
	background: -moz-linear-gradient(top, #CF1242, #851012);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CF1242', endColorstr='#851012');
	border-color: #6E0D0F;
	color: #FFF;
	}
	
	a.btn.large.delete { text-shadow: 0 2px 0 rgba(0,0,0,.5); }
	
	a.btn.delete:hover {
		background: #851012;
		background: -webkit-gradient(linear, left top, left bottom, from(#851012), to(#CF1242));
		background: -moz-linear-gradient(top, #851012, #CF1242);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#851012', endColorstr='#CF1242');
		}
		
a.btn.add {
	background: #00A33D;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A33D), to(#006B33));
	background: -moz-linear-gradient(top, #00A33D, #006B33);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A33D', endColorstr='#006B33');
	border: 1px solid #006B33;
	color: #FFF;
	text-shadow: 0px -1px 0px #006B33;
	}
	
	a.btn.large.add { text-shadow: 0 2px 0 rgba(0,0,0,.5); }
	
	a.btn.add:hover {
		background: #006B33;
		background: -webkit-gradient(linear, left top, left bottom, from(#006B33), to(#00A33D));
		background: -moz-linear-gradient(top, #006B33, #00A33D);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006B33', endColorstr='#00A33D');
		}
		
a.btn.action {
	background: #0079BD;
	background: -webkit-gradient(linear, left top, left bottom, from(#0079BD), to(#00477D));
	background: -moz-linear-gradient(top, #0079BD, #00477D);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079BD', endColorstr='#00477D');
	border-color: #00477D;
	color: #FFF;
	}
	
	a.btn.large.action { text-shadow: 0 2px 0 rgba(0,0,0,.5); }
	
	a.btn.action:hover {
		background: #00477D;
		background: -webkit-gradient(linear, left top, left bottom, from(#00477D), to(#0079BD));
		background: -moz-linear-gradient(top, #00477D, #0079BD);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00477D', endColorstr='#0079BD');
		}
		
a.btn.attention {
	background: #FFEC59;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFEC59), to(#FFA708));
	background: -moz-linear-gradient(top, #FFEC59, #FFA708);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC59', endColorstr='#FFA708');
	border-color: #EB9A07;
	color: #333;
	}
	
	a.btn.attention:hover {
		background: #FFA708;
		background: -webkit-gradient(linear, left top, left bottom, from(#FFA708), to(#FFEC59));
		background: -moz-linear-gradient(top, #FFA708, #FFEC59);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA708', endColorstr='#FFEC59');
		}
					
/* 10. flag (mostly found on top of group resource to denote what group it came from) */			
.flag {
	background: #FFFFC4;
	padding: 8px 15px 3px 15px;
	}
	
	.flag.mod {
		background: #FFE1C5;
		}
	
	.flag .pic {
		font-size: 0;
		line-height: 0;
		float: left;
		margin: 0 10px 0 0;
		}
	
	.flag h3 {
		display: inline;
		font-weight: normal;
		font-size: 16px;
		line-height: 30px;
		}
	
		.flag h3 a {
			font-weight: bold;
			}
			
	.flag a.small {
		font-style: italic;
		}
		
/* 11. the helper tooltip - this is a carbon copy of the one in Enterprise.css, added in 4-21-10 - bender */
.helper {
	background: #FFF;
	border: 1px solid #DEDEDE;
	position: absolute; /* must be positioned uniquely deopending on where it is */
	width: 6px;
	height: 8px;
	color: #999;
	cursor: default !important;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: .9;
	padding: 2px 3px;
	float: none;
	font-style: normal !important;
	z-index: 100;
	}
	
	.helper div {
		background: url(/themes/global/default/normal/images/library/pointer_left.png) no-repeat 0 15px;
		display: none;
		position: absolute;
		color: #FFF;
		padding-left: 8px;
		z-index: 1000;
		top: -16px;
		left: 6px;
		cursor: default;
		}
		
		.helper:hover div {
			display: block;
			z-index: 1000;
			}
		
		.helper div span {
			background: url(/themes/global/default/normal/images/library/bg_dark.png);
			color: #FFF !important; /* Fixes IE7 specificity problem */
                        padding: 10px 12px;
			font-weight: normal;
			display: block;
			position: relative;
			width: auto;
			min-height: 20px;
			min-width: 140px;
			max-width: 200px;
			line-height: 1.2;
			}
			
			.helper div span ul {
				white-space: nowrap;
				margin: 0;
				line-height: 1.3;
				}
				
				.helper div span ul small {
					font-size: 100%;
					color: #CCC;
					}
					
/* 12. toggle controls */
.toggle {
	float: right;
	height: 22px;
	line-height: 22px;
	*width: 140px;
	}
	
	.headline .toggle {
		float: left;
		margin: 13px 0 0 10px; /* positions within .headline .actions */
		}
		
	.subheader .toggle { /* when in .archive */
		float: right;
		margin-top: 3px;
		}
		
	.archive .toggle li { /* resets when in archive */
		clear: none;
		line-height: normal;
		padding: 0;
		z-index: auto;
		}
	
	.toggle .position {
		color: #999;
		margin-right: 2px;
		float: left;
		}
	
	.toggle li {
		background: url(/themes/global/default/normal/images/library/bg_toggle.gif);
		border: 1px solid #CCC;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		float: right;
		margin-left: 6px;
		}
		
		.toggle li.active,
		.toggle li:hover {
			background: url(/themes/global/default/normal/images/library/bg_toggle_flip.gif);
			}
		
		.toggle li a {
			background-position: center center;
			background-repeat: no-repeat;
			width: 21px;
			height: 21px;
			display: block;
			}
			
			.toggle li.list a {
				background: url(/themes/global/default/normal/images/library/icons/list_dark_12.png) no-repeat center center;
				}
				
			.toggle li.cal a {
				background: url(/themes/global/default/normal/images/library/icons/cal_dark_12.png) no-repeat center center;
				}
				
			.toggle li.print a {
				background: url(/themes/global/default/normal/images/library/icons/print_dark_12.png) no-repeat center center;
				}
				
			.toggle li.export a {
				background: url(/themes/global/default/normal/images/library/icons/export_dark_12.png) no-repeat center center;
				}
				
			.toggle li.location a {
				background: url(/themes/global/default/normal/images/library/icons/loc_dark_12.png) no-repeat center center;
				}
	
/* 13. superactions */
#superactions {
	background: #CCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	padding-bottom: 1px;
	*padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	}
	
	#superactions span {
		background: #FFF;
		display: block;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-bottom: 10px;
		}
		
		#superactions span:hover {
			background: #F2F2F2;
			}
	
	#superactions a {
		color: #0079BD;
		display: block;
		font-weight: bold;
		font-size: 13px;
		padding: 0 0 0 60px;
		text-decoration: none;
		line-height: 40px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
