﻿html, body 
{
    background:#fff;
    font:normal 12px Arial;
    color:#000;
    cursor:default !important;
    height:100%;
}

form
{
    height:100%;
    width:100%;
}

div
{
    overflow:hidden;
}

a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
    color:#f70;
}

a img
{
    border-width:0;
}

button
{
    overflow:hidden;
    padding:3px 5px 3px 5px;
    *padding:1px 2px 1px 2px;
    cursor:pointer;
}

label
{
    margin:0 15px 0 5px;
    cursor:pointer;
    color:#009;
}
label:hover
{
    text-decoration:underline;
}

input[type="checkbox"], input[type="radio"]
{
    border-width:0 !important;
    background:none !important;
    width:auto !important;
}

textarea
{
    overflow:auto;
}

ul
{
	padding:0 0 0 10px;
	margin:0;
}

p
{
	text-indent:30px;
}

area
{
	cursor:pointer;
}

table
{    
    width:100%;
    border-collapse:collapse;
    border:1px solid #ccc;
    font-size:12px;
}
table tr
{
    background-color:#fff;
    color:#000;
    cursor:pointer;
    border:1px solid #ccc;
}
table tr:hover
{
    background-color:#ffc;
}
table thead tr, table thead tr:hover
{
    background:#f90 url(../../imgs/brilho-a.png) repeat-x;
    color:#fff;
    font-weight:bold;
    text-align:center;
    cursor:default;
    white-space:nowrap;
}
table thead tr:hover
{
    color:#ff0;
}
table thead tr td
{
    border-bottom-width:2px;
    font-size:11px;
}
table tr td
{
    padding:5px;
    border:1px solid #ccc;
    text-align:center;
}
table tr td span
{
    color:#666;
    font-weight:bold;
}
