﻿body 
{
    font-family: Segoe UI, Arial;
    font-size: 12px;
    color: #004276;
    background-color: #E5E9EA;
}

div.filterHeading 
{
    float: left;
}

span.heading
{
    position: relative; 
    top: -10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
        
div.filterPanel
{
    position: absolute; 
    left: 10px; 
    top: 10px; 
    width: 270px; 
    bottom: 10px;
    border: solid 1px #B3B6B7; 
    background-color: White;
    border-radius: 10px;
    moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 5px 5px 5px #888; 
    padding-top: 5px;
    min-height: 800px;
}
        
div.filter
{
	margin: 5px 5px 0px 5px;
	text-align: left;
	width: 100%;
}
        
div.filterLabel
{
	width: 105px;
	height: 19px;
	padding-top: 3px;
	display: inline-block;
	vertical-align: middle;
}
        
div.filterControl
{
	width: 140px;
	display: inline-block;
}
        
div.frame
{
    position: absolute; 
    left: 296px; 
    top: 10px; 
    right: 10px; 
    bottom: 10px; 
    background-color: White;
    border: solid 1px #B3B6B7; 
    border-radius: 10px;
    moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 5px 5px 5px #888; 
    overflow: hidden;
    min-height: 800px;
    min-width: 850px;
}
                
select 
{
    width: 100%;
    font-family: Arial;
    font-size: 11px;
}

input
{
    padding: 1px;
    /*padding: 0;
    margin: 0;*/
}
        
input[type=button]
{
    width: 90px;
}
        
iframe
{
    position: absolute; 
    border: solid 0px white; 
    padding: 0 0 0 0;
    margin: 0 0 0 0; 
    width: 100%; 
    height: 100%;
}

button.ui-button-icon-only
{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

input[type=text], input[type=password]
{
    border: solid 1px #d8dcdf;
    color: #333333;
    font-family: Segoe UI, Arial;
    font-size: 12px;
    vertical-align: middle;
    height: 16px;
}

input[type=text].ui-state-error
{
    border: 1px solid #cc0000;
}

button.ui-state-disabled, button.ui-state-default.ui-state-disabled
{
    border: 1px solid #909ca2;
}

.ui-menu .ui-menu-item a 
{
	padding: 0;
}

.userDetails 
{
    position: relative; 
    top: -9px; 
    padding: 0px 5px 0px 5px; 
}

.logOff
{
    position: relative; 
    top: 2px; 
    border: none;
}

.logo 
{
    position: absolute; 
    bottom: 5px; 
    left: 5px;
}

.poweredBy 
{
    position: absolute; 
    bottom: 0px; 
    right: 0px;
}

.AltRow
{
    background-color: #f2f2f2;
}
        
.Row
{
    background-color: #ffffff;
}

.ui-autocomplete
{
    min-width: 128px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -20px;
}

#autocompleteMonth .ui-autocomplete
{
    min-width: 74px;
}

#autocompleteYear .ui-autocomplete
{
    min-width: 43px;
}

.ui-button
{
    width: 90px;
}

.ui-dialog .ui-dialog-buttonpane
{
    padding: 0 0 0 63px;
    margin: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: none;
}