﻿@import url( "grid.css" );
@import url( "group.css" );
@import url( "input.css" );
@import url( "layout.css" );
@import url( "login.css" );
@import url( "menu.css" );
@import url( "message.css" );
@import url( "objects.css" );
@import url( "reports.css" );

a {
    color: Blue;
}

a:hover {
    color: Red;
}

body {
    background-color: #f4f4f4;
    cursor: default;
    font-family: Calibri, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
}

.adminpanel {
    background-color: White;
    border: 2px solid Black;
    padding: 0 16px 16px 16px;
}

.rightbordernone
{
    border-color:#000000;
    border-right-width:0px !important;
}

.leftrightbordernone
{
    border-color:#000000;
    border-right-width:0px !important;
    border-left-width:0px !important;
}
    
.leftbordernone
{
    border-color:#000000;
    border-left-width:0px !important;
}

.fixedGridView
{
    width:1080px;
    table-layout:fixed;
    border-right-width:0px !important;
    border-width:0px !important;
}

.panelMargin
{
    margin-left:40px !important;
}


.clientUCLabel{
    display: block;
    float: left;
    width: 120px;
}

#ctl00_ctl00_BodyPlaceHolder_PageHeaderControlsPlaceHolder_ClientDropdown_ClientDropdownList
{
    width:225px;
}

td#pagetitle
{
    min-width:190px;
    max-width:250px;
}

.reportviewer
{
    margin-left:auto;
    margin-right:auto;
}

.htmlReport 
{
    margin-top:10px;
    border:0px;
}
table.htmlReport tr th
{
    border:1px solid #dddddd;
}
table.htmlReport tr td
{
    border:1px solid #dddddd !important;
    background-color:#f0f0f0;
}
table.htmlReport tr.pager td
{
    border:0px !important;
    background-color:#f4f4f4;
}

.htmlReportHeader
{
    background-color:#CCCCCC;
}

.buttonlink
{
    font: 16px;
    text-decoration: none;
    background-color: #cccccc;
    color: #333333;
    padding: 2px 35px 2px 35px;
    margin: 80px 4px 20px 4px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    border-left: 1px solid #222222;
}
a.buttonlink:hover
{
    color: #222222;
}
.tablenew
{
    visibility: hidden;
}
