﻿body {
}

div.wrapper 
{
    margin-left:auto;
    margin-right:auto;
    width:800px;
    position:relative;
}

.okbuttonstyle
{
    border-style: solid;
    border-color: #F55800;
    background-color: #CECECE;
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Tahoma;
}

.gridviewheader
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.gridviewrow
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #000000;
}

a
{
    color: #FF7300;
    font-family: Tahoma;
    font-size: 8pt;
    text-decoration: none;
}

.formlabel
{
    font-family: Tahoma;
    font-size: 8pt;    
}

.formlabelbold
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}

.menuheader
{
    font-family: Tahoma;
    font-size: 10pt;
    color: #000000;
}

.menulink
{
    font-size: 8pt;
    color: #F55800;
}

.fileupload
{
    width: 350px;
    font-family: Tahoma;
    font-size: 8pt;    
}

.linkbutton
{
    border: 2px solid #6D6864;
    vertical-align: middle;
    color: #FF7300;
    background-color: #E8E7E6;
    font-family: Tahoma;
    font-size: 8pt;
    line-height: 20px;
}

.collapsePanel
{
    height:0px;
    overflow:hidden;
}

.hiddenIFrame
{
    height: 0px;
    width: 0px;
    border: 0px;
}

.popupControl
{
    visibility: hidden;
}

.warningPanel
{
    background-color: #FFFFCC;
    border: 4px solid #000000;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
.error
{
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

