﻿#Content
{
    width: 1000px;
    height: 600px;
    overflow: hidden;
}


/* Login Form */
#Login
{
    height: 240px;
    width: 400px;
    position: absolute;
    left: 125px;
    top: 150px;
    background: url(/content/images/background.login.jpg) 0 0 no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#Login #help
{
    height: auto;
    width: 100px;
    position: absolute;
    right: 20px;
    top: 117px;
    color: #868686;
}

#Login #form
{
    position: absolute;
    left: 27px;
    top: 95px;
    width: 220px;
    height: 115px;
}

#Login #lostpassword
{
    position: absolute;
    color: #868686;
    left: 27px;
    bottom: 25px;
    width: 70px;
    text-decoration: none;
}

#Login #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#Login #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#Login #form button
{
    background: url(/content/images/button.login.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-indent: -9999px;
}

#Login #error
{
    background: none repeat scroll 0 0 white;
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 405px;
    z-index: 100;
}

#Login #error a
{
    color: #868686;
    text-decoration: none;
}


#Login #error #errorclose
{
    float: right;
    background: url(/content/images/button.close.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    text-indent: -9999px;
}


#NewAccount
{
    position: absolute;
    top: 400px;
    left: 150px;
    font-size: 14px;
    font-weight: bold;
    color: #74A4D1;
}

/* Vaucher Form */

#Vaucher
{
    background: url(/content/images/background.Vaucher.jpg) 0 0 no-repeat;
    position: relative;
    height: 245px;
    width: 410px;
    top: 150px;
    left: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#Vaucher #help
{
    height: auto;
    width: 100px;
    position: absolute;
    right: 20px;
    top: 100px;
    color: #868686;
}

#Vaucher #errors
{
    height: 80px;
    width: 100px;
    position: absolute;
    background: white;
    right: 20px;
    top: 100px;
    color: #868686;
}


#Vaucher #footer
{
    position: relative;
    top: 200px;
    width: 400px;
    left: 5px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    color: White;
}

#Vaucher #form
{
    position: absolute;
    left: 30px;
    top: 85px;
    width: 220px;
    height: 75px;
}


#Vaucher #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#Vaucher #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#Vaucher #form button
{
    background: url(/content/images/button.Vaucher.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-indent: -9999px;
}

/* Account Form */

#Account
{
    background: url(/content/images/background.account.jpg) 0 0 no-repeat;
    position: absolute;
    height: 391px;
    width: 437px;
    top: 65px;
    left: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#Account #help
{
    height: auto;
    width: 120px;
    position: absolute;
    right: 20px;
    top: 117px;
    color: #868686;
}

#Account #errors
{
    height: 250px;
    width: 120px;
    position: absolute;
    background: white;
    right: 20px;
    top: 117px;
    color: #868686;
}


#Account #form
{
    position: absolute;
    left: 50px;
    top: 80px;
    width: 220px;
    height: 285px;
}


#Account #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#Account #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#Account #form button
{
    background: url(/content/images/button.account.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-indent: -9999px;
}

/* AccountEdit Form */

#AccountEdit
{
    background: url(/content/images/background.accountedit.jpg) 0 0 no-repeat;
    position: absolute;
    height: 391px;
    width: 437px;
    top: 65px;
    left: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#AccountEdit #help
{
    height: auto;
    width: 120px;
    position: absolute;
    right: 20px;
    top: 117px;
    color: #868686;
}

#AccountEdit #errors
{
    height: 170px;
    width: 120px;
    position: absolute;
    background: white;
    right: 20px;
    top: 117px;
    color: #868686;
}


#AccountEdit #form
{
    position: absolute;
    left: 50px;
    top: 100px;
    width: 220px;
    height: 200px;
}


#AccountEdit #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#AccountEdit #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#AccountEdit #form button
{
    background: url(/content/images/button.accountedit.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-indent: -9999px;
}

/* LostPassword Form */

#LostPassword
{
    background: url(/content/images/background.lostpass.jpg) 0 0 no-repeat;
    position: absolute;
    height: 250px;
    width: 410px;
    top: 40px;
    left: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#LostPassword #help
{
    height: auto;
    width: 120px;
    position: absolute;
    right: 15px;
    top: 100px;
    color: #868686;
}

#LostPassword #errors
{
    height: 80px;
    width: 120px;
    position: absolute;
    background: white;
    right: 15px;
    top: 100px;
    color: #868686;
}


#LostPassword #footer
{
    position: relative;
    top: 223px;
    width: 400px;
    left: 5px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    color: White;
}

#LostPassword #form
{
    position: absolute;
    left: 30px;
    top: 85px;
    width: 220px;
    height: 75px;
}


#LostPassword #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#LostPassword #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#LostPassword #form button
{
    background: url(/content/images/button.lostpass.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 19px;
    top: 95px;
    text-indent: -9999px;
}

/* ChangePassword Form */

#ChangePassword
{
    background: url(/content/images/background.chgpass.jpg) 0 0 no-repeat;
    position: relative;
    height: 270px;
    width: 410px;
    top: 80px;
    left: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#ChangePassword #help
{
    height: auto;
    width: 100px;
    position: absolute;
    right: 28px;
    top: 110px;
    color: #868686;
}

#ChangePassword #errors
{
    height: 150px;
    width: 100px;
    position: absolute;
    background: white;
    right: 30px;
    top: 100px;
    color: #868686;
}


#ChangePassword #footer
{
    position: relative;
    top: 223px;
    width: 400px;
    left: 5px;
    height: 15px;
    text-align: center;
    line-height: 20px;
    color: White;
}

#ChangePassword #form
{
    position: absolute;
    left: 30px;
    top: 85px;
    width: 220px;
    height: 75px;
}


#ChangePassword #form input
{
    font-size: 13px;
    height: 18px;
    width: 200px;
    margin-bottom: 5px;
}

#ChangePassword #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#ChangePassword #form button
{
    background: url(/content/images/button.chgpass.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 19px;
    top: 135px;
    text-indent: -9999px;
}

/* Demo Form */

#Demo
{
    background: url(/content/images/background.demo.jpg) 0 0 no-repeat;
    position: absolute;
    height: 510px;
    width: 437px;
    top: 10px;
    left: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

#Demo #help
{
    height: auto;
    width: 120px;
    position: absolute;
    right: 15px;
    top: 180px;
    color: #868686;
}

#Demo #errors
{
    height: 250px;
    width: 123px;
    position: absolute;
    background: white;
    right: 12px;
    top: 180px;
    color: #868686;
}


#Demo #form
{
    position: absolute;
    left: 50px;
    top: 80px;
    width: 220px;
    height: 410px;
}


#Demo #form input
{
    font-size: 13px;
    height: 18px; /*width: 200px;*/
    margin-bottom: 5px;
}

#Demo #form label
{
    margin-bottom: 0;
    margin-top: 0;
}

#Demo #form button
{
    background: url(/content/images/button.demo.jpg) 0 0 no-repeat;
    border: none;
    height: 24px;
    width: 92px;
    position: absolute;
    right: 20px;
    bottom: 0px;
    text-indent: -9999px;
}


/* UserAccount styles*/

#UserAccount
{
    position: absolute;
    left: 20px;
    top: 40px;
    width: 600px;
    height: 200px;
}

#UserAccount h2
{
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.3em;
    margin: 1em 0;
    padding: 0 0 0.2em;
    text-align: left;
}

#UserAccount #Profile
{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 250px;
}

.editlink
{
    float: right;
    position: relative;
    margin-top: -10px; 
    *margin-top:-35px;
    margin-right:10px;
}

table.profile
{
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-collapse: separate;
    background-color: white;
}

table.profile th
{
    border-width: 0px;
    padding-right: 10px;
    text-align: right;
    border-style: none;
    background-color: #FFFFE0;
    font-weight: bold;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.profile td
{
    border-width: 0px;
    padding: 1px 5px 1px 1px;
    border-style: none;
    background-color: white;
    font-weight: normal;
    -moz-border-radius: 0px 0px 0px 0px;
}

#UserAccount #AccountState
{
    display: inline;
    float: right;
    margin: 0;
    padding: 0;
    width: 330px;
}


table.accountstate
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    width: 310px;
    margin-left: 10px;
}

table.accountstate th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #FFFFE0;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.accountstate td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    text-align: center;
    -moz-border-radius: 0px 0px 0px 0px;
}

#UserAccount #ActivatedVauchers
{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 135px;
}


#UserAccount #ActivatedVauchers #List
{
    overflow: auto;
    padding-top: 5px;
    width: 590px;
    margin-left: 5px;
    max-height: 69px;
}


table.vauchers
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    width: 550px;
    margin-left: 20px;
}

table.vauchers th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #FFFFE0;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.vauchers td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

#UserAccount #UserLog
{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 600px;
    height: 140px;
}

#UserAccount #UserLog #List
{
    overflow: auto;
    padding-top: 5px;
    width: 590px;
    margin-left: 5px;
    max-height: 86px;
}


table.userlog
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    width: 550px;
    margin-left: 20px;
}

table.userlog th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #FFFFE0;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.userlog td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.userlist
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    width: 720px;
    margin-left: 20px;
}

table.userlist th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #FFFFE0;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.userlist td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}

#AccountList
{
    display: inline;
    float: left;
    height: 290px;
}

#AccountList #List
{
    margin-left: 5px;
    width: 590px;
    max-height: 220px;
    overflow: auto;
    padding-top: 5px;
}


table.userlist
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: solid solid solid solid;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
    width: 550px;
    margin-left: 20px;
}

table.userlist th
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: #FFFFE0;
    -moz-border-radius: 0px 0px 0px 0px;
}

table.userlist td
{
    border-width: 1px 1px 1px 1px;
    padding: 1px 5px 1px 1px;
    border-style: inset inset inset inset;
    border-color: gray gray gray gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}



/* Errors styles */

#errors ul
{
    color: Red;
    list-style-type: disc;
    margin-left: 5px;
    padding-left: 0px;
}

