/*
	All files Copyright (c) Jay Svoboda
	Email: jay@accuratehub.com / jay@sclek.com
	Design created for ColourCut Hair Salon
	
	http://ahndesigns.com
	
	All infringers will be prosecuted to the fullest extent of the law.
*/
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #424242;
	background-image:url(images/background.png);
	background-repeat: repeat-x;
	text-align: center;
}
td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}
p {
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
form {
	margin: 0px;
	padding-left: 1px;
}
h1 {
	color: #871e37;
	font-size: 23px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
.l_871e37 {
	color: #871e37;
	font-size: 23px;
}
.m_871e37 {
	color: #871e37;
	font-size: 18px;
}
.l_c5c5c5 {
	color: #838383;
	font-size: 23px;
}
.textbox {
	background-color: #e8e8e8;
	border: solid;
	border-width: 1px;
	border-color: #B6B6B6;
	font-size: 12px;
	color: #424242;
	padding: 3px;
}
.button {
	background-color: #e8e8e8;
	border: solid;
	border-width: 1px;
	border-color: #B6B6B6;
	font-size: 12px;
	padding: 2px;
	color: #424242;
}
#error {
	border-width: 1px;
	border-style: solid;
	border-color: #e30000;
	background-color: #FFCACA;
	color: #410000;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
#success {
	border-width: 1px;
	border-style: solid;
	border-color: #23790B;
	background-color: #C9FDAA;
	color: #0c1f00;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
#header {
	text-align: left;
	margin: 0 auto;
	height: 117px;
	width: 900px;
}
#navigation {
	text-align: left;
	margin: 0 auto;
	width: 772px;
	height: 22px;
}
#navigation a {
	font-size: 11px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 4px;
	height: 18px;
}
#navigation a:hover {
	font-size: 11px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 15px;
	margin-left: 5px;
	padding-top: 4px;
	height: 18px;
	background-image: url(images/over.png);
}
#body {
	text-align: left;
	margin: 0 auto;
	width: 772px;
}
#body a {
	color: #871e37;
	text-decoration: none;
}
#body a:hover {
	color: #871e37;
	text-decoration: underline;
}
#body #bodybg {
	float: left;
	width: 772px;
	background-image: url(images/pageback.png);
}
#body #bodybg #content {
	float: left;
	width: 575px;
	padding: 5px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
}
#body #bodybg #sidebar {
	float: left;
	width: 177px;
	padding: 5px;
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
}
#body #bodybg #wide {
	float: left;
	width: 762px;
	padding: 5px;
	background-image: url(images/wide.png);
	background-repeat: no-repeat;
}
#body #bodybg #sidebar img {
	margin-left: 1px;
	margin-top: 6px;
}
#footer {
	text-align: left;
	margin: 0 auto;
	width: 772px;
	color: #828282;
	font-size: 10px;
}
#footer a {
	color: #828282;
	text-decoration: none;
}
#footer a:hover {
	color: #828282;
	text-decoration: underline;
}
#footer #footerbg {
	float: left;
	width: 772px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#footer #left {
	float: left;
	width: 567px;
	margin-left: 5px;
}
#footer #contact {
	float: left;
	width: 195px;
	margin-right: 5px;
	text-align: right;
}
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}