﻿/******************************************************************************************/
/* styles that control the layout of the login page                                       */
/******************************************************************************************/

.button-login
{
    background: black url(../../Images/Login/log_in.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;
}

.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-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;
}

.prompt
{
    width: 200px;
    height: 80px;
    background-color: transparent;
    background-image: url(../../Images/Buttons/prompt_arrow.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt 0pt;
}

.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.00em;
    width: 181px;
    height: 44px;
    border: 0px;
    background: url(../../Images/Buttons/join_for_free.jpg);
    color: white;
    border-color: black;
    border-style: solid solid solid;
    cursor: hand;
}

.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;
}
