﻿@import url("../reset.css");

html
{
    overflow-y: scroll;
}

body
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}


a
{
    text-decoration: none;
}
a.text
{
    color: #FD3300;
    text-decoration: underline;
}
a.text:hover
{
    color: #000000;
}


table.vam td, table.vam th
{
    vertical-align: middle;
}

.modalBackground
{
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 0.7;
}

input
{
    margin: 0px;
    padding: 0px;
}

p
{
    margin-bottom: 1em;
    line-height: 1.5em;
}

.ra
{
    text-align: right;
}

.ca
{
    text-align: center;
}

th
{
    font-weight: 700;
}

h2
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}

DIV.modal_background
{
    background-color: Black;
    filter: alpha(opacity=80);
    background-color: black;
    opacity: 0.8;
}

A.blockswitcher_on
{
    color: Red;
}

b, strong
{
    font-weight: bolder;
}

.nobr
{
    white-space: nowrap;
}

.autoscroll
{
    overflow: auto;
    height: 100%;
}

/************************** dialogs ******************************/

div.bubble_dialog 
{            
    font-size: 93%;
}

DIV.bubble_dialog TH, DIV.table_dialog TD
{
    vertical-align: middle;
}


DIV.bubble_dialog TD.full_input
{
    padding: 1px 0px 1px 4px;    
}

DIV.bubble_dialog TD.full_input input
{
    margin: 0px 0px 0px -4px;
    padding: 1px;
    border: solid 1px #a0a0a0;
    width: 100%;
}


DIV.bubble_dialog TD.full_select select
{
    width: 100%;
}


DL 
{
}

DL DT 
{
    font-weight: 700;
}

DL DD
{
    margin-left: 5ex;
}
