*{margin:0;padding:0;}

body{
	background:#fff;
	margin:0px;
	font-family:"Helvetica Neue",sans-serif;
}
#framework-footer{
	float: left;
	clear: both;
}
a {
  outline: none;
  color: #3f6f6f;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
		
h1{
	clear:both;
	font-size:24px;
	font-weight:normal;
}
h2{
	font-size:14px;
	font-weight:normal;
	margin-bottom: 10px; 
	color: #336666;
}
h3{
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	}
ul {
	margin-left: 10px;
}	

ul li{
	color: #333;
}	
.troubleshoot {
	border: 1px solid  #3f6f6f;
	margin: 10px 0px;
	padding:15px 10px 15px 25px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #fff;
}
#ciscoContainer{
	width: 900px;
	min-width: 800px;
	float: left;
	clear: both;
}
#ciscoContainer #content li{
	margin-left: 15px;
	padding-left: -15px;
	margin-bottom: 5px;
	}
#ciscoContainer #content{
	margin: 0px 0 25px 0;
	padding: 16px 32px 32px 32px;
	min-height:380px;
	height: auto;
	clear:both;
	position: relative;
	}
#ciscoContainer #content p{
	margin-bottom: 10px;
	line-height: 16px;
	color:#333
}
#content #title{
	margin-bottom: 25px;
	}

#content #left {
	float: left;
	width: 380px;
	margin-right: 15px;
	
	}
#content #right{
	float: left;
	width: 440px;
	
	}	
#content #right img{
	float: right;
}	
	

/* NAVIGATION */	
.navigation{
	width: 800px;
	float: left;
	margin:0px 0px 20px 20px;
	clear: both;
}
.navigation li{
	background:transparent url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/navBG.gif) repeat-x top left;
	display:block;
	float:left;
	list-style:none;
	height:19px;
	margin-top: 10px;
	margin-right:2px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:6px;
}
.navigation li a{
	color:#345c5c;
	font-weight:bold;
	font-size:12px;
	line-height: 19px;
	text-decoration:none;

	}

.navigation li:hover{
		background:transparent url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/navBGHover.gif) repeat-x top left;
	}
.navigation li.selected{
		background:transparent url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/navBGHover.gif) repeat-x top left;
	}
.navigation li a:active {
	cursor: pointer;
	margin-top: 1px;
	 }			

/* HOME */
.home-overview-container{
	width: 100%;
	position: relative;
	float: left;
	overflow: visible;
	display: block;
}
.featured-container{
	float:left;
	width:416px;
	min-height:200px;
	margin:0 0 20px 0;
	position:relative;
	display: inline-block;
}

.featured-container h1{
	color:#000;
	font-size:18px;
	text-align:left;
	text-decoration: none;
	margin-bottom: 10px;
		}
.featured-container img{
	position: absolute;
	left: 0;
	top: 0;
}			
.featured-container .overview-container{
	margin-left: 220px;
	float: left;
	display: block;
}	


/*Forecast App*/
#content.forecast-app h4{
	clear:left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px
}
#content.forecast-app h5{
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 20px;
}
#content.forecast-app #left {
	float: left;
	width: 320px;
	margin-right: 15px;
	
	}
#content.forecast-app #right{
	float: left;
	width: 440px;
	
	}	
#content.forecast-app #right img{
	float: right;
}	



/* Forecast Widget*/
img#widget{
	float:left;
		}
		
#wizard,#advanced{
	width:50%;
	float:left;
		}
#right #wizard p, #right #advanced p {
	color:#999;
	font-size:11px;
	line-height: 13px;
	padding:8px 16px;
		}
#wizard:hover p, #advanced:hover p{
			color:#444;
		}
.WizardBox {
	padding-left: 2px;
}			




/* WIDGET */
#buttonContainer {
	position: relative;
	margin: 15px 0;
	clear: both;
	}
#buttonContainer .back a{
	float: left;
	width: 92px;
	height: 36px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_back_sprite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 5px;
	}	
#buttonContainer .back a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_back_sprite.jpg);
	background-repeat: no-repeat;
	background-position: left -36px;	
	}	
#buttonContainer .back a:active {
	cursor: pointer;
	margin-top: 1px;
	 }		
#buttonContainer .next a{
	float: left;
	width: 92px;
	height: 36px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_next_sprite.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}	
#buttonContainer .next a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_next_sprite.jpg);
	background-repeat: no-repeat;
	background-position: left -36px;	
	}
#buttonContainer .next a:active {
	cursor: pointer;
	margin-top: 1px;
	 }		
	
.btnWizard a {
	width: 216px;
	height: 59px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/zh_cn/solutions/service-provider/vni-forecast-widget/images/btn_use_wizard_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
	
.btnWizard a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/zh_cn/solutions/service-provider/vni-forecast-widget/images/btn_use_wizard_sprite.gif);
	background-repeat: no-repeat;
	background-position: left -59px;	
	}
 .btnWizard a:active {
	cursor: pointer;
	margin-top: 1px;
	 }		
.btnWizardAdvanced a {
	width: 216px;
	height: 59px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/zh_cn/solutions/service-provider/vni-forecast-widget/images/btn_advanced_wizard_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
	
.btnWizardAdvanced a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/zh_cn/solutions/service-provider/vni-forecast-widget/images/btn_advanced_wizard_sprite.gif);
	background-repeat: no-repeat;
	background-position: left -59px;	
	}	
.btnWizardAdvanced a:active {
	cursor: pointer;
	margin-top: 1px;
	 }	

/* ACCORDION */
#accordionWrapper {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 370px;
	float: left;
	display: block;
	border: 1px solid #CCC;
	cursor: pointer;
	font-weight: bold;
	line-height: 30px;
	color:#333;
	font-size: 14px;
	padding-left: 10px;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/accordion_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	}
.first{
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-khtml-border-radius-topleft: 8px;
		-khtml-border-radius-topright: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
	}
.last{
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		-khtml-border-radius-bottomleft: 8px;
		-khtml-border-radius-bottomright: 8px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
	}	
.accordionButton .arrow{
	width: 11px;
	height: 9px;
	position:absolute;
	top: 12px;
	right: 5px;
	display: block;
	margin-right: 10px;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/arrow_accordion.gif);
	background-repeat:no-repeat;
	background-position: left top;
	}	
.accordionContent {	
	width: 360px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #F3F3F3;
	padding: 10px;
	border: solid 1px #CCC;
	}
	
/* EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS */

.on {
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/accordion_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left -30px;	
	}
	
.over {
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/accordion_bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left -30px;	
	}
.on .arrow {
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/arrow_accordion.gif);
	background-repeat:no-repeat;
	background-position: left -9px;
	
	}	
	
/* FORMS */	
.ViewDataFieldset {
	border: none;
	}
.ViewDataCaption {
	font-size: 14px;
	font-weight: bold;
	}
.ViewDataDescription{
	font-size: 14px;
	}	
.AdvViewDataFieldset #titleWizard #TopRow {
	display: block;
	width: 500px;
	float: right;
	}	
.AdvViewDataFieldset #titleWizard #TopRow div  {
	width: auto;
	float: left;
	display: block;
	margin-right: 10px;

	}	
.AdvViewDataFieldset #titleWizard #TopRow div .ItemLabel {
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
	
	}			
.ViewDataFieldset div {
	clear: left;
	 }	
.ViewDataFieldset div input{
	margin-top: 2px;
	float: left;
	display: block;
	}	 
.ViewDataFieldset div label {
	font-size: 14px;
	margin-left: 25px;
	display: block;	
	}	
#titleWizard {
	padding: 10px 0 0px 20px;
	/*background-image:url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/wizardTitleBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	height: 40px;
	position: relative;
	}
#titleWizard h1 {
	float: left;
	display: block;
	width: auto;
	}		
 .widgetWizardColumn div {
	margin-bottom: 2px; 
	 }	
 .widgetWizardColumn div div {
	clear: left;
	line-height: 16px;
	}	
.widgetWizardColumn div div input {
	margin-right: 8px;
	float: left;
	display: block;
	vertical-align: middle; 
	line-height: 1em;
	}	
	
.widgetWizardColumn div div label {
	font-size: 14px;
	margin-left: 25px;
	display: block;	
	}	
	
.RadioItemTitle {
	font-weight: bold;
	display: block;
	clear: right;
	width: auto;
	}
.RadioItemDescription {
	display: block;
	margin: 4px 0 0 0;
	font-size: 12px;
	}
.ViewDataFieldset .widgetWizardColumn	{
	width: 46%;
	float: left;
	clear: none;
	}
.widgetWizardColumn	{
	width: 46%;
	float: left;
	clear: none;
	margin-right: 5px;
	}	
.widgetWizardColumn h5 {
	font-size: 14px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-right: 8px;
	border-bottom: 1px solid #CCC;
	line-height: 16px;
	}	
.widgetWizardColumn div {
	display: block;
	clear: right;
	overflow:hidden;
	}
	

.CheckboxItemTitle{
	position: relative;
	float: left;
	display: block;
	width: auto;
	clear: right;
	margin: 0 0 0 5px;
	line-height: 20px;
	}
/*.CheckboxItemTitle2{
	position: relative;
	float: left;
	display: block;
	width: 150px;
	clear: right;
	margin: 0 0 0 5px;
	line-height: 20px;
	}*/	
.widgetWizardColumn .CheckboxItemTitle2:first-child{
	margin-top: 0;
}
.CheckboxItemTitle2{
	margin-top: 10px;
	line-height: 14px;
	display: block;
	float: left;
}	
.groupSelect {
	padding: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	}	
.groupSelect a, .groupSelect a:visited{
	text-decoration: none;
	outline: none;
  	color: #3f6f6f;
	font-size: 14px;
	}	
.WizardSteps h4 {
	margin-bottom: 10px;
	}	
.fineprint {
	font-size: 12px;
	color:#666;
	font-style:italic;
	}	

	
/* GIST Visualizations */	
#content.gist #left {
	float: left;
	width: 550px;
	margin-right: 15px;
	}
#content.gist #right{
		position: absolute;
	bottom: 40px;
	right: 30px;
	width: 250px;
	/*background-color: blue;*/
	}	
#content.gist #title h2{
	color: #333;
}
#gistBtnContainer{
	width:50%;
	float:left;
	margin: 15px 0;
/*	height: 60px;*/
		}	

#gistBtnContainer .btniPhone a{
	width: 216px;
	height: 57px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_iphone_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
	
#gistBtnContainer .btniPhone a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_iphone_sprite.gif);
	background-repeat: no-repeat;
	background-position: left -58px;	
	}	
#gistBtnContainer .btniPhone a:active {
	cursor: pointer;
	margin-top: 1px;
	 }		
	
#gistBtnContainer .btnBlackberry a {
	width: 216px;
	height: 57px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_blackberry_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
	
#gistBtnContainer .btnBlackberry a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_blackberry_sprite.gif);
	background-repeat: no-repeat;
	background-position: left -58px;	
	}		
#gistBtnContainer .btnBlackberry a:active {
	cursor: pointer;
	margin-top: 1px;
	 }	
#gistBtnContainer .btnAndroid a {
	width: 216px;
	height: 57px;
	display: block;
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_android_sprite.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	
	}	
	
#gistBtnContainer .btnAndroid a:hover{
	cursor: pointer;
	background-image: url(//www.cisco.com/content/dam/m/en_us/solutions/service-provider/vni-forecast-widget/images/btn_download_android_sprite.gif);
	background-repeat: no-repeat;
	background-position: left -58px;	
	}		
#gistBtnContainer .btnAndroid a:active {
	cursor: pointer;
	margin-top: 1px;
	 }		
.btnDescription {
	width: 216px;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
	color:#333;
	}	 	  
.most-recent {
	border-top: 1px solid #ccc;
	margin: 15px 0;
	padding: 15px 0;
	
	}
.regional-averages {
	border-top: 1px solid #ccc;
	margin: 15px 0;
	padding: 15px 0;
	}
.phone-tests {
	border-top: 1px solid #ccc;
	margin: 15px 0;
	padding: 15px 0;
	}



/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}	
	

