﻿body
{
    font-size: small;
    font-family: arial, helvetica;
    text-align: center;
    color: White;
}

blockquote
{
    font-size: small;
    border: none;
    float: left;
    margin: 0px;
    padding: 30px;
    background-color: Transparent;
    color: White;
}
input.text, textarea
{
    font-size: small;
    font-family: arial, helvetica;
    color: black;
    text-align: left;
    overflow: auto;
    overflow-y: auto;
}

input.button
{
    font-size: small;
    font-family: arial, helvetica;
    color: black;
    text-align: center;
    overflow: auto;
    overflow-y: auto;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.menu
{
    filter: alpha(opacity=70);
}
.LinkItems
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: blue;
    cursor: default;
}

.LinkItems:visited
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: blue;
}
.LinkItems:hover
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}
.LinkItems:link
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: blue;
}

.LinkItemsWhite
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.LinkItemsWhite:visited
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.LinkItemsWhite:hover
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: underline;
    color: white;
    cursor: pointer;
}
.LinkItemsWhite:link
{
    font-family: arial, helvetica;
    font-size: small;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
/*http://foundsomehow.kennworld.net/2008/08/how-to-get-transparent-backgrounds-in.html*/
.dynItem
{
    background-image: url(images/Transparent.gif);
    border-bottom: solid 1px #EEE;
    color: White;
    height: 22px;
    padding: 1px 15px 0px 5px;
    display: block;
    width: 100%;
}
.menu
{
    z-index: 100;
}
.Hand
{
}
.Hand:hover
{
    cursor: hand;
}
