﻿/* 
 * HTML5 âœ° Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

div { margin: 0; padding: 0; border: 0 none; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { margin: 0;}

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; } */
/* RG: reseting the paddings and margins to 0 */
ul, ol { margin: 0; padding: 0; }
dl, dt, dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

.igweb button, .igweb input, .igweb select, .igweb textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

.igweb table { border-collapse: collapse; border-spacing: 0; }
.igweb td { vertical-align: top; }



/* ==|== primary styles =====================================================
   Author: Infragistics
   ========================================================================== */
body
{
	font: normal normal 14px Arial, Tahoma, Helvetica, Verdana, sans-serif;
	background-image:url('/samples/assets/images/background_gradient.png');
	background-repeat:repeat-x;
	background-color: #ededed;
}

/* =============================================================================
   Links
   ========================================================================== */
a
{
	text-decoration: none;
	font-size: 0.875em;
	outline: 0;
}
.igweb a, .igweb a:visited
{
	color: #00aeef;
	line-height: 1.6em;
	font-size: 0.875em;
	outline: 0;
	outline: none;
}
a:hover
{
	color: #007faf;
	text-decoration: none;
}
a.link_title_large
{
}

/* =============================================================================
   Typography
   ========================================================================== */
.igweb p
{
	line-height: 1.4;
	color: #656565;
	font-size: 0.857em;
	margin: 0 0 20px;
	word-wrap: break-word;
}
.igweb p.medium
{
	/*line-height: 1.7em;*/
	color: #7a7a7a;
	font-size: 0.97em;
	/*margin-top: 5px;*/
}
.igweb p.larger
{
	line-height: 1.429em;
	color: #9d9d9d;
	font-size: 1.1em;
}
.igweb .callout p
{
	color: #878787;
	font-size: 1.1em;
	line-height: 1.5em;
}

.igweb .productCallout {
    padding-top: 25px;
    text-align: center;
}

/*
duplicate and there should not be a coma at the end
p a,
{
	font-size: inherit;
}
*/
.igweb ul
{
	list-style-type: none; 
	margin-bottom: 20px;
}
.igweb ul > li
{
	color: #656565;
	font-size: 0.875em;
	line-height: 1.4em;
}
/* todo: change the name in future */
ul.blue_bullet > li
{
	background-image: url("/samples/assets/images/fpo/lauren_fpo/bullet.jpg");
	background-position: 30px 6px;
	background-repeat: no-repeat;
	padding-left: 43px;    
}

ul.platforms > li
{
	padding: 5px 5px 5px 20px;
}

.igweb ul > li a,
.igweb ul > li p,
.igweb ul > li ul > li,
.igweb p a
{
	font-size: inherit;
}
table.ig
{	
	width:100%;
	border-collapse:collapse;
}
table.ig td
{
	border-bottom: 1px solid #C4C4C4;
	font-size: 1em;
	padding: 7px 0 7px 30px;
}
table.ig td ul > li,
table.ig td p,
table.ig td a
{
	font-size: inherit;
	line-height: inherit;
}
table.ig th 
{
	font-size:1.1em;
	text-align:left;
	padding: 20px 30px 12px 30px;
	background-color:#00aeef;
	color:#ffffff;
}

/* =============================================================================
   Headers
   ========================================================================== */
/* Fibonacci based heading scale ratio */
h1
{		
	color: #000000;
	font-size: 2em;
	font-weight: normal;
	border-bottom: #C4C4C4 solid 1px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	margin-top: 17px;
}
h1.black_box
{
	
}
h2
{			
	color: #000000;
	font-size: 1.85em;
	font-weight: normal;
	border-bottom: #C4C4C4 solid 1px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	margin-top: 21px;
	line-height: 1.1em;
}
h2.first
{			
	margin-top: 0px;
}
h2 > a
{
	color: inherit;
	font-size: inherit;
}
h2.nounderline
{
	border-bottom: none;
	margin-bottom: 5px;
}
h3
{
	color: #656565;
	font-size: 1.6em;
	margin: 0px;
	font-weight: normal;
	/*padding: 15px 0 0;*/
}
.link > a,
.link > a:visited
{
	color: inherit;
	font-size: inherit;
}

.link > a:hover
{
	color: #00aeef;
}


h3.accordion_header
{
}
h4
{
	color: #656565;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}
h4.link > a
{
	color: inherit;
	font-size: 1.3em; 
	line-height: 1.2em;
}
h5
{
	margin: 0px;
	color: #acacac;
	font-size: 1.071em;
	font-weight: normal;
}
h5.caps
{
	text-transform: uppercase;
}
h5.bold
{
	color: #000000;
	font-size: 1.1em;    
	line-height: 1.5em;
}
h5.link > a
{
	color: inherit;
	font-size: inherit;
}

/* todo: change that to right-gutter h5 {} */
h5.gutter
{
	
}
h6
{
	font-size: 0.875em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
/* =============================================================================
   Basic Structure
   ========================================================================== */
/* todo: change the width to 1000px; should be 960px but design doesn't function in 960px. */
.container
{
	width: 1024px;
	margin: 0 auto;
}
.content_area
{
	background-color: #fff;
	padding: 0px 30px 20px;
	-moz-box-shadow: 0 0.5em 1em #BBBBBB;
	-webkit-box-shadow: 0 0.5em 1em #BBBBBB;
	-ms-box-shadow: 0 0.5em 1em #BBBBBB;
	box-shadow: 0 0.5em 1em #BBBBBB;
	margin-bottom: 10px !important;
	overflow: hidden;
}
.float_none
{
	float:none !important;	
}
.content_area div.design
{
	width: 100%;
	overflow: auto;	
}
.content_area_no_pad
{
	background-color: #fff;
	-moz-box-shadow: 0 0.5em 1em #BBBBBB;
	-webkit-box-shadow: 0 0.5em 1em #BBBBBB;
	box-shadow: 0 0.5em 1em #BBBBBB;
	margin-bottom: 20px !important;
	overflow: hidden;
	/*padding-bottom: 20px;*/
}
.add_comment.content_area_no_pad
{
	padding-bottom: 0;
}
/* Content position classes */
/* Some of the classes here overwrites the pagebuilder initial classes which should be removed after we stop using them.
**/
.divider-top
{
	background: url('/samples/assets/images/gutter_bottom_bg.png') left top no-repeat; 
}
.divider-right
{
	background: url(/samples/assets/images/divider_right_border.png) repeat-y right;        
	height: inherit;
	padding-bottom: 10px;
}
.push-right
{
	height: 118px;
	background: url(/samples/assets/images/divider_right_end.png) no-repeat right;
}
.divider-left
{
	background: url(/samples/assets/images/divider_left_border.png) repeat-y left;        
	height: 100%;
	padding-bottom: 10px;
}
.push-left
{
	height: 118px;
	background: url(/samples/assets/images/divider_left_end.png) no-repeat left;
}
.divider-left-small
{
	background: url(/samples/assets/images/divider_left_border.png) repeat-y -1px 0;    
	height: 100%;
	padding-bottom: 10px;
}
.push-left-small
{
	height: 90px;			
	background: url(/samples/assets/images/divider_left_end.png) no-repeat -1px -22px;
}
.content-leftSide
{
	width: 682px;	
	padding-right: 50px;	
}
.content-rightSide
{
	width: 702px;	
	padding-left: 30px;	
}
.left.left-gutter
{
	width: 262px;
	height: 100%;
}
.left.right-gutter
{
	width: 262px;
	height: 100%;	
}
.left.right-gutter h5
{	
	height: 40px;
	padding-left: 20px;    
	margin-top: 1px;	
	line-height: 40px;
	color: #656565;	
	background: #E5E4E4;
	background-image: url('/samples/assets/images/divider_left_border.png');
	background-position: left;
	background-repeat: repeat-y;
}
.left.left-gutter h5,
.leftSidebar h5
{
	height: 40px;
	padding-left: 20px;    
	margin-top: 1px;	
	line-height: 40px;
	color: #656565;	
	background: #E5E4E4;
	background-image: url('/samples/assets/images/divider_right_border.png');
	background-position: right;
	background-repeat: repeat-y;
}
/* todo: change that to gutter p {} */
p.gutter
{
	margin: 10px 20px;
	padding-bottom: 10px;
}
ul.gutter_options
{
	height: 100%;
	margin-bottom: 0px;
}
ul.gutter_options > li
{
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;
	margin-left: 0px;
}
ul.gutter_options > li > a
{
	color: #656565;
	padding: 10px 20px 10px 30px;
	display: block;
	white-space: nowrap;
}
ul.gutter_options > li > a:visited
{
	color: #656565;
}
ul.gutter_options > li > a:hover,
ul.gutter_options > li > a.selected
{
	text-decoration: none;
	background-color: #3ec2f9;
	color: #fff;
	font-weight: bold;
}
ul.list_gutter
{
	margin: 10px 30px 10px 20px;
}
ul.list_gutter > li
{
	list-style-type: none;
	list-style: none;
}
ul.list_gutter > li > span
{
	color: #656565;
	line-height: 1.8em;	
}
div.content-Gutter
{
	padding: 10px  30px 10px 20px;
}
/* Gutter with Space */
.leftSidebar
{
	width: 260px;
	margin-right: 10px;
}

.leftSidebar > ul,
.rightSidebar > ul
{
	padding: 10px 5px 10px 20px;
	margin-bottom:0px;
}
.leftSidebar > ul > li,
.rightSidebar > ul > li
{
	line-height: 1.5em;
	color: #656565;
}
.leftSidebar > h5 + ul,
.rightSidebar > h5 + ul, 
.leftSidebar > h5 + div,
.rightSidebar > h5 + div
{
	background: url('/samples/assets/images/gutter_bottom_bg.png') left top no-repeat; 
	overflow:auto;
}
.rightSidebar
{
	width: 260px;
	margin-left: 10px;
}
.communityContent,
.floatingContent
{
	width: 754px;
	min-height: 150px;	  
	word-wrap: break-word;
}
h2.electricBlueGutter
{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	right: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
}
nav ul.block-links
{
	overflow: auto;
	height: 100%;
}
nav ul.block-links > li
{
	border-bottom: 1px solid #CCCCCC;
	list-style-type: none;	
}
nav ul.block-links > li > a
{
	color: #656565;
	padding: 10px 20px;
	display: block;
}
nav ul.block-links > li > a:hover,
nav ul.block-links > li > a.selected
{
	text-decoration: none;
	background-color: #3ec2f9;
	color: #fff;
	font-weight: bold;
}
#searchFacets h2
{
	margin-top: 0px;
	font-size: 1.2em;
}
/* Content Row ------------ */
.content_row
{
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#productOverview .content_row
{
	margin-top: 40px;
}

.content_row > img.left
{	
	margin-right: 30px;
}
.content_row img.right
{	
	margin-left: 30px;	
}
/* Location items */
.locationcolumn
{
	width: 450px;
	float: left;	
}
.locationcolumn:last-child
{
	margin-left: 50px;
}
.locationitem
{
	margin-bottom: 20px;	
	
}
.locationitem:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.locationitem p
{
	border-bottom: 1px solid #C4C4C4;	
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size:1em;
}
.locationitem p:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.locationitem ul.contactline
{
	list-style: none;	
	border-bottom: 1px solid #C4C4C4;	
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.locationitem ul.contactline:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.locationitem ul.contactline li
{
	margin-bottom: 6px;	
	color: #656565;
	width: 225px;
	float: left;
	background-image: none;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #656565;
	font-size: 1em;
	line-height: 1.4em;
	padding-left: 0px;
	height: 60px;
}

#contactUs .locationitem ul.contactline li
{
	height: auto;
}

/* Image styles */
img.left_side
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.right_side
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
/* =============================================================================
   Reusable Classes
   ========================================================================== */
.left
{
	float: left;
}
.right
{
	float: right;
}   
.black_top_border
{
	border-top: 10px solid #000 !important;		
}
.bottom_border
{
	border-bottom: 1px solid #c4c4c4;
}
.list_style_none
{
	list-style: none;
	list-style-type: none;
}
.raquo
{
	font-size: 1em;
}
.bold
{
	font-weight: bold;
}
.uppercase
{
	text-transform: uppercase;
}
.uppercase.strong
{
	font-weight: 600;
	color: #000;
}
#footer li.uppercase.strong
{
	font-size: 0.8em;
}
.ligth_top_border_white
{
	border-top: 1px solid white;
}
.lightBoxShadow
{
	-moz-box-shadow: 0 0.5em 1em #BBB; /* FF3.5+ */
	-webkit-box-shadow: 0 0.5em 1em #BBB; /* Saf3.0+, Chrome */
	box-shadow: 0 0.5em 1em #BBB; /* Opera 10.5, IE 9 */
}
.oldie .lightBoxShadow
{
	border:0px solid rgb(237, 237, 237);
}
.whiteBackground
{
	background-color: #fff;
}
.electricBlueBlackground
{
	background-color: #00aeef;
	color: #fff;
}
.clarifying
{
	font-size: 0.5em;
	color: #656565;
}
.electricBlueColor
{
	color: #00aeef;
}

li.indented
{
	padding-left:15px;
}

.fixedHeader,
#products #header,
#productOverview #header,
#productFeatures #header,
#technologyPreviews #header,
#technologyPreviewDetails #header,
#helpControl #header,
#helpProduct #header,
#helpSearch #header,
#noSubNav #header
{
    margin-top: 67px;
}

.fixedHeaderSubNav
{
    margin-top: 103px;
}
/* =============================================================================
   Buttons
   ========================================================================== */
/* Link button -------------------------------------------------------------- */
.igweb a.button
{	
	border-style: none;	
	padding: 0px 12px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000));
	background: -moz-linear-gradient(top,  #313131,  #000);	
	background: -o-linear-gradient(top, #313131, #000);
	color: #fff;	
	cursor: pointer;
	display: inline-block;	
}
.igweb a.button:hover
{
	text-decoration: none;
	background-color: #313131;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#313131));
	background: -moz-linear-gradient(top,  #000,  #313131);		
	background: -o-linear-gradient(top, #000, #313131);
}

.igweb a.white_button
{	
	border-style: none;	
	padding: 5px 15px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#fff));
	background: -moz-linear-gradient(top,  #f7fcfe,  #fff);	
	background: -o-linear-gradient(top, #f7fcfe, #fff);
	color: #01AEF0;	
	cursor: pointer;	
}
.igweb a.white_button:hover
{
	text-decoration: none;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7fcfe), to(#fff));
	background: -moz-linear-gradient(top,  #f7fcfe,  #fff);	
	background: -o-linear-gradient(top, #f7fcfe, #fff);
	color: #01AEF0;	
}

.igweb a.blue_button
{	
	border-style: none;	
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background-color: #009ed9;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#009ed9));
	background: -moz-linear-gradient(top,  #00adee,  #009ed9);	
	background: -o-linear-gradient(top, #00adee, #009ed9);
	color: #fff	!important;
	cursor: pointer;
	display: inline-block;	
}

.igweb a.blue_button:hover
{
	text-decoration: none;
	background-color: #00adee; 
	background: -webkit-gradient(linear, left top, left bottom, from(#009ed9), to(#00adee));
	background: -moz-linear-gradient(top,  #00adee,  #009ed9);		
	background: -o-linear-gradient(top, #00adee, #009ed9);
}

.igweb a.pink_button
{	
	border-style: none;	
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background-color: #FB316A;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF457A), to(#FB316A));
	background: -moz-linear-gradient(top,  #FF457A,  #FB316A);	
	background: -o-linear-gradient(top, #FF457A, #FB316A);
	color: #fff	!important;
	cursor: pointer;
	display: inline-block;	
}

.igweb a.pink_button:hover
{
	text-decoration: none;
	background-color: #FF457A; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FB316A), to(#FF457A));
	background: -moz-linear-gradient(top,  #FF457A,  #FB316A);		
	background: -o-linear-gradient(top, #FF457A, #FB316A);
}

/* =============================================================================
   Form elements
   ========================================================================== */
.igweb form label
{
	color: #646464;    
	font-weight: normal;
	text-transform: uppercase !important;
	font-size: 0.8em;
}

.igweb input[type='text'],.igweb input[type='password']
{
	width: 300px;
	background-color: #f3f3f3;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	margin: 2px 0;
	padding-left: 3px;
	color: #656565;
	outline: 0;
}

.igweb #top_q
{
    border: 1px solid transparent !important;
	width: 180px !important;
	line-height:18px;
    height: 19px !important;
	padding: 1px 4px;
	outline:0;
}

.igweb select
{
	border: 1px solid #d1d1d1;
	background-color: #f3f3f3;
	height: 25px;
	width: 305px;
	font-size: 16px;
	margin: 2px 0;
	color: #656565;
}

.igweb textarea
{
	height: 208px;
	width: 591px;
	background-color: #f3f3f3;
	border: 1px solid #d1d1d1;
	resize: none;
}

input.button
{
	margin-top: 20px;
	border-style: none;
	display: inline-block;
	padding: 0 30px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#000));
	background: -moz-linear-gradient(top,  #313131,  #000);	
	background: -o-linear-gradient(top, #313131, #000);
	color: #fff;	
	cursor: pointer;
}

input[type='submit'].button:hover
{
	background-color: #313131;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#313131));
	background: -moz-linear-gradient(top,  #000,  #313131);		
	background: -o-linear-gradient(top, #000, #313131);
}

input[type='submit'].blue-button
{
	margin-top: 20px;
	border: 1px solid #328fc0;
	display: block;
	padding: 0 30px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#3393c5), to(#268cc1));
	background: -moz-linear-gradient(top,  #3393c5,  #268cc1);	
	background: -o-linear-gradient(top, #3393c5, #268cc1);
	color: #fff;	
	cursor: pointer;
}

input[type='submit'].blue-button:hover
{
	background-color: #313131;
	background: -webkit-gradient(linear, left top, left bottom, from(#268cc1), to(#3393c5));
	background: -moz-linear-gradient(top,  #268cc1,  #3393c5);		
	background: -o-linear-gradient(top, #268cc1, #3393c5);
}

.greenButton
{
	border: 0 none;
	background-color: #0a0;
	color: #fff;
	padding: 6px 20px;
	font-size: 12px;
	font-weight: 700;
}

.greenButton:hover
{
	text-decoration: none;
	background-color: #0c0;
	cursor:pointer;
}

.blueButton
{
	border: 0 none;
	background-color: #3393c5;
	color: #fff;
	padding: 6px 20px;
	font-size: 12px;
	font-weight: 700;
}

.blueButton:hover
{
	text-decoration: none;
	background-color: #268cc1;
	cursor:pointer;
}

/* Validations */
/* =============================================================================
   Reusable Group of elements
   ========================================================================== */
/* Links with arrows group -------------------------------------------------  */
.igweb .link_bar
{
	overflow: auto;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	padding: 5px 0px;
}
.igweb .link_bar + h1
{
	margin-top: 60px;	
}
.igweb .link_bar li
{	
	float: left;	
	margin-right: 20px;
	border-right: 1px solid #c4c4c4;
}
.igweb .link_bar a
{
	color: #000; 
	margin-right: 20px;
	padding-right: 20px;    
	background-image: url("/samples/assets/images/arrow_right_blue.png");
	background-origin: padding-box;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto auto;	
}
.igweb .link_bar a:hover
{
	color: #00aeef;
	text-decoration: none;
}
.igweb .link_bar li:last-child
{
	border-right: none;
}
.igweb .link_bar li.last
{
	border-right: none;
}
.igweb .link_bar li.back-top
{
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
.igweb .link_bar li.back-top a
{	
	margin-right: 0px;
	padding-right: 20px;    
	background-image: url("/samples/assets/images/top_arrow.png");
	background-origin: padding-box;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto auto;	
}

/* Link cluster */
ul.link_cluster li
{
	list-style: none;
	line-height: 25px;
}

#helpProduct #HelpBox ul.link_cluster
{
	font-size:1.1em !important;
}
		
ul.link_cluster
{
	margin: 10px 0px 17px 0px;
}
		
		
ul.link_cluster_2col
{
	margin: 10px 0px 17px 0px;
	width: 72em;
}
				
ul.link_cluster_2col li
{
	list-style: none;
	line-height: 25px;
	float: left;
	width: 36em;
}

/* Information Bar */
ul.info_bar
{
	overflow: auto;
	margin-bottom: 0;
}
ul.info_bar > li
{
	font-size: inherit;
	line-height: inherit;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #c4c4c4;
}
ul.info_bar > li.last
{
	border-right: 0 none;
	margin-right: 0;
}
ul.info_bar > li span.label
{
	text-transform: uppercase;
	margin-right: 3px;	
}
ul.info_bar > li a
{
	font-size: inherit;
	line-height: inherit;
}

/* List Farm */
.list_farm
{
	overflow: auto;
}

.list_farm a,
.list_farm a:visited
{
	color: #656565;
	line-height: 1.7;
}

.list_farm a:hover
{
	color: #00aeef;
}

.list_farm > li
{
	display: block;
	width: 152px;
	float: left;
	line-height: 1.3em;
	overflow: hidden;
}

/* Pager */
.pagerWrapper
{
	text-align: center;
	background-color: #b1b1b1;
	width: 100%;
	height: 32px;
	overflow: hidden;
}

.igweb .pagerWrapper ul > li, .igweb .pagerWrapper ul > li > a
{
	line-height: 32px;
}

.pagerLink
{
	font-size: 12px;
	line-height: 32px;
	vertical-align: middle;
	color: #fff !important;
	background-color: #b2b2b2 !important;
	border-right: 1px solid #fff;
}
.pagerLink.last
{
	border: 0;
}
.pagerLink.disabled:hover
{
	color: #fff !important;
	background-color: #b2b2b2 !important;
}
.pagerNumberButton
{
	width: 36px;
}
.pagerLink:hover
{
	text-decoration: none !important;
	background-color: #c6c6c6 !important;
}
.pagerLink.current
{
	background-color: #fff !important;
	color: #00AEEF  !important;
	font-weight:bold;
}

/* Custom drop down */
.custom-dropdown
{
	background: #fff;
	border: 1px solid #d1d1d1;
	height: 39px;
}
.custom-dropdown dt
{
	float: left;
	height: 100%;
	display: block;
	border: 1px solid #ECECEC;
	border-right: 0px;
}
.custom-dropdown .cdd-button
{
	float: left;
	width: 38px;
	height: 100%;
	background: #757677;
	opacity: 0.8;
	filter: alpha(opacity=90);
	text-align: center;
	border: 1px solid #ECECEC;
	border-left: 0px;	
	background: -webkit-gradient(linear, left top, left bottom, from(#787a7b), to(#626263));
	background: -moz-linear-gradient(top,  #787a7b,  #626263);	
	background: -o-linear-gradient(top, #787a7b, #626263);
}
.custom-dropdown .cdd-button:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#626263), to(#787a7b));
	background: -moz-linear-gradient(top,  #626263,  #787a7b);	
	background: -o-linear-gradient(top, #626263, #787a7b);
}
.custom-dropdown .cdd-arrow
{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #FFFFFF;
	font-size: 0;
	line-height: 0;
	width: 0;
	margin: 0 auto;
}
.custom-dropdown dd
{
	background: #3bb7e5;	
	position: absolute;
	z-index: 9999;
	border: 1px solid #CCC;
	display: block;
	-moz-box-shadow: 0 0.5em 1em #BBBBBB;
	-webkit-box-shadow: 0 0.5em 1em #BBBBBB;
	-ms-box-shadow: 0 0.5em 1em #BBBBBB;
	box-shadow: 0 0.5em 1em #BBBBBB;
}
.custom-dropdown dd ul
{
	margin-bottom: 0px;
}
.custom-dropdown a
{
	text-decoration: none;
	outline: none;
}
.custom-dropdown dt > a,
.custom-dropdown dd a
{
	color: #d1d1d1;	
	padding-left: 10px;
	font-size: 1em;
}
.custom-dropdown dd a
{
	color: #fff;	
	text-transform: uppercase;
}
.custom-dropdown dt > a
{
	color: #c4c4c4;
}
.custom-dropdown dd > ul
{
	padding: 5px 0;
}
.custom-dropdown dd > ul > li
{
	word-wrap: break-word;
}
.custom-dropdown dd > ul > li:hover
{
	background-color: #fff;
	color: #00aeef;
}
.custom-dropdown dd > ul > li:hover a
{
	color: #00aeef;
}

/* Social icons */
.social-like-buttons
{
	list-style-type: none;
	display: inline-block;
	bottom: 0px;	
}
.social-like-buttons li
{
	float: left;	
}

/* Product families list */
.pf_list
{
	padding: 10px 20px;
}
.pf_list li
{
	color: #656565;
	font-size: 0.857em;	 line-height: 30px;
	border-bottom: 1px solid #c4c4c4;
	display: block;
	padding: 5px 0px;
}
.pf_list > li:hover
{
	background: url('/samples/assets/images/blogs_menu_bg.png') no-repeat top left #fff;
}
.pf_list li > div
{
	border-right: 1px solid #c4c4c4;
	padding-right: 10px;
}		   
.pf_list > li.last
{
	border-style: none;
}
.igweb .pf_list a
{
	font-size: 1em;
	color: #656565;
	display: block;
	line-height: 30px;
}
.pf_list a:hover
{
	text-decoration: none;
}
.productIcon
{
	display: block;
	width: 40px;
	height: 24px;
	background-image: url('/samples/assets/images/products/productIcons.png');
	background-repeat: no-repeat;
	
}

.productIcon.asp
{
	background-position: 0 1px;
}
.productIcon.dvw
{
	background-position: 0 -38px;
}
.productIcon.dvs
{
	background-position: 0 -80px;
}
.productIcon.qpl
{
	background-position: 0 -121px;
}
.productIcon.spp
{
	background-position: 0 -163px;
}
.productIcon.slv
{
	background-position: 0 -206px;
}
.productIcon.win
{
	background-position: 0 -248px;
}
.productIcon.taw
{
	background-position: 0 -288px;
}
.productIcon.ta2
{
	background-position: 0 -347px;
} 
.productIcon.rpt
{
	background-position: 0 -402px;
} 
.productIcon.wp
{
	background-position: 0 -452px;
} 
.productIcon.tawpf
{
	background-position: 0 -498px;
} 
.productIcon.sp
{
	background-position: 0 -541px;
} 
.productIcon.ls
{
	background-position: 0 -588px;
} 
.productIcon.jq
{
	background-position: 0 -642px;
}
.productIcon.wpf
{
	background-position: 0 -692px;
}
.productIcon.ios
{
	background-position: 0 -878px;
}
.productIcon.rp
{
	background-position: 0 -830px;
}
.productIcon.an
{
	background-position: 0 -784px;
}
.productIcon.wui
{
	background-position: 0 -916px;
}
.productIcon.ind
{
	background-position: 0 -968px;
}

/* =============================================================================
   Global Navigation
   ========================================================================== */
.top_nav
{
	height: 67px;
	margin: 0;
	padding: 0;
	/*min-width: 1024px;*/
	width: 100%;
	background: #000;
	color: #fff;
	zoom: 1;
	position: fixed;
	z-index: 1000;
	top: 0;
}
.top_nav:before, .top_nav:after { content: ""; display: table; }
.top_nav:after  
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.top_nav > section
{
	background: #000;
	color: #fff;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}


#main_nav li.top_nav_li
{
	/*FIX for main menu touch not working in IE10, bug 125243*/
	-ms-touch-action: none;
	margin: 0;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border-style: none;
	display: block;
	float: left;
}

#main_nav .top_nav_li > a.mainnav_link
{
	text-transform: uppercase;
}
#logo
{
	padding: 17px 0 0 0;
} 
div#_miniNavPlaceHolder
{
	height:25px;	
} 
#mini_nav
{
	font-size: 0.786em;
	padding-right: 4px;
	padding-top: 4px;
	vertical-align: baseline;
}

#mini_nav li
{
	display: inline;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 11px;
	margin-left: 11px;
}

#mini_nav li.last
{
	padding-right: 0;
	background: none;
}

#mini_nav li > a
{
	color: #00AEEF;
	font-size: 1em;
	font-weight: bold;
}

#mini_nav li > a:hover
{
	color: #fff !important;
}

#mini_nav li > a:visited
{
	color: #00AEEF;
}

#mini_nav li span
{
	color: #fff;
	font-weight: bold;    
}

#main_nav_container
{
	text-align: right;
	padding: 0;
	margin: 0;
	height: 67px;
	width: 730px;
	position: relative;
}

#main_nav_container ul
{
	margin-bottom:0px;    
}

#main_nav
{
	position:absolute;
	width: 756px;
	margin: 0;
	padding: 0;
	height: 40px;
	border-style: none;
}

#main_nav div
{
	z-index: 1000;
}

#main_nav li.last
{
	margin-right: 0;
	padding-right: 0;
}
#main_nav li.bg
{
	background: #e8e8e8;
}
#main_nav li a:hover
{
	text-decoration: none !important;
}
.mainnav_link
{
	color: #D4D4D4 !important;
	font-weight: normal;
}
.mainnav_link_over
{
	color: #000 !important;
	font-weight: normal;
}
.search_wrapper
{
	/*background: url(../images/search_box.png) no-repeat top left;*/
	
}
.search_wrapper input.search_box
{
	border: 1px solid transparent;
	width: 180px !important;
	line-height:18px;
	padding: 1px 4px;
	outline:0;
}
.product_icon
{
	background: url(../images/product_sprite.jpg) no-repeat;
	display:block;	
	padding-left:20px;
}
.menu_sub
{
	/*FIX for main menu touch not working in IE10, bug 125243*/
	-ms-touch-action: none;
	text-align: left;
	color: #999;
	top: 38px;
	left: 0;
	height: auto !important;
	display: none;
	line-height: 1em;
	*border: 1px solid #d2d2d2;
    border: 1px solid #d2d2d2 \0;
	position: absolute !important;
	background: #fff; /*url(../images/menu_bg.png);*/
	-moz-box-shadow: 0 0 1em #000;
	-webkit-box-shadow: 0 0 1em #000;
	box-shadow: 0 0 1em #000;
	z-index: 1000;
	overflow: hidden;
}

.menu_height {
    min-height: 220px;
}

.menu_sub_list
{
	padding-left: 12px;
	/* Commented out to support removal of DV items.
	padding-right: 30px;*/
}
.menu_sub_list li
{
	padding: 9px 19px 0 0;
	display: block;
	color: #000;	
	list-style-type: none;
}

#main_nav .menu_sub_list a, .menu_sub_footer a
{	
	line-height: 17px;
}
.menu_sub_list a, .menu_sub_footer a:hover
{
	color: #000;
}
.menu_sub_list .parent
{
	font-weight: bold;
}
.menu_sub_list .parent > a
{
	font-weight: bold;
	cursor: default;
}

.menu_sub_list li.parent ul li
{
	font-weight: normal;
}

.menu_sub_footer
{
	background: #d2d2d2;
	clear:both;
	padding: 8px 0 12px 12px;
}

.igultimate {
    padding: 0px;
    background-color: #fff;
}

.black_column > h5{
    background-color:#505050 !important;
    color: #D2D2D2 !important;
}

.black_column{
    background-color: #000;
    width:316px;
    border-right:0px !important;
}

.igultimate h5{
    padding: 0px !important;
}

.menu_sub_footer .menu_sub_list
{
	padding-left: 0px;
}
.menu_sub_footer ul li
{
	display: inline;
	list-style-type: none;	
	color: #000;
	padding-right: 30px;
}

.menu_sub_column h5 {
    color: #000;
	font-weight: bold;
}

.menu_sub_column .min_width {
    min-width: 140px;
}

.menu_sub_column .menu_sub_list {
    padding-top: 6px;
}


.menu_sub_footer h5
{	
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
}

.menu_sub_column
{
	border-right: 1px solid #c6ced2;
	height: auto;
	float: left;	
	padding-bottom: 1010px;
	margin-bottom: -1000px;
}

.menu_sub_column.horizontal
{
}

.menu_sub_column.horizontal > .menu_sub_list div.parent
{
	float:left;	
	margin: 10px 20px 5px 0px;
	padding-right:10px;
}

.menu_sub_column.horizontal > .menu_sub_list div.parent.sub
{	   		  
	float:none;	
	overflow:hidden;
} 

.menu_sub_column.horizontal > .menu_sub_list div.parent.first
{			 
	/* Commented out to support removal of DV items.
	border-right: 1px solid #c6ced2;*/
}

.menu_sub_column.horizontal > .menu_sub_list div.parent.next
{			 
	border-right: 1px solid #c6ced2;
}

.menu_sub_column.horizontal > .menu_sub_list div.parent.last
{					 				  
	border-right: 0px;
	padding-right:0px; 
	margin-right: 0px;
}

.menu_sub_column.horizontal > .menu_sub_list div.parent	> a
{
	display:block;
} 

.menu_sub_column.horizontal > .menu_sub_list div.parent	> ul
{
	float: left;
}

.menu_sub_column.horizontal > .menu_sub_list div.parent	> ul.first
{
}

.menu_sub_column.horizontal > .menu_sub_list div.parent	> ul.last
{
	margin-left:20px;
}

.menu_sub_column.horizontal > .menu_sub_list div.parent	> ul.next
{
	margin-left:20px;
}

.menu_sub_column.vertical
{
	
}

.menu_sub_column.last
{
	border-right: 0;
	height: 250px;
	float: left;
}

.menu_sub_column > h5
{
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
	background: #d2d2d2;
	color: #333;
	padding-top: 12px;
    font-weight: bold;
}

#mainContentWrapper
{
	/*margin-top: 100px;*/
}

/* =============================================================================
   Footer section
   ========================================================================== */
body > footer,
body .igweb footer
{
	min-width: 1024px;
}

#footer
{
	background: #fff;
	margin-top: 45px;    
	/*width: 1024px;*/
}

#footer #columns_container
{
	/*padding-top: 20px;
	padding-bottom: 53px;*/
}

#footer .column
{
	width: auto;
	float: left;
	margin: 15px 15px 0 15px;
	padding: 1px;
	overflow: auto;
}

#footer .column h4
{
	border-bottom: 1px solid #C4C4C4;
    color: #00aeef;
}

#footer .column40
{
	width: 40px;
	float: left;
}

#footer .column ul, #footer .column40 ul
{
	list-style: none;
}

#footer .column ul
{
	width: auto;
	float: left;
	list-style: none;
}

#footer .column ul li
{
	font-size: 0.80em;
	line-height: 2.0em;
	margin-top: 5px;
}

#footer .column ul li.first, #footer .column40 ul li.first
{
	font-weight: bold;
	font-size: 0.75em;
}

#footer .column > ul > li > a
{
	color: #333;
	display: block;
	font-size: 1.1em;
    line-height: 1.3em;
}

#footer li.indented 
{
    padding-left: 0px;
}

#footer .column > ul > li > a:hover
{
	color: #00aeef;
}

#footer .image-link-span
{
	margin-left: 5px;
}

#footer .image-link
{
	height:14px;
	width:14px;
	float:left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#footer .image-link:hover
{
	background-position: -15px 0px;
}

#footer .second-column
{
	margin-left: 30px;	
}

#subfooter
{
	background: #000;
	color: #fff;
	padding-top: 32px;
	padding-bottom: 16px;
	/*border-top: 45px solid #fff;*/	
	/*width: 1024px;*/
}

#subfooter div.container
{
	text-align: center;	
}

#subfooter hr
{
	border: none; 
	border-top: 1px solid #4E4E4E; 
	margin-top: 28px;	
}

#subfooter_list li
{
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
	background: url(../images/sub_footer_nav_seperator.png) no-repeat right;
}
#subfooter_list li.last
{
	background: none;
}

#subfooter_list li a
{
	font-size: 0.688em;
	color: #999;
}

/* Hidding the CoreMotives flash object element at the bottom of the page */
.flCookieHideSwf
{
	/*
	Can't hide the coremotives object, it won't work if you do.
	display: none;*/
	display:block;
}

/* =============================================================================
   Big Image Header section
   ========================================================================== */
#header
{
	position: relative;
	margin: 0 auto;		
}
section > div#header
{
	min-width: 1024px;
	margin-top: 103px;
}

#main_banner
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#header #message_wrap > #message_box div
{
	font-weight: normal;
}
#header #message_container
{
	position: relative;
	height: 368px;
}
#sub_nav_bar
{
	background: #f5f5f5;
	margin-top: 67px;
	position: fixed;
	width: 100%;
}
#sub_nav_bar_container
{
	height: 36px;
}
#sub_nav_bar_container #label
{
	height: 36px;
	line-height: 36px;
	margin-top:-3px;
}
#sub_nav_bar_container > h5
{
	float: left;
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 40px;
	margin-left: 10px;
}
#subNavigation
{
	display: block;
	position: static;
	right: auto;
}
#subNavigation > li
{
	border-right: 1px solid;
	color: #CCCCCC;
	float: left;
	list-style-type: none;
	margin: 10px 0 5px;
	padding: 0 10px;
	text-transform: uppercase;
}


#subNavigation > li.last
{
	border-right: none;
}

#subNavigation > li > a
{
	color: #000;
	text-decoration: none;
}

#subNavigation > li > a > img
{
    margin-right: 5px;
    margin-top: -3px;
}

#subNavigation .selected
{
	font-weight: normal;
	border-bottom: 3px solid #00AEEF;
}

#subNavigation a.generic_button
{
	height: 24px;
	line-height:26px;	
	margin-left: 5px;
	margin-top:-7px
}


#message_wrap
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#message_box
{
	background: url(../images/messagebar_background.png) repeat;
}
#message_box div,
#message_box p
{
	color: #e1e1e1;
	font-size: 16px;	
	padding: 20px 30px 23px;
	margin: 0;
	line-height: 1.25em;
}

#message_box p
{
	padding-top: 0px;
	font-size: 1em;
	padding-bottom: 15px;
}

#message_box h1
{
	margin: 0;
	padding: 10px 0px 0px 30px;
	border: none;
	color: #fff;
	font-size: 1.5em;
}
a.try_this
{
	width: 56px;
	background: transparent url(../images/trybuy.png) 0 0 no-repeat;
}

a.buy_this
{
	width: 80px;
	background: transparent url(../images/trybuy.png) -68px 0 no-repeat;
}

a.play_video
{
	width: 73px;
	background: transparent url(../images/trybuy.png) -158px 0 no-repeat;
}

#buy_try_box a
{
	float: right;
	height: 56px;
	margin-bottom: 1px;
	margin-left: 1px;
}

a.try_this:hover
{
	background: transparent url(../images/trybuy.png) 0 -56px no-repeat;
}

a.buy_this:hover
{
	background: transparent url(../images/trybuy.png) -68px -56px no-repeat;
}
a.play_video:hover
{
	background: transparent url(../images/trybuy.png) -158px -56px no-repeat;
}

/* =============================================================================
   Video Player, Recent Video Section, Video list
   ========================================================================== */
#videoPreviewContainer
{
}
#additionalVideosContainer > ul#videoList
{
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	overflow: auto;
}
#additionalVideosContainer > ul#videoList > li
{
	overflow: auto;
	margin: 0 20px 20px 20px;
}
#videoPreviewContainer > ul[class*="more"]
{
	margin: 0 30px 30px 30px;
}
#videoPreviewContainer > ul[class*="more"] > li
{
	margin: 0;
}
#additionalVideosContainer > ul#videoList > li > a
{
	display: block;
	margin: 0 0 10px 0;
}
#additionalVideosContainer > ul#videoList > li > a > img
{
	height: 137px;
	width: 182px;
}
#additionalVideosContainer > ul#videoList > li > p
{
	margin: 0 !important;
	color: #000;
}
#additionalVideosContainer > ul#videoList > li > p > span.title > a
{
	font-size: 1.2em;
	text-decoration: none;
}
#additionalVideosContainer > ul#videoList > li > p > span.footer
{
	color: Gray;
}
#additionalVideosContainer > ul[class*="more"]
{
	margin: 0 30px 20px 20px;
}
.video_player
{
	height: auto;
	min-height: 500px;
	width: auto;
	overflow:hidden;
	margin-bottom: 20px;
}
.video_player > hgroup
{
	margin: 10px 0 0 30px;
}
.video_player > hgroup > h5
{
	text-transform: uppercase;	
}
#additionalVideosContainer
{
	float: left;
	width: 262px;
}
#additionalVideosContainer > hgroup
{
	height: 40px;
	padding: 0 0 0 20px;
	background-color: Gray;
}
#additionalVideosContainer > hgroup > h5
{
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
}
.video_player_object_wrapper
{
	padding: 10px 30px;
}
.video_player .player
{
	height: 340px;
	width: 640px;
}
.clear
{
	clear: both;
}
.video-loading
.image-loading
{
	border: 1px solid #c4c4c4;
	background: url('/samples/assets/images/ajax_loading.gif') center no-repeat;
}
.video-error
{
	border: 1px solid #c4c4c4;
	background: none;   
}
.video_description, .video_information span
{
	color: #656565;	
	line-height: 1.429em;	
}
.video_description
{
	padding: 10px 30px;
	min-height: 50px;
}
.video_description li
{
	list-style-type: none;
}
.video_information
{
	padding: 0 30px 25px 30px;
	width: 690px;
	overflow: auto;
}
.productBlogsList > li
{
	color: #656565;
	font-size: 0.875em;
}
.productIcon
{
	height: 30px;
	float: left;
	margin-right: 10px;
}
/* END Video player section styles */

/* Video section styles */
.video_short_list
{
	padding: 10px 30px 40px;
	overflow: auto;
}
.video_short_desc
{
	width: 300px;
	height: 98px; 
	float: left;
	margin: 0 10px 22px;
}
.video_short_desc > img, .video_short_desc > a > img
{
	float: left;
	margin-right: 10px;
}
.video_list p
{
	color: #000;
	margin-bottom: 3px;
}
.video_short_desc p
{
	color: #000;
	margin-bottom: 3px;
}
.video_short_desc span
{
	color: #656565;
	font-size: 0.857em;
	line-height: 1.429em;
	margin-bottom: 20px;
}
.video-search-short-desc
{
	width: 345px;
	float: left;
}
.related_resources, .video_list /* END Video section style */ .related_resources
{
	padding: 20px 10px 20px 20px;
}
.related_resources > div
{
	margin: 10px 0 30px;
}
.related_resources img
{
	float: left;
}
.related_resources h2, .related_resources p
{
	margin-bottom: 0;
}
.video_list > div
{
	width: 266px;
	margin-right: 0;
	margin-left: 0;
}
.video_search_result
{
	padding-top: 20px;
}

/* =============================================================================
   Search Area
   ========================================================================== */
.search-area
{
	background: #216784;
}
.search-area .left-wrapper
{
	width: 631px;		
	color: #fff;
	background: #3fc3f9;
	border-right: 2px solid #fff;
	padding: 30px 30px;		
}
.search-area .right-wrapper
{
	background: #216784; 
	color: #fff; 
	height: 100%; 
	float: left;
	padding: 30px 30px 12px 30px;
	/*background-image: -webkit-gradient(linear, left top, right top, from(#f5f5f5), to(#fff));
	background-image: -moz-linear-gradient(top,  #f5f5f5,  #fff);	
	background-image: -o-linear-gradient(top, #f5f5f5, #fff);*/
}
.search-area .right-wrapper h5
{
	font-weight: bold;
	font-size: 0.929em;
	color: #fff;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
}
.search-area .right-wrapper > ul
{
	list-style: none;
}
	
.search-area .right-wrapper > ul > li
{
	padding: 2px 0px;
}
.search-area .right-wrapper > ul > li > a
{
	color: #FFF;
}
.search-button
{
	width: 53px;
	height: 50px;
	color: #FFF;				
	float: right;
	display: block;
	outline-style: none;
	text-indent: -99999px;
	cursor: pointer;
	text-transform: capitalize;
	background: url(/samples/assets/images/searchButtonS.png) no-repeat 0 0px;
	border: none;
	border-style: none;
	border-width: 0px;
	border-top: 1px solid #D5D4D4;		
}
.search-button:hover
{
	background: url(/samples/assets/images/searchButtonS.png) no-repeat -53px 0px;
}


.search-results-container
		{
		}
		.search-results-container-header
		{
			/* 
			margin: 10px 0px 0px 0px;
			border-top: 1px solid #c4c4c4;
			padding: 15px 0px 20px 0px;
			*/
		}
		.search-results-container-header > div
		{
			/*width: 50%;*/
		}
		.search-results-container-header > div > ul
		{
			margin: 5px 0px 0px 0px;
		}
		.search-results-container-header > div > h6
		{
			text-transform: uppercase;
		}
		.search-results-container-header > div.right > ul
		{
			margin: 0px 0px 0px 20px;
		}
		.search-results-container-header > div.right > h6
		{
			margin: 0px 0px 5px 20px;			
		}
		.search-results-container-header > div > ul > li
		{
			float: left;
			margin: 2px 1px 2px 1px;
			white-space: nowrap;
		}
		.search-results-container-header > div.right > ul > li
		{
			overflow: hidden;
			display: inline-block;
			width: 140px;
			height: 1.4em;
			line-height: 1.4em;
		}
		h6
		{
			font-weight: normal;
		}
		.search-element > p
		{
			margin: 0px 25px 10px 25px;
		}
		
		.training-search-content li a.title
		{
			margin: 10px 0 0 0;
			color: #656565;
			padding-left: 25px;
			font-size: 1.20em;
		}
		
		.search-element > h6
		{
			margin: 10px 0 0 25px;
			color: #656565;
			font-size: 1.20em;
		}
		.search-sprite-img
		{
			float: left;
			background: url('/samples/assets/images/support/search-icons-img.png') no-repeat;
			width: 20px;
			height: 20px;
		}
		.search-sprite-img-web
		{
			background-position: 0 -20px;
		}
		.search-sprite-img-helptopic
		{
			background-position: 0 -40px;
		}
		.search-sprite-img-featuresample
		{
			background-position: 0 -60px;
		}
		.search-sprite-img-blog,	 		
		.search-sprite-img-forum {
			background-position: 0 -80px;
		}
		.search-sprite-img-video,
		.search-sprite-img-media
		{
			background-position: 0 -100px;
		}

/* =============================================================================
   Homepage
   ========================================================================== */
#homepage #header
{	
	height: 599px;
	margin-top: 0;
}
#homepage h2
{
	border-bottom: none;
	margin-top:20px;
}
#homepage .pods
{
	color: #000;
	background: #fff;	
	margin-bottom: 10px;
}
#homepage .pods .pod, 
#homepage .pods .pod_alt
{
	width: 341px; /* height: 405px; */
	float: left;
	background: url(../images/pods_seperator.png) no-repeat top left;
	min-height: 435px;
}

#homepage .pods .pod_alt
{
	background: none;
}

#homepage .pods .pod h2, 
#homepage .pods .pod_alt h2
{	
	padding-left: 32px;
	font-size: 1.857em;
	color: #000;
}

#homepage .pods .pod p.desc, 
#homepage .pods .pod ul, 
#homepage .pods .pod_alt p.desc, 
#homepage .pods .pod_alt ul
{
	padding-left: 32px;
}

#homepage .pods .pod p
{
	font-size: 0.813em;
	margin-bottom: 0;
}

#homepage .pods .pod ul, 
#homepage .pods .pod_alt ul
{
	list-style-type: none;
	margin-top: 18px;
	margin-right: 26px;
}

#homepage .pods .pod ul li
{
	border-top: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 12px;
}

#homepage .pods .pod ul li.first
{
	padding-top: 0;
	border-top: none;
}

#homepage .pods .pod_link
{
	font-size: 1em;
	font-weight: bold;
	color: #00aeef;
}

#homepage .pods .pod ul li p img
{
	/*padding-right: 4px;*/
	padding-right: 10px;
}

/* Accordion styling ----------------------------- */
#homepage #accordian h3 
{
	padding-left: 34px;
	/*background: #e0e0e0;*/
	background: #e5e5e5;
	margin-bottom: 4px;
	line-height: 34px;
	cursor: pointer;
	position:relative;
	zoom:1;
}
#homepage #accordian h3:hover
{
	background: #EEEEEE;
}

#homepage #accordian h3 a, 
#homepage #accordian h3 a:link, 
#homepage #accordian h3 a:visited
{
	font-size: 0.6em;
	color: #333;
	text-decoration: none;
	line-height: 37px;
}
#homepage #accordian h3:active, 
#homepage #accordian h3:focus, 
#homepage #accordian h3 a:active,
#homepage #accordian h3 a:focus
{
	outline-style: none;
	-moz-outline-style: none;
}
#homepage #accordian div p
{
	padding: 15px 20px 15px 0;
}
#homepage #accordian .ui-icon
{
	background-image:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_454545_256x240.png);
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
#homepage #accordian .ui-state-active .ui-icon 
{
	background-image:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/images/ui-icons_222222_256x240.png);	
}

#homepage .ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
#homepage .ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

#homepage ul.product_icon_grid li
{
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	width: 10.1em;
	margin-bottom: 10px;
	min-height: 26px;
}

#homepage ul.product_icon_grid
{
	padding: 0;
	margin: 0;
}
/* End Accordion styling ----------------------------- */

/* Newsbar ------------------------------------------- */
#homepage #newsbar
{
	color: #000;
	background: #fff;	
	font-size: 1.125em;	
}
#homepage #newsbar h5.caps
{
	float: left;
	color: #000;
	margin-right: 6px;
}
/* News Ticker */
#homepage #newsbar .newsbar-carousel
{
	float: left;
	width: 795px;
	height: 20px;
}
#homepage #newsbar .newsbar-carousel ul li
{	
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;	
	line-height: 21px;
}
#homepage #newsbar .newsbar-carousel ul li p
{
	margin-top: 0px;
}
#homepage #newsbar .newsbar-carousel ul li a
{
	color: #000;
	display: block;
	line-height: inherit;
}
#homepage #newsbar .newsbar-carousel ul li a:hover
{
	text-decoration: none;
}

/* =============================================================================
   Products Landing page.
   ========================================================================== */
#products .link_cluster li
{
	float: left;
	width: 150px;	
}
.product_summary
{
	float: left;
	width: 450px;
}
.product_summary header
{
	height: 83px;	
	padding-bottom: 5px;
}
.product_summary article .buy
{
	height: 20px;
	padding: 5px 0;
}
.product_summary article .buy ul
{
	list-style: none;
}
.product_summary article .buy ul li
{
	background: url("/samples/assets/images/arrow_right_blue.png") no-repeat scroll right center transparent;
	float: left;
	margin-right: 10px;
	font-size: inherit;
}
.product_summary article .buy ul li.last
{
	padding-left: 10px;
	border-left: 1px solid #BBBBBB;
}
.product_summary article .buy a
{
	display: block;
	font-weight: bold;
	color: #000;
	padding-right: 20px;
	line-height: 1.5em;
}
.product_summary article .buy a:hover
{
	text-decoration: none;
}
.product_summary article .description
{
	padding: 10px 0;	
	min-height: 80px;
}
.product_summary article .description h1
{
	display: none;	
}
.product_summary article .description img
{
	float: left;
	margin-right: 20px;
}
.product_summary article .description p
{
	margin: 0 10px;
	overflow: hidden;	
}
.product_summary article h4
{
	font-weight: normal;
	text-transform: uppercase;
	margin: 5px 0;
	color: #656565;
	font-size: 1.071em;
	padding-top: 10px;
}

.product_summary ul.link_cluster
{
	margin: 0 0 5px !important; 
}

.product_summary article .feature
{
	overflow: hidden;
	padding: 20px 0 10px;
}
.product_summary article .learnMore
{
	padding: 10px 0 45px 0;
}      

/* =============================================================================
   Products Overview pages.
   ========================================================================== */
.featuredProductSection
{
	/* margin-bottom: 30px; */
}
.featuredProductSection header
{
	margin-bottom: 2px;
}
.featuredProductSection p
{
	margin-top: 10px;
}

.igweb .featuredProductSection h5 a 
{
	/*font-size: 1em;*/
	color: #000;
}

.featuredProductSection h5 a:hover
{
	text-decoration:none;
	color: #00aeef;
}

#featuredControls {
    margin-top: -36px;
}

#featuredControls .controlitem
{
	float: left; 
	width: 200px; 
	padding-bottom: 7px; 
	margin-right: 50px;
}

#featuredControls .controlitemlast
{
	float: left; 
	width: 200px; 
	padding-bottom: 20px;
	margin-right: 0px;
}

#allControls .clearfix ul 
{
	/*margin-bottom:-40px;*/
}
#allControls h3
{
	color: #acacac;
	font-size: 1.357em;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#allControls li.f
{
	float: left;
	list-style: none;
	/*margin: 0px 60px 15px 0px;*/
	margin: 0px 0px 0px 0px;
	min-height: 140px;
}

#allControls li.controlgroup
{
	float: left;
	list-style: none;
	margin: 0 60px 0 0;
	min-height: 160px;
}

#allControls ul.controllist
{
	float:left;
	list-style:none;
	/*width: 151px; /* per Jason's request */
}

#allControls li.controlitem
{
	margin-right: 10px;
}

/* Application samples on product overview page */
#allControls #appSamples
{
	width: 100%;
	overflow: auto;
	/*padding-bottom: 20px;*/
}
#allControls #appSamples li
{
	width: 170px;
	/*height: 115px; */
	min-height: 101px;
	border-right: 1px solid #CFCFCF;
	text-align: center;
	display: block;
}
#allControls #appSamples li a
{
	outline: 0;
	line-height: 115px;
}
#allControls #appSamples li img
{
	vertical-align: middle;
}
#allControls #appSamples li.last
{
	float: right;
	white-space: normal;
	width: 100px;
	vertical-align: middle;
	margin: 30px 0px 0px 0px;
	border-right: none;
}
#allControls #appSamples li.last a
{
	white-space: normal;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}

#whyBuyContent img
{    
	padding-left: 45px;
	margin-top: 30px;
	background-color: #ffffff;
}

#whyBuyContent img.bigImage
{    
	padding-left: 0;
	margin-top: 0;
}

/*--- All controls list - bottom of the overview page ---*/
.Control_List
{
	float: left;
	width: 900px;
	font: normal normal 16px Arial, Tahoma, Helvetica, Verdana, sans-serif;
	border-top: 1px solid #D3D3D3;
}

.Control_List .title
{
	color: #00aeef;
	padding-left: 5px;
	margin: 19px 0px 0px 0px;
	font-size: 40px;
	font-family: 'PT Sans Narrow';
}

.Control_List h3
{
	color: #00aeef;
	padding-left: 5px;
	margin: 19px 0px 0px 0px;
	font-family: 'PT Sans Narrow';
}
.Control_List ul
{
	margin-top: 0px;
	padding: 0px 0px 0px 20px;
	line-height:25px;
	margin-bottom:22px;
}
.Control_List ul li
{
	list-style:none;
}
.Control_List a
{
	color: #656565 !important;
	text-decoration: none;
}
.Control_List a:hover
{
	color: #00aeef !important;
	text-decoration: none;
}
.Control_List .column1
{
	float: left;
	padding-left: 50px;
	width: 250px;
}
.Control_List .column1_a
{
	float: left;
	padding-left: 50px;
	width: 400px;
}
.Control_List .column2
{
	float: left;
	padding-left: 30px;
	width: 270px;
}
.Control_List .column2_a
{
	float: left;
	padding-left: 30px;
	width: 420px;
}
.Control_List .column3
{
	float: left;
	padding-left: 30px;
	width: 270px;
}
/* --- End of all controls - bottom of overview page ---*/

#product_tabs, #tabSection, #tabNavigation
{
	background-color: #000;	
}
/*
#product_tabs p, #tabSection p
{
	text-align: justify;	
}
*/

#product_tabs h4, #tabSection h4
{
	text-transform: uppercase;
	font-weight: normal;
}
#product_tabs > div, #tabSection > div
{
	/*padding: 20px 30px;*/
	padding: 0 30px;
	background-color: #fff;
	min-height: 265px;
	overflow-y: auto;
}
#product_tabs > ul, #tabSection > ul, #tabNavigation
{
	/* width: 100%; */
	overflow: auto;	
	padding-left: 10px;
	margin-bottom: 0px;
}
#product_tabs > ul > li, #tabSection > ul > li, #tabNavigation > li
{	
	margin-top: 10px;
	padding: 5px 25px 0;
	display: block;
	list-style-type: none;
	float: left;
	height: 30px;
	color: #c4c4c4;
	border-right: gray 1px solid;
}

#product_tabs > ul > li:last-child,
#tabSection > ul > li:last-child,
#tabNavigation > li:last-child
{
	border-right: 0px none;
}

/* IE7 & 8 */
#product_tabs > ul > li.last-child
{
	border-right: 0px none;
}

#product_tabs > ul > li > a, #tabSection > ul > li > a, #tabNavigation > li > a
{
	color: #fff;
	outline: none;
	text-transform: uppercase;
	display: block;
}

#product_tabs > ul > li.ui-tabs-selected > a, 
#tabSection > ul > li.ui-tabs-selected > a,
#tabNavigation > li.ui-tabs-selected > a
{
	color: #000;
}
#product_tabs > ul > li > a:hover,
#tabSection > ul > li > a:hover,
#tabNavigation > li > a:hover
{
	text-decoration: none;
	color: #00aeef;
}
#product_tabs > ul > li.ui-tabs-selected > a:hover, 
#tabSection > ul > li.ui-tabs-selected > a:hover,
#tabNavigation > li.ui-tabs-selected > a:hover
{
	color: #000;
}
#tabNavigation > li.current
{
	background-color: #fff;
	text-transform: uppercase;
	color: #000;
}

.ui-tabs .ui-tabs-hide
{
	display: none;
}
.ui-tabs-selected
{
	background-color: #fff;
}

/* Overview page accordion into tab */
#tab_learn_content .open_section
{
	overflow: auto;
	margin-bottom: 20px;
}
#tab_learn_content .learn-tab-text
{
	float: left;
	width: 300px;
	/*padding-right: 20px;*/
	padding-left: 10px;
	margin-bottom: 20px;
}
#tab_learn_content .learn-tab-videos
{
	float: left;
	/*width: 620px;*/
	margin-bottom: 20px;
	z-index: 1;
}
#tab_learn_content .learn-tab-videos > div[id*='video-id']
{
	margin: 0 auto;
	width: 640px;
	height: 340px;
	float: left;
}

#tab_learn_content .learnVideoWrapper
{
	display: inline-block;
}

#tab_accordion .ui-accordion-header
{
	background: #E5E5E5;
	color: #4a4a4a;
	font-size: 1em;
	font-weight: normal;
	line-height: 33px;
	margin: 0 -30px 3px;
	padding: 0 30px;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0;
}
#tab_accordion .ui-icon-triangle-1-e
{
	margin-right: 9px;
	font-size: 0;
	line-height: 0%;
	width: 0;
	border-top: 5px solid transparent;
	border-left: 6px solid #4a4a4a;
	border-bottom: 5px solid transparent;	
	display: inline-block;
}
#tab_accordion .ui-icon-triangle-1-s
{
	margin-right: 9px;
	margin-left: -3px;
	font-size: 0;
	line-height: 0%;
	width: 0;
	border-top: 6px solid #4a4a4a;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	display: inline-block;
}
#tab_accordion .ui-accordion-header:hover
{
	background-color: #eeeeee;
}
#tab_accordion .ui-state-active,
#tab_accordion .ui-state-active.ui-accordion-header:hover
{
	background-color: #00aeef;
	color: #ffffff!important;
}
#tab_accordion .ui-state-active .ui-icon-triangle-1-s
{
	border-top-color: #ffffff;
}
#tab_accordion .ui-accordion-content
{
	padding: 20px 0;
	overflow: auto;
}

#tab_accordion > div > h4
{
	margin-bottom: 5px;
}
/* End Overview page accordion into tab */

/* products tabs */

#product_tabs h3
{
	font-size: 1.4em !important;
	font-weight: normal !important;
	/*margin-bottom:-7px;*/
}



#product_tabs #tab_learn_content h3
{
	font-size: 1em !important;
	font-weight: normal !important;
}

#product_tabs #Why_Buy.content > h2,
#product_tabs #Performance > h2
{
	color: black;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #C4C4C4;
}
#product_tabs #Why_Buy.content > h2 + p
{
	font-size: 1.1em;	
}

#product_tabs #Why_Buy img
{
	float: right;
	padding-left: 45px;
	margin-top: 46px;
	background-color: #fff;
}
#product_tabs #Performance > .text_block
{
	float:left;
	width: 708px;
	margin-bottom: 20px;
}

#product_tabs #Performance img
{
	float: left;
	margin-right: 20px;
}
#product_tabs #Success_Stories
{
}

#product_tabs #Success_Stories > .text_block
{
	float:left;
	width: 708px;
	margin-bottom: 20px;
}


#product_tabs #Success_Stories img
{
	float: left;
	margin-right: 20px;
	clear:both;
}

#product_tabs #Success_Stories h3 
{
	font-size:1.4em;
}



#product_tabs #Supported_Environments table th
{
	text-align:left;
	color: #000;
	font-size: 1.5em;
	font-weight:normal;
	border-bottom:1px #c4c4c4 solid;
	padding: 0px 0px 5px 0px; 
}

#product_tabs #Supported_Environments table th.no-border
{
    border-bottom: solid 0px #fff;
}

#product_tabs #Supported_Environments table tr td
{
	padding-top: 5px;
	margin-top:5px;
	color: #656565;
}

/*End products tabs */

#featuredBlogPostsContainer
{
}
#featuredBlogPostsContainer > ul#blogsList
{
}
#featuredBlogPostsContainer > ul#blogsList > li
{
	overflow: auto;
	margin: 20px 0px 20px 0px;
}
#featuredBlogPostsContainer > ul[class*="more"] > li
{
	margin: 0px;
}
#featuredBlogPostsContainer > ul#blogsList > li > a
{
	float: left;
	margin-right: 10px;
	font-size: inherit;
}
#featuredBlogPostsContainer > ul#blogsList > li > a > img
{
	height: 70px;
	width: 70px;
}
#featuredBlogPostsContainer > ul#blogsList > li > p
{
	margin-bottom: 0px;
}
#featuredBlogPostsContainer > ul#blogsList > li > p > span.footer
{
	color: Gray;
}

/* =============================================================================
   Products Overview pages.
   ========================================================================== */
#productKeyFeatures .content_area
{
	padding-left: 0px; 
	padding-top: 0px;
	padding-right: 0px;
}
#productKeyFeatures .content
{
	padding-left: 35px;
	width: 722px;
}

/* =============================================================================
   Help 
   ========================================================================== */
/* Help Top Navigation ------------------------------------------------------ */
#searchBox
{
	width: 558px;
	height: 50px;
	padding: 1px;
	margin: 15px 0px 15px 0px;
	background: url('/samples/assets/images/input_gradient_bg.png') top repeat-x #fff;
}
#supportSearchButton
{
	width: 53px;
	height: 50px;
	color: #FFF;
	padding: 0px 0px 0px 5px;
	border-style: none;
	float: right;
	display: block;
	outline-style: none;
	background: url(/samples/assets/images/searchButtonS.png) no-repeat 0 0px;
	text-indent: -99999px;
	cursor: pointer;
	text-transform: capitalize;
}
#supportSearchButton:hover
{
	background: url(/samples/assets/images/searchButtonS.png) no-repeat -53px 0px;
}
div#searchBox input#q
{
	width: 495px;
	height: 50px;
	line-height: 50px;
	padding: 0px 5px 0px 5px;
	font-size: 1.8em;
	margin: 0px;
	border: none;
	border-width: 0px;
	float: left;
	display: block;
	overflow-x: hidden;
	background: transparent;
	color: #ACACAC;
}
div#searchBox input#q:focus
{
	outline-width: medium;
	outline-style: none;
	outline-color: invert;
}
.igweb .popularSearchItem
{
	width: 140px;
	height: 1.4em;
	line-height: 1.4em;
	overflow: hidden;
	float: left;
	display: inline-block;
}
	
.igweb .popularSearchItem > a, .igweb .popularSearchItem > a:visited
{
	color: #FFF;
}
	
.igweb .support_menu_sub
{
	text-align: left;
	color: #999;
	width: 692px;
	line-height: 1em;
	overflow: auto;
}
.igweb .support_menu_sub a:hover
{
	color: #007faf;
}
.igweb .support_menu_sub a.selected:hover
{
	color: #6dccf4;
}		
.igweb .support_menu_sub_list
{
	overflow: auto;
}
	
.igweb .support_menu_sub_list li
{
	padding: 4px 5px 0px 15px;
	display: block;
	color: #000;
	font-size: 0.929em;
}
	
.igweb .support_menu_sub_list span
{
	display: block;
	padding-bottom:5px;
}
	
.igweb .support_menu_sub_list a,
.igweb .support_menu_sub_list span
{
	font-size: 1em;
	color: #FFF;
}
	
.igweb .support_menu_sub_list a:hover
{
	color: #007faf;
}
.igweb .support_menu_sub_list li.parent
{
	font-weight: bold;
	float: left;
	overflow: auto;
	padding-top:10px;
}
.igweb .support_menu_sub_list li.parent > a
{
	font-weight: bold;
}
	
.igweb .support_menu_sub_list li.parent > ul
{
	font-weight: normal;
}
	
.igweb .support_menu_sub_list li.parent ul li
{
	font-weight: normal;
}
	
.igweb .support_menu_sub_column
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
	border-right: 1px solid #FFF;
	float: left;
}
	
.igweb .support_menu_sub_column.last
{
	border-right: 0px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
	
.igweb .support_menu_sub_column > h5
{
	padding-left: 15px;
	color: #FFF;
	text-transform: uppercase;
}
	
.underline
{
	border-bottom: 1px solid #fff;
	padding-bottom: 6px !important;
	margin-bottom: 2px;
}
	
#choices .ui-tabs-nav
{
}
#choices .ui-state-default
{
	background: #329bc7;
	text-align: center;
}
#choices .ui-state-default a
{
	line-height:40px;
}
#choices .ui-state-default a:visited
{
	width: 300px;
	padding-top: 16px;
}
#choices .ui-tabs-selected
{
	background: #3ec2f9;
}
	
#choices > ul > li
{
	float: left;
	height: 40px;
	text-align: center;
	width: 344px;
}
	
#choices > ul > li.first
{
	border-right: 2px solid #fff;
}
	
#links h5
{
	font-weight: bold;
	font-size: 0.929em;
	color: #fff;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	margin-bottom: 6px;
}
#links > ul
{
	list-style: none;
}
.support_menu_sub ul
{
	list-style: none;
}
	
#links > ul > li
{		
	padding-top: 2px;
}
#links > ul > li > a
{
	color: #FFF;
}
#links a:hover
{
	color:#6dccf4;	
}
.twocolumnsItem
{
	width: 49%;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	float: left;
	display: block;
	outline-style: none;
	zoom: 1;
	margin: 0px 0px 1px 0px;
}
.igweb .twocolumnsItem > a
{
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	outline: 0px;
}
.igweb .twocolumnsItem > a:hover
{
	color:#B0E4FB;
}
#groupsList
{
	float: left;
	width: 330px;
	min-height: 180px;
	margin: 20px 0px 10px 15px;
	display: block;
	overflow: auto;
	border-right: 1px solid #FFF;
}
#groupsList > li.twocolumnsItem > a.selected
{
	background-color: #239dd1;
}
#conmponentsList
{
	float: left;
	width: 330px;
	height: 180px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 15px;
}
#popularSearchesList
{
	overflow: auto;
}
#popularSearchesList a:hover
{
	color: #007faf;
}
.tab-item > a
{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	display:block;
}
	
.tab-item > a:hover
{
	color:#6dccf4;
}
	
.tab-item.ui-tabs-selected > a:hover
{
	color:#007faf;
}
   
#HelpBox
{
	overflow: inherit;	
}   

/* =============================================================================
   support api-documentation page
   ========================================================================== */
div.api_doc
{
	 float:left;
	 width:270px;
	 margin: 40px 50px 0px 0px;
	 height: 194px;
}
div.api_doc ul
{ 
	margin:0px;
}
div.api_doc ul li
{ 
	padding:0px;
	background-image: none;	  	  
	font-size:inherit;
}
div.api_doc ul li a
{																		
	font-size: 12px /* put in pix because ie7 has problems with em*/;
}
div.api_doc.new-row
{
	clear:left;	
}
.online_documentation h1 
{
	margin-top: 7px;
	line-height: 1.1em;
}


/* =============================================================================
   Services
   ========================================================================== */
#services_summary ul, #projects_summary ul
{
	overflow: auto;
}
.list-item-inline-block,
#services_summary ul > li,
#projects_summary ul > li
{
	display: inline-block;
	float: left;
}
#services_summary article
{
	float: left;
	width: 200px;
	padding-bottom: 20px;
	margin-right: 50px;
}
#services_summary article.last
{
	margin-right: 0;
}
#projects_summary article
{
	float: left;
	width: 456px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-right: 50px;
}
#projects_summary article.last
{
	margin-right: 0;
}
#projects_summary article img
{
	float: left;
	margin: 0 10px 5px 0;
}
#services_list > div, #projects_list > div
{
	overflow: auto;
	margin-bottom: 15px;
}
#services_list > div:last-child, #projects_list > div:last-child
{
	margin-bottom: 0px;
}
#projects_list > div > h1
{
	margin-bottom: 22px;
}
#services_list > div img
{
	float: left;
	margin-right: 30px;
}
#services_list > div.alt img
{
	float: right;
	margin-left: 30px;
}
.small-pager
{
	overflow: auto;
	margin-top: 5px;
	padding-bottom: 1px;
}
.small-pager > li
{
	float: left;
	margin-right: 5px;
}
.small-pager > li > a
{
	width: 24px;	
	height: 24px;
	float: left;
	display: inline-block;			
	background: url('/samples/assets/images/pager-buttons.png') 0 -0px no-repeat #b2b2b2;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-size: inherit;
}
.small-pager > li > a:hover
{
	background: url('/samples/assets/images/pager-buttons.png') 0 -24px no-repeat #a7a7a7;	
}
.small-pager > li > a.selected
{
	background: url('/samples/assets/images/pager-buttons.png') 0 -48px no-repeat #00aeef;
}
#services_showcase div p
{
	margin-bottom: 0px;
}
#services_showcase div .images
{
	float: left;
	margin-right: 30px;		
}
#testimonial_list
{
	overflow: auto;
	padding-bottom: 10px;
}
#testimonial_list > div
{
	width: 280px;
	margin: 0 40px 20px 0;
	color: #656565;
	line-height: 1.429em;
	border-bottom: 1px solid #D5D5D5;
}
#testimonial_list > div.right
{
	margin-right: 0;
}
#testimonial_list > div span
{
	color: #00aeef;
	padding-bottom: 10px;
}
#contact_form
{
	margin-top: 30px;
	border-bottom: 2px solid #D5D5D5;
}
.contact-form-bottom
{
	padding: 20px 20px 0px;
	border-top: 1px solid #EEE;
}
.contact-form-bottom h2
{
	font-size: 1.2em;
	color: #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.contact-form-bottom h3
{
	padding-bottom: 6px;
}
#contact_form ul.elements > li
{
	margin-bottom: 10px;
	min-height: 70px;			
}
#contact_form fieldset > div
{
	float: left;
	padding: 0px 30px 20px;
	min-height: 550px;
}
#contact_form fieldset li span:last-child
{
	display: inline-block;
}
#contact_form fieldset > div.leftArea
{
	margin-right: 1px;
}

.reach-us-via-email
{
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 25px;
}

.contact-form-bottom h5.caps
{
	color: #000000;
	font-size: 1.85em;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 7px;
	text-transform: none;
}

.reach-us-via-email > li
{
	float: left;
	width: 317px;
	margin-right: 10px;
}
.reach-us-via-email > li > h1,
.reach-us-via-email > li > span,
.reach-us-via-email > li > a
{    
	margin-bottom: 5px;
}
.reach-us-via-email > li > span,
.reach-us-via-email > li > a
{
	display: inline-block;
}
ul.faq_list
{
	list-style: none;
}
ul.faq_list > li
{
	border-top: 1px solid #c4c4c4;
	padding-top: 20px!important;
	margin-bottom: 20px;
}
.answer ul li {
	list-style: disc; /*this adds the bullet back in*/
	margin-left: 24px;
}

ul.faq_list > li:last-child
{
	margin-bottom: 20px;
}
ul.faq_list > li div
{
	padding-left: 30px;
	padding-top: 20px;
}
ul.faq_list > li div.question
{
	padding-top: 3px;
	background: url('/samples/assets/images/faq_plus.png') left top no-repeat;	
	min-height: 23px;
}
ul.faq_list > li div.answer span, ul.faq_list > li div.answer p
{
	color: #656565;
}

li .question {
	 font-size: 1.3em;
}

ul.faq_list > li div span
{
	color: #656565;	
	text-transform: uppercase;
	/*float: left;*/
	padding-right: 10px;
}
ul.faq_list > li.collapsed div.question
{
	background: url('/samples/assets/images/faq_minus.png') left top no-repeat;
	margin-bottom: -15px;
}
div.training-search-content > h1
{
	margin-left: 30px; 
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 7px;
}
div.training-search-content > ul + h1
{
	margin-top: 40px;
}
div.training-search-content > h5
{
	margin: 20px 30px 0;
}
ul.training_list
{
	margin-bottom: 20px;
}
ul.training_list li
{
	padding: 10px 30px;
	position: relative;
	line-height: 30px;
}
ul.training_list li.alt
{
	background-color: #f2f2f2;
}
ul.training_list li > a,ul.training_list li > p
{
	max-width: 575px;
}

ul.training_list li > a 
{
	font-size: 1.2em;
}

article#trainingCourse div.variants time,
article#trainingCourse div.variants span.location,
ul.training_list li time,
ul.training_list li span.location
{
	color: #656565;    
	line-height: 1.429em;
}
#trainingCourse div.variants time,
ul.training_list li time
{
	padding-right: 10px;
	border-right: 1px solid #c4c4c4;
}
#trainingCourse div.variants span.location,
ul.training_list li span.location
{
	padding-left: 10px;
}
#trainingCourse div.variants a.button,
ul.training_list li a.button
{		
	position: absolute;	
	top: 6px;
	right: 10px;
}
ul.training_list li a.button
{    
	bottom: auto;
	right: 30px;
	top: 10px;
}
#training-timeframe
{
	/*padding-right: 30px;*/
}
.date-picker
{
	border: 1px solid #c4c4c4;
	height: 22px;
	background: url(/samples/assets/images/calendar.png) no-repeat right #fff;
	padding-left: 3px;
}
#training-timeframe .date-picker
{
	width: 210px;
	color: #acacac;
}

/* =============================================================================
   Services showcase page
   ========================================================================== */
#servicesShowcase #showcasesTabs div.ui-tabs-panel
{
	padding-bottom: 20px;
} 

/* =============================================================================
   Training Offered page
   ========================================================================== */
#trainingOffered #training-timeframe
{
	margin-bottom: 0;
	padding-bottom: 10px;
}

/* =============================================================================
   Training Course Details page
   ========================================================================== */
#trainingCourse div.variants
{
	border-bottom: 1px solid #c4c4c4;	
	margin-bottom: 20px;
}
#trainingCourse div.variants > ul
{
	margin-bottom: 0px;
}
#trainingCourse div.variants li
{							
	padding: 10px 0px;
	position: relative;
}
#trainingCourse div.description
{
	color: #656565;
}
   
/* =============================================================================
   Ektron PageBuilder Overwrites
   ========================================================================== */
div.dropzone ul.columnwidgetlist ul
{
	list-style-type: none;
}
.nav_vertical_simple
{
	padding-top: 10px;
}
.nav_vertical_simple ul > li
{
padding-left: 20px;
}
 
/* =============================================================================
   About Us Pages
   ========================================================================== */
.content .grid-small-icons
{
	overflow: auto;	
	padding-bottom: 5px;
}
.content .grid-small-icons li
{
	height: 165px;
	width: 104px;
	float: left;
	margin: 0px 88px 50px 0px;	
	font-size: inherit;	
}
.content-leftSide .grid-small-icons li
{
	margin-right:66px;
}
.content .grid-small-icons li:last-child
{
	margin-bottom: 50px;
}
.content .grid-small-icons li img
{
	width: 102px;
	height: 106px;		
}
.content .grid-small-icons li h3
{
	font-weight: normal;
	font-size: 1.15em;
	margin-top: 5px;
}
.content p + ul.grid-small-icons
{
	margin-top: 0px;
}



.content .grid-customer-icons
{
	overflow: auto;	
	padding-bottom: 5px;
}
.content .grid-customer-icons li
{
	height: 75px;
	width: 164px;
	float: left;
	margin: 0px 75px 50px 0px;	
	font-size: inherit;	
}
.content-leftSide .grid-customer-icons li
{
	margin-right:75px;
}
.content .grid-customer-icons li:last-child
{
	margin-bottom: 50px;
}
.content .grid-customer-icons li img
{
	width: 164px;
	height: 75px;		

}

/**** About Us Management Team Page ****/
.member_content_area
{
    height: 330px;
}

/********************************************
			Login control 
*********************************************/

#loginBoxWrapper
{
	width: 860px;
	height: 427px;
	padding: 20px 50px 50px;
	background-color: #fff;
	margin: 0 auto;
}
#loginLandingBoxWrapper
{	
	padding: 20px 50px 50px;
	background-color: #fff;
	margin: 0 auto;
}
.loginPanel
{
	float: left;
	height: 360px;
}

#login .loginPanel
{
	margin-top: 67px;
}

#loginLeftPanel
{
	width: 339px;
	border-right: 1px solid #c4c4c4;
	padding-right: 40px;
}

#loginRightPanel
{
	padding-left: 40px;
	width: 420px;
}

.loginPanel > h2
{
	margin-bottom: 30px;
}

#loginForm
{
	font-family: Arial;
}

#loginLeftPanel > #loginForm > a
{
	margin-bottom: 20px;
	color: #00aeef;
}

.loginInputField
{
	width: 320px !important;
	/* background-color: #d4d4d4 !important; */
	/* I'm not really sure why this is here.  We should have white backgrounds. */
}

#loginForm > #keepMeSignedIn
{
	margin: 20px 0 30px 0;
	border-top: 1px solid #c4c4c4;
	padding-top: 10px;
	width: 320px;
	text-transform: none !important;
}

#loginRightPanel > h4
{
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}

#registerButtonWrapper
{
	height: 60px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 30px;
}

#WhyRegisterList
{
	list-style-position: inside;
	color: #999;
}

#loginBoxWrapper ul
{
	list-style-type:disc;
}


/********************************************
			End of Login control 
*********************************************/

/* Newsroom pages */
article.newsRoom
{
	padding: 0 30px;
}
article.newsRoom header
{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: auto;
}
article.newsRoom header h5
{
	text-transform: uppercase;
}
article.newsRoom ul
{
	overflow: auto;
}
article.newsRoom ul li
{
	margin-right: 10px;
	color: #656565;
	font-size: 0.857em;
	line-height: 1.429em;
}
aside.newsRoom
{
	padding: 0 20px;
}
aside.newsRoom h1
{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
aside.newsRoom h2
{
	color: #00aeef;
	margin: 10px 0;
	font-weight: normal;
}
aside.newsRoom ul > li
{
	margin-bottom: 10px;
}
aside.newsRoom ul > li:last-child
{
	margin-bottom: 0px;
}
aside.newsRoom .testimonial ul.link_bar:last-child
{
	margin-bottom: 20px;
}
aside.newsRoom .testimonial p+ul.link_bar
{
	margin-top: 20px;
}
/* End newsroom pages */

/* =============================================================================
   Community Events
   ========================================================================== */
.eventSchedule
{
	overflow: hidden;
	font-size: 0.857em;
	line-height: 1.7em;
	color: #b3b3b3;
	margin-bottom: 0;
}
.eventSchedule li
{
	margin-right: 10px;
}
.eventSchedule li a
{
	font-size: inherit;
	line-height: inherit;
}
#DropDownMonths
{
	width: 180px;
}
.presenter img
{
	margin-bottom: 10px;
}

/* =============================================================================
   Videos
   ========================================================================== */   
.video_list h2 
{
	margin-top: 0px;
}

h5.pf_gutter
{	
	background: #000;
	color: #FFFFFF !important;
	font-family: Arial;
	font-size: 26px;
	line-height: 60px;
	padding-left: 20px;
	
}  
#videos .video_player h2
{
	margin-left: 30px;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: none;
}

#videos #leftside
{
	padding-bottom: 40px;
}

#events div.leftSidebar, #events div.communityContent,
#technologyPreviews div#header, #technologyPreviewDetails div#header, #forgotWrapper,
#supportWrapper, #membershipWrapper, #legal div#header,
section.container > div > div.download-product, #help div#HelpBox, 
section.container > div#errMessageArea, #registerThankYou, #articleWrapper,
#landing_webform div#header
{
	margin-top: 67px;
}

#supportWrapper .blue
{
    color:#40CEFE;
}

#leftBlogsColumn, #rightBlogsColumn
{
	margin-top: 67px;
}
#leftBlogsColumn .blogpost-body, #rightBlogsColumn .blogpost-body {
    line-height: 1.6em;
}

@-moz-document url-prefix()
{
	#leftBlogsColumn, #rightBlogsColumn
	{
		margin-top: 22px;
	}
}

.targettedLinkSmallOffset
{
	border-top:67px solid transparent;
    margin-top:-67px;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
}

.targettedLinkLargeOffset
{
	border-top:103px solid transparent;
    margin-top:-103px;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
}

#chatWrapper
{
	margin-top: 84px;
}

#videos #leftside > h1
{
	padding: 0px 30px 5px;
}
#videos .video_social_section
{
	padding: 0 30px 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}
#videos .summary-footer-links > li > a
{
	color: black;
	margin-right: 10px;
	padding-right: 20px;
	background-image: url("/samples/assets/images/arrow_right_blue.png");
	background-origin: padding-box;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto auto;
}
#videos .summary-footer-links > li
{
	float: left;
}
#videos .summary-footer-links > li > a:hover
{
	color: #00aeef;
	text-decoration: none;
}
#videos #featuredVideos .video_short_desc
{
	height: auto;
	margin-bottom: 20px;
}

#videos .video_short_list .video_short_desc > div > span > a,
#productOverview .video_short_list .video_short_desc > div > span > a,
#productOverview .video_list .video_short_desc > div > span > a
{
	font-size: 1em;
	border-left: 1px solid #C4C4C4;
	padding-left: 13px;
	margin-left: 10px;
}

/* =============================================================================
   Videos drill in page
   ========================================================================== */   
#videoDrillIn .video_player h2
{
	margin-left: 30px;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: none;
}   

/* =============================================================================
   Videos drill in page
   ========================================================================== */   
#videoSearch .video_search_result
{
	padding: 0 30px;
}

#videoSearch .content_area_no_pad 
{
	padding-bottom: 0px;
}

/* =============================================================================
   Pixel8
   ========================================================================== */   
#pixel8 #leftside > h1,
#pixel8Episode #leftside > h1
{
	padding: 0 30px 5px;
}
#pixel8 .video_social_section
{
	padding: 0 30px 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
}
#pixel8 .pad20
{
	padding: 20px;
}
#pixel8 ul.media_list > li > div.listItemContainer
{
	padding: 0 30px;
	margin-bottom: 20px;
}
#pixel8 ul.media_list > li > div.listItemContainer h2
{
	border-bottom: none;
	margin-bottom: 0;
}
#pixel8 ul.media_list > li.l > div.video_social_section
{
	border: 0px;
}
#pixel8 .thumbnail
{
	width: 69px;
	height: 69px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
#pixel8 .right_gutter_item_container
{
	margin-top: 10px;
	height: 80px;
}
#pixel8 .right_gutter_item
{
	float: left;
	width: 173px;
	height: 35px;
	margin-left: 10px;
}
#pixel8 .right_gutter_meta
{
	color: #777777;
	font-size: 12px;
	margin: 5px 0px 0px 10px;
	width: 173px;
	height: 15px;
	float: left;
}
#pixel8 .border
{
	border-top: 1px solid #777777;
}

#pixel8 .video_player_object_wrapper, #pixel8 .video_description
{
	padding: 10px 0px !important;
}

#pixel8 .video_information 
{
	padding: 0 0 25px 0 !important;
}

/* =============================================================================
   Pixel8 Episode page
   ========================================================================== */   
#pixel8Episode .media_list h1
{
	border-bottom: none;
	padding-bottom: 0;
	margin-left: 20px;
}

#pixel8Episode .video_player_object_wrapper 
{
	padding: 0 !important;
	text-align: center;
}

#pixel8Episode .video_information
{
	padding: 0 0 25px 0 !important;
}
	  
/* =============================================================================
   Community Events Partial View
   ========================================================================== */
#EventList h5{ color: #656565;}
#EventList h5 a { color: #00AEEF;}


/* =============================================================================
   Downloads
   ========================================================================== */
.download-packages
{
	margin: 0px auto;
	width: 900px;
	padding: 10px 20px;
}
.bottom-divider
{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.raquo
{
	font-size: 1.2em;
}
.uppercase-span
{
	color: #656565;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 0.857em;
	display: block;
}
.package-content a
{
	line-height: 1.5em;
}
.package-content h5
{
	line-height: 2em;
}
.download-packages > h5
{
	color: #000;
	line-height: 2em;
}
.download-packages > ul
{
	overflow: auto;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
}
.download-packages > ul > li
{
	list-style-type: none;
	float: left;
	width: 270px;
	margin-right: 30px;
}
.download-packages > ul > li > div
{
	overflow: auto;
	padding-bottom: 0px;
}
.download-packages > ul > li > div img
{
	float: left;
	padding-right: 10px;
}
.download-packages > ul > li > span
{
	display: block;
	width: 99%;
	padding-bottom: 5px;
	margin-top: -5px;
}
.download-packages > ul .last
{
	margin-right: 0px;
}
.download-packages .footer
{
	padding: 10px 0px;
}

/* =============================================================================
   Products Downloads Page
   ========================================================================== */   
#productDownloads .download_variants
{
	width: 440px;
	float: left;
	overflow: auto;
	margin-right: 40px;
}

/* =============================================================================
   Supported Environments Page
   ========================================================================== */   
#environments_content table
{
	width: 100%;
	margin-top: 5px;
}
#environments_content table th
{
	text-align: left;
	padding-bottom: 5px;
}
#environments_content table th.env-name
{
	width: 35%;
}

/* =============================================================================
   Downloads ThankYou Page
   ========================================================================== */   
#downloadThankYou .content_area
{
	padding-bottom: 20px;
}

/*grid definitions --&gt; took from the ig layout manager*/
.ig-layout-col .row{width:100%;*zoom:1}
.ig-layout-col .row [class*="col"]{float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;box-sizing:border-box;display:block}
.ig-layout-col .row [class*="col"]:first-child{margin-left:0}
.ig-layout-col .row .col0{width:0.382978723404255%; margin: 6.65% 2.1%;}
.ig-layout-col .row .col1{width:6.382978723404255%}
.ig-layout-col .row .col2{width:14.893617021276595%}
.ig-layout-col .row .col3{width:23.404255319148934%}
.ig-layout-col .row .col3-1{width:28.250000000000000%}
.ig-layout-col .row .col4{width:31.914893617021278%}
.ig-layout-col .row .col5{width:40.42553191489362%}
.ig-layout-col .row .col6{width:48.93617021276595%}
.ig-layout-col .row .col7{width:57.44680851063829%}
.ig-layout-col .row .col8{width:65.95744680851064%}
.ig-layout-col .row .col9{width:74.46808510638297%}
.ig-layout-col .row .col10{width:82.97872340425532%}
.ig-layout-col .row .col11{width:91.48936170212765%}
.ig-layout-col .row .col12{width:100%}
/**/

.ig-layout-col .feature_row img{margin:auto; display:block;}

.ThankYou-product{padding: 20px 0 0 0;}
.ThankYou-product .ThankYou-header{text-align: center; padding-bottom: 10px; text-align:center;}
.ThankYou-product .ThankYou_divider {background: url('/uploadedImages/Content/Products/divider.png') no-repeat; height:31px;}

.ThankYou-product h1{color: #00aeef; font-size: 40px; border-bottom: none; padding: 0px;}
.ThankYou-product h2{font-size: 17px; border-bottom: none; padding: 0px; margin: 5px; color: #00aeef; text-align:center;}
.ThankYou-product h3{font-size: 15px; border-bottom: none; padding: 0px; margin: 5px; text-align:center;}
.ThankYou-product h4{font-size: 9px; font-style:italic; margin-top: -8px; padding-bottom: 10px; text-align:center;}
.ThankYou-product h5{}
.ThankYou-product p{ margin-bottom: 0px; text-align:center; padding: 0px 25px;}
.ThankYou-product ul{margin-bottom: 0px;}
.ThankYou-product ul li{padding: 0px;}

.ThankYou-product .steps_style{border: 1px solid #dedede;}
.ThankYou-product .steps_section, .ThankYou-product .support_section { padding: 10px 0px;}
.ThankYou-product .steps_section:after, .ThankYou-product .support_section:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ThankYou-product .right_border {border-right: 1px solid #ededed;}

.ThankYou-product .grey-box{background-color: #FAFAFA; border: 1px solid #F0F0F0; padding: 10px 20px; font-size: inherit; height: 50px;}			
.ThankYou-product .grey-box h5{font-size:.9em;font-weight: bold;margin-bottom: 8px;color: #666666;}

.ThankYou-product .footer{padding-top:20px;}
.ThankYou-product .footer h5{color:#656565;font-size: 1.25em;padding-bottom:10px;}
.ThankYou-product .footer li{font-size:.9em; line-height: 1.4em; color:#999;}

/* =============================================================================
   My-Account / Renewals Page
   ========================================================================== */   
#accountrenewals div.renewals
{
	margin-bottom: 30px;
}
#accountrenewals div.renewals ul.head
{
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 0px;
	padding-top: 5px;
}
#accountrenewals div.renewals ul.head:hover
{
	background-color: #EEE;
	cursor: pointer;
}
#accountrenewals div.renewals ul.head li
{
	float: left;
}
#accountrenewals div.renewals ul.head li.arwBtn
{
	width: 3%;
	text-align: left;
	padding-top: 5px;
}
#accountrenewals div.renewals ul.head li.chkbox
{
	width: 12%;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
#accountrenewals div.renewals ul.head li.quote
{
	width: 45%;
}
#accountrenewals div.renewals ul.head li.expires
{
	width: 20%;
}
#accountrenewals div.renewals ul.head li.amount
{
	width: 20%;
}
#accountrenewals div.renewals ul.head li h4,
#accountrenewals div.renewals ul.items li h4
{
	color: #000;
}
#accountrenewals div.renewals ul.items
{
	display: none;
	margin-left: 30px;
	width: 90%;	
}
#accountrenewals div.renewals ul.items li
{
	margin-bottom: 10px;
	padding: 5px 10px;
}
#accountrenewals div.renewals ul.items li:hover
{
	background-color: #EEE;
}

   
/* =============================================================================
   IE7 & IE8 specific styles
   ========================================================================== */   
.oldie #membership #igWebsiteGridWrapper
{
	/*padding-left: 0px;*/
}
.oldie #membership .igWebsiteGrid 
{
	/*margin-left: 20px;*/
}
.oldie .grid-small-icons
{
	overflow: hidden;
}

/* Top navigation fix */
.oldie .product_icon
{
	line-height:17px !important;
}
.oldie .clearfix
{
	zoom: 1; /* triggers hasLayout */
}
.oldie DIV.widget
{
	width: auto !important; /* Pagebuilder IE8 Compatibility view widget fix. */
}
.oldie .menu_sub
{
	background: #fff;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/menu_bg.png', sizingMethod='scale');        */
}
.oldie #message_box, #money_shot_message, #money_shot_message_sm
{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/samples/assets/images/messagebar_background.png', sizingMethod='scale');    
}
.oldie #message_box
{
	overflow: auto;
}
.oldie #forumsSearchTextBox
{
	height: 31px !important;
	width: 387px !important;
	border-bottom: 0px; 
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
}
.oldie .content_row
{
	zoom: 1; /* triggers hasLayout */
}
.oldie .newsbar-carousel ul li
{
	margin-top: -2px!important;
}

/* Homepage */
.oldie #homepage #accordian div
{
	overflow:hidden;
}

/* =============================================================================
   IE9 specific styles
   ========================================================================== */

.ie9 article#helpTopic table.ig-layout .ig-layout-container > table
{
	width: 100%;
}

/* =============================================================================
   IE8 specific styles
   ========================================================================== */

.ie8 article#helpTopic table.ig-layout .ig-layout-container > table
{
	width: 100%;
}

/* Contain floats: h5bp.com/q */ 
.ie8 #productBlogsList .clearfix:before,
.ie8 #productBlogsList .clearfix:after,
.ie8 #servicesBlogList .clearfix:before,
.ie8 #servicesBlogList .clearfix:after
{
	content: normal;
}

/* =============================================================================
   IE7 specific styles
   ========================================================================== */   
/* Top navigation fix */
.ie7 .top_nav
{
	/*position: relative;*/
	position: fixed;
	width: 100%;
	z-index: 1000;
	margin: 0 auto;
}

.ie7 #sub_nav_bar
{
	margin-top: 0;
	z-index: -1;
}

.ie7 #subNavigation a.generic_button
{
    margin-top: -4px;
}

.ie7 header
{
	display: inline;
}

.ie7 a.mainnav_link
{
	line-height:40px;	
}
/* Download */
.ie7 .download-packages
{
	margin: 0px auto;
	width: 900px;
	padding: 10px 20px;
}
.ie7 .bottom-divider
{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.ie7 .raquo
{
	font-size: 1.2em;
}
.ie7 .uppercase-span
{
	color: #656565;
	text-transform: uppercase;
	line-height: 2em;
	font-size: 0.857em;
	display: block;
}
.ie7 .package-content a
{
	line-height: 1.5em;
}
.ie7 .package-content h5
{
	line-height: 2em;
}
.ie7 .download-packages > h5
{
	color: #000;
	line-height: 2em;
}
.ie7 .download-packages > ul
{
	overflow: auto;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
}
.ie7 .download-packages > ul > li
{
	list-style-type: none;
	float: left;
	width: 280px;
	margin-right: 30px;
}
.ie7 .download-packages > ul > li > div
{
	overflow: auto;
	padding-bottom: 0px;
}
.ie7 .download-packages > ul > li > div img
{
	float: left;
	padding-right: 10px;
}
.ie7 .download-packages > ul > li > span
{
	display: block;
	width: 99%;
	padding-bottom: 0px;
	margin-top: -5px;
}
.ie7 .download-packages > ul .last
{
	margin-right: 0px;
}
.ie7 .download-packages .footer
{
	padding: 10px 0px;
}

/* Download details */
.ie7 .download-product
{
	margin: 67px auto 0;
	padding: 20px;
	width: 880px;
	color: #656565;
	line-height: 1.429em;
	overflow: auto;
}
.ie7 .download-product li
{
	list-style-type: none;
	padding: 10px 0px 0px;
}
.ie7 .download-info
{
	width: 850px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.ie7 .download-info img
{
	/*float: left;*/
}
.ie7 .download-info .top
{
	/*margin-top: 20px;*/
	margin-bottom: 5px;
}
.ie7 .download-info .box
{
	padding-left: -20px;
}
.ie7 .download-info ul
{
	width: 100%;
	border-top: 1px solid #c4c4c4;
	padding: 10px 0px 20px 0px;
	font-size: 0.857em;
}
.ie7 .download-product .other-packages
{
	padding: 0px 0px 20px 20px;	
	clear: both;
}
.ie7 .download-product .other-packages a
{
	line-height: 1.429em;
}
.ie7 .download-product .footer
{
	border-top: 1px solid #c4c4c4;
	padding: 20px 0px 30px 0px;
}
.ie7 .download-product .footer .related-links li
{
	float: left;
	margin-right: 40px;
}
.ie7 .download-product .package-content
{
	float: left;
	border-left: 1px solid #c4c4c4;
	padding-left: 20px;
	min-height: 153px;
	margin-top: 40px;
	padding-top: 10px;
	width: 189px;
}
.ie7 .download-product h5
{
	color: #656565;
	font-size: 1em;
}
.ie7 .download-product .package-content .size
{
	font-size: 0.857em;
}
.ie7 .other-packages ul li a
{
    font-size: 12px !important;
}
.ie7 .newsbar-carousel ul li
{
	margin-top: -4px!important;
}
.ie7 #allControls #appSamples li a
{
	line-height: 20px;
}

.ie7 ul > li a,
.ie7 ul > li p,
.ie7 ul > li ul > li,
.ie7 p a
{
	font-size: 1em !important;
}

/* Training Search page */   
.ie7 #training-timeframe
{
	overflow: hidden;
}

.ie7 #ui-datepicker-div
{
	width: 206px;
}

.ie7 #productLifecycle div.PBViewing
{
	padding-top: 20px;
}

/* Product Overview page updated layout */
.ie7 #productOverview .feature_row 
{
	display: block;
}

.ie7 #productOverview .feature_row div.small, .ie7 #productOverview .feature_row div.medium
{
	float: left;
	display: block;
	/*vertical-align: inherit;*/
}

/*Footer Section*/
.ie7 #subfooter_list li a
{
    font-size: 0.688em !important;
}
   
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }

/* IG - Top navigation in samples browser is not rendered right if this is missing. */
.clearfix:after  
{
	clear: both;                   
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix { zoom: 1; }

/* Public Profile page */
.profile-info
{
	width: 300px;
	margin-right: 50px;
}
/*
.profile-info li
{
	background-image: none !important;
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-left: 20px!important;
}*/
.profile-activity-messages
{
	width: 614px;
}
.profile-activity-messages .activity_list li
{
	margin-bottom: 20px;
}
.profile-activity-messages .activity_list p
{
	margin-bottom: 5px;
}
/* End Public Profile page */


/* Validation classes */
.input-validation-error
{
	border: 1px solid #ff0066 !important;
}
span.field-validation-error
{
	color: #ff0066 !important;
	font-size: .9em;
}
.validation-summary-errors
{
	/*font-weight: bold;*/
	color: #ff0066;
}

.validation-summary-errors > ul > li
{
	color: #ff0066 !important;
	font-size: .75em;
}

.validation-summary-valid
{
	display: none;
}
.validation-summary-wrapper
{
	padding: 30px;
}

.fieldNotes
{
	font-size: .8em;
}

.success-message
{
	color: #52a934;
	margin-top: 20px;
	display: block;
	font-size: 1.4em;
}



/* FEATURE ROW */
.feature_row
{
	border-bottom: 1px solid #c4c4c4;
	/*padding-bottom: 30px;
	margin-bottom: 40px;*/
	padding: 20px 0;
	overflow:hidden;
}

.feature_row.last
{
	border-bottom:0px;
}

.feature_row:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.feature_row div:first-child
{
	/*margin-right: 21px;*/
}

.feature_row h3
{
	border: none;
	margin: 0;
	padding: 0;
}

.feature_row h3.link a
{
	line-height:1.25em;
}

.feature_row img
{
	display: block;
	margin: 10px auto;
	margin-bottom: 0;
}

.feature_row p
{
	display: block;
	margin-bottom: 0;
}

.feature_row div.small
{
	width: 225px;
	float: left;
}

.feature_row div.medium
{
	width: 475px;
	float: left;
}

.feature_row div.medium p
{
	width: 455px;
	padding: 0 10px;
}

.feature_row div.medium h3
{
	width: 455px;
	padding: 0 10px;
}
 
.feature_row div.small p
{
	width: 207px;
	padding: 0 10px;
}

.feature_row div.small h3
{
	width: 207px;
	padding: 0 10px;
}

.featureWrapper
{
	width: 900px;
	margin: 0 auto;	
}

#productOverview .feature_row 
{
	border-bottom: 0;
	display: table;
	padding: 20px 0;
}

#productOverview .feature_row div.small {
	width: 400px;
}

#productOverview .feature_row div.medium {
	width: 500px;
}

#productOverview .feature_row div.small, #productOverview .feature_row div.medium
{
	float: none;
	display: table-cell;
	vertical-align: middle;
}

#productOverview .feature_row div.small p, #productOverview .feature_row div.small h3
{
	width: 400px;
	padding: 0px;
}

#productOverview .feature_row div.small p
{
	margin: 0 auto;
	line-height: 1.6em;
}

#productOverview .feature_row div.small h3
{
	margin: 0 auto 5px;
	color: #00aeef;
    font-size: 40px;
    font-family: 'PT Sans Narrow';
    line-height: 95%;
    *line-height: 120%; /* For IE 7 and less custom font cutting issue.*/
}

#productOverview .feature_row img
{
	margin: 0 auto;
	padding: 0;
}

#productOverview #overview-download
{
    position: relative; 
    float: right;
    width: 275px; 
}

#productOverview #overview-download .upper
{
    padding: 15px;
    background-color: #fff;
    text-align: center;
    margin: 0 !important;
    border: 1px solid #ddd;
   -webkit-border-radius: 12px; /* Android ≤ 1.6, iOS 1-3.2, Safari 3-4 */
          border-radius: 12px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 52%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(52%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 52%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 52%,#f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 52%,#f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 52%,#f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#productOverview .headingIndigo 
{
    font-size: 28px;
    color: #875AB3;
    margin: 0px !important;
}

#productOverview .emailText {
    margin: 10px 0;
    font-size: 13px;
    color: #666666;
}

#productOverview .email-box 
{
    width: 210px;
    background-color: #f9f9f9;
    border: 1px solid #E6E6E6;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;

    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;

    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;

    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;

    padding: 5px 10px;

    box-shadow: inset 0 2px 2px #eaeaea;


}

#productOverview #overview-download .lower
{
    padding: 20px; 
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6; 
    border-bottom: 1px solid #c6c6c6; 
    
    border-bottom-right-radius: 10px; 
    -moz-border-radius-bottomright: 10px; 
    border-bottom-left-radius: 10px; 
    -moz-border-radius-bottomleft: 10px;
}

#productOverview #overview-download input.loading
{   
    background: #FBFFF7 url('/samples/assets/images/ajax_loading_small_blue.gif') no-repeat 95%;    
}

#productOverview #overview-download a.btn-download
{
    padding: 10px 20px 10px 20px; 
    text-align: center; 
    display: block;

    color: #ffffff;
    background-color: #875AB3; 

    border-radius: 4px; 
    -moz-border-radius: 4px;

    font-size: 14px;

    -webkit-transition:background-color 300ms ease-in;  
   -moz-transition:background-color 300ms ease-in;  
   -o-transition:background-color 300ms ease-in;  
   transition:background-color 300ms ease-in;  
}

#productOverview #overview-download a.btn-download span {
    font-size: 12px;
}

#productOverview #overview-download a.btn-download:hover
{
    background-color: #644384;
}

#productOverview input.green-border
{
    border: solid 1px green;
    background: #ffffff url('/samples/assets/images/tick.gif') no-repeat 95%;    
}

#productOverview input.red-border
{
    border: solid 1px #ff0066;
}

/* END FEATURE ROW */
div.horizontalRule {
	border-style:none;
	background-color: #c4c4c4;
	clear:both; 
	height:1px; 
	width: 100%;
	margin: 5px 0px;
	padding: 0px 0px;
	display:block;
}

.emailPrefs 
{
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 20px;
}

.emailPrefs h5
{
	padding-bottom: 5px;
}

.emailPrefsLeft 
{
	border-right: 1px solid #C4C4C4;
	float: left;
	padding: 0 10px;
	/*min-height: 105px;*/
	min-height: 55px
}

.emailPrefsRight 
{
	padding: 0 10px;
	float: left;
}

.emailPrefsRight li
{
	padding-bottom: 20px;
}

.emailPrefsRight label
{
	margin-right: 15px;
}

#serviceReleaseSchedule table, #productLifecycle table 
{
	margin: 10px 0 25px;
	text-align: left;
}

#serviceReleaseSchedule table th, #productLifecycle table th 
{
	font-size:1.2em;
}

.forgot-password-content input.button
{
	margin-top: 0;
}

#forgot-password-bottom ul li 
{
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

#forgot-password-bottom .chat-availability-info 
{
	margin: 0 0 10px 0;
}

.coursesGridWrapper th, #subscriptionsGrid th
{
	text-align: left;
}

#subscriptionsGrid_container td 
{
	text-align: left;
}

#availableTrainingsGrid 
{
	margin-bottom: 20px;
}

/* Errors styles*/
#errMessageArea
{
	color: #dc0000;
	font-size: 1.357em;
	padding: 10px 30px;
	/*background:#f2f2f2;*/
}
#errMessageArea	> img
{
	vertical-align:middle; 
	width:30px; 
	height:30px;
	margin-right: 10px;
}
#errMessageArea .validation-summary-errors ul
{
	/*margin-left:55px;*/
	margin-left: 40px;
}

/* Registration Form */
#signUpForm
{
	padding: 10px 30px;
	margin: 0 0;
}


/* about us contact us*/

#about_contactus div
{
	float: left;
	width: 300px;
}

#about_contactus div#Column2
{
	margin-left: 20px;
	margin-right: 20px;	
}

#about_contactus h2
{
	font-size: 1.071em;
	color: #acacac;
	border-bottom: 1px solid #acacac;
	
}
#about_contactus h3 
{
	font-size: 	1.714em; 
	color: #000;
	font-weight: normal;
	margin-top: 15px;
}
#about_contactus h4
{
	font-size: 1.071em;
	color: #acacac;
	border-bottom: 1px solid #acacac;
	margin-top: 35px;
	margin-bottom: 10px;
	font-weight: normal;
}
#about_contactus p
{
	margin: 0px;
}

#about_contactus ul
{
	list-style: none;
}

#about_contactus ul li
{
	margin-bottom: 6px;
	font-size: 1em;
	color: #656565;
}

#resellers #tabSection
{
	margin-bottom: 20px;
}

#resellers .content-Gutter p
{
	margin: 0 10px 10px 0;
}

#validateEmail p.validate-email-note
{
	padding-bottom: 20px;
}

#validateEmail input.button
{
	margin-top: 0;
}

.addbullets  
{
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

/*
Landing Pages
*/

.lp_form
{
	margin-left: 20px;    
}

.lp_form label, .lp_form input[type='text'], .lp_form input[type='password']
{
	display: block;
}
.lp_form label
{
	margin-top: 10px;
}
.lp_form input[type='text'], .lp_form input[type='password']
{
	width: 200px;    
}
.lp_form select
{
	width: 200px;
	display: block;
}

.content_area.landingpage{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.left.content-leftSide.landingpage{
	width: 712px;
}

.left.right-gutter.landingpage h5 {
	text-transform: uppercase;
	background: #00AEEF;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 0;
	padding-left: 0;
}

.asyncContentPreloader 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url('/samples/assets/images/ajax_loading.gif') no-repeat center #fff;
	opacity: 0.8;
}

/*
User Profile Page
*/

#userProfile #activityWrapper
{
	min-height: 60px;
}
		
#userProfile #activityWrapper p
{
	padding-top: 6px;
}
		
#userProfile .thedate
{
	margin: 0;
	text-shadow: 0 1px 0 white;
	float: left;
	margin-right: 10px;
}
		
#userProfile .thedate .dayname
{
	color: #979797;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
}
		
#userProfile .thedate .mon-year
{
	font-size: 14px;
	color: #BBB;
	line-height: 17px;
	padding-left: 7px;
	text-align: justify;
	float: right;
}
		
#userProfile .thedate .monthmark
{
	color: #979797;
	letter-spacing: 1px;
	font-style: italic;
	font-family: Georgia, "Times New Roman" ,Times,serif;
}
		
#userProfile .thedate .day 
{
	border-right: 1px solid #CACACA;
	color: #555;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-right: 10px;
	text-align: right;
	width: 34px;
	line-height: 34px;
}
		
#userProfile .marker
{
	background: #EEE;
	overflow: auto;
	padding: 6px 15px 5px 5px;
	width: 91px;
	border: 1px solid #DDD;
}
		
#userProfile .rightSideContent
{
	width: 610px;
}

#resellers #resellerCountryGroup 
{
	display: inline-block;
	width: 100%;
}

#resellers #resellerCountryGroup > .item 
{
	float: left;
	width: 320px;
	min-height: 210px;
	padding-right: 30px;
}

#communityLanding #headerOverlay
{
	position: absolute;
	top: 64px;
	right: 0;
	width: 412px;
	background-color: #FFFFFF;
	height: 88px;
	padding: 41px 5px 0 31px;
}

/* Two Column Product Overview */
#productOverview .leftContent
{
	width: 710px;
}

#productOverview .rightContent
{
	width: 304px;
	margin-left: 10px;
}

#productOverview .rightContent > .gutterContentWrapper
{
	-moz-box-shadow: 0 0.5em 1em #BBBBBB;
	-webkit-box-shadow: 0 0.5em 1em #BBB;
	-ms-box-shadow: 0 0.5em 1em #BBBBBB;
	box-shadow: 0 0.5em 1em #BBB;
}

#productOverview .rightContent > .gutterContentWrapper > h2,
#productOverview .rightContent > .gutterContentWrapper > .video_list > h2
{
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	background-color: #000000;
}

#productOverview .rightContent > .gutterContentWrapper > .video_list 
{
	background-color: #FFFFFF;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent
{
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent img
{
	padding: 0;
	margin: 0;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent > .video_list > ul
{
	margin-bottom: 0;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent > .video_list > .video_short_desc 
{
	float: none;
	height: 85px;
	margin: 0;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent > .video_list > .video_short_desc > div 
{
	float: left;
	width: 185px;
}

#productOverview .rightContent > .gutterContentWrapper > .gutterContent > .video_list > .video_short_desc > a > img
{
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ================== Help Topics ==================== */

/* BEGIN: Fix problems stemming from the website's styles */

/* Fix problems with global font settings ".igweb p", ".igweb ul > li", etc.  */
article#helpTopic div.description p , article#helpTopic div.description a , article#helpTopic  div.description ul > li {
	font-size: inherit !important
}

article#helpTopic div.description {
	font-size: 0.875em
}

article#helpTopic div.description ul {
	list-style-type: disc; 
	margin-left: 15px;
}

/* END: Fix problems stemming from the website's styles */

/* BEGIN: Top detail section */
article#helpTopic
{
	margin-top: 10px;
}

article#helpTopic div.details
{
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
}

article#helpTopic div.details > ul
{
	margin-bottom: 0px;
}

article#helpTopic div.details li
{
	position: relative;
}

article#helpTopic div.description div.note
{
	background-color: #FFFF93;
	margin: 5px;
	padding: 5px;
}

article#helpTopic div.details time, article#helpTopic ul.list_style_none li time
{
	color: #ACACAC;
	border-right: 1px solid #C4C4C4;
	padding-right: 10px;
}	

article#helpTopic div.details span
{
	color: #ACACAC;
}
/* END: Top detail section */

/* BEGIN: Related Topics */
#relatedTopics div.realtedItem
{
	padding-top: 5px;
	float: left;
	width: 310px;
}

#relatedTopics h2
{
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 5px;
}

#relatedTopics p
{
	color: #656565;
	font-size: 0.857em;
}

#relatedTopics div.realtedItem div.itemTitle
{
	font-weight: bold;
	font-size: 0.95em;
	color: #000;
}
/* END: Related Topics */

/* 
    IM Topic Styling
*/

article#helpTopic .ig-block-title, article#helpTopic .ig-title-header h1
{
    font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
    letter-spacing:-1px;
}

article#helpTopic .ig-block-title
{
    font-size:1.3em;
    margin-top:20px;
}

article#helpTopic .ig-block-title h2
{
    color:#666;
    letter-spacing:-1px;
    font-size: 1.5em !important;
}

article#helpTopic .ig-title-header h1
{
    border-bottom: 1px solid #999;
    padding:0px;
    margin:0px;
    margin-top:15px;
    font-size:3em !important;
    color:#666;
}

article#helpTopic .ig-block-header
{
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
}

article#helpTopic .ig-layout tbody tr th h4,
article#helpTopic .ig-block-header h3,
article#helpTopic .ig-layout tbody tr th h3, 
article#helpTopic .ig-block-header h2,
article#helpTopic .ig-layout tbody tr th h2
{
    color:#666;
    font-size: 1.17em !important;
    _font-size: 2.2em !important;
}

article#helpTopic .ig-api-link, article#helpTopic .ig-topic-link {
    color: #00AEEF;
    font-weight: bold;
    cursor:pointer;
}

article#helpTopic .ig-code-in-text {
    background-color: #ccc;
    font-family:Consolas, Courier New, Courier, Sans-Serif;
}

article#helpTopic .ig-note {
    background-color: #ffc;
    display: block;
    padding: 8.5px;
    margin: 0 0 18px;
    line-height: 18px;
    border: 1px solid #ccc;
    width: 90%;
}

article#helpTopic .ig-bold, article#helpTopic table.ig-layout table th p
{
    font-weight: bold;
}

article#helpTopic .ig-note-caption, article#helpTopic .ig-tip-caption 
{ 
    display: block; 
    font-weight: bold;
}

article#helpTopic .ig-icon-note, article#helpTopic .ig-icon-tip
{
    position:relative;
    display:block;
    clear:both;
    margin:0.8em;
    min-height:50px;
}

article#helpTopic .ig-icon-note div, article#helpTopic .ig-icon-tip div
{
    padding:10px !important;
    min-height:50px !important;
}

article#helpTopic .ig-icon-note-ico
{
    float:left;
    width:40px;
    background-image:url(../images/ig-note-ico.png);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
}

article#helpTopic .ig-icon-tip-ico
{
    float:left;
    width:40px;
    background-image:url(../images/ig-tip-ico.png);
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;
}

article#helpTopic .ig-icon-note-content, article#helpTopic .ig-icon-tip-content
{
    width:80%;
}

article#helpTopic .ig-level-1 { margin-left: 20px; }
article#helpTopic .ig-level-2 { margin-left: 40px; }
article#helpTopic .ig-level-3 { margin-left: 60px; }
article#helpTopic .ig-level-4 { margin-left: 80px; }
article#helpTopic .ig-italic { font-style: italic; }
article#helpTopic .ig-strikethrough { text-decoration: line-through; }
article#helpTopic .ig-centered { text-align: center; }

article#helpTopic .ig-menu-command {
    background-color: #ccc;
    font-weight: bold;
}

/* BEGIN: ig-layout styles*/
article#helpTopic table.ig-layout, article#helpTopic table.igbluetable, article#helpTopic table.igbluetablenowidth
{
    margin-top:15px;
    border-collapse:collapse;
    width: 100%;
}

article#helpTopic table.ig-layout tr th, article#helpTopic table.ig-layout tr td,
article#helpTopic table.igbluetable tr th, article#helpTopic table.igbluetable tr td,
article#helpTopic table.igbluetablenowidth tr th, article#helpTopic table.igbluetablenowidth tr td
{
    vertical-align:top;
    border:0px;
    background-color:transparent;
    padding-top:10px;
}

article#helpTopic table.ig-layout tr th, article#helpTopic table.igbluetable tr th, article#helpTopic table.igbluetablenowidth tr th
{
      width:150px;
      min-width:150px;
      border:0px;
      text-align:left;
      font-size: 1.33em !important;
      _font-size: .7em !important;
}

article#helpTopic table.ig-layout table tr th
{
    width:auto;
    text-align:center;
    font-size: 1.33em !important;
    _font-size: 1.1em !important;
}

article#helpTopic table.ig-layout tr th h2
{
    margin:0px;
    border:0px;
    font-size: 1.2em;
}

article#helpTopic table.ig-layout > tbody > tr > td
{
    padding-left: 25px;
}

/* IE Hack */
article#helpTopic table.ig-layout tr, article#helpTopic table.igbluetable tr, article#helpTopic table.igbluetablenowidth tr
{
    _border-bottom:1px solid #ccc;
    _border-top:1px solid #ccc;
}

article#helpTopic table.ig-layout td:last-child, article#helpTopic table.igbluetable td:last-child, article#helpTopic table.igbluetablenowidth td:last-child
{
    border-bottom:1px solid #ccc !important;
    border-top:1px solid #ccc !important;
}

article#helpTopic table.ig-layout table
{
    width:          100%;
    margin-top:     5px;
    margin-bottom:  5px;
    font-family: verdana,arial,sans-serif;
    color:#333333;
    border-width: 1px;
    border-color: #bbbbbb;
    border-collapse: collapse;
}

article#helpTopic table.ig-layout table tr td
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #bbbbbb;
    background-color: #ffffff;
}

article#helpTopic table.ig-layout table tr th
{
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #bbbbbb;
    background-color: #dedede;
}

article#helpTopic table.ig-layout table tr, table tr
{
    vertical-align: top;
}
/* END: ig-layout styles */

/* 
    Code Snippet Coloring
*/

article#helpTopic code 
{ 
	font-family: Consolas, "Courier New", Courier, Sans-Serif;
	font-size: 10pt;
	color: #000000;
	white-space: pre; 
}

article#helpTopic code.VB
{
    color: #000000;
}

article#helpTopic .keyword {
	color: Blue;
}

article#helpTopic .comment, article#helpTopic .blue, article#helpTopic .red, article#helpTopic .brownish, article#helpTopic .maroon, article#helpTopic .yellow, article#helpTopic .purple  {
	font-family: Consolas, Courier New, Courier, Sans-Serif;
	font-size: 10pt;
}

article#helpTopic .comment {
    color: Green;    
}

article#helpTopic .blue  {
    color: Blue;
}

article#helpTopic .red {
    color: Red;    
}

article#helpTopic .brownish {
    color: #A31515;
}

article#helpTopic .maroon
{
    color: #800000;
}

article#helpTopic .yellow
{
	color: #000000;
	background-color: #FFFF00;
}

article#helpTopic .purple {
	font-weight: bold;
	color: #800080;
}

article#helpTopic .string {
	color: #A31515;
}

article#helpTopic pre {
  background-color: #f5f5f5;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  zoom: 1;
  min-width: 550px;
  max-width: 750px;
  overflow: auto;
  width: expression(this.width > 750 ? 750: true);
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
}
/* ---------- End of Code Snippet Coloring ---------- */

/* ============= END: Help Topics ==================== */



.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}