﻿/* Modal table */
.modalTable
{
    width: 960px;
    height: 630px;
    background-color: White;
    font-family: Tahoma, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 11px;
}
.modalDataTop
{
    /*margin: 5px 5px 1px 5px;*/
    height: 40px;
}
.modalDataContent
{
    /*margin: 1px 5px 1px 5px;*/
    height: 590px;
    vertical-align: top;
}
/*
.modalDataBottom
{
    margin: 1px 5px 5px 5px;
    height: 40px;
}*/

/* MooTools */
.mootabs_title {
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 24px;
}
.mootabs_title li {
    float: left;
    background: #E0E0E0;
    padding: 2px 8px 5px 8px;
    margin-right: 2px;
    cursor: pointer;
    color: #000;
    font-family: "Trebuchet MS";
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    border: solid 1px #A0A0A0;
}
.mootabs_title li.active {
    background-color: #fff;
    border-bottom-style: none;
}
.mootabs_title li.over {
    font-weight: bold;
}
.mootabs_panel {
    display: none;
    position: relative;
    top: -1px;
    font-family: "Trebuchet MS";
    clear: both;
    color: #000;
    overflow: auto;
    padding: 5px;
}
.mootabs_panel.active {
    background-color: #fff;
    display: block;	
}
