/** Base page */
body {
    padding: 0px;
    margin: 0px;
    font-family: Arial,"Helvetica",sans-serif;
    font-size: 13px;
    background-color: #EEEEEE;
    color:#696266;
}
body.loginPage{
    background-image: url('lock.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#logincontent p{
    margin-left: 24px;
}
#lostpassword-title, #lostpassword-form, .hidden{
    display:none;
}
#header {
    width: 946px;
    margin: 0 auto;
    margin-bottom: 25px;
    overflow: hidden;
    display: none;
}

#footer {
    width: 946px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#footer #credits {
    margin-top:20px;
    text-align: center;
    padding: 2px;
}

#branding {
    float: left;
    padding-top: 5px;
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 24px;
    color: #84BCDB;
}

#branding .light {
    color: #FFF;
}

#navigation {
    float: right;   
}

#navigation ul li {
    list-style: none;
    display: inline;
}

#navigation ul li a{
    color: #FFF;
    font-size: 16px;
}

#page {
    clear: both;
    z-index: 2;
    width: 980px;
    margin: 0 auto;
    position:relative;
}

#pagewrapper {
    padding-left:10px;
    padding-right:10px;
    background:url("content_bg.png") repeat-y;
}

#pagewrapper table, #pagewrapper form {
    margin-top: 20px;
    margin-left: 20px;
    width:920px;
}

#cbottom {
    background:url("cbottom_bg.png") no-repeat;
    height:19px;
    width:980px;
}

/** Typography */
h1,h2,h3,h4,h5 {
    color: #EDA031;
    margin-top: 0;
}

/** Form */
.form-row {
    float: left;
    width: 50%;
}

span.error {
    display: block;
    padding: 2px 0;
    height: 5px;
}

form .clear {
    clear: both;
    height: 15px;
}

.button-small {
    background-color: #2A6FBB;
    color: #FFF;
    padding: 5px;
    font-size: 12px;
    border: 0px;
    margin-right: 5px;
    margin-top: 10px;
}

.button-row {
    padding-top: 8px;
}

legend {
    display: none;
}

#your-details h2 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid #2A6FBB;
}

#your-details .button-row {
    padding-bottom: 10px;
}

#client-details {
    float: left;
    width: 56%;
}

#client-accounts {
    float: left;
}
#client-accounts h2{
    margin-top: 20px;
}

fieldset, .account, #your-details {
    border: none;
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #A1A1A1;
}

.account {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #A1A1A1;
}

label {
    display: block;
    padding: 5px 0;
}

.required, .error {
    color: Red;
}

.account h2 {
    float: left;
}

.account a {
    margin-top: 15px;
    font-size: 18px;
    float: right;
    text-decoration: none;
    color: White;
    background-color: Black;
    border-radius: 5px;
    font-weight: bold;
    padding: 4px 8px;
}

.account a:hover {
    background-color: #EDA031;
}

.account p {
    clear: both;
}

a {
    color: #EDA031;
    text-decoration: none;
}

/** login block  */

#login h1, #pageheader h1 {
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:13px;
    padding-left:30px;
    padding-top:5px;
    margin-bottom: 0px;
}
#login h1 {
    background: url("login-top.png") no-repeat;
}
#pageheader {
    background: url("register-top.png") no-repeat;
    height:70px;
}
#pageheader h1 {
    margin-top:30px;
}
#login {
    margin-top:85px;
    height:440px;
    width:610px;
    background: url("login-mid.png") repeat-y;
}

#login #logincontent {
    height:440px;
    background: url("login-bottom.png") no-repeat bottom center;
}

#login #logincontent form, #login #logincontent .loginlinks {
    margin-top:20px;
    margin-left:40px;
    width: 530px;
}

#login form label {
    width: 200px;
    float:left;
}
#login form #remember-me-label{
    float: none;
}
#login form div {
    margin-top:20px;
    width:370px;
}

#login #logincontent form div.submitbtn, #pagewrapper div.submitbtn {
    margin-left:-5px;
    width:530px;
}

#login form input {
    width:350px;
}

#login form div a {
    float:right;
    padding: 5px 0;
}

#login .submitbtn input, #pagewrapper .submitbtn input {
    background:url("login_button.png") no-repeat;
    border:0;
    width:178px;
    height:45px;
    font-size:14px;
    cursor:pointer;
    color:#fff;
}

#login #logincontent .submitbtn a {
    margin-left:20px;
    float:none;
}

.fish {
    position: absolute;
    right: -40px;
    top: 30px;
    background:url("fish_stand_small.png") no-repeat;
    height:380px;
    width: 361px;
}

/** form */

input[type=text], input[type=password], textarea {
    background-color: #FDFDFD;
    border: 1px solid #A1A1A1;
    padding:10px;
    font-size:14px;
    width: 280px;

    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
}
input:focus, textarea:focus {
    outline: none;
    outline-width: 0;
}

#remember-me, form #remember-me, #logincontent form #remember-me {
    width:auto;
    clear:both;
}