﻿.navigation_table
{
    position:absolute;
    top:15px;
    right:30px;
    color:#ccc;
    font-size:14px;
}

.navigation_table * a
{
    color:#ccc;
    text-decoration:none;
}

.navigation_table tr td
{
    vertical-align:top;
}

.header_button
{
    height:27px;
    background:url('/Content/images/navigation/header_button_center.png') repeat-x;
    line-height:27px;
    margin:0 30px;
    position:relative;
    min-width:70px;
}

.header_button_over
{
    background:url('/Content/images/navigation/header_button_o_center.png') repeat-x;
}

.header_button_selected
{
    height:37px;
    background:url('/Content/images/navigation/header_button_h_fill.png') repeat-x;
    line-height:27px;
    margin:0 30px;
    position:relative;
    min-width:70px;
}

.header_button_disabled
{
    height:27px;
    background:url('/Content/images/navigation/header_button_d_center.png') repeat-x;
    line-height:27px;
    margin:0 30px;
    position:relative;
    min-width:70px;
}

.header_button_left
{
    position:absolute;
    left:-23px;
    top:0;
    z-index:5;
}

.header_button_right
{
    position:absolute;
    right:-23px;
    top:0;
    z-index:5;
}

.header_button_selected_center_container
{
    position:absolute;
    top:0;
    left:50%;
}

.header_button_selected_center
{
    position:relative;
    left:-50%;
    z-index:5;
}

.header_button_text
{
    position:relative;
    z-index:10;
    cursor:default;
    vertical-align:middle;
}

.header_button_interaction
{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-23px;
    z-index:20;
    background:url('/Content/images/spacer.gif') repeat;
    cursor:pointer;
    padding:0 23px;
}

.header_button_external_icon
{
    vertical-align:middle;
    margin-left:10px;
    position:relative;
    top:-2px;
}