﻿/*** site ***/
#header{
    text-align: center;
}

#banner{
    background-image: url(/images/banner.png);    
}

#bannerOverlay{
    width: 900px;
    margin: auto;
    top: 0;
}

#bannerOverlay a{
    float: left;  
    width: 500px; height: 97px; 
}

#banners{
    float: right;
    text-align: center;
}

#banners img{
    margin: auto;
}

.clear{
    width: 0; height: 0;
    clear:both;
}

.error{
    color: #F00;
}

.modal{
    display: none;
}

.modal input[type=button], .modal input[type=submit]{
    width:auto;
}

/*** about.aspx ***/
#about{
    text-align: left;
}

#about em{
    font-weight: bold;
    color: #000000;
}

#about ul{
    float: left;
}

#about li{
    list-style: none;
}

/*** default.aspx ***/
#welcome ul{
    text-align: left;
}

#welcome li{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

#welcome p{
    text-align: justify;
}

#welcome em{
    font-weight: bold;
    font-style: normal;
}

#welcome .red{
    color: #FF0000;
}

#welcome object{
    width: 550px; height: 180px;
}

/*** /contact.aspx ***/
#contact input, #contact textarea{
    width: 100%;
}

/*** /login.aspx ***/
#pnlCredentials{
    margin: auto;
    width: 90%;
}

#pnlCredentials>div{
    width: 50%;
    float: left;
    vertical-align: middle;
    margin-top: 50px;
}

#pnlCredentials #signup{
    text-align: left;
}

#pnlCredentials #credentials{
    
}

#pnlRecoverEntry input[type=radio]{
    display: inline;
    color: #FF0000;
}

/*** /profile.aspx ***/
#profilePic, #showUploadModal{
    font-size: 10px;
    font-style: normal;
}

#lblFirstLogin{
    color: #F00;
}

#account{
    margin: auto;
    width: 80%;
}

#account table{
    vertical-align: top;
}

#account td{
    vertical-align: top;
}

#account td span{
    cursor: pointer;
    background-image: url(/images/edit.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#account td span:hover{
    text-decoration: underline;
}

#account td input[type!='button']{
    width: 100%;
}

#account td input[type='button']{
    width: 40%;    
}

#account #profilePic{
   padding-right: 25px;
}

#account #profilePic>div{
   display: none;
}

#account #profilePic #imgProfilePicture:hover{
    cursor: pointer;
}

#account #profilePic div input[type='button'], #account #profilePic div input[type='submit']{
    width: 40%;    
}

#account .edit{
    display: none;
    position: relative;
}

#account .edit>div{
    display: none;
    width: 100%; height: 100%;   
    position: absolute;
    top: 0; 
    background-image: url(/images/transparent.png);
}

#account .edit>div img{
    position: absolute;
    top: 25%; left: 25%;
}

#demographics{
    margin-top: 15px;
}

#demographics table{
    margin: auto;
}

#demographics tr{
    height: 30px;
}

#demographics tr:hover{
    background-color: #EEEEEE;  
}

#demographics td.type{
    width: 150px;
}

#demographics td.value{
    width: 250px;
    cursor: pointer;
}

#demographics td.action{
    width: 100px;
}

#demographics td.action a{
    cursor: pointer;
}

#demographics h2{
    font-size: 18px;
    font-weight: bold;
}

/*** register.aspx ***/
#lblTermsAndConditions{
    width: 350px; height: 75px;
    overflow-y: scroll;
    border: 1px solid #BBBBBB;
}