body {
    background: none;
}

.header-wrapper {
    background: #4d92cc url(images/header-bg.png) repeat-x center bottom;
    border-bottom: 5px solid #fff;
    position: relative;
    z-index: 600;
}

.header {
    /* width: 950px; */
	width: 75%;
    margin: 0 auto;
    position: relative;
}

.header a img {
    border: none;
}

.header .brand {
    margin: 0 30px 0 0;
    float: left;
    height: 70px;
}

.nav {
    list-style: none;
    margin-left: 0;
}

.nav > li {
    float: left;
}

.nav > li > a {
    display: inline-block;

    /* IE hack */
    zoom: 1;
    *display: block;
}

.nav .sub-nav {
    list-style: none;
    margin: 0;
    padding: 3px 0;
    border: 1px solid #ccc;
    display: inline-block;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 3px 2px -2px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    position: absolute;
    top: -9999px;
    opacity: 0;

    /* show the menu a bit slower and with some panache */
    -webkit-transition: opacity 200ms 100ms;
    -moz-transition: opacity 200ms 100ms;
    -o-transition: opacity 200ms 100ms;
    transition: opacity 200ms 100ms;
}

.nav > li:hover > .sub-nav {
    top: 0;
    /*opacity: 1;*/
	
}

.sub-nav > li {
    padding: 0;
}

.sub-nav > li > a,
.sub-nav > li > a:hover {
    display: block;
    padding: 4px 20px 4px 10px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.sub-nav > li > a:hover {
    background-color: #e3f4ff;
}

.sub-nav .h-divider {
    border-bottom: 1px solid #ddd;
    height: 1px;
    width: 100%;
    *width: 200%; /* IE7 hack */
    padding: 0;
    margin: 3px 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sub-nav > li > h4 {
    display: block;
    padding: 4px 20px 4px 10px;
    color: #333;
}

.sub-sub-nav > li > a,
.sub-sub-nav > li > a:hover {
    display: block;
    padding: 4px 20px 4px 20px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.sub-sub-nav {
    list-style: none; }
.sub-sub-nav > li {
    padding: 0;
}
.sub-sub-nav > li > a:hover {
    background-color: #e3f4ff
}


.nav-site {
    float: left;
    color: #fff;
    margin-top: 37px;
    position: relative;
    z-index: 0;
}

.nav-site > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 18px 10px 18px;
    border-radius: 6px 6px 0 0;
    background: #4a96d1;
    margin-right: 2px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), /* top highlight */ inset 0 -5px 5px -3px rgba(0, 0, 0, 0.2), /* inner drop shadow */ inset 0 -25px 20px -10px #3373af, /* gradient fade */ 0 -2px 2px 1px rgba(0, 0, 0, 0.07); /* drop shadow */
    text-shadow: 0 -1px 0 #11406e;
}

.nav-site > li > a:hover,
.nav-site > li:hover > a,
.nav-site > li > a.active {
    background: #fff;
    color: #265f98;
    box-shadow: inset 0 0 0 1px #fff, /* top highlight */ inset 0 16px 30px -12px #e3e3e3, /* gradient fade */ 0 -2px 2px 1px rgba(0, 0, 0, 0.07); /* drop shadow */
    padding: 8px 18px 10px 18px;
    text-shadow: none;
}

.nav-site .sub-nav {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    left: -1px;
    border-top: none;
}

.nav-site > li:hover > .sub-nav {
    top: 33px;
    opacity: 1;
}

.nav-site .sub-nav > li > a,
.nav-site .sub-nav a:hover {
    padding: 4px 35px 4px 18px;
}

.nav-site .sub-nav > li > a:hover {
    background-color: #e3f4ff;
}

.nav-site .menu-trigger:after {
    content: "";
    border-color: #9dc0e2 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    margin: 0 0 -2px 5px;
    display: inline-block;
}

.nav-site .menu-wrapper {
    position: relative;
    z-index: 500;
}

.nav-site .sub-nav .h-divider {
    border-bottom: 1px solid #ddd;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 3px 0;
    text-indent: -9999px;
}

.nav-upload {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 1;
}

.nav-upload a {
    padding: 5px 12px;
    background: #ccc;
    color: #265f98;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 0px 4px #22486f, /* drop shadow */ inset 0 1px 0 #fff, /* top highlight */ inset 0 20px 20px -5px #f6f6f6; /* gradient fade */
}

.nav-upload a:hover {
    background: #ddd;
    box-shadow: 0 0px 4px #22486f, /* drop shadow */ inset 0 1px 0 #fff, /* top highlight */ inset 0 20px 20px -5px #fff; /* gradient fade */
}

.nav-upload a:before {
    content: url(images/upload-btn-arrow.png);
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    margin: 1px 3px 0 -3px;
}

.nav-utility {
    position: absolute;
    top: 0;
    right: 0;
    color: #7aafd6;
    z-index: 2; /* fix for IE7 overlay issue */
}

.nav-logged-out > li + li:before {
    content: "|";
    width: 1px;
    float: left;
    margin: 8px 0 0 -3px;
}

.nav-utility > li > a {
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 11px;
    text-shadow: 0 -1px 0 #11406e;
}

.nav-utility .utility-trigger:after {
    content: "";
    border-color: #9dc0e2 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    display: inline-block;
    margin: 0 0 -2px 4px;
}

.nav-utility .menu-wrapper {
    z-index: 501;
}

.nav-utility .sub-nav {
    border-radius: 3px;
    font-size: 12px;
    right: 0;
    left: auto;
    top: -9999px;
    opacity: 0;
    z-index: -1;
}

.no-js .nav-utility > li:hover > .sub-nav {
    top: 32px;
    opacity: 1;
}

.nav-utility .user-menu .sub-nav {
    right: -38px;
}

.notifications-menu > .utility-trigger {
    background: transparent url(images/notifications-icon.png) no-repeat center center;
    width: 18px;
    height: 12px;
    font-size: 0px;
    color: transparent;
}

.notifications-menu > .utility-trigger:after {
    border: none;
}

.notifications-menu .notification-count {
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #fff;
    background: #d22132;
    border: 1px solid #88272d;
    border-radius: 3px;
    padding: 1px 2px;
    margin: -1px 0 0 15px;

    /* IE7 hack */
    *margin-top: -3px;
}

.notifications-menu {
    display: inline-block;
}

.notification-count {
    display: none;
}

.notifications-menu .sub-nav {
}

.nav-utility .sub-nav:before {
    content: "";
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    position: absolute;
    top: -20px;
}

.user-menu .sub-nav:before {
    right: 41px;
}

.notifications-menu .sub-nav:before {
    right: 7px;
}

.language-menu .sub-nav:before {
    right: 3px;
}

.language-menu .active {
    background-color: #eee;
}

.notifications-menu .notification-list {
    width: 400px;
    max-height: 400px;
    overflow: auto;
    margin: -3px 0;
    position: relative;
    white-space:normal;
}

.notification-section {
    font-size: 10px;
    font-weight: normal;
    color: #888;
    margin: 0;
    padding: 3px 10px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-top:1px solid #e3e3e3;
    box-shadow: inset 0 12px 15px -5px #fff;
    border-radius: 2px 2px 0 0;
}
.notification-list .notification-section:first-child {
	border-top:0;
}
.notification-request,
.notification-comment {
	padding:8px;
	border-bottom:1px solid #ddd;
	position:relative;
}

.notification.new {
	background-color:#edf6fc;
}

.notification-request .request-user,
.notification-request .request-user:hover {
	padding:0;
	background:none;
	display:inline-block;
	color:#333;
	text-decoration:none;
}

.notification-request .ignore-note {
	font-size:10px;
	color:#888;
	display:block;
	margin-top:2px;
}


.ignore-request {
    font-size: 10px;
    color: #888;
    display: block;
    margin-top: 2px;
    white-space: nowrap;
}

.notification-request .user-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.notification-request .user-name {
	display:inline-block;
	vertical-align:middle;
	width:190px;
}
.notification-request .request-ignored .user-name {
	width:240px;
}

.notification-request .request-actions,
.notification-request .request-confirmed {
	width:150px;
	text-align:right;
	display:inline-block;
	vertical-align:middle;
	
	/* IE7 hack */
	zoom:1;
	*display:inline;
}

.notification .request-text {
	float:left;
	width:190px;
}
.notification .request-actions {
	float:right;
}

.object.notification {
	margin:0;
}

.notification-comment {
	cursor:pointer;
}
.notification-comment:hover {
	background:#e3f4ff;
}
.notification .date-stamp {
	margin-top:3px;
}
.notification a {
	color:inherit;
	text-decoration:none;
}

.no-notifications {
    padding: 15px;
    text-align: center;
    color: #999;
}

button.link {
    border: none;
    background: none;
    padding: 0;
    color: #3669da;
    cursor: pointer;
}

button.link:hover {
    text-decoration: underline;
}

.nav-utility .view-unit a {
    background: transparent url(images/icon-metrics.gif) no-repeat 6px center;
    padding-left: 25px;
}

.user-menu .sub-nav {
    z-index: 9999;
}


/* New Features overlay */
#overlay-new-features .overlay-content h2 {
    margin-bottom: 1em;
}
#overlay-new-features .overlay-content h3  {
    margin-top: 1.5em;
}
#overlay-new-features .overlay-content h3:first-child  {
    margin-top: 0;
}
#overlay-new-features .overlay-content p {
    margin: 0.5em 0;
}
.nav-utility .new-features-link {
    color: #ffE000;
}

.nav-utility .new-features-link-hidden {
    height: 0px;
    width: 0px;
    overflow:hidden;
    position: absolute;
}
#navbar {
	margin-top:5px;
	float: right;
}
#navbar li {
	list-style: none;
	float: left;
}
#navbar li a {
	display: block;
	padding: 3px 8px;
	color: #fff;
}
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
}
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
}
#navbar li:hover li {
	float: none; 

}
#navbar li:hover li a {
	color: #000; 

}
#navbar li li a:hover {

}
