﻿html, body 
{
    background:#fff;
    font:normal 12px Verdana, 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:normal 13px verdana, arial;
    color:#000;
    letter-spacing:1px;
    padding:4px 5px 4px 5px;
    border:1px solid #f30;
    background-color:#ffd;
}

input[type="checkbox"], input[type="radio"]
{
    background:none;
    border-width:0;
    height:auto;
}

textarea
{
    overflow:auto;
    height:100px;
}

button
{
    font-size:15px;
    font-weight:bold;
    color:#000;
    overflow:hidden;
    padding:3px 10px 3px 10px;
    *padding:1px 5px 1px 5px;
    cursor:pointer;
}

hr
{
    clear:both;
    display:block;
    border-width:0;
    border-bottom:1px solid #ccc;
    background-color:Transparent;
    height:1px;
    margin:12px 0 12px 0;
    *margin:4px 0 4px 0;
}

table
{    
    width:100%;
    border-collapse:collapse;
    border:1px solid #ccc;
    border-left-width:2px;
    *border-left-width:1px;
    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
{
    background:#ccc url(../../imgs/fdB.png) repeat-x;
    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:5px;
    border:1px solid #ccc;
    text-align:center;
}
table tr td span
{
    color:#666;
    font-weight:bold;
}

fieldset
{
    clear:both;
    padding:5px 10px 7px 10px;
    border:1px solid #ccc;
    margin-bottom:10px;
    overflow:hidden;
    color:#666;
}
fieldset fieldset
{
    padding:3px;
    margin:5px 0 5px 0;
}
legend
{
    font-size:11px;
    font-weight:bold;
    color:#fff;
    padding:1px 3px 2px 3px;
    background:#666;
    margin-bottom:5px;
    letter-spacing:2px;
}
legend span
{
    color:yellow;
}

