/*****************************************************************************
* techsupport.css
* Formerly known as: smbsupport.css
* 
* Written by: hrobinso July? 2004
* Copyright Cisco Systems, Inc., All Rights Reserved
*****************************************************************************/

/* search title */
.searchtitle {
   	font-size: 11px;
   	color: #666666;
	font-weight: bold;
}

/* big gray title in the banner */
.bannertitle {
	font-size: 20px;
	color: #9c9c9c;
	font-weight: bold;
}


/* big gray title in the banner */
.bannersubtitle {
	font-size: 11px;
}

/* big gray title in the banner */
.bannertitlehome {
	font-size: 22px;
	color: #666666;
	font-weight: bold;
}

/* feedback padding */
.feedbackbox {
	padding-left: 5px;
	padding-top: 5px;
}

/* add left-hand indentation to main body lists for SMBSA project.
*  This should also work for nested indents. */
.sitecopy .table-column-right UL,
.sitecopy .table-column-right OL {
	padding-left: 20px;
}

/* add padding to contents of tables (there was none; tables in 
* table-column-right are not supported by sitecopy) */
.sitecopy .table-column-right TD P {
	padding: 2px 5px 2px 5px;
}

/* nullify display:block effect of sitecopy stylesheet on PRE text */
.sitecopy BLOCKQUOTE PRE,
.sitecopy .table-column-right TD PRE {
	display: ;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

