﻿/* site classes below */
#navTopContainer {
	text-align: center;
	background: none;
}
#navTopContainer ul {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: none;
	padding: 3px;
	margin: 0px;
}
#navTopContainer li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-align: center;
}

#feedbackSurvey {
	width:100%;
}
#feedbackSurvey td {
	padding:0 6px 2px 6px;
}
#feedbackSurvey h3 {
	padding: 4px;
	display:block;
	background-color:#a3480a;
	color:#f1dab2;
}
/* tabs */
#tabNav {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/standard/tabbottom.gif) repeat-x bottom;
}
#tabNav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabNav a:active {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}
#tabNav a:link {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}
#tabNav a:visited {
	float: left;
	background: #FBFBFB;
	font-size: 13px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #333;
	text-decoration: none;
	color: #666;
}
#tabNav a:hover {
	background: #C0C0C0;
	color: #FFF;
}
#tabNav a:hover.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}
#tabNav a:link.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}
#tabNav a:visited.active {
	border-bottom: 1px solid #FBFBFB;
	background: #FFF;
	color: #000;
	font-weight: bold;
}
/* END TABS */
/* Admin */
#adminLabel {
	padding: 3px;
	background-color: Black;
	color: White;
}
#adminLabel a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#adminLabel a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#adminLabel a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#adminLabel a:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#adminNav {
	padding: 5px;
	background-color: Gray;
	border-top: appworkspace 2px solid;
}
#adminNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#adminNav ul li {
	display: inline;
	margin: 0px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
}
#adminNav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#adminNav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#adminNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#adminNav ul li a:hover {
	color: #000000;
}
/* END ADMIN */


.shadowbox {
	background: #ccc;
	position: relative;
  	top: 2px;
  	left: 2px;
  	font-weight:bold;
}
.shadowbox div {
	background: #333;
	color: #fff;
	padding: 5px;
	position: relative;
	top: -2px;
	left: -2px;
}

table.stylists td {
    padding: 5px 5px 5px 20px;
}