body {
    background-color: #fff; /* Background color */
    color: #222;            /* Foreground color used for text */
    font-family: Helvetica; 
    font-size: 15px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
}

br {
	display: none;
}

hr {
	display: none;
}

.iPhoneSkip {
	display: none;
}

#skiplinks {
    display: none;
}

#framework-base-banner {
	border-bottom-color: rgb(224, 224, 224);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
}

#framework-logo {
}

#framework-header {
	display: none;
}

#cdc-nav-module {
	display: none;
}

#framework-column-left {
	display: none;
}

#framework-column-right {
	display: none;
}

#framework-column-main {
	vertical-align: top;
}

#framework-content-main {
	vertical-align: top;
}



/*
#framework-column-center {
	vertical-align: top;
}
*/

#content-right-top {
	display: none;
}

#content-right-bottom {
	display: none;
}

#framework-content-titles {
	padding: 15px 15px;
}

#framework-content-titles h1 {
	color: rgb(142, 144, 145);
	font-size: 9pt;
	font-weight: bold;
}

#framework-content-titles h2 {
	color: rgb(66, 78, 83);
	font-size: 17pt;
	font-weight: bold;
}

.topictitle1 {
	display: none;
}

.topictitle2 {
	display: none;
}

#topictitle3 {
	display: none;
}

/*
.pagedividers {
	display: none;
}
*/

.olchildlink {
	display: none;
}

.contentMargins {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.content {
	padding: 0;
	margin: 0;
}

#bookmap_ED70FA18A17A462CB3BCD813013C184A {
	padding: 0;
	margin: 0;
}

.nested0 {
	padding: 0;
	margin: 0;
	border-top-width: 1px;
	border-top-color: rgb(224, 224, 224);
	border-top-style: solid;
}

.ulchildlink {
	list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    top : 45px;
    width: 100%;
    /*min-height: 372px;*/
}

.ulchildlink li {
	position:relative;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
	padding: 8px 0 8px 10px;
	list-style: none;
	/*no-repeat right center;*/
}

.ulchildlink li a {
	display:block;
	margin-top: -8px;
	margin-bottom: -8px;
	margin-left: -10;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 24px;
	text-decoration: none;
	color: inherit;
	min-height: 34px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/disclosureIndicatorNormal.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.section {
	/* border-bottom:1px solid #E0E0E0; */
}

.sectiontitle {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 5px;
}

.table_faq {
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.table_faq:nth-child(odd) {
	border-bottom:1px solid #E0E0E0;
}

.table_faq tbody {
	vertical-align: top;
}

#legal {
	display: none;
}

#footer-nav {
	display: none;
}

#footer-copyright {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 5px;
}

#footer-legal {
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 5px;
}

/* for info page */

.iPhoneTableViewStyle {
	background-color: #ddd;
	background-image: url('images/tableViewBackground.png');
}

#desktopBrowser {
	display: none;
}

#iPhonePageTitle h1 {
	margin: 0;
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgb(77, 86, 98);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(190, 204, 222)), to(rgb(109, 132, 162)));
}

#iPhoneTitleImage {
	margin-top: 12px;
	margin-bottom: 15px;
}

.centeredImage {
	text-align: center;
	padding: 0px;
}

#ciscoMobile8IconImg {
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgba(255, 255, 255, 0.7)));
}

.infoText {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}

.infoText ul {
	margin: 5px;
	padding-left: 15px;
}

.infoText ul li {
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

#iPhoneLinkList ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#iPhoneLinkList ul li a {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.disclosureArrowImage {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}

#iPhoneLinkList ul li:first-child a {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

#iPhoneLinkList ul li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#iPhoneLinkList ul li a.touched {
    background-color: blue;
    color: white;
}

#iPhonePageFooter {
	margin-top: 18px;
	margin-bottom: 2px;
}
