/*
    This file contains general styling for the "bighorn" skin.
*/

body
{
    margin: 0px;
}

.wlp-bighorn-header
{
    margin-left: 0px;
    padding-left: 0px;
    
    margin-top: 0px;
    padding-top: 0px;
}

.wlp-bighorn-footer
{
    font-size: smaller;
    font-weight: bold;
    
    background-image: url("../images/topo/topo.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    
    height: 136px;
}

.wlp-bighorn-layout
{
   	margin-top: -1px;
   	_margin-top: 0;	
}

.wlp-bighorn-layout td
{
    vertical-align: top;
}

/* image rollover styles */

.wlp-bighorn-image-rollover
{
    display: none;
}
.wlp-bighorn-image-nonrollover
{
    display: inline;
}

