﻿.primary-nav {
	background: url('/includes/img/nav_sprite_partner.gif') repeat-x 50% -210px;
	}
	
.primary-nav .container {
    background: url('/includes/img/nav_sprite_partner.gif') no-repeat left -280px;
	}
			
.primary-nav ul {
	background: url('/includes/img/nav_sprite_partner.gif') repeat-x left -140px;
	}
	
.primary-nav li a {
   color: #fff;
	}
	
.primary-nav li.active {
	background: url('/includes/img/nav_sprite_partner.gif') no-repeat left top;
	}
			
.primary-nav li.active a {
	background: url('/includes/img/nav_sprite_partner.gif') no-repeat right -70px;
    }
    
.tagline {
	line-height: 1;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	width: 49em;
	}
	
	/* \_ */
	
		.tagline h2 {
			font-weight: normal;
			margin-top: -.75em;
			}
			
		.tagline small {
			color: #7d8082;
			}

#partner .shiny {
    background: url('/includes/img/gradient_blue.jpg') repeat-x left 50%;
	padding: 1em;
	}
							
.admin-link {
	background: #ededee;
	border-bottom: 1px solid #ddd;
	color: #7d8082;
	font-size: .786em; /* 11px */
	padding: .5em 1em;
	}
	
	.admin-link a {
		color: #7d8082;
		}
		
/* =================================== */
/* = COMPLETE PERCENTAGE FOR OUTLETS = */
/* =================================== */

.profile-percent-complete {
	margin-top: 2em;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter:alpha(opacity=99);
	text-shadow: #000 0 0 0;
	}
	
	/* \_ */
	
	.profile-percent-complete h3 {
		font-size: 1.286em;
		line-height: 1.5;
		}
		
	.profile-percent-complete p {
		font-size: .786em;
		line-height: 1.63em;
		}
		
	.profile-percent-complete ul {
		list-style: none;
		}
		
	.profile-percent-complete li {
		background: url('/includes/img/icon_expand.gif') no-repeat left .5em;
		font-size: .786em;
		line-height: 1em;
		padding: .3em 0 .3em 15px;
	}

.complete-container {
	background: url('/includes/img/complete_sprite.gif') no-repeat right top;
	height: 22px;
	padding-right: 2px;
	}
	
	/* \_ */
	
		.complete-side {
			background: url('/includes/img/complete_sprite.gif') no-repeat left -22px;
			height: 21px;
			overflow: hidden;
			position: relative;
			}
			
			/* \_ */
	
				.percent-container {
					margin: 1px 1px 0 2px;
					}
				
					/* \_ */
				
						.percent-fill {
							background: url('/includes/img/complete_sprite.gif') repeat-x left -44px;
							float: left;
							height: 20px;
							width: 50%;
							}
							
						.percent-pointer {
							background: url('/includes/img/complete_sprite.gif') no-repeat left -66px;
							float: left;
							height: 20px;
							width: 10px;
							}
							
/* ======================= */
/* = OUTLET SHARING PAGE = */
/* ======================= */
					
.editor {
	position: relative;
	}

	/* \_ */
		
		.editor .remove-editor {
			height: 20px;
			position: absolute;
			right: -1em;
			text-indent: -9999px;
			top: 50%;
			width: 20px;
			}
			
			/* \_ */
			
				.editor .remove-editor a {
					background: url('/includes/img/icon_delete.png') no-repeat left top;
					display: block;
					font-size: 1px;
					height: 20px;
					line-height: 0;
					position: absolute;
					right: -10px;
					top: -10px;
					width: 20px;
					}
.show-sorter {
    margin: 20px 0 0;
    }
    	
    .show-sorter div {
    	float: left;
    	}
		
		.show-sorter a, .show-sorter a.inactive {
			display: block;
			padding: 7px 12px 4px;
			text-decoration: none;
			margin-right: 10px;
			color: #000;
			background-color: #ededee;
		    }
		
		.show-sorter a.active {
			background-color: #fd7700;
		    }
		
		.show-sorter a.inactive {
			color: #7d8082;
			cursor:default;
		    }