TABLE
{
    border-collapse: collapse;
}

BODY
{
    background-color: #000033;
}

HTML, BODY, FORM
{
	height: 100%;
	min-height: 100%;
	margin:0;
    padding:0;
    border:none
}

A	
{
	text-decoration: none;
	color: blue;
}

IMG
{
    border:0px;
}

A:hover	
{
	text-decoration: underline;
}

A.White
{
    color: White;
}

.pointer
{
    cursor: pointer;
}

.wppButtonOrcamentoAprovar 
{
    width: 100px;
    height: 50px;
    background-color: Green;
    color: white;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.wppButtonOrcamentoRecusar
{
    width: 100px;
    height: 50px;
    background-color: Red;
    color: black;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.bottompadding
{
    padding:0px 0px 10px 0px !important;
    margin:0px !important;
}

.largebottompadding
{
    padding:0px 0px 15px 0px !important;
    margin:0px !important;
}

.removepaddings TD
{
    padding:0px !important;
    margin:0px !important;
}

.smallpadding
{
    padding:2px !important;
}

.transparent
{
    background-color:white;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.inline-block-middle
{
    display:inline-block;
    vertical-align:middle;
}

.dxpc-content
{
    padding-bottom: 5px !important;
}

.alert .label
{
    display:inline-block;
    min-width: 300px;
}
