@charset "UTF-8";
/* CSS Document */
/*CORE*/
/* ================ Core CSS =================== */
/*
 * This CSS is shared across both the web app and marketing site.
 * See documentation at <you>.inside-box.net/documentation/index.
 * Always check the documentation before adding CSS to this file.  All CSS added
 * should be component-based, reusable, and not specific to a particular element.
 *
 * NOTE: Avoid changing anything here to fix just web app or marketing display.
 * If you change CSS here, you will affect display on the other portion of the site.
 *
 * Browser-specific CSS
 * @TODO: remove this style of IE-hack
 * rule: value -> applied in all browsers
 * *rule: value -> applied to IE6 and IE7 only
 * _rule: value -> applied to IE6 only
 */
/* ================ Libraries ================== */
/*
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * version: 3.0.0pr2 (lines 9-11)
 * */
/* Reset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight:normal;
}
li {
	list-style: none;
	border:  0;
}
.ie6 li {
	position: relative; /* Positioning all LIs relative is extremely slow in IE, including IE 8. We should use it for IE 6 only to fix certain IE 6 bugs. */
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}
/* Fonts */
body {
	font: 13px/1.231 'proxima-nova-soft', helvetica, clean, sans-serif;
}
body.lte_ie7 {
	font-size: small;
	font: x-small;
}
select, input, button, textarea {
	font: 99% 'proxima-nova-soft', helvetica, clean, sans-serif;
}
button::-moz-focus-inner {
	border: 0;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/* ================ Grids ================== */
.line:after, .last_unit:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0 !important;
	line-height: 0;
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.lte_ie7 .line {
	zoom: 1;
}
.unit, .unit_ext {
	zoom: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.unit {
	float: left;
}
.unit_ext {
	float: right;
}

.size1of1,.size2of2, .size3of3, .size4of4, .size5of5, .size6of6 { float: none; }
.size1of2, .size2of4 { width: 50%; }
.size1of3 { width: 33.33333%; }
.size2of3 { width: 66.66666%; }
.size1of4 { width: 25%; }
.size3of4 { width: 75%; }
.size1of5 { width: 20%; }
.size2of5 { width: 40%; }
.size3of5 { width: 60%; }
.size4of5 { width: 80%; }
.size1of6 { width: 16.66666%; }
.size5of6 { width: 83.33333%; }

.last_unit {
	display: table-cell;
	float: none;
	width: auto;
	*display: block;
	*zoom: 1;
	_position: relative;
	_left: -3px;
	_margin-right: -3px;
}

/* ================ Media ================== */
.media {
	zoom: 1;
	position: relative;
}
.media:after, .bd:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height:0 !important;
	line-height: 0;
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.media .bd {
	display: table-cell;
	zoom: 1;
}
/* @TODO: This is very expensive because it looks for every first-child on the page, and then see if they are the direct children of a bd. Come up with a better way to do. */
.media .bd > :first-child {
	margin-top: 0;
}
.media .bd > :last-child {
	margin-bottom: 0;
}
.img {
	float: left;
	margin-right: 10px;
}
.img img {
	display: block;
}
.img_ext {
	float: right;
	margin-left: 10px;
}
.clear, .clearfix {
	clear: both;
}

/* ================ Spacing ================== */
/**
 * Spacing classes
 * Should be used to modify the default spacing between objects (not between nodes of the same object)
 * Please use judiciously. You want to be using defaults most of the time, these are exceptions!
 * <type><location><size>
 */
 /* ====== Default spacing ====== */
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, .media {
	margin: 5px 0;
}
pre {
	margin: 10px 0;
}

.body h2:first-child, .body h3:first-child, .body  h4:first-child,
.body h5:first-child, .body h6:first-child, .body ul:first-child,
.body ol:first-child, .body dl:first-child, .body p:first-child,
.body blockquote:first-child, .body .media:first-child {
	margin-top: 0;
}

.body h2:last-child, .body h3:last-child, .body h4:last-child,
.body h5:last-child, .body h6:last-child, .body ul:last-child,
.body ol:last-child,.body dl:last-child, .body p:last-child,
.body blockquote:last-child, .body .media:last-child {
	margin-bottom: 0;
}
.pan { padding: 0 !important }
.pas { padding: 5px !important }
.pam { padding: 10px !important }
.pal { padding: 20px !important }
.ptn { padding-top: 0 !important }
.pts { padding-top: 5px !important }
.ptm { padding-top: 10px !important }
.ptl { padding-top: 20px !important }
.prn { padding-right: 0 !important }
.prs { padding-right: 5px !important }
.prm { padding-right: 10px !important }
.prl { padding-right: 20px !important }
.pbn { padding-bottom: 0 !important }
.pbs { padding-bottom: 5px !important }
.pbm { padding-bottom: 10px !important }
.pbl { padding-bottom: 20px !important }
.pln { padding-left: 0 !important }
.pls { padding-left: 5px !important }
.plm { padding-left: 10px !important }
.pll { padding-left: 20px !important }
.phn { padding-left: 0 !important; padding-right: 0 !important }
.phs { padding-left: 5px !important; padding-right: 5px !important }
.phm { padding-left: 10px !important; padding-right: 10px !important }
.phl { padding-left: 20px !important; padding-right: 20px !important }
.pvn { padding-top: 0 !important; padding-bottom: 0 !important }
.pvs { padding-top: 5px !important; padding-bottom: 5px !important }
.pvm { padding-top: 10px !important; padding-bottom: 10px !important }
.pvl { padding-top: 20px !important; padding-bottom: 20px !important }
.man { margin: 0 !important }
.mas { margin: 5px !important }
.mam { margin: 10px !important }
.mal { margin: 20px !important }
.mtn { margin-top: 0 !important }
.mts { margin-top: 5px !important }
.mtm { margin-top: 10px !important }
.mtl { margin-top: 20px !important }
.mrn { margin-right: 0 !important }
.mrs { margin-right: 5px !important }
.mrm { margin-right: 10px !important }
.mrl { margin-right: 20px !important }
.mbn { margin-bottom: 0 !important }
.mbs { margin-bottom: 5px !important }
.mbm { margin-bottom: 10px !important }
.mbl { margin-bottom: 20px !important }
.mln { margin-left: 0 !important }
.mls { margin-left: 5px !important }
.mlm { margin-left: 10px !important }
.mll { margin-left: 20px !important }
.mhn { margin-left: 0 !important; margin-right: 0 !important }
.mhs { margin-left: 5px !important; margin-right: 5px !important }
.mhm { margin-left: 10px !important; margin-right: 10px !important }
.mhl { margin-left: 20px !important; margin-right: 20px !important }
.mvn { margin-top: 0 !important; margin-bottom: 0 !important }
.mvs { margin-top: 5px !important; margin-bottom: 5px !important }
.mvm { margin-top: 10px !important; margin-bottom: 10px !important }
.mvl { margin-top: 20px !important; margin-bottom: 20px !important }

/* ================ Table ================== */
/**
 * Data Table
 * Allows you to align various table cells so that the alignment class can be placed on either the table, table row, or table cell
 * Cell takes precedence over table row and table
 * Table row takes precedence over table
 */
.data {
	position: relative;
	zoom: 1;
	vertical-align: top;
	text-align: left;
}
.data table {
	width: 100%;
	table-layout: fixed;
}
/* horizontal alignment */
.txt_c, table .txt_c td, table .txt_c th, .data .txt_c th, .data .txt_c td { text-align: center; }
.txt_l, table .txt_l td, table .txt_l th, .data .txt_l th, .data .txt_l td { text-align: left; }
.txt_r, table .txt_r td, table .txt_r th, .data .txt_r th, .data .txt_r td { text-align: right; }
/* vertical alignment */
.txt_t, table .txt_t td, table .txt_t th, .data .txt_t th, .data .txt_t td { vertical-align: top; }
.txt_b, table .txt_b td, table .txt_b th, .data .txt_b th, .data .txt_b td { vertical-align: bottom; }
.txt_m, table .txt_m td, table .txt_m th, .data .txt_m th, .data .txt_m td { vertical-align: middle; }

/* ================ Text ================== */
.date {
	color: #808080;
	font-size: 11px;
}
.note {
	color: #808080;
	font-style: italic;
}
.faded {
	color: #999;
}
.legal {
	font-size: 11px;
}
.spaced {
	line-height: 18px;
}
strong, .strong{
	font-weight: bold;
}
em {
	font-style: italic;
}
.medium
{
	font-size: 14px;
}
.large
{
	font-size: 16px;
}

/* ================ Headings ================== */
/* Style rules: initial caps all important words */
/* Use strong for single-word inline headings, like "Tip: ..." */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: bold;
	border: 0;
	padding-bottom: 0;
}
h1, .h1 {
	margin: 10px 0;
	color: #333;
	font-size: 24px;
}
h2, .h2 {
	margin: 10px 0;
	color: #333;
	font-size: 19px;
}
h3, .h3 {
	margin: 5px 0;
	color: #333;
	font-size: 17px;
}
h4, .h4 {
	margin: 5px 0;
	color: #333;
	font-size: 14px;
}
h5, .h5 {
	margin: 5px 0;
	color: #111;
	font-size: 13px;
}
h6, .h6 {
	margin: 10px 0;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 5px;
}

/* ================ Mixins ================== */
.break {
	word-wrap: break-word;
}
.no_break {
	word-wrap: nowrap;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top; /* This fixes several issues in IE 8 and 9, and does not seem to affect other browsers. */
	text-overflow: ellipsis;
	display: block;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	_width: 100%;
	/* -moz-binding is attached in templates since it isn't a resource */
}
a.ellipsis, span.ellipsis, em.ellipsis {
	/*these inline elements were made block-level in the ellipsis class. they need to behave like inline. inline-block seems to work better than float: left*/
	display: inline-block;
	padding-bottom: 1px;
}
.lte_ie7 a.ellipsis, .lte_ie7 span.ellipsis, .lte_ie7 em.ellipsis {
	/*inline-block cross-browser tricks*/
	zoom: 1;
	display: inline;
}
.single_line {
	white-space: nowrap;
	overflow: hidden;
}
.scrollable {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative; /* Necessary for IE so content stays in container */
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.center_contents {
	text-align: center;
}
.lighter {
	font-weight: lighter;
}
.clickable {
	cursor: pointer;
}

/* ================ Lists ================== */
/* ----- simple list (no bullets) ----- */
.simple_list {
	margin: 10px 0;
}

/* ----- basic vertical list ----- */
.basic_list {
	margin: 10px 0;
}
.basic_list > li {
	padding: .2em 0;
}
.basic_list_sm > li {
	margin: 5px 0;
}
.basic_list_med > li {
	margin: 10px 0;
}
.basic_list_lg > li {
	margin: 20px 0;
}

/* ----- list with bullets ------ */
.bulleted_list > li {
	list-style: disc inside none;
}
.bulleted_list_hanging li{
	list-style: outside;
	margin-left: 13px;
}

/* ----- inline list ----- */
.inline_list > li {
	display: inline-block;
	padding-right: .5em;
	vertical-align: top;
}
.lte_ie7 .inline_list li {
	display: inline;
	zoom: 1;
	padding-right: .5em;
	vertical-align: top;
}
/* IE 6 Needs divs inside of inline_list lis to be inline too */
.ie6 .inline_list li div {
	display: inline;
	position: relative;
}
.ie .inline_list li div {
	zoom: 1;
}

/* ----- image within a list ----- */
.list_img {
	display: inline-block;
}
/* @TODO(dtong) do .list_img.sprite_16x16 instead and evaluate if that would badly affect all the list_img elements */
.list_img_icon_16 {
	position: relative;
	/* necessary because list item height is 16px while text inside has line-height of 14px, so 16x16 icons wouldnt align well with text in a list. */
	top: -2px;
}
.lte_ie7 .list_img {
	display: inline;
	zoom: 1;
}

/* ----- inline list extended ----- */
.inline_list_ext {
	margin-top: 2px;
	margin-bottom: 2px;
}
.inline_list_ext li {
	display: inline;
}
.lte_ie7 .inline_list_ext > li {
	padding-right: 2px;
}
.inline_list_ext > li:after {
	content: "\00B7";
	padding: 0 3px 0 3px;
}
.lte_ie7 .inline_list_ext li {
	margin-right: 6px; /* IE 6 and 7 do not show the dot between li items, so we need spacing  */
}
.lte_ie7 .inline_list_ext * li {
	margin-right: 0; /* undo margin so the rule above only applies to children  */
}
.inline_list_ext li:last-child:after {
	content: "" !important;
}
/* need to repeat this line for IE 8 because it does not recognize :last-child and it ignores the whole line */
.inline_list_ext .last-child:after {
	content: "" !important;
}

/* ----- inline list extended line ---- (line inline_list_ext, but with lines between items instead of dots) */
.inline_list_ext_line li {
	border-right: 1px solid #E2E2E2; 
}
.inline_list_ext_line li:last-child,
.inline_list_ext_line li.last-child
{
	border-right:0px;
}

/* ----- extended list ----- */
.list_ext {
	cursor: pointer;
}
.list_ext .item_expansion {
	border-top: 0;
	padding: 0;
}
.list_ext > li.hover {
	background-color: #EFF5F9; /* Custom Branding */
}
.list_ext > li .selected {
	background-color: #CBE2F1; /* Custom Branding */
}
.ie6 .list_ext li.hover {
	background-color: #EFF5F9; /* Custom Branding */
}
.ie6 .list_ext li.selected {
	background-color: #CBE2F1; /* Custom Branding */
}
.list_ext > li,
.list_separated > li {
	/* position: relative makes IE painfully slow... do not do it!  */
	border-top: 1px solid #E9E9E9;
	padding: 8px 5px;
	zoom: 1;
}
/* ie6 fix since ie6 doesn't do > */
.ie6 .list_ext li,
.ie6 .list_separated li {
	border-top: 1px solid #E9E9E9;
	padding: 8px 5px;
}
/* We only want the li styling to apply to immediate children, so
 * we undo it here
 */
.ie6 .list_ext * li {
	border: 0 none transparent;
	padding: 0;
}
.list_ext > li.first_child,
.list_ext > li:first-child {
	border-top: none;
}
.list_ext > li.last_child,
.list_ext > li:last-child {
	border-bottom: 1px solid #E9E9E9;
}

/* ----- menu list ----- */
.list_menu > li {
	padding: 1px 10px 2px;
	position: relative;
	white-space: nowrap;
}
.lte_ie7 .list_menu, 
.lte_ie7 .drop_down .list_menu,
.lte_ie7 .drop_down_ext .list_menu {
	width:expression(document.body.clientWidth>220?"220px":"auto");
}
.lte_ie7 .list_menu.has_submenu > li {
	width:expression(document.body.clientWidth>200?"200px":"auto");
}
/* ie6 version of '>' */
.ie6 .list_menu * li {
	width: auto;
}
.list_menu > li a {
	display: block;
	width: 95%;
	padding-right: 5px;
	line-height: 18px;
}
.list_menu > li.selected {
	padding-left: 5px;
	padding-right: 5px;
}
.list_menu > li.hover {
	background: #EFF5F9; /* Custom Branding */
}
.list_menu > li.selected.hover,
.list_menu > li.disabled.hover {
	background: transparent;
}
.list_menu > li.selected a {
	background: #1A74B0; /* Custom Branding */
	color: #FFF; /* Custom Branding */
	padding: 1px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: auto;
}
/* We need to fix > for ie6 everywhere here
 * Unfortunately, since IE6 doesn't even parse a line with > in it, we need to copy paste
 */
.ie6 .list_menu li a {
	display: block;
	width: 95%;
}

.ie6 .list_menu li.hover {
	background: #EFF5F9; /* Custom Branding */
}
.ie6 .list_menu li.selected a {
	background: #1A74B0; /* Custom Branding */
	color: #FFF; /* Custom Branding */
	width: auto;
}
.ie6 .list_menu * li a {
	display:inline;
	width:auto;
	padding: 0;
}
.ie6 .list_menu * li.selected {
	padding: 0;
}
.ie6 .list_menu * li.hover {
	background: none;
}
.ie6 .list_menu * li.selected a {
	background: none;
	padding: 0;
	border: 0;
}
.list_menu .list_img {
	float: left;
	margin-right: 3px;
}
.list_menu a:hover, .list_menu a:focus {
	text-decoration: none;
}
.list_menu .separator {
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin: 0;
	position: relative;
	white-space: nowrap;
}
.lte_ie7 .list_menu .separator .divider {
	margin-top: -10px;
}
.ie6 .list_menu .separator .divider {
	margin: 0;
}
.list_menu .right_arrow {
	margin: 3px -5px 0 0;
	display: inline-block;
	float: right;
}
.ie6 .list_menu .right_arrow {
	position: relative;
	right: 10px;
}
/* Directional arrow indicating sort order of selected state */
.list_menu .arrow {
	margin-left: 2px;
	margin-bottom: 1px;
	display: inline-block;
}

.ie6 .list_menu .arrow {
	position: relative;
	top: 5px;
}

/* ================ Dividers ================== */
hr {
	height: 0;
	border: 0;
}
hr.divider {
	margin: 0 0 5px 0;
	border: 0;
	border-top: 1px dotted #D9D9D9;
}
hr.divider_strong {
	margin: 0 0 5px 0;
	border: 0;
	border-top: 2px solid #D3D3D3;
}

/* ================ Containers ================== */
.cntr {
	margin: 5px 0;
}
.cntr:first-child {
	margin-top: 0;
}
.cntr:last-child {
	margin-bottom: 0;
}
.cntr_squared {
	background-color: #FFF;
	border: 1px solid #BDBDBD;
}

/* ====== Tooltips and growl notification ========= */
.tooltip {
	display: inline-block;
	zoom: 1;
	position: relative;
	width: 200px;
}

.tooltip_large
{
	width: 350px;
}

/* Give the children a more flexible width so that we can get back the actual width */
.use_sideways_tooltip .tooltip
{
	width: auto;
	max-width: 200px;
}

.use_sideways_tooltip tooltip.tooltip_large
{
	max-width: 350px;
}

.lte_ie7 .tooltip {
	display: inline;
}
.tooltip_wrapper {
	z-index: 150;
}

.down {
	padding-bottom: 10px;
	left: 0;
}
.up {
	padding-top: 10px;
	left: 0;
}
 .growl_notification .inner,
.tooltip .inner {
	display: inline-block;
	zoom: 1;
	padding: 10px;
	background: #717171;
	background: hsla(0,0%,30%,.90);
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.lte_ie7 .tooltip .inner {
	display: inline;
}
.tooltip b { /* Arrow */
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	font-size: 1px; /* for IE 6 */
}
.down b {
	bottom: 0;
	left: 10px;
	border-width: 10px 10px 0 10px;
	border-color: hsla(0,0%,30%,.90) transparent transparent transparent;
}
.lte_ie8 .down b {
	border-color: #717171 transparent transparent transparent;
}
/* This is an ie6 fix. Since ie doesn't do transparent, we use the chroma filter
 * to make the relevant borders transparent.
 */
.ie6 .down b {
	border-color: transparent black black black;
	filter: chroma(color=black);
}
.up b {
	top: 0;
	left: 10px;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent hsla(0,0%,30%,.90) transparent;
}
.lte_ie8 .up b {
	border-color: transparent transparent #717171 transparent;
}
.ie6 .up b {
	border-color: white white transparent white; /* for IE 6 */
	filter: chroma(color=white);
}
.left b {
	top: 6px;
	left: -10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent hsla(0,0%,30%,.90) transparent transparent;
}
.lte_ie8 .left b {
	border-color: transparent #717171 transparent transparent;
}
/* This is an ie6 fix. Since ie doesn't do transparent, we use the chroma filter
 * to make the relevant borders transparent.
 */
.ie6 .left b {
	border-color: black transparent black black;
	filter: chroma(color=black);
}
.right b {
	top: 6px;
	right: -10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent hsla(0,0%,30%,.90);
}
.lte_ie8 .right b {
	border-color: transparent transparent transparent #717171;
}
/* This is an ie6 fix. Since ie doesn't do transparent, we use the chroma filter
 * to make the relevant borders transparent.
 */
.ie6 .right b {
	border-color: black black black transparent;
	filter: chroma(color=black);
}
.tooltip .inner p {
	margin: 0;
}
.tooltip .inner h4 {
	margin: 0;
	color: #FFF;
}
.growl_notification {
	display: block;
	zoom: 1;
	position: relative;
	width: 250px;
	cursor: pointer;
}
.growl_notification_container {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

/*marketing_global*/
/* ================  Marketing CSS =================== */
/*
 * CSS for the marketing site.  */
/* ================ Global ================== */
html,body { height: 100%; }

.wrapper
{
	min-height: 100%;
	min-width: 1020px;
}

/*
 * Enable CSS3 PIE for these selectors to add support for
 * border-radius, box-shadow, and gradients.
 *
 * Refer to http://css3pie.com/documentation/ for documentation.
 */
.lte_ie8 .sub_menu_wrapper .sub_menu,
.lte_ie8 .sub_menu .sub_menu_button a,
.lte_ie8 .side_menu_multiple,
.lte_ie9 .side_menu_header,
/* 
 * @TODO (achan) Only targeting IE8 becuase there is a bug with IE7
 * that causes a gap between the last and second to last menu item
 */
.ie8 .side_menu_bottom,
.lte_ie9 .page_gradient,
.lte_ie8 .cntr,
.lte_ie9 button,
.lte_ie9 .button a, 
.lte_ie9 .multi_button a,
.lte_ie8 .footer_wrapper,
.lte_ie8 .home_slideshow_controls li a
{ behavior: url(/template/css/PIE.htc); }

/* ================ End of Global Styles ================== */

/* ================ Typography ================== */

h1, .h1 
{ 
	color: #111; 
	font-size: 35px;
	line-height: 1.1;
	text-shadow: 0 0 1px rgba(17, 17, 17, 0.4), 0 2px 1px rgba(0, 0, 0, 0.2);
}

h2, .h2
{ 
	color: #333;
	font-size: 18px; 
}

h3, .h3
{ 
	color: #333;
	font-size: 16px; 
}

h4, .h4
{ 
	color: #666;
	font-size: 14px; 
}

p,li,td,th { color: #666; }

p 
{
	line-height: 18px;
	margin-bottom: 15px;
}


a 
{ 
	color: #1a74ba;
	cursor: pointer;
	text-decoration: none; 
}

a:hover 
{ 
	color: #1a74ba; 
	text-decoration: underline;
}

a.no_underline:hover { text-decoration: none; }

.red { color: #EF0E23; }
.green { color: #7dbb18; }
.green:hover { color: #7dbb18; }
.blue { color: #1a74ba; }
.light_grey { color: #666; }
a.light_grey:hover 
{ 
	color: #333; 
	text-decoration: none;
}

.dark_grey { color: #333; }
a.dark_grey:hover 
{ 
	color: #111; 
	text-decoration: none;
}

.white { color: #FFF; }
a.white:hover
{
	color: #ccc;
	text-decoration: none;
}

/* Quotes */
blockquote 
{ 
	padding-right: 60px; 
	position: relative;
}

blockquote:before
{
	display: block;
	height: 0;
	font-size: 120px;
	font-weight: bold;
	position: relative;
}

blockquote:before
{
	content: "â€";
	font-size: 120px;
	font-weight: bold;
	right: 0;
	top: -25px;
	position: absolute;
	right: 0;
}

.source { white-space: nowrap; }
.source:before { content:"â€” "; }

.quote_l
{
	font-size: 120px;
	font-weight: bold;
	line-height: 90px;
}

.lte_ie7 .quote_l { margin-top: -20px }

.quote_inline
{
	float: left;
	font-size: 100px;
	font-weight: bold;
	line-height: 80px;
	height: 35px;
	margin-left: -6px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.lte_ie7 .quote_inline
{
	display: none;
	font-size: 13px;
}

.lhn { line-height: 0; }

/* ================ End of Typography Styles ================== */

/* ================ Main Navigation ================== */

.top_menu_wrapper
{
	background-color: #267bb6;
	background-image: linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -o-linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -moz-linear-gradient(bottom, #2576b4 0%, #348dce 94%);
	background-image: -webkit-linear-gradient(bottom, #2576b4 0%, #368fcf 94%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2576b4), color-stop(0.94, #348dce));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348dce', endColorstr='#2576b4'); 
	border-bottom: 1px solid #055999;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px 0px rgba(0,0,0,.3);
	position: relative;
	min-height: 65px;
	z-index: 4;
}
.lte_ie9 .top_menu_wrapper { position: static; }

.top_menu
{
	font-size: 0; /* For inline-block 4px spacing bug */
	margin: auto;
	width: 980px;
	position: relative;
}
.lte_ie7 .top_menu { z-index: 100; }

.lte_ie7 .top_menu > li { padding-right: 0; }

.top_menu > li > a 
{ 
	color: #FFF; 
	display: block;
	font-size: 14px;
	padding: 19px 25px 13px 25px;
}

.top_menu > li:hover { background-color: #227cc1; }

.top_menu li.static:hover { background: transparent; }

.top_menu .active_link,
.top_menu .active_link:hover
{
	background-color: #1d77bc; 
	background-image: none;
}

.top_menu .active_link
{ 
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,.13);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,.13);
	box-shadow: inset 0 0 7px rgba(0,0,0,.13);
}

.top_menu > li > a:hover { text-decoration: none; }

.top_menu span
{
	color: #c3e2fa;
	display: block;
	font-size: 13px;
}


.top_menu .box_logo_cntr 
{ 
	margin: 12px 40px 13px 0;
	padding: 0; 
	position: relative;
}

.box_logo_glow
{
	position: absolute;
	top: -12px;
	left: -13px;
	opacity: 0;
	transition: all 350ms ease-in-out;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	z-index: 10;
}
.lte_ie8 .box_logo_glow { visibility: hidden; }
.box_logo_cntr:hover .box_logo_glow
{
	opacity: 1;
	visibility: visible;
}

/* Custom Branding Logo */
.custom_logo { min-height: 65px; }
.custom_logo img  
{ 
	bottom:0; 
	margin: auto 0;
	position: absolute; 
	top:0; 
}

.top_menu .custom_logo:hover
{
	background-color: transparent;
	background-image: none;
}
/* End of Custom Branding Logo Styles */

.top_menu .button, 
.top_menu .multi_button { top: 10px; }

.ie8 .top_menu .button, 
.ie8 .top_menu .multi_button { right: -18px; }

.sub_menu_wrapper .sub_menu
{
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	-moz-box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	display: none;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
 	position: absolute;
	top: 65px;
	z-index: 4;
}
.lte_ie9 .sub_menu_wrapper .sub_menu { top: 66px; }

.lte_ie8 .sub_menu
{
	box-shadow: none;
	border-bottom: 1px solid #CCC; 
	border-left: 1px solid #CCC; 
	border-right: 1px solid #CCC; 
}

.lte_ie7 .sub_menu li { display: block; }

.lte_ie7 .sub_menu, .lte_ie7 .sub_menu li { padding: 0; }

.lte_ie7 .sub_menu li a
{
	display: block;
	padding: 5px 0 5px 10px;
	width: 230px;
}

.lte_ie9 .sub_menu > li
{ 
	display: block; 
	font-size: 13px;
}

.sub_menu li:nth-child(2) { padding-top: 3px; }

.sub_menu li a 
{
	display: block;
	margin: 0 1px 0 1px;
	padding: 5px 10px 5px 10px;
}

.lte_ie7 .top_menu .sub_menu li a { }

.sub_menu li a:hover 
{ 
	background-color: #EFF6FA; 
	text-decoration: none;
}

.sub_menu .sub_menu_button a 
{ 
	background-color: #f7fafb; 
	border-top: 1px solid #e5edf3; 
	box-shadow: inset 0 1px 0 0px #FFF; 
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 8px 0 8px 10px;
}
.lte_ie7 .sub_menu .sub_menu_button a { padding: 8px 0 8px 10px; }

.lte_ie7 .sub_menu .sub_menu_button .arrow { margin-right: 5px; }

.sub_menu_divider 
{
	background-color: #055999;
	-webkit-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	-moz-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	box-shadow: 0 1px 2px 0px hsla(207,64%,0%,0.4);
	height: 1px;
}
.lte_ie9 .sub_menu_divider { height: 0; }
.ie7 .sub_menu_divider { display: none !important; }

/* ================ End of Main Navigation Styles ================== */

/* ================ Breadcrumbs ================== */

.breadcrumbs_wrapper
{
	background-color: #e3ecf4;
	border-bottom: 1px solid #c0d0dd;
	position: relative;
}

.breadcrumbs
{
	margin: auto;
	width: 980px;
}

.breadcrumbs li { margin-left: -4px; }

.breadcrumbs li a
{ 
	display: block;
	padding: 7px 3px 5px 21px; 
	position: relative;
	margin-left: 4px;
	text-shadow: 0 1px 0 #FFF; 
}

.breadcrumbs .first_breadcrumb { border-left: 1px solid #BFD0DD; }

.breadcrumbs li a:before, .breadcrumbs li a:after
{
	content: " ";
	display: block;
	height: 0;
	border-top: 14px solid transparent;  
	border-bottom: 14px solid transparent;
	left: 100%;
	margin-top: -50px;
	position: absolute;
	top: 181%;
	width: 0;
}

.breadcrumbs li a:before
{
	border-left: 14px solid #bfd0dd;
	margin-left: 1px;
	z-index: 1;
}

.breadcrumbs li a:after
{
	border-left: 14px solid #e3ecf4;
	z-index: 2;
}

.lte_ie7 .breadcrumbs li a 
{ 
	border-right: 1px solid #bfd0dd; 
	padding-right: 15px;
}

.breadcrumbs li a:hover 
{ 
	background-color: #dce6ef; 
	text-decoration: none;
}

.breadcrumbs li a:hover:after { border-left-color: #dce6ef; }

/* ================ End of Breadcrumb Styles ================== */


/* ================ Content ================== */

.light_sub_header 
{
	background-color: #207ac0;
	background-image: linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -o-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -moz-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -webkit-linear-gradient(bottom, #86bde8, #207ac0);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#86bde8), color-stop(#207ac0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#207ac0', endColorstr='#86bde8'); 
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.light_sub_header:after
{
	-webkit-box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	box-shadow: 0 -1px 4px 0px rgba(0,0,0,.2);
	content: " ";
	display: block;
	height: 1px;
}

.dark_sub_header
{
	background-color: #0072ca;
	position: relative;
	background-image: linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -o-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -moz-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -webkit-linear-gradient(bottom, #0065a2, #0078c9);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#0065a2), color-stop(#0078c9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0065a2', endColorstr='#0078c9'); 
	-moz-box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
	-webkit-box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
	box-shadow: inset 0 87px 87px -87px #004e8b, inset 0 -87px 87px -87px #004e8b;
}

.page
{
	margin: auto;
	padding: 20px 0 0 0;
	width: 980px;
	white-space: nowrap;
	position: relative;
}

/* Padding is applied in-line to support sticky footer. This padding needs to be removed lte IE7 as it does not work there */
.lte_ie7 .page { padding-bottom: 0 !important; }

.content { width: 100%; }

/* Content used when a side menu is present on the page */
.content_fit_sidebar
{
	padding-left: 29px;
	width: 736px;
}

.side_menu_cntr, .content
{
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	zoom: 1;
}

.lte_ie7 .side_menu, .lte_ie7 .content { display: inline; }

/* Side Menu */
.side_menu_cntr,
.side_menu
{ 
	font-size: 14px;
	width: 215px; 
}

.side_menu { width: 215px; }

.lte_ie7 .side_menu_cntr 
{ 
	display: inline;
	width: 214px; 
}

.side_menu_multiple
{
	-moz-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-webkit-box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	box-shadow: 0 1px 2px 1px hsla(0,0%,20%,.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Increase the dropshadow when there is a sub header */
.content_fit_sub_header .side_menu_multiple
{
	-moz-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	-webkit-box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
	box-shadow: 0 0 2px 1px hsla(0,0%,20%,.3);
}

.lte_ie8 .side_menu_multiple
{
	position: relative;
	box-shadow: 0 1px 2px 1px #eaeaea;
}

.side_menu_multiple > ul { display: none; }
.side_menu_items { font-size: 13px; }
.side_menu_header
{
	color: #333;
	background-image: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #f5f8fb 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #f5f8fb), color-stop(0.73, #FFF));
	border: 1px solid #C0D0DD;
	border-bottom: none;
	cursor: pointer;
	margin: 0px;
	text-shadow: 0 1px 0 #FFF;
	padding-left: 30px;
	position: relative;
}
.lte_ie9 .side_menu_header { -pie-background: linear-gradient(bottom, #f5f8fb 15%, #FFF 73%); }

.side_menu_header:hover 
{ 
	background-color: #f1f6f9;
	background-image: linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #edf3f7 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #eaf1f7), color-stop(0.73, #FFF));
}

.side_menu_header .side_menu_header_link
{
	display: block;
	padding: 8px 0 8px 0;
}

.lte_ie7 .side_menu_header .side_menu_header_link
{
	display: inline; 
	zoom: 1;
}

.side_menu_header_top 
{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.side_menu_header_bottom,
.side_menu_bottom
{
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
/* 
 * @TODO (achan) Only targeting IE8 becuase there is a bug with IE7
 * that causes a gap between the last and second to last menu item
 */
.ie8 .side_menu_bottom { position: relative; }

.side_menu_items,
.current_side_menu
{
	background-color: #FFF;
	border: 1px solid #C0D0DD;
	border-bottom: none;
	-moz-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	-webkit-box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	box-shadow: inset 0 1px 0px 0px hsla(0,0%,20%,.1);
	margin: 0;
}

.side_menu_header_bottom,
.side_menu_bottom { border-bottom: 1px solid #C0D0DD; }
.side_menu .current_side_menu { display: block; }
.side_menu_toggle_arrow { display: none; }
.lte_ie7 .always_expanded_menu .bd { display: inline; }
.side_menu_multiple .side_menu_toggle_arrow
{
	display: block; 
	height: 27px;
	margin: 0 11px 0 4px;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 27px;
}

.side_menu_toggle
{
	position: absolute;
	left: 0; 
	top: 0;
	width: 30px;
	height: 33px;
	z-index: 1;
}


.lte_ie7 .arrow { display: inline; }

.toggle_arrow,
.active_toggle_arrow
{
	left: 12px;
	height: 0;
	top: 12px; 
	position: absolute;
	width: 0;
}

.toggle_arrow
{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #979898;
}

.always_active_toggle,
.active_toggle_arrow
{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #979898;
}


.side_menu_items li, 
.current_side_menu li 
{ margin:0; }

.side_menu_items li a,
.current_side_menu li a 
{
	display: block;
	padding: 5px 0 5px 20px;
}

.side_menu_items li a:hover,
.current_side_menu li a:hover 
{ 
	background-color: #eff6fa;
	text-decoration: none;
	text-decoration: none;
}

.side_menu_items li .green:hover, 
.current_side_menu li .green:hover  
{ background-color: #f2f8e7; }

.side_menu_items .current 
{
	background-color: #E9F3F8;
	font-weight: bold;
}

/* End of Side Menu Styles */

.page_gradient
{
	background: #FFF;
	background: -moz-linear-gradient(top, #EFF4F9 3%,#FFF 54%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ebf1f7), color-stop(54%,#FFF));
	background: -webkit-linear-gradient(top, #EFF4F9 3%,#FFF 54%);
	background: -o-linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	background: -ms-linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	background: linear-gradient(top, #ebf1f7 3%,#FFF 54%);
	-moz-box-shadow: inset 0 1px 1px 0 #FFF;
	-webkit-box-shadow: inset 0 1px 0 0 #FFF;
	box-shadow: inset 0 1px 0 0 #FFF;
	height: 200px;
	position: absolute;
	top: 95px;
	width: 100%;
}
.lte_ie9 .page_gradient { -pie-background: linear-gradient(top, #ebf1f7 3%,#FFF 54%); }

/* Slideshow */
.anythingSlider .anythingWindow 
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 1px;
}

.anythingSlider 
{
	position: relative;
}

.anythingBase 
{
	list-style: none;
	position: absolute;
	top: 0; left: 0;
	margin: 0;
}

.anythingBase .panel 
{
	display: block;
	float: left;
}

.slider_a #slider 
{
	width: 720px;
	list-style: none;
	overflow: hidden;
}

.slider_a .anythingControls { height: 52px; }
.slider_a div.anythingControls { display: none !important; }

.slider_a .anythingControls a
{
	height: 52px;
	display: block;
}

.slider_a .anythingControls li
{
	height: 52px;
	width: 170px;
	float: left;
}

.slider_a .anythingControls .controls { width: 20px; }

.slider_a .anythingControls .controls a
{
	background: #a2c6e3;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.slider_a .anythingControls .controls a:hover
{
	opacity: 100; 
	filter: alpha(opacity=100);
}
.slider_a .anythingControls .back a
{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.slider_a .anythingControls .forward a
{
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.slider_a .anythingControls .controls a span
{
	display: block;
	position: relative;
	top: 18px;
}

.slider_a .anythingControls .nav .media { padding: 10px 12px 0 12px; }

.slider_a .anythingControls .nav:hover { background: #eff6fa; }
.slider_a .anythingControls .nav:hover .arrow { border-bottom-color: #eff6fa; }

.slider_a .anythingControls .current
{
	background: #E9F3F8;
	position: relative;
}
.slider_a .anythingControls .current .arrow { display: block; }
.slider_a .anythingControls .arrow
{
	width: 0;
	height: 0;
	display: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #E9F3F8;
}
.ie6 .slider_a .anythingControls .arrow { top: -25px; }

/*  Inner Link 
	Link within an image container that appear on hover
*/
.inner_link
{
	background-color: #8CB9D7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: white;
	display: block;
	margin: -16px auto 0 auto;
	opacity: 0;
	padding: 9px;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 83px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.lte_ie8 .inner_link { visibility: hidden; }

.inner_link_wrapper:hover { text-decoration: none; }
.inner_link_wrapper:hover .inner_link { opacity: .9; }
.lte_ie8 .inner_link_wrapper:hover .inner_link { visibility: visible; }

/* Ad Box Inner Elements */
.cta_ad
{
	position: relative;
	top: 0;
	opacity: .75;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.cta_ad_cntr:hover .cta_ad,
.cta_ad_cntr:hover .cta_ad_inner { opacity: 1; }
.lte_ie8 .cta_ad_cntr:hover .cta_ad_inner { visibility: visible; }

.cta_ad_cntr:active .cta_ad { top: 2px; }

.cta_ad_inner
{
	opacity: 0;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.lte_ie8 .cta_ad_inner { visibility: hidden; }

.cta_ad .play_button
{
	top: 26px;
}
.cta_ad .inner_link
{
	top: 32px;
	background: #1a74ba;
	max-width: 130px;
}
.cta_ad_cntr:hover .inner_link { opacity: .75; }

/* Customers Bar */
.lte_ie9 .customers_bar { padding-bottom: 10px; }

.customers_bar a
{
	opacity: .75;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}
.customers_bar a:hover { opacity: 1; }

/* ================ End of Content Styles ================== */

/* ================ Grid ================== */

.grid1of3
{
	width: 200px;
	margin-right: 68px;
}
.ie6 .grid1of3 { margin-right: 66px; }

.grid1of5
{
	width: 128px;
	margin-right: 20px;
}
.ie6 .grid1of5 { margin-right: 19px; }

.last_unit { margin: 0 !important; }
.mha { margin: 0 auto; }

.align { position: absolute; }
.align_r { right: 0; }
.align_l { left: 0; }
.align_t { top: 0; }
.align_b { bottom: 0; }

/* A set height is needed for vertical alignment to work */
.img.valign, .img_ext.valign
{
	position: absolute;
	top: 50%;
}
.img.valign { left: 0; }
.img_ext.valign	 { right: 0; }

.bd.valign { vertical-align: middle; }

.stats > div  
{  
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-right: 6px;
	min-height: 92px;
	width: 236px;
}
.stats > .last_unit { display: inline-block; }

/* ================ End of Grid Styles ================== */

/* ================ Modal ================== */

.modal_content { display: none; }

.modal_backdrop
{
	background-color: #000;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

.cntr_modal
{
	background-color: #F1F1F1;
	position: absolute;
	-moz-box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	-webkit-box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	box-shadow: 0 0 1px 4px hsla(0,0%,20%,.5);
	border: 4px solid #8f9395;
	border: 1px solid hsla(0,0%,20%,.7);
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	z-index: 101;
}

.cntr_modal .hd 
{
	background: #FFF;
	border-bottom: 1px solid #B9B9B9;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
	position: relative;
}

.cntr_modal .close
{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 103;
}

/* ================ End of Modal Styles ================== */

/* ================ Tooltips ================== */

.tooltip p { color: #fff; }

/* ================ End of Tooltip Styles ================== */

/* ================ Tabular Navigation ================== */

.tabular_nav
{
	margin: 0;
	border-bottom: 1px solid #bfd0dd;
}

.tabular_nav li
{
	display: table-cell;
	vertical-align: middle;
}

.lte_ie7 .tabular_nav li
{
	display: inline;
	zoom: 1;
}

.tabular_nav a
{
	background: #e3ecf4;
	border: 1px solid #bfd0dd;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	-moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
	display: inline-block;
	margin: 0 2px 0 0;
	position: relative;
	padding: 6px 10px;
	text-decoration: none;
	zoom: 1;
}

.tabular_nav a:hover
{
	background: #fff;
	color: #333;
	margin-bottom: -1px;
	padding-bottom: 7px;
}

.tabular_nav .current
{
	background: #fff;
	color: #333;
	font-weight: bold;
	margin-bottom: -1px;
	padding-bottom: 7px;
}

.lte_ie7 .tabular_nav .current, .lte_ie7 .tabular_nav a:hover
{
	position: relative;
	top: 1px;
}

/* ================ End of Tabular Navigation Styles ================== */

/* ================ Containers ================== */

.cntr 
{ 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: inset 0 3px 0 -2px #FFF;
	-moz-box-shadow: inset 0 3px 0 -2px #FFF;
	box-shadow: inset 0 3px 0 -2px #FFF;
	padding: 16px;
}
.lte_ie8 .cntr { position: relative; }

.white_cntr 
{
	background-color: #FFF;
	border: 1px solid #E3E3E3;
}

.blue_cntr 
{
	background-color: #EFF6FA;
	border: 1px solid #e3e8ef;
}

.yellow_cntr 
{
	background-color: #FFD;
	border: 1px solid #E9E9A7;
}

.grey_cntr
{
	background-color: #efefef;
	border: 1px solid #ddd;
}

.cntr_ds
{
	-webkit-box-shadow: 0 0 7px 0 #e2e2e2;
	-moz-box-shadow: 0 0 7px 0 #e2e2e2;
	box-shadow: 0 0 7px 0 #e2e2e2;
}

.cntr_btm_no_ds 
{  
	-webkit-box-shadow: 0 -3px -7px 0 #e2e2e2;
	-moz-box-shadow: 0 -3px -7px 0 #e2e2e2;
	box-shadow: 0 -3px 7px 0 #e2e2e2;
}

.cntr_plain
{
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cntr_no_rc
{
	-webkit-Border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.cntr_top_no_rc
{
	border-radius: 0 0 10px 10px; 
	-moz-border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px; 
}

.cntr_btm_no_rc
{
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0; 
}

/* ================ End of Container Styles ================== */

/* ================ Tags ================== */

.tag
{
	display: inline-block;
	border-radius: 10px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 10px;
	margin-bottom: 4px;
}
.lte_ie7 .tag
{
	display: inline;
	zoom: 1;
}

.tag:hover { text-decoration: none; }

.lblue_tag { background: #E9F3F8; }
.lblue_tag:hover { background: #eff6fa; }

/* ================ End of Tag Styles ================== */

/* ================ Borders ================== */

.h_divider 
{
	background: #e8e8e8; 
	background: -moz-linear-gradient(left,  #f9f9f9 0%, #c9c9c9 50%, #f9f9f9 99%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(50%,#c9c9c9), color-stop(99%,#f9f9f9)); 
	background: -webkit-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	background: -o-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	background: -ms-linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%);
	background: linear-gradient(left,  #f9f9f9 0%,#c9c9c9 50%,#f9f9f9 99%); 
	height: 1px;
}
.ie9 .h_divider { box-shadow: 0 0 0; }

.h_divider:after
{
	background: -moz-linear-gradient(left,  #FFF 0%, #EFEFEF 50%, #FFF 99%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FFF), color-stop(50%,#EFEFEF), color-stop(99%,#FFF)); 
	background: -webkit-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	background: -o-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	background: -ms-linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%);
	background: linear-gradient(left,  #FFF 0%,#EFEFEF 50%,#FFF 99%); 
	content: "";
	display: block;
	height: 3px;
	position: relative;
	top: 1px;
}

.border_btm_dotted { border-bottom: 1px dotted #e8e8e8 !important; }	
.border_btm { border-bottom: 1px solid #e8e8e8 !important; }	
.border_btm_m { border-bottom: 2px solid #e8e8e8 !important; }
.border_btm_l { border-bottom: 4px solid #e8e8e8 !important; }
.border_btm_n { border-bottom: none !important; }

.border_left_dotted { border-left: 1px dotted #e8e8e8 !important; }
.border_left { border-left: 1px solid #e8e8e8 !important; }
.border_left_m { border-left: 2px solid #e8e8e8 !important; }
.border_left_l { border-left: 4px solid #e8e8e8 !important; }
.border_left_n { border-left: none !important; }

.border_right_dotted { border-right: 1px dotted #e8e8e8 !important; }
.border_right { border-right: 1px solid #e8e8e8 !important; }
.border_right_m { border-right: 2px solid #e8e8e8 !important; }
.border_right_l { border-right: 4px solid #e8e8e8 !important; }
.border_right_n { border-right: none !important; }

.border_top_dotted { border-top: 1px dotted #e8e8e8 !important; }
.border_top { border-top: 1px solid #e8e8e8 !important; }
.border_top_m { border-top: 2px solid #e8e8e8 !important; }
.border_top_l { border-top: 4px solid #e8e8e8 !important; }
.border_top_n { border-top: none !important; }

.border_h_n 
{ 
	border-left: none !important;
	border-right: none !important;
}

.border_v_n 
{ 
	border-top: none !important;
	border-bottom: none !important;
}

.white_border { border-color: #fff; }
.light_blue_border { border-color: #c0d0dd; }

/* ================ End of Border Styles ================== */

/* ================ Buttons ================== */

button,
.button a, 
.multi_button a 
{
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 27px 7px 27px;
}

.lte_ie9 button,
.lte_ie9 .button a, 
.lte_ie9 .multi_button a
{ position: relative; }

button,
.button a
{
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
}

/* For buttons with arrows */
button li,
.button li, 
.multi_button li
{
	color: #FFF;
	font-size: 16px;
}

.arrow
{
	overflow: hidden;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
}

button .arrow,
.button .arrow, 
.multi_button .arrow  
{ 
	display: inline-block;
	left: 7px;
	top: 2px; 
	position: relative;
}

.lte_ie7 button .arrow,
.lte_ie7 .button .arrow, 
.lte_ie7 .multi_button .arrow 
{
	display: inline;
	zoom: 1;
}

.blue_button a, .blue_button button {
	background:#3c7ca0;
    background-image: -moz-linear-gradient(center bottom , #2B466B 0%, #38799D 94%);
    border: 1px solid #2B466B;
    box-shadow: 0 3px 0 -2px rgba(255, 255, 255, 0.3) inset, 0 2px 0 #2B466B, 0.6px 3px 4px rgba(0, 0, 0, 0.4);
    text-shadow: 0 -1px 0 #666666;
}
.lte_ie9 .blue_button a, .lte_ie9 .blue_button button {
}
.lte_ie8 .blue_button a, .lte_ie8 .blue_button button {
    box-shadow: 0 3px 0 -2px #FFFFFF inset, 0 2px 0 #3C7CA0, 0.6px 3px 4px #B1B1B1;
}
.lte_ie8 .top_menu .blue_button a, .lte_ie8 .top_menu .blue_button button {
    box-shadow: 0 3px 0 -2px #FFFFFF inset, 0 2px 0 #3C7CA0, 0.6px 3px 4px #3C7CA0;
}
.blue_button a:hover, .blue_button button:hover {
    background-image: -moz-linear-gradient(center bottom , #274268 0%, #528FB1 94%);
    text-decoration: none;
}
.lte_ie9 .blue_button a:hover, .lte_ie9 .blue_button button:hover {
}
.lte_ie9 .blue_button a, .lte_ie9 .blue_button button {
    background-color: #274268;
}
.lte_ie9 .blue_button a:hover, .lte_ie9 .blue_button button:hover {
    background-color: #274268;
}
.blue_button .left:active {
    border-left: medium none;
}

.green_button a, 
.green_button button 
{
	background-image: linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -o-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -moz-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -webkit-linear-gradient(bottom, #66a31c 0%, #9fe051 79%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #66a31c), color-stop(0.79, #9fe051));
	border: 1px solid #68a61e;
	-webkit-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 3px 0px #3b6b02;
	-moz-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 3px 0px #3b6b02;
	box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px rgba(0,0,0,.5);
	text-shadow: 0 -1px 0 #666; 
}
.lte_ie9 .green_button a, 
.lte_ie9 .green_button button { -pie-background: linear-gradient(bottom, #66a31c 0%, #9fe051 79%); }
.lte_ie8 .green_button a,
.lte_ie8 .green_button button { box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px #9f9f9f; }

.green_button a:hover, 
.green_button button:hover
{
	background-image: linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -o-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -moz-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -webkit-linear-gradient(bottom, #5e8f22 0%, #9fe051 79%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5e8f22), color-stop(0.79, #9fe051));
	text-decoration: none;
}
.lte_ie9 .green_button a:hover, 
.lte_ie9 .green_button button:hover
{ -pie-background: linear-gradient(bottom, #5e8f22 0%, #9fe051 79%); }
.lte_ie9 .green_button a,
.lte_ie9 .green_button button
{ background-color: #6eaf21; }

.lte_ie9 .green_button a:hover,
.lte_ie9 .green_button button:hover
{ background-color: #629c1c; }

.green_button a:active, 
.green_button button:active 
{
	-webkit-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02;
	-moz-box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02;
	box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px rgba(0,0,0,.3);
}
.lte_ie8 .green_button a:active,
.lte_ie8 .green_button button:active { box-shadow: inset 0 3px 0 -2px #c8ed9c, 0 2px 0px #3b6b02, 0 3px 5px #9f9f9f; }

/* Wrap around a button in place of [color]_button in order to give it a disabled styling */
.disabled_button a, 
.disabled_button button
{
	background-color: #666;
	text-shadow: 0 -1px 0 #666;
	border: none;
}


.white_button a, 
.white_button button
{
	background-image: linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #d9e7f0 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #d9e7f0), color-stop(0.73, #FFF));
	border: 1px solid #94aebf;
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 2px 0px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 2px 0px #94aebf;
	box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px rgba(0,0,0,.18);
	color: #1a74ba;
	text-shadow: 0 1px 0 #FFF; 
}
.lte_ie9 .white_button a, 
.lte_ie9 .white_button button
{ -pie-background: linear-gradient(bottom, #d9e7f0 15%, #FFF 73%); }
.lte_ie8 .white_button a,
.lte_ie8 .white_button button
{ box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px #c9c9c9; }

.white_button a:hover, 
.white_button button:hover
{
	background-image: linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #cfe0ea 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #cfe0ea), color-stop(0.73, #FFF));
	text-decoration: none;
}
.lte_ie9 .white_button a:hover, 
.lte_ie9 .white_button button:hover
{ -pie-background: linear-gradient(bottom, #cfe0ea 15%, #FFF 73%); }

.lte_ie9 .white_button a,
.lte_ie9 .white_button button
{ background-color: #e3edf4; }

.lte_ie9 .white_button a:hover,
.lte_ie9 .white_button button:hover
{ background-color: #dbe6ee; }

.white_button a:active, 
.white_button button:active
{
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 0px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 0px #94aebf;
	box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px rgba(0,0,0,.10);
}
.lte_ie8 .white_button a:hover,
.lte_ie8 .white_button button:hover
{ box-shadow: inset 0 3px 0 -2px #FFF, 0 2px 0px #94aebf, 0 3px 5px #c9c9c9; }

.multi_button .right
{
	border-radius: 0px 50px 50px 0px; 
	-moz-border-radius: 0px 50px 50px 0px; 
	-webkit-border-radius: 0px 50px 50px 0px; 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
	border-left: none;
	display: block;
}

.ie8 .multi_button .right { margin-left: 18px; }

.multi_button .right:hover { box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); }
.multi_button .left
{
	border-radius: 50px 0px 0px 50px; 
	-moz-border-radius: 50px 0px 0px 50px; 
	-webkit-border-radius: 50px 0px 0px 50px; 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.4);
}

.multi_button .left:hover 
{ 
	-webkit-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
	box-shadow: inset 0 3px 0 -2px rgba(255,255,255,.3), 0 2px 0px rgba(15,106,177,1),0.6px 3px 4px rgba(0,0,0,.5); 
}

.button .active_blue_button,
.multi_button .active_blue_button,
.button .active_blue_button:hover,
.multi_button .active_blue_button:hover
{
	color: #89b7da;
	background-color: #136eb5;
	background-image: none;
	border: 1px solid #0860a5;
	-webkit-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	-moz-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	box-shadow: inset 1px 0.9px 10px 2px rgba(0,0,0,.1), -0.8px 4px 4px -5px rgba(255,255,255,1);
	text-shadow: none;
	border-bottom: none;
	top: 1px;
	position: relative;
	padding-bottom: 9px;
	padding-top: 9px;
}

.lte_ie9 .button .active_blue_button,
.lte_ie9 .multi_button .active_blue_button,
.lte_ie9 .button .active_blue_button:hover,
.lte_ie9 .multi_button .active_blue_button:hover { -pie-background: linear-gradient(bottom, #337db2 0%, #274268 94%); }

.lte_ie8 .button .active_blue_button,
.lte_ie8 .multi_button .active_blue_button,
.lte_ie8 .button .active_blue_button:hover,
.lte_ie8 .multi_button .active_blue_button:hover,
.lte_ie8 .top_menu .button .active_blue_button,
.lte_ie8 .top_menu .multi_button .active_blue_button,
.lte_ie8 .top_menu .button .active_blue_button:hover,
.lte_ie8 .top_menu .multi_button .active_blue_button:hover
{
	box-shadow: 0 1px 2px #478dc3;
	padding-bottom: 7px;
}

.multi_button .active_blue_button .arrow 
{ 
	opacity: .5; 
	filter: alpha(opacity=50);
}

button:active,
.button a:active,
.multi_button a:active
{
	position: relative;
	top: 1px; 
}

/* ================ End of Button Styles ================== */

/* ================ Forms ================== */

.fieldset 
{
	background-color: #f7f7f7;
	border: 1px solid #FFF;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	-moz-box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	box-shadow: inset 0 0 10px 4px #ebebeb, 0 1px 6px 0 #8e8f8f;
	padding: 30px;
}

fieldset > ul > li 
{ 
	margin-bottom: 15px; 
	position: relative;
}

fieldset label 
{ 
	display: block; 
	margin-bottom: 5px;
}


input[type="text"], input[type="password"], textarea, select
{
	border: 1px solid #bebebe;
	-webkit-box-shadow: inset 0 3px 0 0 #f0f0f0;
	-moz-box-shadow: inset 0 3px 0 0 #f0f0f0;
	box-shadow: inset 0 3px 0 0  #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 10px 6px 10px;
	width: 100%;
}

.lte_ie7 input[type="text"],.lte_ie7 input[type="password"],.lte_ie7 textarea,.lte_ie7 select { width: 97%; }

/* Second form style that supports inline lable and input */
.inline_fieldset label
{
	display: inline-block;
	padding: 7px 7px 1px 0;
	text-align: right;
	width: 172px;
	vertical-align: top;
}
.lte_ie7 .inline_fieldset label
{
	display: inline;
	zoom: 1;
}

.inline_fieldset input[type="text"], 
.inline_fieldset input[type="password"], 
.inline_fieldset textarea, 
.inline_fieldset select { width: 262px; }
.lte_ie7 .inline_fieldset input[type="text"], 
.lte_ie7 .inline_fieldset input[type="password"], 
.lte_ie7 .inline_fieldset textarea, 
.lte_ie7 .inline_fieldset select { width: 240px; position: relative; }

fieldset .success { border: 1px solid #509300 ; }
.validation_icon
{
	position: absolute;
	top: 27px;
	width: 16px;
}

.select
{
	background-image: linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -o-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -moz-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -webkit-linear-gradient(bottom, #e9e9e9 15%, #FFF 73%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #e9e9e9), color-stop(0.73, #FFF));
	border: 1px solid #bebebe; 
	-webkit-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	-moz-box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	box-shadow: inset 0 -1px 0 0 #FFF, 0 1px 1px -1px #94aebf;
	padding: 4px 10px 4px 10px;
	position: relative;
}

.select .arrow
{
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #8f8f8f;
	right: 10px;
	position: absolute;
	top: 10px;
}

.select select, input[type="checkbox"], input[type="radio"]
{ 
	opacity: 0; 
	position: absolute;
	top: 2px;
}

.form_error_message, .submit_success { display: none; }

.error
{
	border: 1px solid #d48d5e !important;
	background-color: #fefbf9 !important;
}
.form_error_img
{
	margin-right: 6px;
}

/* ================ End of Form Styles ================== */

/* ================ Footer ================== */

.footer_wrapper
{
	border-top: 1px solid #fff;
	background: url(../img/footer_pattern.png) repeat;
	-moz-box-shadow: inset 0 10px 22px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	-webkit-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	box-shadow: inset 0 10px 22px -10px #a0a0a0, inset 0 -30px 50px 0 #fff, inset 0 1px 0 #c4c4c4;
	position: relative;
}

/* @TODO (achan) once CSS3 PIE supports inset box-shadow, use box-shadow instead of background image */
.lte_ie8 .footer_wrapper
{
	box-shadow: 0 -1px 0 #fff, 0 -17px 17px -17px #dadada;
	border-top: 1px solid #b3b3b3;
	background: #fff url(../img/footer_pattern_ie.png) repeat-x top;
}

.footer_wrapper:after
{
	box-shadow: inset 0 -8px 9px -1px #F3F3F3;
	-moz-box-shadow: inset 0 -8px 9px -1px #F3F3F3;
	-webkit-box-shadow: inset 0 -8px 17px -2px #f3f3f3;
	content: " ";
	display: block; 
	height: 25px;
	position: relative;
	top: -112px;
}

.footer_big
{
	-moz-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
	-webkit-box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
	box-shadow: inset 0 10px 25px -10px #a0a0a0, inset 0 -120px 70px 0 #fff, inset 0 1px 0 #c4c4c4;
}

.footer_big:after { top: -219px; }

.lte_ie8 .footer_wrapper:before
{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.footer
{
	margin: auto;
	width: 980px;
	padding: 30px 0 20px 0;
	position: relative;
}

.footer li a
{
	color: #666;
	text-shadow: 1px 1px 0 #fff;
}
.footer li a:hover 
{ 
	color: #333; 
	text-decoration: none;
}

.inline_list_ext > li:after
{
	font-weight: bold;
	padding: 0 9px 0 9px;
}

.footer_big .social_links li
{
	padding: 0;
	width: 53px;
}
.social_links a:hover .legal { color: #333; }
.social_icon { opacity: .82; }
.social_links a:hover .social_icon { opacity: 1; }

/* ================ End of Footer Styles ================== */

/* ================ Animations ================== */

.bouncing_icon
{
	position: relative;
	bottom: -4px;
	transition: all 4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

@-webkit-keyframes FadeIn 
{
	0% { opacity:0; }
	100% { opacity:1; }
}


.bouncing_menu a:hover .bouncing_icon
{
	bottom: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.bouncing_dropshadow
{
	opacity: 1;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-animation-name: FadeIn;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
}

.bouncing_menu a:hover .bouncing_dropshadow
{
	-webkit-animation-name: FadeIn;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	-webkit-animation-direction: alternate;
	background-position: -501px -236px;
}

/* ================ End of Animation Styles ================== */

/*marketing_image*/
/* ================ Logo ================== */
.box_logo 
{
	background: url(http://sites.box.com/template/img/box_logo.png) no-repeat -13px 0;
	height: 40px;
	width: 71px;
}
.box_logo_glow
{
	background: url(http://sites.box.com/template/img/box_logo.png) no-repeat 0 -44px;
	height: 67px;
	width: 97px;
}

/* ================ 16x16 ================== */
.sprite_16x16
{
	background: url(../img/16x16.png) no-repeat 0 0;
	height: 16px;
	width: 16px;
}

.sprite_16x16_green_circle_arrow { background-position: -26px 0; }
.sprite_16x16_blue_circle_info { background-position: -52px 0; }
.sprite_16x16_blue_circle_watch { background-position: -78px 0; }
.sprite_16x16_grey_circle_phone { background-position: -104px 0; }
.sprite_16x16_breadcrumb_home { background-position: -120px 6px; }
.sprite_16x16_black_small_right_arrow { background-position: -162px 1px; }
.sprite_16x16_blue_small_down_arrow { background-position: -182px 0; }
.sprite_16x16_blue_cloud { background-position: -208px 0; }
.sprite_16x16_blue_bust { background-position: -234px 0; }
.sprite_16x16_blue_speech_bubble { background-position: -260px 0; }
.sprite_16x16_blue_rss_feed { background-position: 0 -26px; }
.sprite_16x16_blue_handshake { background-position: -26px -26px; }
.sprite_16x16_blue_briefcase { background-position: -52px -26px; }
.sprite_16x16_grey_trophy { background-position: -78px -26px; }
.sprite_16x16_grey_bust { background-position: -104px -26px; }
.sprite_16x16_grey_double_bust { background-position: -130px -26px; }
.sprite_16x16_grey_close { background-position: -53px -105px; }
.sprite_16x16_blue_box_twitter { background-position: -156px -26px; }
.sprite_16x16_blue_box_facebook { background-position: -182px -26px; }
.sprite_16x16_blue_box_youtube { background-position: -208px -26px; }
.sprite_16x16_blue_box_rss_feed { background-position: -234px -26px; }
.sprite_16x16_blue_gear { background-position: -78px -52px; }
.sprite_16x16_blue_tools { background-position: -104px -52px; }
.sprite_16x16_blue_sales_tag { background-position: -130px -52px; }
.sprite_16x16_blue_target { background-position: -156px -52px; }
.sprite_16x16_blue_3d_box { background-position: -182px -52px; }
.sprite_16x16_blue_brush_pencil { background-position: -208px -52px; }
.sprite_16x16_blue_thumbs_up { background-position: -234px -52px; }
.sprite_16x16_blue_graph { background-position: -260px -52px; }
.sprite_16x16_blue_document { background-position: 0 -78px; }
.sprite_16x16_blue_play { background-position: -26px -78px; }
.sprite_16x16_blue_circle_arrow { background-position: -52px -78px; }
.sprite_16x16_apple_black { background-position: -260px -26px; }
.sprite_16x16_android_black { background-position: 0 -52px; }
.sprite_16x16_hp_black { background-position: -26px -52px; }
.sprite_16x16_blackberry_black { background-position: -53px -54px; }
.sprite_16x16_grey_twitter { background-position: -183px -79px; }
.sprite_16x16_grey_facebook { background-position: -209px -79px; }
.sprite_16x16_grey_youtube { background-position: -234px -79px; }
.sprite_16x16_grey_rss { background-position: -261px -79px; }
.sprite_16x16_slider_control_back { background-position: -77px -78px; }
.sprite_16x16_slider_control_forward { background-position: -102px -78px; }
.sprite_16x16_green_checkmark { background-position: -130px -78px; }
.sprite_16x16_grey_info { background-position: -156px -78px; }
.sprite_16x16_blue_magnifier { background-position: 0 -104px; }
.sprite_16x16_grey_trash { background-position:  -79px -104px; }
.sprite_16x16_grey_back_arrow { background-position: -106px -104px; }
.sprite_16x16_grey_email { background-position: -131px -104px; }
.sprite_16x16_warning_sign { background-position: -156px -104px; }
.sprite_16x16_box_black { background-position: -182px -104px; }

/* ================ 24x24 ================== */
.sprite_24x24
{
	background: url(../img/24x24.png) no-repeat 0 0;
	height: 24px;
	width: 24px;
}

.sprite_24x24_black_first_aid { background-position: 0 0; }
.sprite_24x24_black_sales_tag { background-position: -34px 0; }
.sprite_24x24_black_phone { background-position: -68px 0; }
.sprite_24x24_black_television { background-position: -102px 0; }
.sprite_24x24_black_graph { background-position: -136px 0; }
.sprite_24x24_black_twitter { background-position: -170px 0; }
.sprite_24x24_black_map_pin { background-position: -204px 0; }
.sprite_24x24_grey_folder { background-position: -238px 0; }
.sprite_24x24_grey_send_file { background-position: -272px 0; }
.sprite_24x24_grey_sync { background-position: -306px 0; }
.sprite_24x24_grey_apple { background-position: 1px -34px; }
.sprite_24x24_grey_android { background-position: -35px -34px; }
.sprite_24x24_grey_mobile_phone { background-position: -68px -34px; }
.sprite_24x24_grey_mail { background-position: -102px -30px; }
.sprite_24x24_grey_comment { background-position: -137px -34px; }
.sprite_24x24_grey_task { background-position: -170px -34px ; }
.sprite_24x24_grey_settings { background-position: -204px -34px; }
.sprite_24x24_grey_warning { background-position: -238px -34px; }
.sprite_24x24_grey_ssl { background-position: -272px -34px; }
.sprite_24x24_grey_file { background-position: -308px -34px; }
.sprite_24x24_grey_access { background-position: 0 -68px; }
.sprite_24x24_grey_cog { background-position: -34px -68px; }
.sprite_24x24_grey_link { background-position: -35px -102px; }
.sprite_24x24_grey_file_system { background-position: -102px -102px; }
.sprite_24x24_grey_globe { background-position: -137px -102px; }
.sprite_24x24_grey_cloud { background-position: -170px -103px; }
.sprite_24x24_grey_clock { background-position: -68px -102px; }
.sprite_24x24_grey_rss { background-position: -204px -102px; }
.sprite_24x24_grey_youtube { background-position: -238px -102px; }
.sprite_24x24_grey_facebook { background-position: -272px -102px; }
.sprite_24x24_grey_twitter { background-position: -307px -102px; }
.sprite_24x24_radio { background-position: -68px -68px; }
.sprite_24x24_radio_checked { background-position: -102px -68px; }
.sprite_24x24_checkbox { background-position: -136px -68px; }
.sprite_24x24_checkbox_checked { background-position: -170px -68px; }
.sprite_24x24_upload_arrow { background-position: -204px -68px; }
.sprite_24x24_updates_bubble { background-position: -238px -68px; }
.sprite_24x24_lightbulb { background-position: -276px -68px; }
.sprite_24x24_bolt { background-position: -305px -68px; }
.sprite_24x24_file_sig { background-position: -2px -102px; }
.sprite_24x24_upload_arrow { background-position: -204px -68px; }
.sprite_24x24_updates_bubble { background-position: -238px -68px; }
.sprite_24x24_lightbulb { background-position: -276px -68px; }
.sprite_24x24_bolt { background-position: -305px -68px; }
.sprite_24x24_file_sig { background-position: -2px -102px; }

/* ================ 128x128 ================== */
.sprite_128x128
{
	height: 128px;
	width: 128px;
	background-repeat: no-repeat;
}

/* ================ Other ================== */
.customer_logo_strip 
{ 
	background: url(../img/customer_logo_strip.png) no-repeat 0 0;
	height: 50px;
	width: 980px;
}