﻿/******************************************************************************************/
/* styles that control the layout of the login page                                       */
/******************************************************************************************/
.va
{
    vertical-align: middle !important;
}

.icons button
{
    font-size: 12px;
    margin-right: 4px;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 4px;
    width: 140px;
    vertical-align: middle;
    height: 30px;
}

.button-login
{
    background: black url(../../Images/Login/log_in.gif);
    color: white;
    border-color: black;
    border-width: 2px;
    padding: 5px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 83px;
    height: 26px;
    border: 0px;
}

.button-register
{
    color: white;
    border-color: black;
    border-style: solid solid solid;
    width: 176px;
    height: 60px;
    border: 0px;
    background: url(../../Images/Buttons/btnRegister.gif);
    cursor: pointer;
}

.button-registernow
{
    float: left;
    background: url(../../Images/Register/btnMiddle.gif);
    background-repeat: repeat-x;
    height: 48px;
    padding: 10px 10px 0 10px;
    cursor: pointer;
}


.button-search
{
    color: white;
    border-color: black;
    border-style: solid solid solid;
    width: 86px;
    height: 23px;
    border: 0px;
    background: url(../../Images/Buttons/search-inner.png);
    cursor: hand;
}

.button-updatenow
{
    color: white;
    border-color: black;
    border-style: solid solid solid;
    width: 93px;
    height: 29px;
    border: 0px;
    background: url(../../Images/Buttons/updatesilver.gif);
    padding-top: 4px;
    cursor: hand;
    color: white;
    border-color: black;
    border-style: solid solid solid;
}


.button-sendmail
{
    width: 90px;
    height: 25px;
    border: 0px;
    background: url(../../Images/Buttons/submitsilver.gif);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    cursor: hand;
}

.button-join
{
    margin-left: 2.5em;
    width: 203px;
    height: 45px;
    border: 0px;
    background: url(../../Images/Register/Register.gif);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    cursor: pointer;
}

.button-viewprofile
{
    width: 114px;
    height: 22px;
    border: 0px;
    background: url(../../Images/Buttons/button-viewprofile.gif);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    cursor: hand;
}

.button-delete
{
    width: 148px;
    height: 29px;
    border: 0px;
    background: url(../../Images/Buttons/deletemyprofile.gif);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    cursor: hand;
}

a.button-login:link
{
    text-decoration: none;
}

a.button-login:hover
{
    text-decoration: none;
}

.button-login: active, .button-login:focus
{
    padding: 4px 2px 2px 4px;
}


.button-logout
{
    background: black url(../../Images/Login/log_out.gif);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    border-width: 2px;
    padding: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    width: 83px;
    height: 26px;
    border: 0px;
    padding-top: 8px;
}


a.button-logout:link
{
    text-decoration: none;
}

a.button-logout:hover
{
    text-decoration: none;
}

.button-logout: active, .button-logout:focus
{
    padding: 4px 2px 2px 4px;
}


#workflowbutton
{
    font: bold 11px Tahoma, Arial, Helvetica;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
}



#workflowbutton ul
{
    float: left;
    width: 480px;
    line-height: 32px;
    list-style: none;
    margin: 0;
    padding: 0 15px 0 0px;
}

#workflowbutton li
{
    display: inline;
    padding: 0;
}

#workflowbutton li img
{
    padding-right: 5px;
    vertical-align: middle;
    border: none;
}

#workflowbutton a
{
    color: #436ed5; /*** need because it will use default link color ***/
    float: left;
    padding: 0 3px 0 3px; /*** left 3 px because of left.png image***/
    text-decoration: none;
    background: url(../../images/left.png) no-repeat left center;
}

#workflowbutton a span
{
    display: block;
    float: none;
    padding: 0 10px 0 7px;
    background: url(../../images/right.png) no-repeat right center;
}

#workflowbutton a:hover
{
    background: url(../../images/left-hover.png) no-repeat left center;
}

#workflowbutton a:hover span
{
    background: url(../../images/right-hover.png) no-repeat right center;
    color: #1542ad;
}

