﻿* {
    margin: 0px;
    padding: 0px;
}

.header {
    background-color: #408387;
    height: 50px;
}

.tbar {
    min-height: 24px;
    padding: 2px;
}

.float-left { float: left; }

.float-right { float: right; }

[class^="icon-"] {
    cursor: pointer;
    height: 32px;
    margin-right: 5px;
    width: 32px;
}

.icon-facebook {
    background-image: url('../images/facebook.png'); /*width:35px;height:35px;*/
}

.icon-twitter { background-image: url('../images/twitter.png'); }

.h2a-img { opacity: 0.6; }

.h2a-img:hover {
    opacity: 1;
    /*-webkit-box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);
-moz-box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);
box-shadow: 11px 9px 5px -9px rgba(0,0,0,0.43);*/
}