/*
c19v1.css - Contains classes integrated out of rc-accordion.css and components.css
$Revision: 1.1.2.34 $
(c) 1992-2008 Cisco Systems, Inc. All rights reserved. 
Terms and Conditions: http://cisco.com/en/US/swassets/sw293/sitewide_important_notices.html
*/

/*****************************************
Styles for the Accordion Use Case
*****************************************/

/* Default class */
.c19v1 { 
    color:#666;
	border:1px solid #ccc;
	%font-size:x-small;
}

/* Styles for the background image for the inactive tabs */
.c19v1 .acc-panel {
    background:#CED6D9 url(/web/fw/w/cl/c19v1/inactive_bg.jpg) repeat-x scroll 0 0;
    _margin-right:-1px;
}

/* Styles for bottom spacing between items in content */
.c19v1 li {
   padding-bottom:1px;
}
.c19v1 h2{
font-size:110%;
%font-size:140%;
}
.c19v1 ul,.c19v1 ul li{
	margin:0;
	padding:0;
}
.c19v1 li a{
	%font-size:130%;
}
.c19v1 .acc-content ul li a{
	%font-size:100%;
}

.c19v1 ul ul{
	margin:0;	
}
/* Styles describing the item in the content */
.c19v1 .chevron  li {
    background:url(/web/fw/w/cl/c19v1/chevrons.gif) left 4px no-repeat;
    list-style-image:none ;
    list-style-position:outside;
    list-style-type:none;
    padding-left:9px;
    font-weight:bold;
	margin-left:0;
}

/*Styles for the links in the content */
.c19v1 .chevron li a{
    text-decoration:none;
    color:#2F6681;
}

/* Anchor links styles on hover */
#c19v1 ul.chevron li a:hover,.c19v1 .acc-header:hover{
	text-decoration:none !important;
}

.c19v1 .no-bullet li{ /* Styles for the list with no bullets sub menu in the test case */
    list-style-image:none;
    list-style-type:none;
    font-weight:normal;
    background:none;
	margin-left:0;
}

.c19v1 .image-list{/* Styles for the list items with linked images */
   list-style-image:none;
   list-style-type:none;  
   margin-left:0px;
}

.c19v1 .image-list li{
	margin-left:0;
}

.c19v1 .image-list a p{
	text-decoration:underline;
}

/* Styles for the content alignment in the tab */
.c19v1 .acc-content {
    margin:0;
    padding:9px 12px 16px;
}

/* Styles for h2 sub heading */
.c19v1 h2.acc-title {
    background: #fff;
    margin: 0;
    padding: 7px 11px 6px 11px;
}

/* Styles for background image for the active tab  */
.c19v1 .acc-active {
    background:#ebebeb url(/web/fw/w/cl/c19v1/active_bg.jpg) repeat-x scroll 0 0;
}

/* Styles for the accordion header text anchor */
.c19v1 a.acc-header {
    cursor:pointer;
    display:block;
    overflow:hidden;
    padding:4px 11px;
    text-decoration:none;
	word-break:break-all;
}

.c19v1 .acc-header h4{
   font-weight:bold;
   %font-size:100%;
} 

.c19v1 a.acc-header:hover {
    text-decoration:none;
}

/* Styles for the arrow image in the active tab */
.c19v1 a.acc-arrow-active {
    background:transparent url(/web/fw/w/cl/c19v1/acc-arrow-down.gif) no-repeat scroll 10px 6px;
    padding-left:27px;
}

/* Styles for the arrow image in the inactive tab */
.c19v1 a.acc-arrow {
    background:transparent url(/web/fw/w/cl/c19v1/acc-arrow-right.gif) no-repeat scroll 10px 6px;
    padding-left:27px;

}

/* Styles for the content area in the active tab  */
.c19v1 .acc-overlay {
    background:#fff none repeat scroll 0 0;
    border-bottom:1px solid #fff;
    border-top:1px solid #ccc;
    display:block;
    overflow:auto;
}

.c19v1 .acc-content h2{
 %margin-top:-2px;
}

 /*changed for fixing the c19v1 issue*/

.c19v1 .acc-content hr{
	background-color:#8F8F8F !important;	
	color:#8F8F8F !important;
	height:1px;
	border-top:1px solid;
	border-bottom:0;
}


/* Overrides for sitecopy */

.sitecopy .c19v1{
	%font-size:90%;
}
.sitecopy .c19v1 .chevron li{
    margin-bottom:1px;
	%margin-bottom:3px;
} 
.sitecopy .c19v1 .chevron li a{
	 font-weight:bold;
	 %font-size:90%;
} 
.sitecopy .c19v1 .chevron li .no-bullet a{
	font-weight:normal;
}
.sitecopy .c19v1 .acc-content h2{
  color:#666 !important; 
  font-size:105% !important;
  %font-size:120%;
  margin:7px 0 0 2px;
  %margin:-2px 0 0 0;  
}
.sitecopy .clb.c19v1 .acc-header{
	font-size:100% !important;
}
.sitecopy .c19v1 .acc-header h4{
	%font-size:90% !important;
}

