﻿

.navigationButtonTabPlaceholder
{
	width:100%;
	border-bottom:solid 1px #3D5D89;
}

.navigationButtonTabInnerPlaceholder
{
	width:100%;
	border-bottom:solid 1px #7E8D9A;
}


.navigationButtonStaticSelectedTab
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #2B5493;
	font-weight:bold;
	
	background-color: #ffffff;
	
	border-style: solid;
	border-top-color: #2B5493;
	border-left-color: #ffffff;
	border-right-color: #2B5493;
	border-bottom-color: #ffffff;
	border-width: 1px;
	padding: 3px;
	height: 20px;
	text-decoration: none;
	text-align:center;  
	cursor:default;  
}

.navigationButtonStaticInnerSelectedTab
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #585656;
	font-weight:bold;
	
	background-color: #DDDADA;
	
	border-style: solid;
	border-top-color: #7E7C7C;
	border-left-color: #DDDADA;
	border-right-color: #7E7C7C;
	border-bottom-color: #DDDADA;
	border-width: 1px;
	padding: 3px;
	height: 20px;
	text-decoration: none;
	text-align:center; 
	cursor:default;  
}

.navigationButtonSubCategory
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #DEDBDB;
	font-weight:bold;
	
	background-color: #7C8694;
	
	border-style: solid;
	border-top-color: #2B5493;
	border-left-color: #7C8694;
	border-right-color: #2B5493;
	border-bottom-color: #3D5D89;
	border-width: 1px;
	padding: 3px;
	height: 20px;
	text-decoration: none;
	text-align:center; 
	cursor:default;  
}

.navigationButtonInnerSubCategory
{
	font-family: Verdana, Arial, Geneva,  Helvetica, Sans Serif;
	font-size:xx-small;
	color: #F2F0F0;
	font-weight:bold;
	
	background-color: #BCAAAA;
	
	border-style: solid;
	border-top-color: #7E7C7C;
	border-left-color: #BCAAAA;
	border-right-color: #7E7C7C;
	border-bottom-color: #7E7C7C;
	border-width: 1px;
	padding: 3px;
	height: 20px;
	text-decoration: none;
	text-align:center; 
	cursor:default;  
}

