@import url("css/jquery.fancybox-1.3.4.css");
@import url("css/jcarousel.css");
@import url("css/jquery-ui.css");
/*
Xirrus.com
main.css
110917eg
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* { margin:0; padding:0; border: 0;
	font-size: 100%;
	vertical-align: baseline; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 18px;/*1.3em*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote.heading { font-size: 18px; line-height: 1.1em; color: #00334d; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
End reset
*/

sup { font-size: 0.6em; vertical-align: text-top; display: inline-block; }
.orange { color: #f78e1e; }
.full-width { width:100%; }
a { color: #333; }
.clear { clear:both; height:0px; overflow:hidden; }
.floatRight { float:right; }
.imageRight { float:right; margin:0 0 10px 25px; }
.textRight { text-align:right; }
.nonbreaking { white-space:nowrap; }
th, .bold { font-weight:bold; }
.floatRight .contentBlock { margin-left:25px; }

input { border:1px solid #e3e3e3; padding:2px; }

.heading { color: #00334d; }
h1.heading { font-size:32px; }
h2.heading { font-size:24px; }
h3.heading { font-size:18px; }
h4.heading { font-size:14px; }
h5.heading { font-size:12px; }
h6.heading { font-size:11px; }

.alignLeft {
    float: left;
    padding: 0 16px 10px 0;
}
.alignRight {
    float: right;
    padding: 0 0 10px 16px;
}

hr.hrDotted { border: 1px dotted #cacaca; margin-bottom: 24px; }

hr.dark, hr.light {
  height: 5px;
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  background: url('../images/xirrus_web_blog_divider.png') bottom left repeat-x #B0E4F2;
}
hr.light { background: url('../images/xirrus_web_blog_divider.png') bottom left repeat-x /*#60CAE5*/; }


#mainContent h2 { color: #00334d; font-size:18px; margin:10px 0 5px; }
#mainContent h3 { color: #00334d; font-size:15px; margin:10px 0 5px; }
#mainContent h4 { color: #00334d; font-size:13px; margin:8px 0 4px; }
#mainContent h2.heading, #mainContent h3.heading, #mainContent h4.heading { margin-top: 0; }
#mainContent table,
#mainContent td { xborder:1px solid #e3e3e3; }
#mainContent td { padding:2px 5px; }
#mainContent table { margin:6px 0; }
.DesignMode #mainContent table,
.DesignMode #mainContent td { margin:0; padding:0; border:none; }

#mainContent ul,
#mainContentWrapper div.textSimple ul
{
    padding-left:10px;
}

#mainContent ul li,
#mainContentWrapper div.textSimple ul li
{
    padding-left:20px;
    line-height:16px;
    margin:5px 0;
    background:url(../images/bullet_orange.png) no-repeat left top;
}

#mainContentWrapper a.active, #leftSidebar a.active, #channels-wrapper a.active  { color: #f78e1e; }




html {
	background: #fff url(../images/bg_fade.png) repeat-x top left;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
}
body {
	background:url(../images/bg_diagonals.jpg) no-repeat top left;
	padding-top:40px;
}

#container {
	width:990px;
	margin:0 auto;
	background: #fff;
	padding:0 0 45px;
	min-height:560px;
}

#topNav {
	font-size:12px;
	float:right;
	margin-top:-30px;
}

#topNav a {
	text-decoration:none;
	color: #999;
}

#topNav li {
	line-height:21px;
}

#topNav a:hover {
	text-decoration:underline;
}

#topNav li, #copyrightNav li {
	background:url(../images/dotted_separator.png) no-repeat left center;
	padding:0px 8px 0px 14px;
	float:left;
}
#topNav li.first, #copyrightNav li.first {
	background:none;
}

#topNav #search {
	background:none;
	padding-right:0;
}
#search input, #blog-search input {
	border:1px solid #e0e0e0;
	padding:2px 20px 2px 8px;
	font-style:italic;
	color: #999;
	background: #fff url(../images/icon_search.png) no-repeat 98% 50%;
}
#search input:focus, #blog-search input:focus {
	font-style:normal;
	color: #333;
}

#logo {
	display:block;
	/*width:213px;*/
	padding:26px 27px;/*45px reduced 18px to cover conversion from 1025px width to 990px*/
	float:left;
}

#logo img { height: 57px; width: 213px; }

#mainNav {
	float:right;
	margin:40px 20px 0 0;
}
#mainNav .primaryNav {
	margin-right:-20px;
	position:relative;
	float:left;
	background:url(../images/menu_diagonal_separator.png) no-repeat right center;
}
#mainNav .primaryNav.last {
	background:none;
}
#mainNav .primaryNav a {
	color: #666;
	text-decoration:none;
}
#mainNav .primaryNav > a {
	text-transform:uppercase;
	display:block;
	width:129px;
	height:26px;
	line-height:26px;
	text-align:center;
}
#mainNav .primaryNav:hover > a,
#mainNav .primaryNav.last:hover > a {
	background:url(../images/menu_bg.png) no-repeat center top;
	color: #fff;
}

#mainNav .primaryNav .drop {
	display:none;
	position:absolute;
	z-index:1000;/*in front of slider on homepage*/
	background: #f4f3f3 url(../images/drop_menu_diagonal.png) no-repeat left top;
	padding:17px 15px 11px 15px;
	-moz-box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
	-webkit-box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
	box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
	min-height:72px;
	min-width:170px;
	left:-77px;
	margin-right:-340px;
}
#mainNav .primaryNav.xlast .drop {
	left:-100px;
	background-image:url(../images/drop_menu_diagonal_last.png);
	min-width:193px;
}
#mainNav .primaryNav.first .drop {
	xdisplay:block;
}
#mainNav .primaryNav .drop.withCatImage  {
	padding-left:106px;
}
#mainNav .primaryNav .drop p {
	width:200px;
	margin:0 0 5px;
}
#mainNav .primaryNav .drop ul {
	float:left;
	display:block;
	padding:5px 12px;
	border-left:1px solid #fff;
}
#mainNav .primaryNav .drop ul.first {
	border:none;
	padding-left:0;
}

#mainNav .primaryNav .drop li {
	display:block;
}
#mainNav .primaryNav .drop li a {
	line-height:21px;
	display:block;
	min-width:90px;
}
#mainNav .primaryNav .drop li > a {
	xfloat:left;
	xclear:left;
}
#mainNav .primaryNav .drop li > a span
{
    display:none;
}
#mainNav .primaryNav .drop li > a.oneoff span,
#mainNav .primaryNav .drop li > a.active span
{
    display:block;
    float:right;
    line-height:21px;
}
#mainNav .primaryNav .drop li a:hover {
	color: #f78e1e;
}
#mainNav .primaryNav:hover .drop {
	display:block;
}

#mainNav .primaryNav .drop .dropCategoryImage {
	position:absolute;
	left:15px;
	top:17px;
	width:72px;
	height:72px;
	background:url(../images/drop_products_imgs.jpg) no-repeat left top;
}
#mainNav .primaryNav .drop li .dropCategoryImage {
	display:none;
}
#mainNav .primaryNav .drop li:hover .dropCategoryImage {
	display:block;
}
#mainNav .primaryNav .drop .dropCategoryImage.wifimgmt	{ background-position:-144px 0; }
#mainNav .primaryNav .drop .dropCategoryImage.poweropts	{ background-position:-72px 0; }
#mainNav .primaryNav .drop .dropCategoryImage.accessories	{ background-position:-360px 0; }
#mainNav .primaryNav .drop .dropCategoryImage.enclosures	{ background-position:-216px 0; }
#mainNav .primaryNav .drop .dropCategoryImage.deployment	{ background-position:-288px 0; }

#mainNav .primaryNav .drop .subdrop,
#mainNav .primaryNav .drop .subsubdrop 
{
    display:none; 

}

#mainNav .primaryNav .drop li:hover .subdrop,
#mainNav .primaryNav .drop .subdrop.active,
#mainNav .primaryNav .drop li:hover .subsubdrop ,
#mainNav .primaryNav .drop .subsubdrop.active 
{
    display:block;
    float:left;
}

.dropimg
{
  background:url(../images/theme/drop_menu_images.png) no-repeat right top;
  width:163px;
  height:75px;
  xmargin:0 auto;
}

.products .dropimg
{
  width:163px;
  xheight:104px;
  background-position:left top;
}

.solutions .dropimg { background-position:-163px top; }
.resources .dropimg { background-position:-327px top; }
.partners .dropimg { background-position:-491px top; }
.company .dropimg { background-position:-655px top; }


#logoBar {
      position: relative;
      width: 935px;
      height: 100px;
      overflow: hidden;
      margin: 20px auto 0;
      padding: 10px 0 0;
      /*background: url("../images/border_thick_diagonal.png") repeat-x left top;*/
      background: url("../images/border_thin_diagonal.png") repeat-x left top;
}
#logoBar .jcarousel-container-horizontal, #logoBar .jcarousel-clip-horizontal { width: 851px; border: none; height: 100px; }

#logoBar .jcarousel-container-horizontal { padding: 0 42px; background: none; }
#logoBar ul .jcarousel-item-horizontal { 
    display: block;
    float: left;
    width: auto;
    height: 96px;
    padding: 2px 10px;
    line-height: 96px;
    margin: 0;
    text-align: center;
}
#logoBar li img { vertical-align: middle; }

#logoBar #logoBarArrows {
    width: 935px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 20;
}
#logoBar .jcarousel-prev-horizontal, #logoBar .jcarousel-next-horizontal
{
    top: 42px;
    width: 20px;
    height: 18px;
    background: url("../images/news_arrows.png") no-repeat scroll 2px 2px transparent;
}
#logoBar .jcarousel-next-horizontal
{
    background-position: -20px 2px;
    right:2px;
    left:auto;
}
/*#logoBar .jcarousel-prev-horizontal:hover
{
    background-position:0 0;
}
#logoBar .jcarousel-next-horizontal:hover
{
    background-position: -32px 0;
}*/

#content {
	clear:both;
}

#content,
footer {
	width:935px;
	margin:0 auto;
}

footer {
	clear:both;
	color: #333;
	background:url(../images/border_dot.png) repeat-x 0% 100%;
	font-size:11px;
	margin-top:10px;
}

footer a {
	text-decoration:none;
	color: #666;
}

footer a:hover {
	text-decoration:underline;
}

#footerGroups {
	/*background:url(../images/border_thick_diagonal.png) repeat-x 0% 0%;*/
        background: url("../images/border_thin_diagonal.png") repeat-x left top;
	padding:25px 0;
	overflow:auto;
}

.footerGroup {
	float:left;
	width:150px;
}

#fgroupContact {
	width:180px;
}

.footerGroup,
.footerGroup h1,
.footerGroup a {
	font-size:11px;
	line-height:18px;
}

.footerGroup h1 {
	font-weight:bold;
	color: #00334d;
}

#fgroupConnect li {
	float:left;
	margin-right:10px;
}

.socialIcon {
	display:block;
	/*background:url(../images/icon_social.png) no-repeat left top;*/
    background: url('../images/icon_social.png') no-repeat top left;
	width:24px;
	height:24px;
	text-indent:-9999px;
}
.socialIcon.twitter	{ background-position:-24px 0; }
.socialIcon.youtube	{ background-position:-48px 0; }
.socialIcon.flickr	{ background-position:-72px 0; }
.socialIcon.slideshare { background-position: -120px 0; }
.socialIcon.linkedin { background-position:-144px 0; }
.socialIcon.googleplus { background-position:-168px 0; }

.socialIcon.facebook:hover	{ background-position:0 -24px; }
.socialIcon.twitter:hover	{ background-position:-24px -24px; }
.socialIcon.youtube:hover	{ background-position:-48px -24px; }
.socialIcon.flickr:hover	{ background-position:-72px -24px; }
.socialIcon.slideshare:hover { background-position: -120px -24px; }
.socialIcon.linkedin:hover	{ background-position:-144px -24px; }
.socialIcon.googleplus:hover	{ background-position:-168px -24px; }



#copyrightWrapper {
	font-size:10px;
	overflow:auto;
	padding:10px 0;
	background:url(../images/border_dot.png) repeat-x 0% 0%;
	clear:both;
	position:relative;
}

#copyright {
	width:318px;
	padding-left:1px;
}

#copyrightNav {
	position:absolute;
	left:286px;
}






/*General template styles*/
#contentTop
{
    position:relative;
    margin-bottom:40px;
    min-height:90px;
}
#contentTop #bannerImageWrapper
{
    width:100%;
    height:142px;
    position:relative;
}
#contentTop #bannerImageWrapper img
{
    position:absolute;
    bottom:0;
    right:0;
}
.EditMode #contentTop #bannerImageWrapper .ImageSelector img,
.DesignMode #contentTop #bannerImageWrapper img
{
    position:inherit;
}
#contentTop #bannerTitle
{
    padding:0 102px 0 27px;
    position:absolute;
    left:-27px;
    top:50px;
    background:url(../images/subpage_headline_bg.png) no-repeat right top;
    color: #fff;
    height:42px;
}
#contentTop #bannerTitle h1
{
    line-height:42px;
    font-size:24px;
    font-weight:400;
}

.leftNavHeading,
.leftNavHeading a
{
	color: #00334d;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:10px;
	text-decoration:none;
}
#menuElem
{
    margin-bottom:25px;
}
#menuElem a
{
    display:block;
    line-height:14px;
    padding:6px 0;
    color: #666;
    text-decoration:none;
    border-top:1px solid #e3e3e3;
}
#menuElem a:hover,
#menuElem a.CMSListMenuLinkHighlighted
{
    color: #f78e1e;
}

#menuElem ul a
{
    padding-left:15px;
}

#menuElem ul ul a
{
    padding-left:30px;
}

#leftSidebar 
{
    float:left;
    width:178px;
    margin-bottom:36px;
}

#leftSidebar .contentBlock
{
    background:url(../images/border_thin_diagonal.png) repeat-x left top;
    padding-top:15px;
    margin-bottom:10px;
    font-size:11px;
}

#leftSidebar .contentBlock .link.icon
{
    padding-top:1px;
    padding-bottom:2px;
    margin-right:10px;
}

#rightSidebar,
.WebPartZone_zoneRight
{
    float:right;
    width:178px;
    margin-bottom:36px;
}

#mainContentWrapper .contentBlock 
{
    background:url(../images/right_sidebar_bg_diagonals.jpg) no-repeat left top;
    border-bottom:5px solid #fff;
    width:150px;
    padding:22px 14px;
    text-align:right;
}
#mainContentWrapper .contentBlock h3
{
    font-size:12px;
    color: #5f6062;
    margin-bottom:8px;
}
#mainContentWrapper .contentBlock h4
{
    font-size:32px;
}
#mainContentWrapper .contentBlock p
{
    font-size:11px;
    color: #999;
}

#mainContentWrapper .contentBlock.blue { border-bottom-color: #62cae4; }
#mainContentWrapper .contentBlock.blue h4.cufon { color: #62cae4; }

#middleColumn
{
    width:495px;
    margin:0 223px;
}

.twoCol #middleColumn
{
	width:718px;
	margin:0 223px 0 0;
}

#mainContentWrapper
{
    /*margin:0 10px 0 223px;*/
	margin:0 10px 0 0;
}
.twoCol #mainContentWrapper
{
	margin:0 10px 0 10px;
}
/*
#mainContentWrapper h2,
#middleColumn h2
{
    font-size:28px;
    color: #00334d;
    margin-bottom:28px;

}*/

#mainContentWrapper,
#middleColumn /*p*/
{
    color: #666;
    line-height:18px;
}
#mainContentWrapper p,
#middleColumn p
{
    margin:5px 0;
}

.contentBlock a 
{
    color: #999;
    text-decoration:none;
    font-size:11px;
}

.contentBlock a:hover
{
    text-decoration:underline;
}

#mainContent,
#mainContentWrapper .textSimple
{
    float:left;
    width:100%;
}
#mainContent.threeCol
{
    /*width:500px;*/
	width:710px;
	border: 0px solid red;
	margin-bottom:30px;
}
.twoCol #mainContent.threeCol
{
	width:723px;
}

#sharethis,
.link.icon
{
    line-height:16px;
    text-indent:0;
    padding-left:21px;
    display:inline;
}
#sharethis
{
    padding-left:0;
}

.icon.share
{
    background:url(../images/icon_share.png) no-repeat left top;
}

.icon.print
{
    background:url(../images/icon_print.png) no-repeat left top;
}

.productRepeater
{
    float:left;
}
.documentListDocument 
{
    clear:both;
    margin-bottom:20px;
    overflow:auto;
}
.documentListDocument .title
{
    margin:10px 0;
}
.documentListDocument .title a
{
    color: #00334d;
    font-size:18px;
    text-decoration:none;
}
.documentListDocument .thumb
{
    float:left;
}
.documentListDocument .details
{
    margin-left:165px;
}
.documentListDocument .anchor
{
    margin:5px 0;
    float:left;
}

/*.breadcrumbWrapper
{
    background:url(../images/breadcrumb_bg.png) no-repeat left top;
    float:right;
    text-align:right;
    color: #fff;
    padding-left:40px;
    min-width:200px;
}
.breadcrumbWrapper .inner
{
    background:url(../images/breadcrumb_bg.png) no-repeat right bottom;
    line-height:32px;
    padding-right:10px;
}
.breadcrumbWrapper a
{
    color: #fff;
}*/

.breadcrumbWrapper
{
    padding:10px 0;
    border-bottom:1px solid #e3e3e3;
    color: #666;
}
.breadcrumbWrapper a
{
    color: #999;
}




/*Tabs*/

#content .tabsWrapper
{
    float:left;
    width:100%;
    margin-bottom:25px;
}
#content #mainContentWrapper .tabsWrapper ul.tabs
{
    background:url(../images/border_thin_diagonal_dark.png) repeat-x left bottom;
    width:100%;
    margin:10px 0;
    padding-left:0;
}
#content .tabsWrapper ul.tabs,
#content .tabsWrapper ul.tabs li
{
    float:left;
    display:block;
}
#content #mainContentWrapper .tabsWrapper ul.tabs li
{
    padding:0 22px 0 0;
    background:url(../images/tab_li_bg_dark.png) no-repeat right top;
    line-height:inherit;
    margin:0;
}
#content .tabsWrapper .tabTitle
{
    color: #777;
    text-decoration:none;
    float:left;
    display:block;
    padding:4px 12px 6px;
    line-height:15px;
}
#content .tabsWrapper .tabTitle:hover
{
    color: #f78e1e;
}
#content #mainContentWrapper .tabsWrapper ul.tabs li.active
{
    padding:0 29px 5px 0;
    margin-bottom:-5px;
}
#content .tabsWrapper li.active .tabTitle
{
    color: #f78e1e;
    border:1px solid #999;
    border-width:1px 0 0 1px;
    padding:3px 8px 11px 11px;
    background: #fff;
}
#content .tabsWrapper .tabContent
{
    clear:both;
}







.dstable
{
    font-size:11px;
}

.dstable th
{
    background: #00334d;
    color: #fff;
    border: 1px solid #00334d;
    border-bottom: 1px solid
}

.dstable tr.odd td
{
    background: #eee;
}



#login-form
{
    display:none;
    position:absolute;
    left:0px;
    background: url("../images/drop_menu_diagonal.png") no-repeat scroll left bottom #FFFFFF;
    border: 1px solid #e8e8e8;
    padding: 6px 0;
    width: 120px;
    z-index:120;
    -moz-box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
	-webkit-box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
	box-shadow: 3px 3px 5px rgba(136, 136, 136, .5);
}
#login-form li { 
    background: none;
    padding: 3px 6px;
}
#login-wrapper
{
    position:relative;
}
#login-wrapper iframe
{
    width:285px;
    height:180px;
}
#login-form .tabsWrapper li
{
    background: #fff;
    border-left:1px solid #e3e3e3;
}
#login-form .tabs a
{
    font-weight:bold;
    display:block;
    float:left;
    white-space:nowrap;
}
#login-form .tabs .active a
{
    color: #f78e1e;
    text-decoration:underline;
}

html.iframehtml,
html.iframehtml body,
body.contentpane
{
    background: #f4f3f3;
    padding:0;
    margin:0;
}
html.iframehtml body,
body.contentpane
{
    padding:10px;
    height:160px;
}
html.iframehtml body
{
    padding-top:22px;
    height:148px;
}
html.iframehtml body .cta,
body.contentpane .cta
{
    margin:10px 0;
}




/*Home page*/


#newsWrapper {
	background:url(../images/news_bg_diagonals.jpg) no-repeat left top;
	position:relative;
	/* removed and added newslink below...   padding-left:130px;*/
	height:41px;
	overflow:hidden;
}

#newsWrapper a#newsLink { display: block; float: left; width: 130px; height: 40px;
}

#newsWrapper #newsArrows
{
    position:absolute;
    right:25px;
    top:12px;
    text-indent:-9999px;
    width:37px;
    height:16px;
}
#newsWrapper #newsArrows a
{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:19px;
    height:16px;
    background: url(../images/news_arrows.png) no-repeat left top;
}
#newsWrapper #newsArrows a.right
{
    background-position:right top;
    right:0;
    left:auto;
}
#newsWrapper #newsArrows a:hover
{
    background-position:left bottom;
}
#newsWrapper #newsArrows a.right:hover
{
    background-position:right bottom;
}
#newsWrapper .overlay {
	position:absolute;
	right:140px;
	background:url(../images/news_fade_overlay.png) no-repeat left top;
	width:70px;
	height:41px;
}
#newsWrapper ul { padding-left: 130px; }
#newsWrapper li {
	display:block;
	width:652px;
	padding:12px 5px;
	overflow:hidden;
}
#newsWrapper li a {
	color: #fff;
	white-space:nowrap;
}

#mainCategories {
	overflow:auto;
	padding-top:19px;
}

#mainCategories .category {
	width:275px;
	xwidth:263px;
	height:141px;
	padding:18px 5px 18px 18px;
	xpadding:18px;
	margin:0 0 0 19px;
	background:url(../images/category_bg_sprite.jpg) no-repeat left bottom;
	float:left;
	position:relative;
	overflow:hidden;
	color: #fff;
}

#mainCategories .category.text 
{
    background-position:left bottom;
}
#mainCategories .category.download 
{
    background-position:right bottom;
}
#mainCategories .category.video 
{
    background-position:left top;
}

#mainCategories .category.wireless-extreme
{
	background:url(../images/Box_XR1000H-empty.png) no-repeat left top;
}

#mainCategories .category.wireless-extreme-env
{
    padding: 0px 5px 18px 0px;
	height: 159px;
}

#mainCategories .category.array 
{
    background-position:right top;
}

#mainCategories .category.first {
	margin-left:0;
}

#mainCategories .category h3 {
	color: #fff;
	font-weight:normal;
	font-size:24px;
	margin-bottom:0px;
}

#mainCategories .category .categoryIcon {
	position:absolute;
	right:10px;
	bottom:10px;
}
#mainCategories .category .cta
{
    width:281px;
    height:35px;
    background:url(../images/promo_tile_overlay.png) repeat-x left top;
    position:absolute;
    bottom:0;
    left:0;
    padding:10px 0 0 18px;


    text-indent:0;

}
#mainCategories .category .cta span
{
    color: #f58e21;
}

#mainCategories #cat-slider, #mainCategories #left-slider, #mainCategories #middle-slider, #mainCategories #right-slider {
	float:left;
	width:299px;
}

#mainCategories #middle-slider, #mainCategories #right-slider {
	margin-left:19px;
}

#mainCategories .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:18px;
    margin-left:77px; /* Tweak this to center bullets */
	z-index:10;
}
#mainCategories .nivo-controlNav a {
    display:block;
    width:11px;
    height:12px;
    background:url(../images/bullets-2.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
#mainCategories .nivo-controlNav a.active {
    background-position:0 -12px;
}

#mainCategories .cat-slide {
	background:none;
	xpadding: 12px 19px 24px 17px;
}

#mainCategories .cat-slide a {
	color:fff;
}

#mainCategories .carnegie-mellon-cat p{
	padding:1px 0 5px 0;
}

#mainCategories .gillette-stadium-cat p{
	padding:0px 0 5px 0;
}

#mainCategories .liverpool-womens-cat p{
	padding:1px 0 5px 0;
}

#mainCategories .port-of-houston-cat p{
	padding:0px 0 5px 0;
	width:265px;
}
#slider .cta {
	margin:15px 0 0;
}	
.cta {
	display:block;
	width:116px;
	height:22px;
	background:url(../images/cta_small.png) no-repeat left top;
	text-indent:-9999px;
    color: #fff;
    text-transform:uppercase;
    text-decoration:none;
}
.theme-default .nivoSlider a.cta.large,
.cta.large {
	width:auto;
	height:20px;
	text-indent:0;
	background:url(../images/cta_large.png) repeat-x left top;
	line-height:20px;
	padding:0 10px;
	border:1px solid #ccc;
	float:left;
}
.cta.large span 
{
    xfloat:right;
    line-height:20px;
    margin-left:15px;
}
.theme-default .nivoSlider a.cta.large:hover,
.cta:hover {
	background-position:left bottom;
}
.cta.large.cufon,
.cta.large.cufon span
{
    line-height:18px;
}

.cta.large.subscribe
{
    xwidth:93px;
    xmargin:0 auto;
    xfloat:none;
}

#mainContent ul li.type-pdf
{
    background:url(../images/icon-pdf.png) no-repeat left middle;
}





/*Events*/
.event-image
{
    float:right;
    margin:0 0 10px 25px;
}
.event-details
{
    clear:both;
    margin:15px 0;
    padding:15px 0 0;
    border-top:1px solid #e3e3e3;
}

.bio-summary-image
{
    float:left;
    margin-bottom:40px;
}
.bio-summary
{
    margin:15px 0 40px;
}
.bio-summary-details
{
    margin-left:150px;
}
#BoardofDirectors .bio-summary-details
{
    margin-left:0;
}

.repeatedItem
{
    margin:15px 0;
    clear:both;
    float:left;
}

h3.bio-name
{
    line-height:15px;
    margin-top:-2px;
}
.tabsWrapper .webinar-details
{
    border-bottom:1px solid #e3e3e3;
}

.xirrus-file-list-item
{
    clear:both;
    float:left;
    width:100%;
    margin-top:20px;
}

.xirrus-file-list-item-float-wide
{
    border-bottom:1px solid #e3e3e3;
}

.xirrus-file-list-item .thumb
{
    float:left;
    width:110px;
    text-align:center;
}
.bordered-thumbs-wrapper .thumb img
{
    border:1px solid #ccc;
}
.xirrus-file-list-item .morelink a
{
    color: #f78e1e;
    text-decoration:none;
    text-transform:uppercase;
}

.xirrus-file-list-item .title a,
.xirrus-file-list-item .title
{
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    color: #333;
}

.xirrus-file-list-item .title
{
    margin:0 0 10px;
}
.xirrus-file-list-item .morelink
{
    margin:10px 0;
}

.xirrus-file-list-item .details
{
    border-bottom:1px solid #e3e3e3;
    min-height:128px;
}

.xirrus-file-list-item-float-wide .details
{
    border-bottom:none;
	float:left;
	width:550px;
}
.xirrus-product-list-item
{
    clear:both;
    float:left;
    width:100%;
    margin-top:20px;
}
.xirrus-product-list-item .thumb
{
    float:left;
    width:165px;
    text-align:center;
}
.xirrus-product-list-item.accessory .thumb
{
    width:220px;
}
.xirrus-product-list-item .details
{
    margin-left:165px;
}
.xirrus-product-list-item .title
{
    margin:0 0 10px;
}
.xirrus-product-list-item .title a,
.xirrus-product-list-item .title
{
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    color: #333;
}
.xirrus-product-list-item .morelink,
.documentListDocument .anchor
{
    margin:10px 0;
}
.xirrus-product-list-item .morelink a,
.documentListDocument .anchor
{
    color: #f78e1e;
    text-decoration:none;
    text-transform:uppercase;
}
.xirrus-product-list-item .details
{
    border-bottom:1px solid #e3e3e3;
    min-height:146px;
}

.xirrus-product-list-item .details div
{
}

.webinar-ctas a.cta.large
{
	margin: 0 3px 7px 0;
}

.webinar-ctas div
{
	margin-top: 7px;
}

.image-w-caption {
float:left;
text-align:center;
margin:5px;
}

.press-release-item
{
    clear:both;
    margin:4px 0;
    float:left;
    width:100%;
}
.press-release-item .press-release-date
{
    display: block;
    float: left;
    width: 80px;
}

.press-release-item .press-release-link
{
    float:left;
    width:622px;
}
.threeCol .press-release-item .press-release-link
{
    width:415px;
}


.press-coverage-item
{
	list-style-type:none;
	margin:0 0 15px;
}

.press-resources-group {
  margin: 0px 0px 20px;
  /* border-bottom: 1px solid #ccc; */
  background: url("../images/border_thin_diagonal.png") repeat-x left bottom;
  padding: 0px 0px 10px;">
}
.press-resources-group-text { background: none; border-bottom: 1px solid #cacaca; }
.press-resources-group div.group-title {
  display: block;
  font-size: 18px;
  color: #00334D;
  margin-bottom: 20px;
}
.press-resources-group div.group-title span {
  display:block;
  font-size: 11px;
  color: #666;
}


/*Edit Mode*/
.EditMode .staticContentArea
{
    border:1px solid #00324C;
    padding:5px 3px;
    margin-bottom:5px;
}
.EditMode .staticContentArea.error
{
    color: #900;
}





/*Nivo slider*/
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
#slider {
	height:351px;
}
#tv-slider {
	height:259px;
}
.nivo-html-caption h3 {
	color: #00334d;
	font-weight:normal;
	font-size:33px;
	line-height:40px;
}
.nivo-html-caption p {
	color: #666;
	font-size:14px;
}
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:6px;
	left:0px;
}

.nivoSlider img#higher-ed{
	left:141px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	top:0px;
	color: #fff;
	width:100%;
	height:100%;
	z-index:8;
}
.nivo-caption .caption-left,
.nivo-caption .caption-right {
	top:54px;
	position:absolute;
}
.nivo-caption .caption-left #dwnld-rpt-bnnr {position: absolute; z-index: -1; top: 165px; left: 32px;}
.nivo-caption .caption-left a.videoLink { position:absolute; display: block; width: 200px; height: 150px; top: 6px; left: 475px; }
.nivo-caption .caption-left a.videoLink:hover { color: none; background: none; text-transform: none; text-decoration: none; }
.nivo-caption .caption-right {
	text-align:right;
	right:0;
}
.nivo-caption p {
	padding:5px 0;
	margin:0;
}
.nivo-html-caption {
    display:none;
}
.nivo-caption .nivo-html-caption {
	display:inherit;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:89%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}










.theme-default .nivoSlider {
	position:relative;
	background: #fff url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
/*
.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets *//*
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

*/
.theme-default .nivo-directionNav a {
	display:block;
	width:32px;
	height:32px;
	background:url(../images/arrows.png) no-repeat left bottom;
	text-indent:-9999px;
	border:0;
}
.theme-default .nivo-directionNav a:hover {
	background-position:0 0;
}
.theme-default a.nivo-nextNav {
	background-position:-32px -32px;
	right:15px;
}
.theme-default a.nivo-nextNav:hover {
	background-position:-32px 0;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

/* TV */
#videoContentTop
{
    position:relative;
    xmargin-bottom:40px;
    min-height:90px;
}
#videoContentTop #bannerImageWrapper
{
    width:100%;
    height:142px;
    position:relative;
}
#videoContentTop #bannerImageWrapper img
{
    position:absolute;
    bottom:0;
    right:0;
}

#videoContentTop #bannerTitle {
padding: 0 102px 0 27px;
position: absolute;
left: -27px;
top: 50px;
background: url(../images/subpage_headline_bg.png) no-repeat right top;
color: white;
height: 42px;
}

#videoContentTop #bannerTitle h1 {
line-height: 42px;
font-size: 24px;
font-weight: 400;
}
.featured-video #slider{
	height:259px;
}

.featured-video h2{
	font-size:1.2em;
}
.featured-video h3{
	font-size:1.9em;
	font-weight:bold;
}
.featured-video .content{
	margin:29px 0 0 58px;
}

.featured-video a{
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	color: #f78e1e;
}

.featured-video a:hover{
	color: #f78e1e;
	text-decoration:underline;
}

.featured-video .nivo-controlNav{
	float: right;
	position: absolute;
	top: 134px;
	left: 804px;
	border: white solid 1px;
	background-color: white;
	z-index:99;
}

.featured-video .nivo-control{
	padding: 1px 8px;
	color: #666;
	font-size:1em;
	border-top: #E4E4E4 solid 1px;
	border-bottom: #E4E4E4 solid 1px;
	border-left: #E4E4E4 solid 1px;
	border-right: #E4E4E4 solid 1px;
}

.featured-video .nivo-control:hover{
	color: #666;
	text-decoration: none;
}

.featured-video .nivo-control.active{
	background-color: #FF9A0C;
}

#video-search {
	background: none;
	xborder-top: #E4E4E4 solid 1px;
	width: 181px;
	margin: 0px auto 5px auto;
	padding-top: 14px;
}
#video-search input {
	border: 1px solid #E0E0E0;
	padding: 2px 20px 2px 8px;
	font-style: italic;
	color: #999;
	background: white url(../images/icon_search.png) no-repeat 98% 50%;
	width: 135px;
	margin: 0 0 7px 7px;
}
#video-search input:focus {
	font-style:normal;
	color: #333;
}

.video-rptr-msg {
    clear: right;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0 0;
    width: 100%;
}

.video-result {
	float:left;
	padding: 34px 8px 6px;
	width: 159px;
	xheight:109px;
}

.video-thumb{
	height:83px;
	text-align: center;
}

.video-title {
	text-align: center;
	margin: 3px 0;
	line-height: 15px;
}

.video-title a{
	color: #666;
	font-size:13px;
	text-decoration:none;
}

.video-title a:hover {
	text-decoration:underline;
	color: #f78e1e;
}

.video-result-spacer {
	background: url(../images/border_thick_diagonal.png) repeat-x center bottom;
	height: 9px;
	width: 100%;
	float:left;
}

#videoContentTop ul.video-sort-links{
	display:inline;
}

#videoContentTop .all-media-lnk{
	float:left;
	margin-right: 133px;
}

.video-sort-links li{
	float:left;
	display: block;
	padding: 12px 49px 12px 9px;
	color: #fff;
	background: url(../images/tv/sort-menu-bg.jpg) no-repeat right top;
}

.video-sort-links li a{
	color: #fff;
	text-decoration:none;
}

#sort-wrapper
{
    background: url(../images/tv/sort_bg_diagonals.jpg) no-repeat right top;
	height:41px;
	padding-left:15px;
}

#all-media-title{
	width:224px;
	height:41px;
	background: url(../images/tv/sort_bg_diagonals.jpg) no-repeat left top;
}
#all-media-title img{
	margin: 15px 0 0 16px;
}

#channels-wrapper{
	width:203px;
	xborder: #E4E4E4 solid 1px;
}

#channels-title{
	width: 192px;
	height: 41px;
	background: url(../images/tv/channels_bg_diagonals.jpg) no-repeat left top;
	font-size: 1.8em;
	padding: 11px 0 0px 11px;
	color: #666;
	margin-bottom:-11px;
}

#channels-wrapper li{
	xpadding:0px 0px 5px 13px;
}

#channels-wrapper a{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #E3E3E3;
	display: block;
	padding: 6px 0 3px 10px;
	line-height: 20px;
}

#channels-wrapper a:hover{
	color: #f78e1e;
}

#channels-wrapper a span{
	margin-right:5px;
	color: #f78e1e;
}

/* Video Detail */
#bannerImageWrapper {
	xmargin-bottom:10px;
}
#video-detail #blue-bar {
	background: url(../images/tv/sort_bg_diagonals.jpg) no-repeat right top;
	height: 41px;
	margin-top: 20px;
}

#video-detail #blue-bar img {
	margin: 15px 0 0 16px;
}
#video-detail-wrapper{
	xborder: #E4E4E4 solid 1px;
	padding: 0px 0 7px 0;
    xbackground: url(../images/tv/sort_bg_diagonals.jpg) no-repeat right top;
	xmargin-left: -20px;
	width: 694px;
}
#video-detail-wrapper #video-title-wrapper{
	text-align: center;
	margin: 20px 0 11px 0;
}
#video-detail-wrapper h1{
	font-size: 1.9em;
	font-weight: bold;
	display:inline
}
#video-detail-wrapper #video-desc{
	font-size: 1.5em;
}

#video-detail-wrapper #video-wrapper{
	width: 490px;
	margin: 0 auto;
}
#video-bottom-details-wrapper{
	margin: 0px 101px 9px 113px;
}
#video-bottom-details-wrapper li{
	float:left;
	margin-right: 10px;
	font-size: 0.9em;
}

#video-bottom-details-wrapper .twitter-share{
	margin-top:1px;
}

#related-videos {
	xborder: #E4E4E4 solid 1px;
	margin-top: 16px;
	margin-right: 10px;
}
#related-videos h3{
	font-size: 1.5em;
	color: #666;
	margin: 10px 0px 0px 12px;
}
#related-videos .jcarousel-item {
	width:121px;
}

#video-carousel .video-result {
	float:none;
	padding: 0 0px;
	width:105px;
	xheight:109px;
}

.pager-wrapper {
	border: white solid 1px;
	background-color: white;
	position:relative;
}
.pager-control-wrapper {
	position: absolute;
	top: 8px;
	left: 553px;
	width: 150px;
}
.pager-wrapper .next-page, .pager-wrapper .prev-page, .pager-wrapper .page {
	padding: 1px 6px;
	color: #666;
	font-size:1em;
	font-weight:bold;
	background-color: #EAEAEA;
	border: #D4D2D3 solid 1px;
}
.pager-wrapper .page {
margin-left: -3px;
}
.pager-wrapper .prev-page {
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px; /* future proofing */
}

.pager-wrapper .next-page {
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; /* future proofing */
}

.pager-wrapper .selected {
	background-color: #FF9A0C;
}

.pager-wrapper .group {
	xcolor: #EAEAEA;
}

.pager-wrapper a {
	text-decoration: none;
}
.ui-accordion-header, .ui-helper-reset, .ui-state-default, .ui-state-active, .ui-corner-top, .ui-state-active {
	background: inherit; 
        border: inherit; 
        font-family: inherit; 
        color: inherit; 
        border-radius: 0 !important; 
        -webkit-border-radius: 0 !important; 
        -moz-border-radius: 0 !important; 
        -ms-border-radius: 0 !important; }

.ui-accordion .ui-accordion-content { padding: 1em 0; }

.ui-accordion-icons .ui-accordion-header a { padding-left: 0; }

.ui-accordion .ui-accordion-header a { padding-left: 0; }

.ui-accordion .ui-accordion-header .ui-icon { right: 0.5em; left: auto; }

.sales-tools-group, .accordion-group {
    border-bottom: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 0 0 10px 0;
}
.sales-tools-group div.group-title, .accordion-group div.group-title {
    float: left;
    font-size: 13px;
    width: 550px;
    padding-top: 4px;
}
.sales-tools-group div.group-title span, .accordion-group div.group-title span { 
    color: #999; font-style: italic; font-size: 0.75em; 
}
.accordion .title {    border-bottom: 1px solid #00334D; }
.accordion .title a {
   font-size: 18px;
   color: #00334D;
   font-size: 18px;
   margin: 10px 0 5px;

}

/* Minification failed (line 1453, error number 1062): Expected semicolon or closing curly-brace, found '">
' */