/* 
    Document   : hawkwatch
    Created on : 28-Mar-2012, 16:30:46
    Author     : Liam
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#attack_table{
    background-color:white;
    color:#222222;
    padding:10px;
}

#hawk_report_form th{background-color:transparent;text-shadow:none;border:none;}

#hawk_home{
    
    width:100%;
    float:right;
    padding-top:10px;
}

#hawk-tabs{
    font-size:12px;
}

#hawk-tabs table tr td{
    padding-left:5px;
    font-size:11px;
}

#hawk-tabs table tr th{
    font-size:11px;
}

#hawk-tabs div{
    max-height:200px;
    overflow-y:auto;
}

#hawk_latest{
    
    height:475px;
    overflow-y:auto;
    
}

#hawk_all a{
    color:#222222;
    font-weight:bold;
}

#hawk_map_canvas{
    width:70%;
    height:600px !important;
    float:left;
}

#hawk_container{
    width:100%;
    height:600px;
    background-color:white;
    color:#222222;
    position:relative;
}

#hawk_report{
    padding-top:10px;
}

#hawk_right{
    width:29%;
    float:right;    
}

#hawk_container img{
    max-width:none;
}

#hawk_loading{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:600px;
    background-color:white;
    background-image:url('loading.gif');
    background-position:center center;
    background-repeat: no-repeat;
    z-index:9999px;
}

a.report{
    cursor:pointer;
    display:block;
    color:#222222;
    padding:10px 0 10px 10px;
    margin-right:10px;
    text-decoration:none;
    text-transform:capitalize;
}

a.report:hover{
    background-color:#efeff5;
}