/*
 * MDS Specific Global Overrides and Declarations
 * For non application specific CSS
 */


/* BORDERS ===================================================================================
*	Per GMDS Style Guide [last updated 2011-04-06], p.75.
=========================================================================================== */

.border1 {
	border: 1px solid #ffffff;
}

.border2 {
	border: 1px solid #c6c7c7;
}

.border3 {
	border: 1px solid #186b9b;
}


/* GRADIENTS =================================================================================
*	Per GMDS Style Guide [last updated 2011-04-06], p.75.
=========================================================================================== */

.gradient1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e2e2), to(#c3c4c4)); 
	background: -moz-linear-gradient(top, #e0e2e2, #c3c4c4); 
	background: -o-linear-gradient(#e0e2e2, #c3c4c4) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e2e2, endColorstr=#c3c4c4); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e0e2e2, endColorstr=#c3c4c4)"; 
}

.gradient2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cdcece)); 
	background: -moz-linear-gradient(top, #f1f1f1, #cdcece); 
	background: -o-linear-gradient(#f1f1f1, #cdcece) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece)"; 
}

.gradient3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dadbdb), to(#bfc0c0)); 
	background: -moz-linear-gradient(top, #dadbdb, #bfc0c0); 
	background: -o-linear-gradient(#dadbdb, #bfc0c0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dadbdb, endColorstr=#bfc0c0); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dadbdb, endColorstr=#bfc0c0)"; 
}

.gradient4 {
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e9e9), to(#d3d5d5)); 
	background: -moz-linear-gradient(top, #e8e9e9, #d3d5d5); 
	background: -o-linear-gradient(#e8e9e9, #d3d5d5) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e9e9, endColorstr=#d3d5d5); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e9e9, endColorstr=#d3d5d5)"; 
}

.gradient5 {
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d4d4d4)); 
	background: -moz-linear-gradient(top, #f1f1f1, #d4d4d4); 
	background: -o-linear-gradient(#f1f1f1, #d4d4d4) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#d4d4d4); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#d4d4d4)"; 
}

.gradient6 {
	background: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#0b0b0b)); 
	background: -moz-linear-gradient(top, #212121, #0b0b0b); 
	background: -o-linear-gradient(#212121, #0b0b0b) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#212121, endColorstr=#0b0b0b); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#212121, endColorstr=#0b0b0b)"; 
}


/* SHADOWS ===================================================================================
*	Per GMDS Style Guide [last updated 2011-04-06], p.75.
=========================================================================================== */

.shadow1 {
	-moz-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
}

.shadow1_ie {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	background: #666666;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.25');
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=true, ShadowOpacity=0.25)";
	z-index: -10;
}

.shadow2 {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.shadow2_ie {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	margin: 0;
	border: 0;
	padding: 0;
	background: #000000;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='21', MakeShadow='true', ShadowOpacity='0.40');
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='21', MakeShadow='true', ShadowOpacity='0.40')";
	z-index: -10;
}

/* COMBINED GRADIENT-BORDER (for backward compatibility) =====================================
*	Per GMDS Style Guide [last updated 2011-04-06], p.75.
=========================================================================================== */

.gradient1shadow1 {
	border: 1px solid #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cdcece)); 
	background: -moz-linear-gradient(top, #f1f1f1, #cdcece); 
	-moz-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece) progid:DXImageTransform.Microsoft.Glow(color='#c5c6c6', Strength='3'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece) progid:DXImageTransform.Microsoft.Glow(color='#c5c6c6', Strength='3')"; 
}

.gradient1shadow2 {
	border: 1px solid #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#cdcece)); 
	background: -moz-linear-gradient(top, #f1f1f1, #cdcece); 
	-moz-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	box-shadow: 0px 0px 3px rgba(102, 102, 102, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece) progid:DXImageTransform.Microsoft.Glow(color='#c5c6c6', Strength='2'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#cdcece) progid:DXImageTransform.Microsoft.Glow(color='#c5c6c6', Strength='2')"; 
}


/* LINKS ============================================================================
Per GMDS Style Guide [last updated 2011-04-06].
================================================================================== */

.ln_inline:link, .ln_inline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.33;
	color: #c91515;
	text-decoration: none;
}

.ln_inline:hover, .ln_inline:active {
	text-decoration: underline;
}


/* HEADERS ==========================================================================
Per GMDS Style Guide [last updated 2011-04-06].
================================================================================== */

.hl_2, h3.hl_2, h2.hl_2, h1.hl_2 { /* Subheadline class (ln_s) in GMDS Style Guide (4/6, p.29) */
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
	line-height: 19px;
	color: #0e415e;
	text-transform: uppercase;
}


/* BUTTONS ==========================================================================
Per GMDS Style Guide [last updated 2011-04-06].
================================================================================== */

.emailBtn {
	margin: 0;
	border: 0;
	padding: 0;
	width: 59px;
	height: 12px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 -36px;
	cursor: pointer;
}
.emailBtn:hover, .emailBtn:active {
	background-position: 0 -49px;
}

.emailBtn-notxt {
	margin: 0;
	border: 0;
	padding: 0;
	width: 57px;
	height: 12px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 -62px;
	cursor: pointer;
}
.emailBtn-notxt:hover, .emailBtn-notxt:active {
	background-position: 0 -75px;
}

.printBtn {
	margin: 0;
	border: 0;
	padding: 0;
	width: 57px;
	height: 12px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 -172px;
	cursor: pointer;
}
.printBtn:hover, .printBtn:active {
	background-position: 0 -185px;
}

.printBtn-notxt {
	margin: 0;
	border: 0;
	padding: 0;
	width: 57px;
	height: 12px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 -198px;
	cursor: pointer;
}
.printBtn-notxt:hover, .printBtn-notxt:active {
	background-position: 0 -211px;
}

.closeBtn {
	margin: 0;
	border: 0;
	padding: 0;
	width: 22px;
	height: 20px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 0;
	cursor: pointer;
}
.closeBtn:hover, .closeBtn:active {
	background-position: 0 -9px;
}

.closeBtn-notxt {
	margin: 0;
	border: 0;
	padding: 0;
	width: 22px;
	height: 20px;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	background: transparent url(/assets/en/images/global/utility/btns/buttons-n-icons.png);
	background-position: 0 -18px;
	cursor: pointer;
}
.closeBtn-notxt:hover, .closeBtn-notxt:active {
	background-position: 0 -27px;
}

input.submit-chevron {
	 background: url("/assets/en/images/global/utility/btns/buttons-n-icons.png") repeat scroll 0 -308px transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    left: -5px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: -99999px;
    top: -3px;
    width: 22px;
}

input.submit-chevron:hover, input.submit-chevron:active {
	background-position: 0 -329px;
}

.warning {
	padding-left: 17px !important;
	background: transparent url(/assets/en/images/global/utility/icon_warning.png) no-repeat left top;
}

.clearBoth {
	clear: both;
	font-size: 0;
	line-height: 0;
}
