﻿/* CONSISTENT LAYOUT (e.g. POSITIONS, STANDARD MARGINS & etc) */
#chromeBorder {
	margin: 0 8px;
}

#bottombar {
	padding: 0 25px 8px 25px;
	text-align: center;
}
#topbar {
	overflow: auto;
	clear: both;
	padding-bottom: 12px;
}
#footer {
	clear: both;
	padding: 10px 20px 0 20px;
}
.top_region {
	padding-bottom: 10px;
}

.top_region, .nav_region {
	clear: both;
}

.top_region h1 {
	font-size: 20px;
}

.logo {
	vertical-align: middle;
	float: left;
	/*margin-right: 23px;*/
}
.secondary-logo {
	vertical-align: middle;
	float: right;
	margin-left: 23px;
	margin-top: -7px; /*5px;	*/
}

#header H1 {
	margin: 0px;
	white-space: nowrap;
}

#header {
	/*padding: 0 23px;*/
	margin: 0px;
	overflow: hidden;
}
#header P {
	margin: 0px;
}
#header .right-title {
	float: right;
	margin: 10px 0;
}
.secondary-logo p {
	float: left;
}
.fixed-width #body {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 23px;
	border: none;
	clear: both;
}

#body {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 23px;
	border: none;
	clear: both;
}
.marketing-home #body {
	padding-left: 23px;
	padding-right: 0;
}
#bodyHeader {
	padding-top: 2px;
}






.breadcrumbs, .search-actions {
	padding-right: 218px; /* RC fullwidth */
}
.breadcrumbs .disabled {
	display: none;
}
.search-actions {
	border-top: none;
	clear: both;
	/* padding-left: 210px;  enough to miss left tabs */
	/* padding-right: 210px; enough to miss right tabs */
}


/*
three column layout
each search hit is 166px wide (158 + 8 padding) so
it's a good idea to keep the left nav + right nav
equal to a multiple of that if possible
*/
.holy-grailTop
{
	padding-left: 209px; /* LC fullwidth */
	padding-right: 191px; /* RC fullwidth + CC padding */
	clear: both;
}
.holy-grail 
{
	clear: both;
	padding-left: 209px; /* LC fullwidth */
	padding-right: 191px; /* RC fullwidth + CC padding */
}
.holy-grailTop .columnTop {
	position: relative;
	float: left;
	/*border-right: solid 8px #eee;*/
}
.holy-grail .column {
	position: relative;
	float: left;
	/*border-right: solid 8px #eee;*/
}

#Topheader {
	padding: 0 15px;
	margin: 0px;
	overflow: hidden;
}
.holy-grailTop #centerTop
{
	width: 100%;
}
.holy-grail #center {
	/*padding: 0 4px;*/ /* CC padding */
	width: 100%;
	/*margin-top: -28px;*/
}
.holy-grailTop #leftNavTop
{
	width: 207px; /* LC width */
	padding: 0px; /* LC padding */
	right: 215px; /* LC fullwidth + CC padding */
	margin-left: -100%;
	overflow: hidden;
}
.holy-grail #leftNav {
	width: 207px; /* LC width */
	padding: 0px; /* LC padding */
	right: 215px; /* LC fullwidth + CC padding */
	margin-left: -100%;
	border-right: solid 8px #eee;
	background-color:#EEEEEE;
	overflow: hidden;
}
.holy-grail #leftNav.scrolling {
	margin-left: 0;
	overflow: auto;
}
.holy-grailTop #leftNavTop.scrolling {
	margin-left: 0;
	overflow: auto;
}
.holy-grail .leftNavButton {
	margin-left: -100%;
	right: 224px; /* ?? LC fullwidth + IMG fullwidth + CC padding */
	z-index: 2;
}
.leftNavButton IMG {
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -221px -38px;
}
.leftNavButton:hover IMG {
	background-position: -205px -54px;
}
.holy-grailTop #rightNavTop
{
	width: 182px; /* RC width */
	padding: 0; /* RC padding */
	margin-right: -100%;
}
.holy-grail #rightNav {
	width: 182px; /* RC width */
	padding: 0; /* RC padding */
	margin-right: -100%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	border-left: solid 8px #eee;
}
.holy-grail #rightNav.scrolling {
	margin-right: 0;
	overflow: auto;
}
.holy-grail .rightNavButton {
	margin-right: -100%;
	left: 191px; /* ?? RC fullwidth */
	z-index: 2;
}
.rightNavButton IMG {
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -221px -38px;
}
.rightNavButton:hover IMG {
	background-position: -221px -54px;
}

/*** IE Fix ***/
/* IE 6 */
* html .holy-grail #leftNav, * html .holy-grailTop #leftNavTop {
	left: 182px; /* RC fullwidth */
}
* html .holy-grail .leftNavButton {
	left: 168px;
}
/* IE 7 and up */
html>body .holy-grail #leftNav {margin-left: expression((document.all.center.offsetWidth * -1) + 8); } 
/*** IE Fix ***/


/* holy-grail when closed */
.close-rightNav {
	padding-right: 8px; /* CC padding */
}
.close-leftNav {
	padding-left: 0px;
}
.close-rightNav .rightNav, .close-leftNav .leftNav {
	display: none;
}

.close-leftNav .leftNavButton {
	right: 17px;
}
.close-leftNav .leftNavButton IMG, .close-oneUpRightNav .leftNavButton IMG {
	background-position: -221px -38px;
}
.close-leftNavButton IMG
{
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -221px -38px;
}
.close-leftNav .leftNavButton:hover IMG, .close-oneUpRightNav .leftNavButton:hover IMG {
	background-position: -221px -54px;
}
.close-leftNavButton:hover IMG
{
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -221px -54px;
}
.close-rightNav .rightNavButton {
	left: 0;
}
.close-rightNav .rightNavButton IMG {
	background-position: -205px -38px;
}
.close-rightNavButton IMG{
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -205px -38px;
}
.close-rightNav .rightNavButton:hover IMG{
	background-position: -205px -54px;
}
.close-rightNavButton:hover IMG{
	background-image: url(images/icons/sprite.gif);
	height: 16px;
	width: 16px;
	background-position: -205px -54px;
}

/* two ways to handle the center col when left or right panes are closed */
/* METHOD 1: move center down one line
.close-leftNav #center, .close-rightNav #center { margin-top: 0; } 
*/
/* METHOD 2: add margin to first line so items wont be covered by the tabs */
/*
.close-rightNav .searchResultsRoot .selectBar { margin-right: 243px; }
.close-leftNav  .searchResultsRoot .selectBar { margin-left: 243px; }
*/

.fronts-page .holy-grail {
	padding-left: 249px; /* LC fullwidth */
	padding-right: 0px;
}
.fronts-page .holy-grail #center {
	padding: 0 4px; /* CC padding */
	width: 100%;
}
.fronts-page .holy-grail #leftNav {
	width: 240px; /* LC width */
	padding: 0px; /* LC padding */
	right: 257px; /* LC fullwidth + CC padding */
	margin-left: -100%;
	border: solid 1px #eee;
	border-right: solid 8px #eee;
}
/*** IE6 Fix ***/
* html.fronts-page .holy-grail #leftNav {
	left: 0px; /* RC fullwidth */
}

.nav-panel {
	padding: 0px 4px 23px 4px;
	margin: 4px;
	border: solid 1px #eee;
}
.nav-panel H2, .searchBar H2 {
	float: left;
}
.searchBar H2 {
	margin: 0;
}
.leftNavIcon
{
	margin-left:-19px;
}
.rightNavIcon
{
	margin-right:-19px;
}
.nav-panel .panel-menu, .searchBar .panel-menu {
	float: right;
	margin: 0.4em 0;
}

.holy-grail #center.column .debuggingIcons {
	position: absolute;
}
#holyGrailFronts #center.column .debuggingIcons {
	margin-right: -48px;
}
#holyGrail #center.column .debuggingIcons {
	margin-right: -300px;
}
#holyGrail.close-rightNav #center.column .debuggingIcons {
	margin-right: -51px;
}


#leftNavTabs {
	float: left;
	padding: 0;
	padding-left: 3px;
}

#rightNavTabs {
	float: right;
	padding: 0;
}
.holy-grailTop .clear {
	padding: 1px;
	color: #999;
}
.holy-grail .clear {
	padding: 1px;
	color: #999;
}




#prefTabs, oneUpTabs { float: left; padding: 0; }
#pref-ph { clear: both; border: solid 1px #eee; margin: 0 0 16px 0;}
#pref-ph .pref { padding: 16px; }
#pref-ph .pref td { padding: 4px; }

.oneup-page #footer, .oneup-page #header, .oneup-page #bottombar ul.right { display:none; }

#PreviewMedia #centerNavTabs
{
	padding-left: 1px;
}
/*
#centerNavTabs {
	padding-left: 209px;
}
*/






/*

#header {
	border: 1px solid #cecea5;
	background: #d7dabd;
}
#outer_wrapper {
	background: #fff url(background_3.gif) repeat-y left;
}
#wrapper {
	background: url(background_2.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -250px;
	background: url(background_2.gif) repeat-y right;
}
#content {
	margin-right: 250px;
	background: url(background_3.gif) repeat-y left;
}
#main {
	margin-left: 150px;
}
#left {
	width: 234px;
	float: left;
}
#sidebar {
	width: 250px;
	float: right;
}
#footer {
	border: 1px solid #cecea5;
	background: #d7dabd;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
*/
.mediaButtonBg
{
	background-color:#EEEEEE;
	height:23px;
}
td.left-nav { width: 200px; }
td.right-nav { width: 175px; }
/*#main-table .left-nav { background-color: #eee; }*/
#browsePH { overflow: hidden; white-space: nowrap; width: 200px; }
.leftNavButton { float: left; margin-left: -15px; }
.rightNavButton { float: right; margin: -4px -14px 0 0; }
#subheader { clear: both; }
#media-controls { padding: 0 2px; }
#center { clear: both; margin-left: -1px; }
.right-nav-content
{
	border-right: 1px solid #EEEEEE; 
	border-bottom: 1px solid #EEEEEE;
}
.center-nav { border-right: solid 8px #eee; border-bottom: solid 8px #eee; border-left: solid 8px #eee; }

* html .leftNavButton, * html .rightNavButton { float: none; margin: 0; }