@import url("//www.sevensixty.co.uk/css/main.css");


#loggedInDiv {
display: block;
position: absolute;
right: 48px;
top: 34px;
padding:5px;
padding-left: 15px;
padding-right: 15px;
margin:5px;
    font: 14px/16px Arial;
    text-decoration:none !important;
border: 1px solid #8C8C8C;

    background: #DDD; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* Standard syntax */
}

#loggedInDiv:hover {

    background: #EEE; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF,#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF,#FFFFFF,#FFFFFF,#E8E9E9, #B1B2B2); /* Standard syntax */

}


div.content > div.navigator-body td {
	border-bottom:none !important;
}

table.icos > tbody > tr  > td {
	border-bottom:none !important;
}

table.icos {
	width:100% !important;
	border-bottom:none;
}
.icos {
    margin: 0 -7px;
    position: relative;
}
.icos img {
    margin: 0 3px 3px;
    width: 73px;
    height: 73px;
}
.icos a:hover {
    opacity: 0.7;
}
.icos a {
    font: 14px/16px Arial;
    text-decoration:none !important;
}
