.navContainer { 
	float: left; 
	margin-right: -10px; 
	margin-bottom: 5px;
	cursor: pointer;
}

.leftNav { 
	width: 22px; 
	height: 24px; 
	padding: 0px; 
	margin: 0px; 
}

.centerNav { 
	height: 24px;
	background-repeat: repeat-x; 
	white-space: nowrap; 
	vertical-align: middle; 
	text-align: center;
	width: auto;
	margin: 0px;
	padding: 0px 10px 2px 10px;
	font-weight: bold;
	font-size: 10px;
}

.rightNav { 
	width: 22px; 
	height: 24px; 
	padding: 0px; 
	margin: 0px; 
}

.activeStart { 
	background-image: url('images/active_start.png'); 
	background-repeat: no-repeat; 
}

.activeLeft { 
	background-image: url('images/active_left.png'); 
	background-repeat: no-repeat;
}

.active { 
	background-image: url('images/active_bg.png'); 
	color: #666666;
}

td.active a:link, td.active a:visited, td.active a:hover {
	color: #666666;
	text-decoration: none;
}

.activeRight { 
	background-image: url('images/active_right.png');
	background-repeat: no-repeat;
}

.enabledStart { 
	background-image: url('images/enabled_start.png'); 
	background-repeat: no-repeat; 
}

.enabledLeft { 
	background-image: url('images/enabled_left.png'); 
	background-repeat: no-repeat; 
}

.enabled { 
	background-image: url('images/enabled_bg.png');
	color: #666666; 
}

td.enabled a:link, td.enabled a:visited, td.enabled a:hover {
	color: #666666;
	text-decoration: none;
}

.enabledRight { 
	background-image: url('images/enabled_right.png'); 
	background-repeat: no-repeat;
}

.disabledLeft { 
	background-image: url('images/disabled_left.png'); 
	background-repeat: no-repeat;
}

.disabled { 
	background-image: url('images/disabled_bg.png'); 
	color: #bbbbbb; 
}

td.disabled a:link, td.disabled a:visited, td.disabled:hover { 
	color: #bbbbbb; 
	text-decoration: none;
}

.disabledRight { 
	background-image: url('images/disabled_right.png'); 
	background-repeat: no-repeat;
}

.hidden { 
	display: none;  
}

.mainDivPage {
	width: auto; /*700px;*/
}

.clearit {    clear: both }

.navigation_wrapper {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f0f0f0 url(images/tab_chevron_bg.png) repeat-x;
    border: 1px solid #b7b7b7;
    margin: auto;
    padding: 0;
    width: 968px;
    overflow: hidden;
    position: relative;
    
}

.navigation_wrapper ul {
    margin: 0 0 0 25px;
    padding: 0;
}

.navigation_wrapper ul li {
    display: block;
    float: left;
    margin: 0 0 0 -25px;
    padding: 0;
}

.navigation_wrapper ul li a.selected {
    background: #214e8a;
    background: url(../navigation/images/tab_chevron_selected.png) right repeat-x;
    color: #666666;
}

.navigation_wrapper ul li a.disabled {
    color: #888;
}

.navigation_wrapper ul li a {
    background: #eee;
    background: url(../navigation/images/tab_chevron.png) right repeat-x;
    border: 0 solid transparent;
    color: #666666;
    display: block;
    font-family: Arial;
    font-size: 13px;
    margin: 0;
    padding: 12px 25px 12px 40px;
    text-decoration: none;
    position: relative;
}

.navigation_wrapper ul li a:hover {    text-decoration: underline }

a.navTab {
    margin-left: -25px;
    position: relative;
}

a.p_70 {    z-index: 70 }

a.p_60 {    z-index: 60 }

a.p_50 {    z-index: 50 }

a.p_40 {    z-index: 40 }

a.p_30 {    z-index: 30 }

a.p_20 {    z-index: 20 }

a.p_10 {    z-index: 10 }

.mini_nav {
    float: right;
    margin: 7px 0 0 0;
    padding: 0;
    width: 150px;
}

.mini_nav a, .mini_nav a:active, .mini_nav a:visited {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #8b98b6;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 60px;
}

.mini_nav a:hover {
    background: #c1d3fd;
    color: #687188;
}

a.nav_nomore, a.nav_nomore:active, a.nav_nomore:visited {
    background: #3f4553;
    color: #77829c;
}
