﻿html, body 
{
    background:#fff;
    font:normal 12px Arial;
    color:#000;
    cursor:default !important;
}

div
{
    overflow:hidden;
}

a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

a img
{
    border-width:0;
}

label
{
    margin:0 15px 0 5px;
    cursor:pointer;
    color:#009;
}
label:hover
{
    text-decoration:underline;
}

input, select, textarea
{
    font:bold 13px arial;
    color:#009;
    padding:4px 5px 4px 5px;
    border:1px solid #0ff;
    background-color:#eff;
}

input[type="checkbox"], input[type="radio"]
{
    background:none;
    border-width:0;
}

textarea
{
    overflow:auto;
}

hr
{
    clear:both;
}

table
{    
    width:100%;
    border-collapse:collapse;
    border:1px solid #0ff;
    border-top-width:0;
    border-right-width:0;
    font-size:12px;
}
table tr
{
    background-color:#fff;
    color:#000;
    cursor:pointer;
}
table tr:hover
{
    background-color:#ffc;
}
table thead tr
{
    background-color:#dff;
    color:#333;
    font-weight:bold;
    text-align:center;
    cursor:default;
}
table thead tr:hover
{
    background-color:#dff;
}
table thead tr td
{
    border-bottom-width:2px;
}
table tr td
{
    padding:2px 5px 2px 5px;
    border:1px solid #0ff;
    border-left-width:0;
    border-bottom-width:0;
    text-align:center;
}
table tr td span
{
    color:#666;
    font-weight:bold;
}

button
{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    border:2px solid #0ff;
    background-color:#069;
    padding:5px 30px 5px 30px;
    *padding:5px 0 5px 0;
    _padding:5px 0 5px 0;
}

area
{
    cursor:pointer;
}