﻿.wsp_print_btn_left {
	background: url("../images/shared/button/btn_left.gif") no-repeat right; width: 3px; height: 21px;
}
.wsp_print_btn_right {
	background: url("../images/shared/button/btn_right.gif") no-repeat left; width: 3px; height: 21px;
}
.wsp_print_btn_middle {
	background: url("../images/shared/button/btn_middle.gif") repeat-x top; padding: 0pt 5px; height: 21px; text-align: center; vertical-align: middle; white-space: nowrap; cursor: pointer;
}
.wsp_print_btn_text {
	color: rgb(0, 0, 0) !important; text-decoration: none;
}
.wsp_print_btn {
	font: 12px/normal tahoma; margin: 0px auto; white-space: nowrap; cursor: pointer; font-size-adjust: none;
}


/* Styles for Navigation */
#navigation {
	width: 100%;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #639597;
	clear: both;
	overflow: hidden;
}

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}

#navigation li+li { 
	border-left: 1px solid #666666
}

#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 140px;
	margin: 5px 1px;
	padding: 5px;
	background-color: #639597;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 3px 2px 3px #333333;
}

#navigation a:hover {
	text-decoration: none;
	color: #bbd9da;
	background-color: #639597;
}

#navigation .selected {
	color: #bbd9da;
}