/*
 * Phoenix Page CSS
 * @author Keegan Watkins
 * @coauthor Levi Sitters
 * Styles for the page shell
 */

/* Page wrappers */
body {
	background: #ccc;
}

.pnx-page-wrap {
	background:#fff;
	margin:0 auto 12px auto;
	padding:12px;
	box-shadow: 0 0 10px #888;-moz-box-shadow: 0 0 10px #888;-webkit-box-shadow: 0 0 10px #888;
}

/* Global header */
.global-header{
	position: relative;
}

.global-header-masthead img{
	margin-bottom: 0;
}

.global-header-masthead {
	position:relative;
	font-size:11px;
}

.global-header-masthead-country{
	position: relative;
	top: 16px;
	font-size: 14px;
	left: 8px;
}

.global-header-nav-primary {
	height:25px;
	background:transparent url("../img/page/global-header-nav.png") repeat-x;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position:relative;
	z-index:2;
}

.global-header-nav-primary ul {
	margin:0 6px;
}

.global-header-nav-primary li {
	list-style-type:none;
	line-height:25px;
	float:left;
	margin-bottom:0;
}

.global-header-nav-primary li a {
	padding:0 6px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
}

.global-header-nav-primary li.active a, .global-header-nav-primary li.active a:hover {
	background: url("../img/page/global-header-nav.png") repeat-x 0 -75px;
}

.global-header-nav-primary li a:hover {
	background: url("../img/page/global-header-nav.png") repeat-x 0 -50px;
}

.global-header-nav-primary li a:active {
	background: url("../img/page/global-header-nav.png") repeat-x 0 -25px;
}

.global-header-nav-primary li.global-header-search {
	float:right;
	margin-right:6px;
	margin-bottom:0;
}

.global-header-search p {
	line-height:1;
	margin-bottom:0;
}

.global-header-search .search-txt {
	border:1px solid #999999;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	height:16px;
	line-height:17px;
	padding:0 4px;
	color:#999999;
	position:relative\9; /* IE6-8 */
	top:1px\9; /* IE6-8 */
}

.global-header-search .search-txt-active {
	color:#000;
}

.global-header-search .search-btn {
	position:relative;
	top:4px;
}

.global-header-nav-secondary {
	position:relative;
	top:-5px;
	z-index:1;
	height:30px;
	_height:25px;
	background:#F2F2F2;
	border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;
}

.global-header-nav-secondary ul {
	margin:0 12px;
	position:relative;
	top:10px;
	_top:8px; /* IE6 */
	margin-bottom:0;
}

.global-header-nav-secondary li {
	list-style-type:none;
	float:left;
	margin-right:12px;
	margin-bottom:0;
}

.global-header-nav-secondary li a {
	color:#000;
}

.global-header-nav-secondary .global-header-nav-up {
	margin-right:0;
	float:right;
}

.global-header-nav-secondary .global-header-nav-up-wrap a {
	color:#065fa3;
}

.global-header-breadcrumb {
	font-size:10px;
	color:#000;
	padding-left:12px;
}

/* Global footer */
.global-footer {
	color:#666;
}

.global-footer-phone {
	padding-left:20px;
	border:none;
}

.global-footer-phone p {
	margin-bottom:0;
}

.global-footer-social {
	position:relative;
}

.global-footer-social li {
	border-bottom:1px solid #ccc;
	padding:2px 0 6px 24px;
	background:transparent url(../img/page/social-icons-flat.png) no-repeat 0 0;
}

.global-footer-social .facebook {
	background-position:0 0;
}

.global-footer-social .twitter {
	background-position:0 -55px;
}

.global-footer-social .feeds {
	background-position:0 -110px;
}

.global-footer-social .youtube {
	background-position:0 -165px;
}

.global-footer-social .community {
	background-position:0 -220px;
}

.global-footer-social li.linkedin {
	background-position:0 -275px;
}

.global-footer-social li.blogs {
	background-position:0 -330px;
}

.global-footer-social li.mylv {
	background-position:0 -385px;
}

.global-footer-social li.youku {
	background-position: 0 -440px;
}

.global-footer-social li.weibo {
	background-position: 0 -496px;
}

.global-footer-social .last {
	border-bottom:none;
}

.global-footer-phone .cta {
	font-size:16px;
}

.global-footer-section {
	background:transparent url(../img/page/global-footer-section.png) repeat-x 0 0;
	padding:20px;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
}

.global-footer a, .global-footer a:visited {
	color:#666;
}

.global-footer-external {
	position:absolute;
	bottom:0;
	right:0
}

.global-footer-external img {
	margin-left:6px;
}

.global-legal p {
	margin-bottom:0;
	font-size:10px;
}

.downtime {
	padding:6px 12px;
	background:#fff;
	border:1px solid #fb0;
	margin-left:auto;
	margin-right:auto;
}

.nibug{
	position: absolute;
	left: 40%;
	top: 23px;
}
.nibug .pnx-btn{
	background: #A5BED1;
	border: 1px solid #7BA4C2;
}
.nibug .pnx-btn span{
	background: -moz-linear-gradient(top, #9bbfda 0%, #4f81a6 50%, #165789 51%, #034a7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bbfda), color-stop(50%,#4f81a6), color-stop(51%,#165789), color-stop(100%,#034a7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* W3C */
}
.nibug .pnx-btn span:hover{
	background: -moz-linear-gradient(top, #9bbfda 0%, #4f81a6 50%, #165789 51%, #034a7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bbfda), color-stop(50%,#4f81a6), color-stop(51%,#165789), color-stop(100%,#034a7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9bbfda 0%,#4f81a6 50%,#165789 51%,#034a7f 100%); /* W3C */
}
	

/* Downtime notice */
.pnx-page-wrap .warning {
	padding: 6px 6px 6px 38px;
	margin-bottom: 16px;
	background: url(/images/global/neutral/icon_warning.gif) no-repeat 10px 8px;
	border: 2px solid #FFBB00;
	min-height: 26px;
}

.global-footer li a, .global-footer li a:visited {
  color:#666666;
}

/* For Internal Only */
#previewTabs {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

.previewTab.active {
	display: none;
}

.previewTab:hover{
	text-decoration: none;
	color: #000000;
}
