@media screen and (max-width:460px){.topbarWrapper{height:44px;margin-bottom:13px;}.topbarWrapper #topbar{position:fixed;width:100%;z-index: 999;}}
@media screen and (min-width:461px){.topbarWrapper{height:32px;margin-bottom:13px;}.topbarWrapper #topbar{position:fixed;width:100%;z-index: 999;}}
.searchboxWrapper{height:44px;margin-bottom:-10px;}.searchboxWrapper .searchbox{position:fixed;z-index:999;}
#tributton .links{white-space:nowrap;}
.graytitle{display:inline-block;padding-bottom: 0px;}/*fix second line indent problem*/

.badge {
	background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background: -moz-radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background: -ms-radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background: -o-radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background: -webkit-radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background-color: red;
	border: 2px solid white;
	border-radius: 10px; /*12*//* must be 1/2 of ( border-width*2 + width ) */
	box-shadow: 1px 1px 1px black;
	color: white;
	/*font: bold 17px/15px Helvetica, Verdana, Tahoma;*/
	font: 10px/12px Helvetica, Verdana, Tahoma;/*14px/16px*/
	height: 14px; /*14 height + padding-top must equal width */  
	padding-top: 2px; /* height + padding-top must equal width */
	text-align: center;  
	min-width: 16px;/*16*/
	position: absolute;
	/*top: -6px;
	margin-left: -15px;*/
	top: -7px;
	margin-left: 86px;/*83*/
	display:none;
}

@media screen and (min-width:461px){
.badge {
	margin-left: 138px;
}
}

.footer_sgad {
	z-index: 5000;
	position: fixed;
	bottom: 0;
	width:100%;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	background-color:#EEE;
}

.gray_badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
	float: right;
	margin: 11px 10px 0 0;
}

.menu a:hover .gray_badge {
	color: #777;
	background-color: #fff;
}

.hidden_menu {
	display: none;
	background-color: #F1F1F1;
}

.hidden_menu li:first-child {
	border-top:1px solid #878787;
	-webkit-border-top-left-radius:0!important;
	-webkit-border-top-right-radius:0!important;
}

.menuBottomGreyText {
	font-size: 12px;
	color: grey;
    /*margin-top: -4px;*/
    position: absolute;
    bottom: 2px;
    margin-left: 7px;
	display: block;
	font-weight: bold;
}

.menu a:hover .menuBottomGreyText{
	color: lightgray;
}
.footer_btn {
	background-color: #999;
	padding: 3px 7px;
	border-radius: 3px;
}

.footer_btn a {
	text-shadow: none!important;
	color: #EEE!important;
}

.vesselPortCall{
	margin-top:3px!important;
	max-width: 67%!important;
}