@charset "UTF-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
}
body  {
	font: 12px verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
a {
	color:#28abe2;
}
.home #container { 
	width: 902px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:auto;
} 
.home #header { 
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
	font-weight:normal;
}
/*
.home #header img.head-image {
	position:relative;
	z-index:10;
	margin-left:685px;
	margin-top:-73px;
}
*/
#header_img_shell {
	position:relative;
}

#header_img {
	position:absolute;
	z-index:999;
	left:685px;
	top:0px;
}

.header_start {
	background-image:url(../images/bg_header_start.jpg);
	background-repeat:no-repeat;
}
.header_video {
	background-image:url(../images/bg_header_video.jpg);
	background-repeat:no-repeat;
}
.header_ipngn {
	background-image:url(../images/bg_header_ipngn.jpg);
	background-repeat:no-repeat;
}
.header_mobility {
	background-image:url(../images/bg_header_mobility.jpg);
	background-repeat:no-repeat;
}
.header_transport {
	background-image:url(../images/bg_header_transport.jpg);
	background-repeat:no-repeat;
}
.header_data {
	background-image:url(../images/bg_header_data.jpg);
	background-repeat:no-repeat;
}
.header_ios {
	background-image:url(../images/bg_header_ios.jpg);
	background-repeat:no-repeat;
}



/* start cisco navbar*/
/*
tabs.css
$Revision: 1.5 $
styles for tabs can be used for DHTML tabs or hand-coded tabs, see authoring guideline for HTML
(c) 1992-2006 Cisco Systems, Inc. All rights reserved. 
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/


/* ---------------------------------------------
      The container 
------------------------------------------------  */
.pagetabs {
	padding-top:0px;
}


/* -----------------------------------------------
     Main tabs non-js version, also affects dhtml 
--------------------------------------------------  */
.pagetabs .tab, .pagetabs .tab-active {
	font-size:85%; 
}

/* -------------------------------------------
    The table for tabs in DHTML view 
----------------------------------------------- */
.pagetabs .tabset {
	/* the thick line under the tabs */
	border-bottom:#28abe2 3px solid;
	position:relative;
	/* only 2 px gutter */
	margin:0 -10px 0 0px;
}

.table_shell {
  background-color:#ffffff;
  border:0px solid black;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
  margin-top:14px;
  height:18px;
  width:100%;
}

.pagetabs .tabset table { 
	border-collapse: collapse; 
	position:relative;
	margin-left:20px;
}

.pagetabs .tabset td {
	padding-bottom:0;
	position:relative;
	padding-right:2px;
}
.pagetabs .tabset .tab, .pagetabs .tabset .tab-active {
	font-size:10px;
}

.sitecopy .pagetabs .tabset .tab, .sitecopy .pagetabs .tabset .tab-active {
	font-size:10px;
}
.pagetabs .tabset .tab .tabcorner, .pagetabs .tabset .tab-active .tabcorner {
	display: block; 
	background-image: url(http://www.cisco.com/swa/i/1px_white.gif);
	background-position: top left; 
	background-repeat: no-repeat;
	position:relative;
	top:13px;
	height:1px;
	width:100%;
	/*z-index:100; */
}
.pagetabs .tabset .tab-active .tabcorner {
	top:8px;
}
* html .pagetabs .tabset .tab-active .tabcorner {
	top:10px;
}
.pagetabs .tabset .tab .tabcorner span, .pagetabs .tabset .tab-active .tabcorner span {
	background-image: url(http://www.cisco.com/swa/i/1px_white.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
	height:1px;
	width:1px;
	position:absolute;
	right:0;
}
* html .pagetabs .tabset .tab .tabcorner span, * html .pagetabs .tabset .tab-active .tabcorner span {
/*	right:1px; */
margin-right:-1px;
}
.pagetabs .tabset .tab-active a{
	text-decoration:none;
	display:block;
	border:1px #b6b6b6 solid;
	border-bottom:#fff 3px solid; 
	padding:7px 9px 4px 10px;
	margin-top:7px;
	margin-bottom:-6px;
	background:url(http://www.cisco.com/web/fw/i/active_gradient.gif) -1px 0 repeat-x;
	background-color:#fff; /* will replace with an img */
 	color:#666;
	cursor:default;
	font-weight:bold;
	overflow: auto;
	z-index:20;
}
* html .pagetabs .tabset .tab-active a{
	bottom:-2px;
	position:relative;
}

.pagetabs .tabset .tab  a {
	text-decoration:none;
	display:block;
	border:1px #ccc solid;
	border-bottom:0px;
	margin-top:12px;
	padding:3px 9px 3px 10px;
	background-color:#eaeff2;
	color:#28abe2;
	font-weight:bold;
}
.pagetabs .tabset .tab  a:hover {
	background-color:#d1dce4;
}

.pagetabs .tabset .endtail {
	border-bottom:1px #666 solid;
	color:#fff;
}
.firsttab {padding-left:20px;
}


/* ----------------------------------
   Affects subtabs in both views 
------------------------------------*/

.pagetabs .subtab { 
font-size: 11px;
	margin-bottom:10px; 
/*	margin-left:-45px;  */
}

.sitecopy .pagetabs .subtab { 
/*	margin-left:-52px; */
}

* html .pagetabs  .subtab { 
	margin-left:-5px;  
}

.pagetabs .subtab ul {
	text-align:right;
	margin:0;
}

.sitecopy .pagetabs .subtab ul {
/*	margin-left:38px; */
	padding-left:5px;
}

.pagetabs .subtab li {
	padding: 0 2px 0 5px;  
	border-right: 1px solid #333;
	display: inline;
	color:#333;
	font-weight:bold;
	font-size:100%; 
}

.pagetabs .subtab li a {
	font-weight:normal;
	color:#2f6681;
}	
.pagetabs .subtab li a:hover {
	color:#333;
}	
.pagetabs .subtab li .sub-active {
	color:#333;
}
.pagetabs .subtab li.last-li {
	border-right: 0px;
}


/* --------------------------------------
     Subtabs in DHTML view 
-----------------------------------------  */
.pagetabs #subtabs { 
	padding:0; 
	margin:10px 0px 6px ; 
}

.pagetabs #subtabs .subtab {
/*	margin-left:-35px;*/
	margin-bottom:10px; 
}

.sitecopy .pagetabs #subtabs .subtab {
/*	margin-left:-44px; */
}

* html .pagetabs #subtabs .subtab {
/*	margin-left:5px; */
}

* html .sitecopy .pagetabs #subtabs .subtab {
/*	margin-left:-42px; */
}


.pagetabs #subtabs .subtab li {
	font-size:88%; 
}
/* end cisco navbar*/
.indent {
	margin-left:25px;
	margin-top:-10px;
}
.pagetabs h1 {
	display: inline;
	font-size:18px;
	font-weight:bold;
	
}
.pagetabs .subhead {
	font-size:18px;
	font-weight:normal;
}
#roll-collab {
	font-weight:bold;
	font-size:10px;
	color:#999;
	position:absolute;
	margin-left:40px;
	margin-top:-7px;
}
#roll-bn {
	font-weight:bold;
	font-size:10px;
	color:#999;
	position:absolute;
	margin-left:40px;
	margin-top:-7px;
}
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.home #sidebar1 p {
	margin-top:0px;
	font-size:11px;
	line-height:15px;
}
.home #sidebar1 ul{
	margin-left:-20px;
}
.home #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.home #sidebar2 .secondarylink a, .home #sidebar3 .secondarylink a{
	color: #28abe2;
	text-decoration:none;
	display:block;
	margin:0 0 5px 10px;
}
.home #sidebar2 .secondarylink a:hover .hyperlink, .home #sidebar3 .secondarylink a:hover .hyperlink { 
	color:#28abe2;
	text-decoration:underline;
}
#sidebar3 a.hyperlink:hover { 
	color:#28abe2;
	text-decoration:underline !important;
}
.arrow {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
}
#sidebar1 .arrow-go-now {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	font-size:10px;
	margin:0 0 0 75px;
}
#sidebar2 .arrow-go-now, #sidebar3 .arrow-go-now {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	width:auto;
	position:relative;
	z-index:10;
	font-size:10px;
	margin:0 0 0 110px;
}
.arrow-with-photo {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	width:90px;
	margin-top:-67px;
}
.home #sidebar2 a {
	color: #28abe2;
	text-decoration:none;
	display:block;
	margin-left:12px;
}
.home  #sidebar2 a:hover { 
	color:#28abe2;
	text-decoration:underline;
}

#accordion_content {
	height:435px;
	overflow-y:scroll;
	border-left: 1px solid #28abe2;
	border-right: 1px solid #28abe2;
}
#accordion h3 a span {
	line-height:12px;
	font-size:11px;
	margin:-12px 0 0;
	pading:0;
	display:block;

}
#accordion div {
	padding:0px 10px;
}
#accordion p {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	line-height:13px;
	margin:0;
}
#accordion p a {
	color:#28abe2 !important;
}
#accordion p a:hover {
	color:#28abe2 !important;
	text-decoration:none;
}

#accordion p.catName {
	font-size:10px;
	margin:2px 0px 2px 0px;
}
#accordion p.evtLink {
	margin:0 0 10px 10px;
}


.tableHeader {
	background-image:url(../images/bg_rightbar_center.jpg); 
	background-repeat:repeat-x;
	height:30px;
}
.tableHeader h3 {
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:3px;
	float:left;
}
.tableFooter {
	background-image:url(../images/bg_table_btm_middle.jpg); 
	background-repeat:repeat-x;
	height:7px;
}

#tabs_regions {
	padding:0;
	margin:0;
	height:20px;
	position:absolute; 
	right:5px;
	top:10px;
}
#tabs_regions UL {
	margin:0;
	padding:0;
}
#tabs_regions LI {
	float:left;
	margin: 0; 
	padding: 0;
	list-style: none;
	display: block;
	height:20px;
	overflow:hidden;
	}

#tabs_regions a {
	float:left;
	padding: 20px 0 0 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	background-image:url(../images/tabs_regions.jpg);
	background-repeat:no-repeat;
	}
	
#tabs_regions a:hover, #tabs_regions a:active, #tabs_regions a.selected {
	background-position: 0 -20px; /* -78px; */
}

#tabs-americas a {
	background-position: 0 -20px;
	width:71px;
}
#tabs-americas a:hover, #tabs-americas a:active, #tabs-americas a.selected {
	background-position: 0 0; /* -78px; */
}
#tabs-europe a {
	background-position: -71px -20px;
	width:99px;
}
#tabs-europe a:hover, #tabs-europe a:active, #tabs-europe a.selected {
	background-position: -71px 0; /* -78px; */
}
#tabs-asia a {
	background-position: -170px -20px;
	width:86px;
}
#tabs-asia a:hover, #tabs-asia a:active, #tabs-asia a.selected {
	background-position: -170px 0; /* -78px; */
}

#upcoming-webcasts {
	float:left;
	margin: 15px 10px 20px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width:520px;
	min-height:370px;
	font-size:11px;
}

#upcoming-content {
	background-color:#f0f0f1;
	border-left: 1px solid #28abe2;
	border-right: 1px solid #28abe2;
	padding:10px 20px 10px;
	height:300px;
	width:478px;
	overflow-y:scroll;
}
#upcoming-content h2 {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	color:#ccc;
	padding:0;
	margin:0;
}
#upcoming-content h4 {
	font-size:12px;
	line-height:18px;
	color:#666;
	padding:0;
	margin:0;
}
#sidebar3 {
	float:left;
	width:190px;
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}



/* ARCHIVE PAGE STARTS HERE */
.home #archive {
	margin: 0px 0px 0 15px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; 
	width:675px;
	float:left;
}

.home #archive #toolbar {
	margin: 0px 0px 5px 0px;
	height:25px;
}
.home #archive .search {
	float:left;
	width:200px;
	margin:0px;
	height:20px;
	line-height:20px;
	text-align:right;
}
.home #archive .search INPUT{
	vertical-align:middle;
}
.home #archive .search img{
	vertical-align:middle;
}
#tabletopLinks {
	float:left;
	width:442px;
	padding-top:5px;
}

#archive-content {
	background-color:#f0f0f1;
	border-left: 1px solid #28abe2;
	border-right: 1px solid #28abe2;
	padding:10px 10px 10px;
}

.home #mainContent { 
	float:left;
	margin: 5px 0px 0 -10px; 
	padding: 10px 0px 0px 10px; 
	width:480px;
	border:#999 1px solid;
	overflow: scroll;
}
.home #archive #archive_mainContent { 
	margin: 5px 0px 0 -10px; 
	padding: 10px 0px 0px 10px;
}
.home #archive #archive_mainContent div.tabletop { 
	background-color:#999;
}
.home #archive #archive_mainContent div.tabletop table.head td{ 
	background-color:#999;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
.home #archive #archive_mainContent div.tabletop div#tablemain { 
	margin:0;
	padding: 0; 
	width:650px;
	height:235px;
	overflow: scroll;
}
.home #archive #archive_mainContent table.main td { 
	border-left:#666 1px solid;
	border-bottom:#666 1px solid;
	padding:3px 3px 3px 5px;
	font-size:10px;
}
.home #archive #archive_mainContent table.main td a{ 
	font-weight:bold;
	color:#28abe2;
	text-decoration:none;
}
.home #archive #archive_mainContent table.main td a:hover{ 
	text-decoration:underline;
}
.home #archive #archive_mainContent table.main td.last { 
	border-right:#666 1px solid;
	border-bottom:#666 1px solid;
}
 /* Placeholder downloads*/
.home #archive #archive_mainContent table.download .placeholder {
	background-color:#FFF;
	border:none;
	font-weight:normal;
	width:46px;
}
.home #archive #archive_mainContent table.download .placeholder a{ 
	display: block;
	margin-left: 10px;
	font-size:10px;
	color: #28abe2;
	font-weight:normal;
	text-decoration:underline;
}
.home #archive #archive_mainContent table.download .pdf a:hover{ 
	color: #666;
}
 /* PDF downloads*/
.home #archive #archive_mainContent table.download .pdf {
	background:url(../images/icon-pdf.gif) no-repeat left;
	background-color:#FFF;
	border:none;
	font-weight:normal;
	width:96px;
}
.home #archive #archive_mainContent table.download .pdf a{ 
	display: block;
	margin-left: 10px;
	font-size:10px;
	color: #28abe2;
	font-weight:normal;
	text-decoration:underline;
}
.home #archive #archive_mainContent table.download .pdf a:hover{ 
	color: #666;
}
 /* Video downloads*/
.home #archive #archive_mainContent table.download .video {
	background:url(../images/icon-video.gif) no-repeat left;
	background-color:#FFF;
	border:none;
}
.home #archive #archive_mainContent table.download .video a{ 
	display: block;
	margin-left: 13px;
	font-size:10px;
	color: #28abe2;
	font-weight:normal;
	text-decoration:underline;
	width: 64px;
}
.home #archive #archive_mainContent table.download .video a:hover{ 
	color: #666;
}
 /* Excel downloads*/
.home #archive #archive_mainContent table.download .excel {
	background:url(../images/icon-excel.gif) no-repeat left;
	background-color:#FFF;
	border:none;
	width:46px;
}
.home #archive #archive_mainContent table.download .excel a{ 
	display: block;
	margin-left: 10px;
	font-size:10px;
	color: #28abe2;
	font-weight:normal;
	text-decoration:underline;
}
.home #archive #archive_mainContent table.download .excel a:hover{ 
	color: #666;
}
 /* Web Page downloads*/
.home #archive #archive_mainContent table.download .web {
	background:url(../images/icon-web.gif) no-repeat left;
	background-color:#FFF;
	border:none;
	width:46px;
}
.home #archive #archive_mainContent table.download .web a{ 
	display: block;
	margin-left: 10px;
	font-size:10px;
	color: #28abe2;
	font-weight:normal;
	text-decoration:underline;
}
.home #archive #archive_mainContent table.download .web a:hover{ 
	color: #666;
}
.home #mainContent h2 { /* Webcast Name*/
	font-size: 12px;
	margin-bottom:0;
}
.home #mainContent .webcastinfo { /* Webcast Date, time and speakers*/
	margin-top: 0;
	margin-bottom: 0;
}
.home #mainContent .featuredrecentwebcast { /* Webcast Name*/
	font-weight:normal;
	color:#CCCCCC;
	font-size:24px;
	margin-top:0;
	margin-bottom:-10px;
}
.home p{ /* line spacing*/
	line-height:1.5em;
}
.home #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:url(../images/footer-shadow.jpg) #FFF repeat-x;
	font-size:9px;
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.home #footer a {
	color: #28abe2;
}
.home #footer a:hover {
	color: #333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	top:0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



 /* MAIN BUTTONS START HERE _________________________________________________________ */

.liquid-round {
width:100%;
margin:0px auto 5px auto;
background:#f2f2f2 url(../images/b_main_mid-left.gif) repeat-y left top;
}
.top {
width:100%;
height:7px;
background:url(../images/b_main_top-left.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:7px;
background:url(../images/b_main_top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(../images/b_main_mid-right.gif) repeat-y right top;
padding:1px 10px 1px 10px;
margin:-1px 0 -60px 0;
}
#sidebar2 .center-content{
min-height:83px;

}
 
.center-content p, .center-content span  {
margin:0;
}
.bottom {
height:59px;
background:url(../images/b_main_bottom-left.gif) no-repeat left bottom;
margin:-10px 0 0px 0;
}
.bottom span {
display:block;
position:relative;
height:59px;
background:url(../images/b_main_bottom-right.gif) no-repeat right top;
margin:0px 0 0px 0;
}
.image-left {
	float:left;
	margin: 5px 10px 20px 0px;
}
.image-right {
	position:relative;
	margin: 5px 0px 10px 95px;
	z-index:10;
}
#sidebar2 .mainbutton {
	margin-right:5px;
	height:90px;
}
.mainbutton a {
	color:#666;
	text-decoration:none;
}
.hyperlink {
	color:#28abe2 !important;
	text-decoration:none;
}
.mainbutton a:hover.hyperlink { 
	color:#28abe2;
	text-decoration:underline;
	
}

.hyperlinkHover {
	color:#28abe2;
	text-decoration:underline;
}
.small-type {
	font-size:10px;
	line-height:normal;
}
.more {
	color:#28abe2;
	text-decoration:underline;
	font-size:10px;
}
.smalllink {
	font-size:10px;
}
.home #sidebar1 .more {
	display: block;
	margin-top:-15px;
	margin-bottom:10px;
	text-align:right;
}
.mainlist {
	margin:-10px 0 0 -15px;
}

 /* Main buttons end here ____________________________________________________________________ */
 
  /* SP buttons start here ____________________________________________________________________ */
 
 #sidebar2 .learn-more {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:63px;
	left:170px;
	z-index:10;
	font-size:10px;
	width:80px;
}
.largebuttontext {
	margin:-65px 0 0 90px;
}
.largebuttontext p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:21px !important;
}
img.button-left {
	position:relative;
	margin:5px 0 0 0;
	z-index:10;
}
  /* Start buttons start here ____________________________________________________________________ */
 
 #sidebar2 .learn-more-start {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	width:auto;
	position:relative;
	z-index:10;
	font-size:10px;
	margin:-10px 0 0px 580px;
}
.largebuttontext-start {
	font-size:18px;
	margin:10px 0 0 20px;
}
.largebuttontext-start .subtext-start {
	font-size:12px;
	margin:0px 0 0 0px;
}
img.button-left-start {
	position:relative;
	margin:-50px 0 0 400px;
	width:109px;
	z-index:10;
}

.popup_header {
	padding:0;
	margin:0;
	font-size:12px;
}

.asterisk {color:#990000;
font-size:10px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.home #sidebar1 { width: 180px; }
.home #sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.home #sidebar2, .home #sidebar1 { padding-top: 30px; }
.home #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
