﻿/***
This file is for the new master page and refactored content pages
***/

html, body
{
    height: 100%;
}


body
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.7em; /* identical to 8pt by default */
    vertical-align: top;
    line-height: 1.4em;
}

/*
Master Page
*/

div.frame-container
{
    max-width: 1160px;
    padding: 10px;
    min-height: 600px;
    margin: 0 auto;
}

table.frame
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.topmost-wrapper
{
    width: 100%;
}

.page-header
{
    padding: 13px 10px 0 10px;
}

.top-nav
{
    color: #fff;
    background-color: #666699;
    height: 20px;
    line-height: 20px;
}

.top-nav a, .top-nav a:link
{
    color: #fff;
    text-decoration: none;
}

.top-nav a:visited
{
    text-decoration: none;
}

.top-nav a:hover
{
    text-decoration: underline;
}

.page-title
{
    height: 40px;
}

.main-nav
{
    height: 14px;
    line-height: 14px;
    border: solid 2px #000;
}

.main-nav a, .main-nav a:link
{
    color: Black;
}

.main-nav a:visited
{
    color: Black;
}

.main-nav a:hover
{
    color: Black;
}


.main-nav .menu
{
    display: inline-block;
}

.main-nav .menu .menu-item
{
}

.main-nav .menu .menu-item-hover
{
    background-color: #ccc;
}

.main-nav .menu .menu-item-selected
{
    text-decoration: underline;
}

.main-nav .menu .menu-item-content
{
}

table.menuStaticItem
{
    border-right: solid 2px #000;
}

/*
Widgets
*/
.h-split
{
    border-top: dashed 1px #ccc;
    margin: 10px 0;
    line-height: 0;
}



/************************************************
Page Layout
************************************************/

.panel
{
    border: solid 1px #999;
    border-collapse: collapse;
    padding: 10px;
}

.panel input[type="button"], .panel input[type="submit"], .panel input[type="reset"]
{
    min-width: 80px;
    min-height: 24px;
}

.btn-group
{
    text-align: center;
}

.btn-group input
{
    margin-left: 3px;
    margin-right: 3px;
}

.vam-container
{
    line-height: inherit;
}

.vam-container *
{
    vertical-align: middle;
}

table.left-align tr th
{
    text-align: left;
}

.tab-initial {
    font-size : 12px;
    display: block;
    padding: 4px 18px 4px 18px;
    float: left;
    background: url("../../Images/InitialImage.png") no-repeat right top;
    color: Black;
    font-weight: bold;
}

    .tab-initial:hover {
        font-size: 12px;
        color: darkred;
        background: url("../../Images/SelectedButton.png") no-repeat right top;
    }

.tab-clicked {
    font-size: 12px;
    float: left;
    display: block;
    background: url("../../Images/SelectedButton.png") no-repeat right top;
    padding: 4px 18px 4px 18px;
    color: Black;
    font-weight: bold;
    color: darkgreen;
}