﻿/* Eng.css Style Sheet */

body
{
    color:#777777;
    background-color:#ffffff;
	font-family:Arial,Tahoma,Helvetica,sans-serif; 
    font-size:10pt;
}

a
{
    color:#2557AD;
    text-decoration:none;
}

a:hover
{
    color:#9999ff;
}

.tableTopLink
{
	cursor:pointer;
	width:150px;
}

.tableTopLink:hover
{
    color:lightgray
}

.tableMid
{
	width:941px;
}

.aLink {
    color: #000000;
    cursor: pointer;
}

.aLink:hover
{
    color:#000000;
}

.tdNobr
{
	white-space: nowrap;
	overflow: hidden;
}

.tdLink
{
    color:#1143e6;
    text-decoration:underline;
    cursor:pointer;
}

.selectCombo
{
	font-size:8pt;
}

.inputEdit
{
	font-size:8pt;
	height:14px;
}

#divFooterAddNewCompany {
    height: 40px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    text-align: left;
}
