/*
 * $Revision: 1.3 $
 *
 * pilot/c00v0/c00v0.css: Provides classes for pilot component C00v0
 *   - c00v0-pilot: SiteCopy 'item' replacement, overrides to CLB
 *
 * (c) 1992-2010 Cisco Systems, Inc. All rights reserved.
 * Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
 */

/*
*************************************************************
c00v0-pilot - SiteCopy 'item' replacement, overrides to CLB
*************************************************************
*/

/* box */
.c00v0-pilot,
.clb .c00v0-pilot { /* second selector is for nesting c00v0 */
    font-size: 11px;
	position: relative; 
	border: 1px solid #ccc;
	padding: 12px;
	zoom:1;
	clear:both;
}

/* IE6 silliness */
* html body .c00v0-pilot {
	padding: 12px 12px 12px 12px;
}

/* Palettes */
.pal-0,
.pal-1 .pal-0,
.pal-2 .pal-0,
.pal-3 .pal-0,
	background-color: #fff;
}
.pal-0 h4,
.pal-1 .pal-0 h4,
.pal-2 .pal-0 h4,
.pal-3 .pal-0 h4,
	background-color: #fff; 
	color: #666;
	padding: 4px 8px 4px 8px;
	margin: -12px -12px 8px -12px;
}

.pal-1,
.pal-0 .pal-1,
.pal-2 .pal-1,
.pal-3 .pal-1 {
	background-color: #fff;
}
.pal-1 h4,
.pal-0 .pal-1 h4,
.pal-2 .pal-1 h4,
.pal-3 .pal-1 h4 {
	background-color: #eee; 
	color: #666;
	padding: 4px 8px 4px 8px;
	margin: -12px -12px 8px -12px;
}

.pal-2,
.pal-0 .pal-2,
.pal-1 .pal-2,
.pal-3 .pal-2 {
	background-color: #eee;
}
.pal-2 h4,
.pal-0 .pal-2 h4,
.pal-1 .pal-2 h4,
.pal-3 .pal-2 h4 {
	background-color: #999;
	color: #fff;
	padding: 4px 8px 4px 8px;
	margin: -12px -12px 8px -12px;
}

.pal-3,
.pal-0 .pal-3,
.pal-1 .pal-3,
.pal-2 .pal-3 {
	background-color: #eaeff2;
}
.pal-3 h4,
.pal-0 .pal-3 h4,
.pal-1 .pal-3 h4,
.pal-2 .pal-3 h4 {
	background-color: #c5d7e1;
	color: #666;
	padding: 4px 8px 4px 8px;
	margin: -12px -12px 8px -12px;
}

/* compact settings for sitecopy support */
.c00v0-pilot ul.compact,
.c00v0-pilot ol.compact {
        padding: 0px 0px 0px 0px;
        margin-top: 0;
        margin-bottom: 0;
}

.c00v0-pilot ul.compact li:last-child,
.c00v0-pilot ul.compact-no-bullets li:last-child,
.c00v0-pilot ol.compact li:last-child {
	margin-bottom: 0;
}

.c00v0-pilot p.compact {
	margin-bottom: 0;
}

/* no-bullets settings for sitecopy support */
.c00v0-pilot ul.no-bullets {
	list-style-type: none;
	padding: 0;
        margin: 0;
}

.c00v0-pilot ul.compact-no-bullets { /* oh joy */
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.c00v0-pilot ul.no-bullets li,
.c00v0-pilot ul.compact-no-bullets li {
	margin: 0px 0px 4px 0px;
        line-height: 12px;
}

/*
 * =================================================================================
 * Start rounded/square corners and no-borders
 *
 */

.c00v0-pilot .ctl, 
.c00v0-pilot .ctr, 
.c00v0-pilot .cbl, 
.c00v0-pilot .cbr {
	display:block;
	height:4px;
	width:4px;
	position:absolute;
	background:url('/web/fw/i/4px_corners_ccc.gif') no-repeat 0 0;
	line-height:4px;
	font-size: 0%;
}

.c00v0-pilot .ctl {
	top: -1px;
	left:-1px;
}
.c00v0-pilot .ctr {
	top: -1px;
	right: -1px;
	background-position: 0px -4px;
}
.c00v0-pilot .cbl {
	bottom: -1px;
	*bottom: -2px;
	left: -1px;
	background-position: 0px -12px;
}
.c00v0-pilot .cbr {
	bottom:-1px;
	*bottom:-2px;
	right:-1px;
	background-position: 0px -8px;
}

/* Note: using child selector, sadly in IE6 nested c00v0 will have square corners... */
.no-corners>.ctl,
.no-corners>.ctr,
.no-corners>.cbl,
.no-corners>.cbr {
	visibility:hidden;
}

.no-border>.ctl,
.no-border>.ctr,
.no-border>.cbl,
.no-border>.cbr  {
	visibility:hidden;
}

/* Now help out poor brain-damaged IE6... */
.no-corners .ctl,
.no-corners .ctr,
.no-corners .cbl,
.no-corners .cbr {
	_visibility:hidden;
}

.no-border .ctl,
.no-border .ctr,
.no-border .cbl,
.no-border .cbr  {
	_visibility:hidden;
}

.no-border,
.clb .no-border {
	border: 0px;
	/* TODO: should padding be zeroed? */
}

/*
 * End rounded/square corners and no-borders
 * =================================================================================
 */

/* the following were in Christian's prototype */
.c00v0-pilot h1, .c00v0-pilot h2 {
    margin-bottom: 0.4em;
}
.c00v0-pilot h4 {
    font-size: 11px;
    line-height: 1.0em;
}
.c00v0-pilot p {
    font-size: 11px;
    line-height: 1.273;
    margin-bottom: 0.5em;
}

.c00v0-pilot li {
    font-size: 11px;
    line-height: 1.273;
}

.c00v0-pilot hr {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	height: 1px;
	background-color: #cccccc;
	color: #cccccc;
}

.c00v0-pilot table td {
	vertical-align: top;	
}
