﻿body 
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background-color:transparent;
}


.header
{
    height: 120px;
    width: 90%;
    background-color: #0099CC;
    background-image: url('../Images/Title.png');
    background-repeat: no-repeat;
}
       
       .Button:hover
         {
              background-color:Maroon;
              color:White;
             }
             
             
             .content
{
    height: 100%;
    width: 90%;
  

}
                  
                  .footer
{
    height: 30px;
    width: 90%;
    background-color: #0099CC;
    -webkit-box-shadow: 2px 2px 1px Silver;
}
                      
                      .Text
                      {
                         font-size:12px;
                         width:173px;  
                         font-family:Arial;
                          }
                          
                           .LoginBox
                          {
                               width:273px;
                               height:30px;
                               font-size:14px;
                               padding:5px 5px 5px 5px;
                              
                              }
                              
                            .LoginButton
                              {
                               width:287px;
                               height:35px;
                               font-size:18px;
                               color:Gray;
                               padding:5px 5px 5px 5px;
                               
                               }
                               
                               .LoginButton:hover
                               {
                                   -webkit-box-shadow:2px 2px 1px Silver ;
                                  
                                   }
                               
                               .Link:hover
                               {
                                    color:Red;
                                   }
                                   
                                   .UserImage
                                       {
                                           -webkit-border-radius:12em;
                                           -webkit-box-shadow:2px 2px 1px;
                                          }
                                          
                                          .User:hover
                                          {
                                          -webkit-box-shadow:5px 5px 8px #0099CC;
                                          background-color:#f6f6f6;
                                          }
                                          
                                          .Registered:hover
                                          {
                                               -webkit-box-shadow:5px 5px 3px #0099CC;
                                                font-weight:bold;
                                              }
                                              
                                              .ProfileImage
                                       {
                                           
                                           -webkit-box-shadow:0px 0px 5px;
                                          }
                                          
                                          