﻿
#header_table
{
    width:100%;
    background-color:#2d2d2a; 
    height:52px
}

#Logo_Container
{
    width:1024px;
    margin:0px auto;    
}

#TrackitLogo
{
    padding:0px 0px 0px 50px;
    width:225px; 
    height:52px; 
    position:absolute; 
    top:0px;
}

#GPSLogo
{
    padding:0px 0px 0px 110px;
    border:solid 0px white; 
    position:absolute; 
    top:50px; 
    width:73px;
}

#LOGIN_BUTTON_Container
{
    width:960px; 
    margin:0px auto;
    text-align:right    
}

.LOGIN_BUTTON
{                
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;                  
    height:30px;
    width:74px;                
    color: #333333;
    background-color:#cbcbc8;
    border: none;   
    margin:9px 0px 0px 0px;           
    transition: 0.15s ease-out background-color;
    -moz-transition: 0.15s ease-out background-color;
    -webkit-transition: 0.15s ease-out background-color;                
}
            
.LOGIN_BUTTON:hover
{
    background-color:#e4e4e2;  
    cursor:pointer;   
}


#header_link_container
{
    background-color:#a5cf37; width:100%
}

#header_link_wrapper
{
    width:958px;margin:0px auto;text-align:right;padding:10px 0px
}

                        
.header_link
{                                
    padding:0px 10px 0px 10px;
    text-decoration:none;
    font-family:Open Sans,arial,sans-serif; 
    font-size:13px; 
    font-weight:bold;
    color:#222222;
}
            
.header_link:hover
{                
        color:#3a3a3a;
}
            

.text_box
{                                
    height:24px;
    width:320px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 18px;
    color: #666;                
    border: 1px solid #ccc;               
    vertical-align: middle;
            
}
            
            
.button
{
    color: #fff;
    background-color:#4099e9;    
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #4099e9;

}
            
            
.button:hover
{
    cursor:pointer;    
    background-color: #318fe8;
}                       

                       
.validator
{
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;                
    background-color: #ffecce;
    border-color: #e1b08e;
    color: #e3302c;                 
    padding: 8px 14px 8px 14px;
    border: 1px solid #e1b08e;                                    
}

#footer_container
{
    background-color:#3a3a3a; 
    width:100%    
}

#footer_wrapper
{
    width:960px;
    margin:0px auto; 
    padding:40px 0px 13px 0px; 
    font-family:Calibri;
    color:#4b4b4b; 
    font-size:20px    
}

.footer_link
{
    font-size:9.5px; 
    text-decoration:none; 
    text-transform:uppercase;
    color:#868686;
    font-family:Lucida Sans Unicode;
    padding:0px 11px
}
            
.footer_link:hover
{                
    color:#ddd;
}
            
.footer_image
{
    height:20px;
    width:20px;
    border:0px none #333;
}
            
            
.footer_image:hover
{
    border:solid 0px yellow; 
}

#copyright
{
    font-size:13px;
    color:#868686;
    font-family:Calibri; 
    text-align:center; 
    padding:35px 0px 0px 0px
}