﻿/* This is where application specific style rule can be added. */
@import url(../WebApps.css);

.button
{
    font-family: Arial;
    font-size: 9;
    font-style: normal;
}

.label
{
    font-family: Arial;
    font-size: 8;
    font-style: normal;
}

.rightAligned
{
    float: right;
    margin-right: 2px;
}

.header
{
    font-family: Arial;
    font-size: 10;
    font-style: normal;
    font-weight: bold;
}

.tableText
{
    font-family: Arial;
    font-size: small;
    font-style: normal;
}

tr.tableLineFirst td
{
    font-family: Arial;
    font-size: small;
    color: black;
    background-color: #F0F0F0;
    font-weight: normal;
    padding: 5px;
}
tr.tableLineLast td
{
    font-family: Arial;
    font-size: small;
    color: black;
    background-color: #E4E5E3;
    font-weight: normal;
    padding: 5px;
}

#HeaderTemplate
{
    background-color: #05143f;
}

/*AutoComplete flyout */
.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: hidden;
    height: 230px;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #B0C4DE;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
    left: 100px;
    top: 150px;
    overflow: visible;
}

.popupControlPackage
{
    background-color: White;
    position: absolute;
    visibility: hidden;
    left: 100px;
    top: 150px;
    overflow: visible;
}

.handOnMouseOver
{
    cursor: pointer;
}
