﻿.Err
{
    background-color: White;
    color: Red;
    font-size: 18px;
    font-weight: bolder;
}
.text
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    width: 200px;
}

.jTabButton
{
    border: 1px solid #303030;
    border-bottom: 1px solid rgb(80, 80, 80);
    background: rgb(80, 80, 80);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 8px;
    margin: 0px;
    cursor: pointer;
    float: left;
}

.jTabButton:hover
{
    background: rgb(113, 127, 127);
}

.jTabButtonSelected
{
    /*background:rgb(176, 192, 255);*/
    background: rgb(255, 255, 255);
    color: rgb(63, 63, 127);
    font-weight: bold;
    font-size: 18px; /*border: 1px outset rgb(176, 192, 225); */
    border-style: solid;
    border-width: 1px;
    border-color: #303030 #303030 white;
    padding: 8px;
    margin: 0px;
    float: left;
}

.Button
{
    width: 74px;
    height: 21px;
    border: 0px none;
    cursor: default;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    background-image: url(../images/Buttons/Buttons_A.gif);
    background-repeat: no-repeat;
}

.Button:hover
{
    width: 74px;
    height: 21px;
    border: 0px none;
    cursor: pointer;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    background-image: url(../images/Buttons/Buttons_A_MO.gif);
    background-repeat: no-repeat;
}


.Button2
{
    width: 84px;
    height: 24px;
    border: 0px none;
    cursor: default;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    background-image: url(../images/Buttons/Buttons_B.gif);
    background-repeat: no-repeat;
}


.Button2:hover
{
    width: 84px;
    height: 24px;
    border: 0px none;
    cursor: pointer;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    background-image: url(../images/Buttons/Buttons_B_MO.gif);
    background-repeat: no-repeat;
}

.table1
{
    border-spacing: 1px;
    padding: 0px;
    margin: 0px;
    color: White;
    font-family: Arial;
    margin: auto;
    padding-top: 10px;
}

.table2
{
    padding: 0px;
    border-spacing: 10px;
    color: White;
    font-family: Arial;
}

.td_header
{
    width: 500px;
    height: 50px;
    background-color: #6f98c4;
    border: 1px solid #a6c1d1;
    text-align: right;
    padding-right: 20px;
    color: White;
    font-weight: bold;
    font-size: 22px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.td_body
{
    width: 500px;
    height: 400px;
    background-color: #3972a9;
    border: 1px solid #a6c1d1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.td_footer
{
    width: 500px;
    height: 50px;
    background-color: #7ea1cb;
    border: 1px solid #a6c1d1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    background-repeat: no-repeat;
    background-position: left;
}
.td_checkbox
{
}
.pretext
{
    text-align: left;
    width: 150px;
}
.td_icon_pwd
{
    background-image: url(../images/icons/icon_pwd.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
.td_icon_users
{
    background-image: url(../images/icons/icon_users.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}


.Israel:hover
{
    background-image: url(../images/flags/israel.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.USA:hover
{
    background-image: url(../images/flags/USA.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.Brazil:hover
{
    background-image: url(../images/flags/Brazil.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.Argentina:hover
{
    background-image: url(../images/flags/Argentina.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.France:hover
{
    background-image: url(../images/flags/France.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.Israel
{
    background-image: url(../images/flags/israel_b.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}

.USA
{
    background-image: url(../images/flags/usa_b.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}
.Brazil
{
    background-image: url(../images/flags/brazil_b.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}
.Argentina
{
    background-image: url(../images/flags/Argentina_b.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}
.France
{
    background-image: url(../images/flags/France_b.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 24px;
}
#flags
{
    cursor: pointer;
}
