/* Remove unwanted elements */
#header, #footer, #sidebar, .noprint, #breadcrumbs, #toolbar, #masthead,
ul.tabset, div.tooltip, .box-top, .box-bottom {
	display: none;
}
#main_inner {
	padding-top: 0;
}

/* Ensure the content spans the full width */
#content {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* override inline styles (re-enable this to make all tab content display)
#content .tab-container[style]{
	display:block !important;
}
*/
div {
	overflow: visible !important;
}
#wireless-apps .three-cols .column {
	width: 32%;
}
/* Improve colour contrast of links */
a:link, a:visited {
	color: #781351;
}
table {
	border: solid 1px #CCC;
}
form table {
	border: none;
}


.nonprintable {
	display: none !important;
}

.printonlyblock {
	display: block !important;
}

.printonlyinline {
	display: inline !important;
}

.edittable td.required {
	font-weight: normal;
	color: black;
}
.edittable .titleRow td {
	border-top: 1px solid black;
}
