/*********************************************************************** * Navigation */ #navigation { /*height: 115px;*/ clear: both; } #nav-buttons { /*height: 110px;*/ margin:0; padding:0; list-style: none; text-align: center; } #nav-buttons li { display: inline; } #nav-buttons a { display: inline-block; text-decoration: none; vertical-align: top; outline: none; } #nav-buttons div.nav-button { height: 60px; width: 74px; margin: 0 8px; padding: 0; border: solid 1px #6a6a6a; background-color: #f1b434; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#cccccc), to(#f1b434)); background-image: -moz-linear-gradient(top, #cccccc, #f1b434); background-image: -ms-linear-gradient(top, #cccccc, #f1b434); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f1b434)); background-image: -webkit-linear-gradient(top, #cccccc, #f1b434); background-image: -o-linear-gradient(top, #cccccc, #f1b434); background-image: linear-gradient(top, #cccccc, #f1b434); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f1b434', GradientType=0); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; } #nav-buttons div.nav-button:hover{ background-position: 0; } #nav-buttons span.nav-text { display: block; margin: 0 8px; width: 75px; height: 47px; color: #a2a2a2; line-height: 15px; } #navigation-subbar .divider { padding: 0 10px; color: #eee; } #navigation-subbar { margin: 0 auto 0 auto; height: 37px; //width: 940px; color: #fff; font-weight: bold; font-size: 18px; padding: 0 10px; background-color: #f1b434; background-repeat: repeat-x; /*TODO:UICONFIG option for nav subbar color*/ background-image: -khtml-gradient(linear, left top, left bottom, from(#0cb9ec), to(#0ca3ec)); background-image: -moz-linear-gradient(top, #0cb9ec, #0ca3ec); background-image: -ms-linear-gradient(top, #0cb9ec, #0ca3ec); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0cb9ec), color-stop(100%, #0ca3ec)); background-image: -webkit-linear-gradient(top, #0cb9ec, #0ca3ec); background-image: -o-linear-gradient(top, #0cb9ec, #0ca3ec); background-image: linear-gradient(top, #0cb9ec, #0ca3ec); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0cb9ec', endColorstr='#0ca3ec', GradientType=0); text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; } #navigation-subbar .help-icon img { vertical-align: bottom; padding-bottom: 12px; } .navigation-title { line-height: 37px; font-size: 20px; font-weight: bold; text-align: left; color: #fff; } #navigation-subbar .subbar-btn { float: right; margin-top: 5px; margin-left: 5px; padding: 5px 7px 5px; line-height: 14px; } #navigation-subbar .subbar-btn-masq { float: right; font-size: 22px; margin-top: 5px; margin-left: 5px; padding: 2px 3px 2px; line-height: 14px; } #navigation-subbar .subbar-btn:disabled { cursor: default } #navigation-subbar .subbar-btn i.rotating { -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; }