/* TAG REDEFINITIONS */

body
{
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande" , Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.01em;
    line-height: 12px;
    color: #111C2D;
    background-repeat: repeat-y;
    list-style-type: square;
}

a
{
    color: #334D74;
    text-decoration: none;
}

a:hover
{
    color: #3B5A89;
    text-decoration: none;
}

h1
{
    font-size: 1.5em;
    letter-spacing: 0.03em;
    padding: 2px;
    text-transform: uppercase;
}

h2
{
    font-size: 1.3em;
    letter-spacing: 0.03em;
    padding: 2px;
}

h3
{
    font-size: 1.2em;
    letter-spacing: 0.03em;
    padding: 2px;
}

form
{
    padding: 0;
    margin: 0;
}

label
{
    font-weight: bolder;
}

fieldset
{
    padding: 3px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 9px;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    margin-top: 13px;
    margin-bottom: 13px;
    background: #fff url(../Images/Tausta.png) no-repeat;
}

legend
{
    font-size: 1.3em;
    font-weight: bolder;
    letter-spacing: 0.03em;
    padding-right: 3px;
    padding-left: 1px;
    background-color: #fff;
    color: #5a5a5a;
}



optgroup
{
    color: #4A3F33;
    border-bottom: 1px solid #655039;
}
input
{
    font-family: "Lucida Grande" , "MS Trebuchet" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

textarea
{
    width: 100%;
    font-family: "Lucida Grande" , "MS Trebuchet" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}





select
{
    font-family: "Lucida Grande" , "MS Trebuchet" , Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
}

em
{
    font-size: 2em;
    font-weight: bold;
    color: red;
}

a.button span
{
    background: url('../Images/bg_button_div.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding-left: 18px;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}



a.button:active span
{
    background-position: bottom left;
    color: #000 !important;
    padding: 6px 0 4px 18px;
}





input.bbtn
{
    color: #050;
    font: bold 100% 'Arial' ,helvetica,sans-serif;
}

.Table
{
}

.Table th
{
    border-bottom: 1px solid #bfbfbf;
    padding: 10px;
    color: #484848;
    font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bolder;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 0 #fff;
}

.Table td
{
    border-bottom: 1px solid #97A8BD;
    padding: 5px;
    line-height: 16px;
}


.TableNoBorder
{
    font-size: 1.1em;
}
.TableNoBorder th
{
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    background-color: #f7f7f7;
    padding: 5px;
    font-size: 1.1em;
    line-height: 1.3em;
}

.TableNoBorder td
{
    border: 0px solid #ffffff;
}