﻿html
{
    height:100%;
}

body
{
    height:100%;
    margin:0px;
    padding:0px;
    font-family: "Trebuchet MS", Arial, Sans-Serif;
}

.altrow td, .altrow th
{
    background-color: #eeeeee;
}

#searchDialog form table td
{
    font-size: 0.6em;
}

.infoWindow
{
    height:500px;
    width:500px;
}

.infoWindowTitle
{
    font-weight:bold;
}

.infoWindowText
{
    font-style:italic;
    color: #ff0000;
}

#progressDialog
{
/*    background-color: #ffffff; */
    width: 100px;
    height: 100px;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 0;
    display: none;
}

.ui-button-text
{
    font-size:0.7em;
}