/*Top Nav*/

#nav {
	float:right;
	overflow:hidden;
	margin-right: 24px;
}

#nav a, #nav a:visited {
	color:#e8e8e8;
	text-decoration:none;
	display:block;
}

#nav a:hover, #nav a:active {
	text-decoration:underline;
}

#nav li {
	float:right;
	list-style:none;
	border-right:1px solid #444444;
	padding: 2px 13px;
}

	
/*Filter Bar*/


#filters {
	background: #4b5251;
	-webkit-border-radius-topright:6px;
	-webkit-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	border-radius-topleft:6px;
	border-radius-topleft:6px;
	overflow: hidden;
	padding:12px 0 12px 14px;
	}

#filters li {
	float: left;
	list-style: none;
	padding:7px 10px;
	margin-right: 10px;
	}

#filters a, #filters a:visited {
	color:#FFF;
	text-decoration: none;
	}

#filters a:hover, #filters a:active {
	color: #e4e5e5;
	}
	
#filters li.current-tab, #filters li.current-tab:visited {
	background: #dedede;
	color: #000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius:20px;
	}

#filters li.current-tab a, #filters li.current-tab a:visited {
	color: #191919;
	}
		
#filters li#filters-label {
	color: #bababa;
	font:italic 1em Georgia,'Times New Roman';
	padding-right: 10px;
	}	
	
	
		
	
/* Steps*/

#steps {
	border-bottom: 1px solid #4b5251;
	border-top:3px solid #4b5251;
	overflow: hidden;
	margin-bottom: 28px;
	}

#steps.profile-steps {
	margin: 0;
	}
	
#steps li {
	list-style-type:none;
	float: left;
	color: #7C7C7C;
	padding: 15px 0;
	margin: 0 12px;
	}	

#steps li.selected a, #steps li.selected a:visited, #steps li.selected {
	text-decoration: none;
	color: #111;
	font-weight: bold
	}

		
		
	
	
	
		
	
/* User Dashboard */

#dashboard-sections {
	background:url(../images/bg_sidenav.png);
	font:bold 1.2em Helvetica, Arial;
	}

#dashboard-sections li {
	background:url(../images/sidenav_border.png) repeat-x;
	font:bold 1.2em Helvetica, Arial;
	list-style-type:none;
	}	
	
#dashboard-sections .selected {
	background:	#8fa355 url(../images/sidenav_selected.png)	repeat-x;
	color:#FFF;
	text-shadow:0 1px 0 #66743d;
	padding:17px 21px;
	font:bold 1.2em Helvetica, Arial;
	}

#dashboard-sections a, #dashboard-sections a:visited {
	color:#8a8f7c;
	text-decoration:none;
	padding:17px 21px;
	display:block
	}
	
#dashboard-sections a:hover {
	color:#5f6353;
	}	

#dashboard-sections a:active {
	color:#3c3e34;
	padding:18px 21px 16px;
	}
	
		
		
	
#dashboard_tabs {
  list-style:none;
  overflow: hidden;
  border-left:#bcd1e3 1px solid;
  margin-top: 20px;
}

#dashboard_tabs a, #dashboard_tabs a:visited {
  color:#404040;
  text-decoration:none;
  padding:12px 23px;
  display:block
}
	
#dashboard_tabs li {
  float:left;
  background:#f4f4f4;
  border-top:#d3d3d3 1px solid;
  border-bottom:#d3d3d3 1px solid;
  border-right:#d3d3d3 1px solid;
}

#dashboard_tabs li:hover {
	background: #E7E7E7;
	}
			
#dashboard_tabs li.selected {
  background:#fff;
  border-width: 1px 1px 0px 1px;
}





