﻿@import "ui.all.css";
@import "jquery-ui-1.7.2.css";

body *
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
body
{
    font-family: "segoe ui" , Tahoma, Verdana, Century Gothic;
    color: #020202;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.error
{
    margin: auto;
    font-family: tahoma;
    border: solid 1px #FF0000;
    padding: 5px;
    color: #020202;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #FFE3E0;
}
.info
{
    background-repeat: repeat-x;
    background-color: #FFFFCC;
    border: solid 1px #DDDDDD;
    line-height: 22px;
    display: block;
    padding: 4px 0px 4px 0px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}
a
{
    color: Blue;
}
a:link, a:visited, a:active
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
/*Dashboard style...*/

form fieldset
{
    border-width: 1px 1px 1px 3px;
    border-style: solid;
    border-color: #9DB6C5;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
    padding: 0px 5px 5px 3px;
    background-color: #FDFDFD;
}
form fieldset legend
{
    font-family: Tahoma, Verdana;
    background-color: #F1FBFE;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-collapse: collapse;
    border-color: #9DB6C5;
    color: Navy;
    font-size: 90%;
    padding: 2px 3px 2px 3px;
    margin: 0px 0px 0px 0px;
}
.appHeader, .appFooter
{
    text-align: center;
    width: 100%;
    display: block;
    height: 33px;    
    background-image: url(Images/header_bg.png);
    background-repeat: repeat-x;
    color: #3F7A9E;
    margin:0px;
    padding:0px;
}
.appHeader *
{
    font-size: 16px;
}
.appFooter
{
    font-size: 1.2em;
    margin-bottom: 0;
}
.multipage
{
    border: solid 1px Gray;
}
