/*!* Grids v1.8.1 */
/*
 * gd-mbw.css: masterbrand grid css for page layout, container components (grids)
 *
 * This revision is being manually managed to be equivalent to Web Publisher version #.
 * 
 * (c) 1992-2010 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/* Float-Nearly-Everything 
 * All boxes are floated left.
 */
.gdb {
	clear:both;
	float:left;
	margin: 0px;
	background: transparent;
	zoom: 1;
}
.rtl .gdb {
	float: right;
}
.gdb .gd-left,
.gdb .gd-mid,
.gdb .gd-right {
	float: left;
	display: inline;
	overflow: hidden;
}
.rtl .gdb .gd-left,
.rtl .gdb .gd-mid,
.rtl .gdb .gd-right {
	float: right;
}

/*
 * All columns get 10px left and/or right = 20px between columns. 
 * We use overflow on the columns, to prevent something breaking 
 * the float due to width.
 *
 * The execption is when there is only one column.
 * In this case gd-mid does not have any margin.
 * This property is overridden with the individual width codes later.
 */
.gdb .gd-left { 			margin: 0 10px 0 0; }
.gdb .gd-mid { 				margin: 0 10px 0 10px; }
.gdb .gd-right { 			margin: 0 0 0 10px; }

.rtl .gdb .gd-left { 	margin: 0 0 0 10px; }
.rtl .gdb .gd-mid { 	margin: 0 10px 0 10px; }
.rtl .gdb .gd-right { margin: 0 10px 0 0; }

.no-overflow .gd-left,
.no-overflow .gd-mid,
.no-overflow .gd-right,
.overflow .gd-left,
.overflow .gd-mid,
.overflow .gd-right {
	overflow: visible;
}

/*********************
 * component spacing 
 *********************/
.gdb .clb,
.gdb .mlb-pilot { margin: 0px 0px 20px 0px; }

/**********************
 * unless compact
 **********************/
.gdb .clb.compact,
.gdb .mlb-pilot.compact {  margin-bottom: 0px; }


/***************************************
 * Grid Taxonomy:
 * .gd[code][columns]
 *
 * generally [code] = width code:
 * 0 = 100%
 * 1 = 960px
 * 2 = 700px 
 * 4 = 460px
 * 8 = 220px
 * eg, gd22 = 700px wide, 2 columns.
 * 
 * width code 1: 960px 
 */
 
.gd11-pilot,
.gd12-pilot,
.gd13-pilot,
.gd14-pilot { 					width:940px; padding: 0px 10px;}

/* we must override the rtl style also, 
 * because of specificity set above.
 */
.gd11v1-pilot .gd-mid,
.rtl .gd11v1-pilot .gd-mid 	{	width:940px; margin: 0px;}

.gd12v1-pilot .gd-left {		width:220px }
.gd12v1-pilot .gd-right { 	width:700px }

.gd12v2-pilot .gd-left {		width:700px }
.gd12v2-pilot .gd-right { 	width:220px }

.gd12v3-pilot .gd-left,
.gd12v3-pilot .gd-right {		width:460px; }

.gd12v4-pilot .gd-left {		width:620px }
.gd12v4-pilot .gd-right { 	width:300px }

.gd12v5-pilot .gd-left {		width:300px }
.gd12v5-pilot .gd-right { 	width:620px }

.gd13v1-pilot .gd-left,
.gd13v1-pilot .gd-right {		width:220px }
.gd13v1-pilot .gd-mid {			width:460px }

.gd13v2-pilot .gd-left, 
.gd13v2-pilot .gd-mid,
.gd13v2-pilot .gd-right {		width:300px }

.gd14v1-pilot .gd-left,
.gd14v1-pilot .gd-mid,
.gd14v1-pilot .gd-right	{ 	width:220px }

/************************* 
 * width code 2: 700px 
 *************************/
.gd21-pilot,
.gd22-pilot,
.gd23-pilot { 							width: 700px; }

.gd21v1-pilot .gd-mid,
.rtl .gd21v1-pilot .gd-mid	{	width: 700px; margin:0px; }

.gd22v1-pilot .gd-left {		width: 220px; }
.gd22v1-pilot .gd-right { 	width: 460px; }

.gd22v2-pilot .gd-left {		width: 460px; }
.gd22v2-pilot .gd-right { 	width: 220px; }

.gd23v1-pilot .gd-left, 
.gd23v1-pilot .gd-right,
.gd23v1-pilot .gd-mid {			width: 220px; }


/************************* 
 * width code 4: 460px 
 *************************/
.gd41-pilot,
.gd42-pilot { 							width: 460px; }

.gd41v1-pilot .gd-mid,
.rtl gd41v1-pilot .gd-mid {	width: 460px; margin:0px; }

.gd42v1-pilot .gd-left, 
.gd42v1-pilot .gd-right { 	width: 220px; }

	
/*************************
 * width code 8: 220px 
 *************************/
.gd81-pilot					{				width:220px; }
.gd81v1-pilot .gd-mid,
.rtl .gd81v1-pilot .gd-mid{ width:220px; margin:0px; }

/*************************
 * 'Blowout' 100% Grid 
 *************************/
.gd01v2-pilot 							{ padding: 0 10px; }

.gd01v1-pilot .gd-mid,
.rtl .gd01v1-pilot .gd-mid,
.gd01v2-pilot .gd-mid,
.rtl .gd01v2-pilot .gd-mid 	{ width:100%; margin: 0; }




