/* GLOBAL PAGE STYLES - SHOULD TYPICALLY REMOVE*/

/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/

a	{
 	 color: #003399;
         text-decoration: underline;
	}
        
a:hover	{
	 color: #3399FF;
         text-decoration: underline;
	}

a.ccbnTblLabelLnkComm:link {color: #FFFFFF;
         text-decoration: underline;}

a.ccbnTblLabelLnkComm:hover {color: #FFFFFF;
         text-decoration: underline;}

a.ccbnTblLabelLnkComm:visited {color: #FFFFFF;
         text-decoration: underline;}

/* GLOBAL PAGE STYLES - SHOULD TYPICALLY REMOVE */

/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/
/***********************************************/



/* ccbn table classes */
/* table styles don't appear to work in Netscape 4.7 */
/* removing them from my mock-up */


/* table OUTLINE */

.ccbnOutline {background-color: #FFFFFF;}
.ccbnOutlineChart {background-color: #FFFFFF;}
.ccbnOutlineQuote {background-color: #FFFFFF;}


/* ccbn Titles */
.ccbnTtl {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 14px;
		font-weight: bold;
		color: #45777B;
		}

.ccbnBgTtl {background-color: #FFFFFF;}

/* ccbn subTitles */
.ccbnSubTtl {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #45777B;
		}

.ccbnBgSubTtl {background-color: #FFFFFF;}

/* Defines a Label within a complex table or outside of a table */
.ccbnLabel {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #45777B;
		}

.ccbnBgLabel {background-color: #FFFFFF;}


/* ccbn Text Bold outside of Table structure */
.ccbnTxtBold {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		}
		
.ccbnBgTxtBold {background-color: #FFFFFF;}

/* ccbn SubText Bold outside of Table structure */
.ccbnTxtBoldSub {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        font-style: italic;
		}
		
.ccbnBgTxtBoldSub {background-color: #FFFFFF;}

/* ccbn Text outside of Table structure */
.ccbnTxt {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}
		
.ccbnBgTxt {background-color: #FFFFFF;}

/* ccbn subText */
.ccbnSubTxt {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: #666666;
		}
		
.ccbnBgSubTxt {background-color: #FFFFFF;}

/* ccbn Navigation */
.ccbnNav {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: #666666;
		}
		
.ccbnBgNav {background-color: #FFFFFF;}

/* ccbn Links */
.ccbnLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		}
		
.ccbnBgLnk {background-color: #FFFFFF;}

/* ccbn Links */
.ccbnSubLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		}
		
.ccbnBgSubLnk {background-color: #FFFFFF;}


/* ccbn Table Links */

.ccbnTblLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		}
		
.ccbnBgTblLnk {background-color: #FFFFFF;}

/* ccbn Table Bold Links */

.ccbnTblHighlightLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		}
		
.ccbnBgTblHighlightLnk {background-color: #cccccc;}


.ccbnTblSubLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		}
		
.ccbnBgTblSubLnk {background-color: #FFFFFF;}


/* Module Table Label Link */

.ccbnTblLabelLnk {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		}

.ccbnBgTblLabelLnk {background-color: #FFFFFF;}

/* ccbn Table Title */
.ccbnTblTtl {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		}
		
.ccbnBgTblTtl {background-color: #2A568C;}

/* ccbn Table SubTitle */
.ccbnTblSubTtl {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		}
		
.ccbnBgTblSubTtl {background-color: #2A568C;}

/* ccbn Table Label */
.ccbnTblLabelLeft {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		}
		
.ccbnBgTblLabelLeft {background-color: #FFFFFF;}

/* ccbn Table Label */
.ccbnTblLabelTop {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		}
		
.ccbnBgTblLabelTop {background-color: #FFFFFF;}






/* ccbn Table Text Odd  */
.ccbnTblOdd {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}
		
.ccbnBgTblOdd {background-color: #FFFFFF;}

/* ccbn Table Text Even */
.ccbnTblEven {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}
		
.ccbnBgTblEven {background-color: #FFFFFF;}

/* ccbn Table Text */
.ccbnTblTxt {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}
		
.ccbnBgTblTxt {background-color: #FFFFFF;}

/* ccbn Table Text Bold */
.ccbnTblTxtBold {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		}
		
.ccbnBgTblTxtBold {background-color: #FFFFFF;}


/* ccbn Table Text */
.ccbnTblHighlight {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		}
		
.ccbnBgTblHighlight {background-color: #CCCCCC;}

/* ccbn Table SubText*/
.ccbnTblSubTxt {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: #666666;
		}
.ccbnBgTblSubTxt {background-color: #FFFFFF;}

/* ccbn Disclaimer */

/* hard coded in XML needs to be called */
/* should match ccbnDisclaimer */
.modDisclaimer {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: #666666;
		}


.ccbnDisclaimer {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 10px;
		color: #666666;
		}
		
.ccbnBgDisclaimer {background-color: #FFFFFF;}


/* Required Text */

.ccbnRequired {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #FF0000;
		}

.ccbnBgRequired {background-color: #FFFFFF;}


/* ccbn Error */
.ccbnError {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #FF0000;
		}
		
		
.ccbnBgError {background-color: #FFFFFF;}

/* ccbn Confirm Bold */
.ccbnConfirmBold {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #FF0000;
		font-weight: bold;
		}
		
.ccbnBgConfirmBold {background-color: #FFFFFF;}

/* ccbn Negative Text */
.ccbnNeg {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #990000;
		}
		
.ccbnBgNeg {background-color: #990000;}

/* ccbn Positive Text */
.ccbnPos {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #009900;
		}
		
.ccbnBgPos {background-color: #009900;}

/* ccbn Select */
.ccbnSelect {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}
		
.ccbnBgSelect {background-color: #FFFFFF;}	

/* ccbn Input */
.ccbnInput {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #000000;
		}

.ccbnBgInput {background-color: #FFFFFF;}

/* ccbn Button */
.ccbnButton {
	background-color: #336699;
	font-family: arial,helvetica;
	font-size: 12px;
	color: #FFFFFF;
	}

.ccbnBgButton {background-color: #FFFFFF;}

	
/* Background for all Lines */
.ccbnBgLine {background-color: #000000;}

/* Background for all spacer rows */

.ccbnBgSpacer {background-color: #FFFFFF;}

/* Background for all Chart Image */

.ccbnBgChart {background-color: #CCCCCC;}

/* potential for Quote styles */

.ccbnPrice {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 14px;
		color: #335b96;
		font-weight: bold;
		}

.ccbnBgPrice {background-color: #FFFFFF;}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* x                   Enumerate                  x */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.ccbnEnumBodyBg 
{}

.ccbnEnumBg 
{background-color: #CCCCCC;}

.ccbnEnumBgLogo 
{background-color: #FFFFFF;}

.ccbnEnumHighlightLt 
{background-color: #FFFFFF;}

.ccbnEnumHighlight 
{background-color:#EFEFEF;}

.ccbnEnumShadow 
{background-color: #999999;}

.ccbnEnumShadowDk 
{background-color: #666666;}

.ccbnEnumTabLnk 
{font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-transform: uppercase;}
		         
a.ccbnEnumTabLnk:link 
{font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-transform: uppercase;
text-decoration: underline;}
			  	
a.ccbnEnumTabLnk:hover  
{text-decoration: none;}

a.ccbnEnumTabLnk:active 
{text-decoration: none;}

a.ccbnEnumTabLnk:visited 
{font-family: arial, helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-transform: uppercase;
text-decoration: underline;}

.ccbnEnumPeerListLnk 
{font-size:11px;}

.ccbnBgEnumTblEven 
{background-color:#EFEFEF;}

.ccbnEnumTxtEven   
{font-family:arial, verdana, helvetica, sans-serif;
font-size:11px;}


.ccbnBgEnumTblOdd  
{background-color:#FFFFFF;}

.ccbnEnumTxtOdd    
{font-family:arial, verdana, helvetica, sans-serif;
font-size:11px;}

.ccbnFixedTtl
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: black
}
.ccbnBgFixedsubTtl
{
    BACKGROUND-COLOR: #e5e5e5
}
.ccbnFixedSubTtlBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px
}
.ccbnFixedSubTtl
{
    FONT-SIZE: 10px
}
.ccbnFixedInput
{
    FONT-SIZE: 11px;
    WIDTH: 100px;
    FONT-FAMILY: Arial;
    HEIGHT: 19px
}
.ccbnFixedTabTxt
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cccccc
}
.ccbnFixedTabLnk
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cccccc
}
.ccbnFixedLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial
}
.ccbnFixedMenuSubTtl
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: black
}
.ccbnFixedMenuTtl
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: black
}
.ccbnBgFixedLogo
{
    BACKGROUND-COLOR: #cccccc
}

.ccbnheader
{		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 18px;
		
		color: #45777B;
		}
.ccbnTblLabelLnkComm
{
font-family: Arial, Helvetica, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
color: #FFFFFF;
		}

/* globally leveraged */
   /* ajax spinner */
   .ccbn-loading-placeholder{height:20px;background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/ajax-loader.gif) no-repeat 30px center;display:none;}

   /* print icon */
   .ccbn-print-link-inactive{display:none;}   
   .ccbn-print-page{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/toolkit_print_t.gif) no-repeat scroll 0 0;display:inline-block;padding-left:16px;}	
	
   /* social link icons */
   .ccbn-social-link-google{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/google.png) no-repeat scroll left center;}
   .ccbn-social-link-buzzup{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/buzzfeed.png) no-repeat scroll left center;}
   .ccbn-social-link-linkedin{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/linkedin.png) no-repeat scroll left center;}
   .ccbn-social-link-delicious{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/delicious.png) no-repeat scroll left center;}
   .ccbn-social-link-reddit{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/reddit.png) no-repeat scroll left center;}
   .ccbn-social-link-digg{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/digg.png) no-repeat scroll left center;}
   .ccbn-social-link-stumbleupon{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/stumbleupon.png) no-repeat scroll left center;}
   .ccbn-social-link-facebook{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/facebook.png) no-repeat scroll left center;}
   .ccbn-social-link-twitter{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/twitter.png) no-repeat scroll left center;}
   .ccbn-social-link-email{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/social-icons/icon-email.png) no-repeat scroll left center;}

   /* rss link icon */
   .ccbn-rss-link{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/toolkit_rss_t.gif) no-repeat scroll left center;display:inline-block;padding-left:18px;}
   /* more links */
   .ccbn-link-more{margin:0;padding:0;}
   .ccbn-link-more-text{float:left;padding-right:8px;}	
	
   /* css arrow pointing right*/
   .ccbn-arrow{width:0;height:0;line-height:0;border-width:1px;border-style:solid;margin-top:3px;float:left;margin-right:12px;}
      /* most browsers */
      .ccbn-arrow{border-top:4px dotted transparent;border-bottom:4px dotted transparent;border-left:4px solid #000000;border-right:0;}
      /* IE6 */
      .ccbn-arrow{_border-top-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink);}		
	

   /* documents */
   .ccbn-doc a{background-color:transparent;background-repeat:no-repeat;background-position:0 0;background-attachment:scroll;display:inline-block;min-height:16px;padding-left:24px;}
      /* multiple formats use an arrow indicator */
      .ccbn-doc-multi-item, .ccbn-doc-multi-sec{display:none;}
         .ccbn-doc-multi ul{display:none;}
            .ccbn-doc-multi a{padding-left:8px;}
               .ccbn-doc-multi-expanded ul, .ccbn-doc-multi-expanded .ccbn-loading-placeholder{display:block;}	
               .ccbn-doc-multi-expanded a{padding-left:6px;}
               .ccbn-doc-multi-expanded li a{padding-left:24px;}
               /* most browsers */
               .ccbn-doc-multi-expanded .ccbn-arrow{margin-top:5px;margin-right:11px;border-left:4px dotted transparent;border-right:4px dotted transparent;border-top:4px solid #000000;border-bottom:0;}
               /* IE6 */
               .ccbn-doc-multi-expanded .ccbn-arrow{_border-left-color:pink;_border-bottom-color:pink;_border-right-color:pink;_filter:chroma(color=pink);}
      /* document icons */
      .ccbn-doc-pdf a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/md_pdf.gif);background-position:0 0;}
      .ccbn-doc-doc a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/md_doc.gif);background-position:0 0;}
      .ccbn-doc-xls a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/md_xls.gif);background-position:0 0;}
      .ccbn-doc-ppt a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/md_ppt.gif);background-position:0 0;}
      .ccbn-doc-html a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/HTML_small.gif);background-position:0 0;}
      .ccbn-doc-txt a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/PlainText_small.gif);background-position:0 0;}
      .ccbn-doc-wks a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/Lotus_small.gif);background-position:0 0;}
      .ccbn-doc-mob a{background-image:url(http://media.corporate-ir.net/media_files/priv/CCBN/event_help/icons/Mobular_small.gif);background-position:0 0;}
      .ccbn-doc-xbrl a{background-image:url(http://media.corporate-ir.net/media_files/priv/ccbn/event_help/smalldownload/xbrl.gif);background-position:0 0;}
      .ccbn-doc-other a{background-image:url(http://media.corporate-ir.net/media_files/priv/ccbn/event_help/icons/other.gif);background-position:0 0;}
      .ccbn-doc-win a{background-image:url(http://media.corporate-ir.net/media_files/priv/ccbn/event_help/icons/md_win.gif);background-position:0 0;}
      .ccbn-doc-mov a{background-image:url(http://media.corporate-ir.net/media_files/priv/ccbn/event_help/icons/md_quicktime.gif);background-position:0 0;}
      .ccbn-doc-ram a{background-image:url(http://media.corporate-ir.net/media_files/priv/ccbn/event_help/icons/md_real.gif);background-position:0 0;}
		
   /* new window icon */
   .ccbn-new-window a, a.ccbn-new-window{background:transparent url(http://media.corporate-ir.net/media_files/irol/global_images/icon-open-window.gif) no-repeat scroll right 0;display:inline-block;min-height:16px;padding-right:24px;}		

/* stock quote dl */
.ccbn-stock-quote p{clear:both;margin:0;}
   .ccbn-dl-quote{margin:0;padding:0;}
      .ccbn-dl-quote dt{clear:left;float:left;margin:0;padding:0;width:40%;}
      .ccbn-dl-quote dd{float:left;margin:0;padding:0;width:50%;}
		
/* recent sec */
.ccbn-sec-recent-filters{list-style:none;padding:0;margin:0;display:none;}
   .ccbn-sec-recent-filters li{display:inline;float:left;margin:0 4px 0 0 !important;}
      .ccbn-sec-recent-filters li a{float:left;padding:3px;text-decoration:none;}
      .ccbn-sec-recent-filters .ccbn-current-filter a{background:#333333;color:#FFFFFF;}
.ccbn-sec-recent-groups{clear:both}
      .ccbn-sec-recent-group{display:none;padding:5px 0}
      .ccbn-sec-recent-group-active{display:block;}
         .ccbn-sec-recent-group ul{list-style:none;padding:0;margin:0;}
            .ccbn-sec-recent-group ul li{margin:0 0 10px 0;padding:0;}
				.ccbn-content-secondary .ccbn-sec-recent-group ul li.ccbn-last{margin:0;padding:0;}
			
/* recent news */
.ccbn-news ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;}
   .ccbn-news ul li{margin:0 0 10px;padding:0;}
	
/* embedded player */
.ccbn-embedded-player-container{margin-bottom:10px;width:100%;display:none;}
.ccbn-embedded-player-480{width:480px;height:295px;margin:0 auto;clear:both;}
.ccbn-embedded-player-560{width:560px;height:340px;margin:0 auto;clear:both;}
.ccbn-embedded-player-640{width:640px;height:385px;margin:0 auto;clear:both;}
.ccbn-embedded-player-853{width:853px;height:505px;margin:0 auto;clear:both;}	
.ccbn-embedded-player-popup{float:right;}

/* toolbar and tool content */
.ccbn-tools{border-bottom:1px solid #E6E6E6;margin-bottom:10px;display:none;}
   /* toolbar */
   .ccbn-nav-toolbar{border-top:1px solid #E6E6E6;list-style:none;margin:10px 0 0;padding:0;clear:both;}
      .ccbn-nav-toolbar li{border-right:1px solid #EEEEEE;float:left;padding:0;margin:0 !important;}
      .ccbn-nav-toolbar li.ccbn-last{border-right:none;}
         .ccbn-nav-toolbar li a{float:left;padding:5px 10px;text-decoration:none;}
         .ccbn-nav-toolbar li a:hover{background-color:#FAFAFA;color:#333333;}
         .ccbn-nav-toolbar li.ccbn-nav-toolbar-active a{background:#E0E1E2;color:#000;}

   /* tool content*/
   .ccbn-tools-content{background:#EFEFF0 url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/bg-toolbar-content-gradient.png) repeat-x scroll 0 0;}
      .ccbn-tools-content h3{font-size:12px;padding-left:40px;margin:0;line-height:16px;}
      .ccbn-tools-content h4{font-size:11px;font-weight:bold;margin:0 0 10px 0;}
      .ccbn-tools-content p{font-size:11px;margin-bottom:10px;}	
         .ccbn-tools-content-header{float:left;padding-bottom:40px;width:20%;}
         .ccbn-tools-content-instructions{float:right;width:30%;}
         .ccbn-tools-content-main{float:left;padding-left:3%;width:45%;}
		 
/* tabs and content area */
   /* tabs */
   .ccbn-tabs-nav{margin:0;padding:5px 5px 0;background:#E4E4E5 url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/bg-graygrad.png) repeat-x scroll center bottom;clear:both;}
      .ccbn-tabs-nav li{list-style:none;margin:0 !important;padding:0 5px 0 0;float:left;font-size:12px;}
         .ccbn-tabs-nav li a{float:left;cursor:pointer;padding:5px 10px;background:#FBFBFB url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/bg-lightgraygrad.png) repeat-x scroll center bottom;text-decoration:none;}
         .ccbn-tabs-nav li.ccbn-tab-active a{color:#000000;font-weight:bold;background:#FFFFFF none repeat scroll 0 0;border-bottom:3px solid #FFFFFF;}
   /* Content */
   .ccbn-tab-content-area{padding:10px 0 10px 15px;}
   .ccbn-tab-content-inactive, .ccbn-tab-inactive{display:none;}		

/* right rail */
.ccbn-content-secondary{float:right;padding:10px 15px 10px 20px;width:200px; font-size:10px;}
   .ccbn-content-secondary-container{margin-bottom:20px;}
   
/* accordion */
.ccbn-accordion{margin:0;padding:0;display:none;}
	.ccbn-accordion-item{list-style:none;margin:0; padding:0;border-top:1px solid #E6E6E6;}
		.ccbn-accordion-item-link{padding:5px 7px; width:185px; display:inline-block;font-weight:bold;text-decoration:none;background:#ffffff;}
			.ccbn-accordion-item-link:hover{background-color:#FAFAFA;color:#333333;}		
			.ccbn-accordion-item-active a.ccbn-accordion-item-link, .ccbn-accordion-item-active a.ccbn-accordion-item-link:hover{background:#E0E1E2;color:#000000;}
			/* most browsers */
			.ccbn-accordion-item-active a.ccbn-accordion-item-link .ccbn-arrow{margin-top:5px;margin-right:11px;border-left:4px dotted transparent;border-right:4px dotted transparent;border-top:4px solid #000000;border-bottom:0;}
			/* IE6 */
			.ccbn-accordion-item-active a.ccbn-accordion-item-link .ccbn-arrow{  _border-left-color:pink; _border-bottom-color:pink; _border-right-color:pink; _filter:chroma(color=pink);}   
		.ccbn-accordion li.ccbn-last{border-bottom:1px solid #E6E6E6;}
	.ccbn-accordion-item-active {background:#E0E1E2;}		
.ccbn-accordion-content{display:none;background:#EFEFF0 url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/bg-toolbar-content-gradient.png) repeat-x scroll 0 0;padding:0 10px 5px;}
	.ccbn-accordion-content li.ccbn-last{border-bottom:none;}

/* css hacks to ensure proper layout is maintained */
.ccbn-tabs-nav:after,.ccbn-nav-toolbar:after, .ccbn-link-more:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
/*IE browsers need this part*/
.ccbn-tabs-nav, .ccbn-nav-toolbar, .ccbn-link-more{zoom:1;_height:1%;}   
		 
/* earnings release */
   /* event title and date section */
      .ccbn-event-heading h2{ font-size:19px;margin-bottom:0 !important}
               .ccbn-event-heading h2 a {background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/icon-earnings-release-32.gif) no-repeat scroll 0 0; padding-left:38px; padding-left:38px; display:block;height:30px!important;font-size:17px;}
           .ccbn-event-heading p{padding-left:38px;margin-top:0 !important}
   /* tool content*/
   .ccbn-tools-content #ccbn-share-page, .ccbn-tools-content #ccbn-rss-subscriptions, .ccbn-tools-content #ccbn-email-subscriptions{display:none;padding:20px;}
   #ccbn-share-page .ccbn-tools-content-header{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/icon-share-32.gif) no-repeat scroll 0 0;}
   #ccbn-rss-subscriptions .ccbn-tools-content-header{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/icon-rss-32.gif) no-repeat scroll 0 0;}
   #ccbn-email-subscriptions .ccbn-tools-content-header{background:transparent url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/icon-alerts-44.gif) no-repeat scroll 0 0;}
			
   /* share */
   #ccbn-share-page .ccbn-tools-content-main ul {margin:0}
      #ccbn-share-page .ccbn-tools-content-main ul li{float:left;margin:0 0 8px 0;padding-right:4%;width:45%;list-style:none;}
         #ccbn-share-page .ccbn-tools-content-main ul li a{display:block;padding-left:20px;}
			
   /* rss */
   #ccbn-rss-subscriptions .ccbn-rss-group{float:left;padding-right:3%;width:45%;}
   #ccbn-rss-subscriptions .ccbn-rss-group ul{margin:0 0 10px;padding:0;}
      #ccbn-rss-subscriptions .ccbn-rss-group li{font-size:11px;margin-bottom:5px;list-style:none;}		
			
   /* email subscriptions*/
   .ccbn-tools-content #ccbn-email-subscriptions h3{padding-left:50px;}
   #ccbn-email-subscriptions .ccbn-tools-content-main label{display:block;font-size:11px;}
   #ccbn-email-subscriptions .ccbn-tools-content-main .ccbnInput input{display:block;margin-bottom:8px;width:80%;}

   /* event downloads */
   .ccbn-event-downloads{margin:0;padding:0;}
      .ccbn-event-downloads li{list-style:none;margin:0 !important;padding:3px 0;border-bottom:1px solid #E6E6E6;}
      .ccbn-event-downloads li.ccbn-last{border-bottom:none;}
         .ccbn-event-downloads-encodings{margin-left:24px;padding:0;}
            .ccbn-event-downloads-encodings a{text-transform:uppercase;}
   /* related links */
   .ccbn-related-links{margin:0;padding:0;}
      .ccbn-related-links li{list-style:none;margin:0 !important;padding:3px 0;border-bottom:1px solid #E6E6E6;}
         .ccbn-related-links li a{background:transparent url(http://media.corporate-ir.net/media_files/irol/global_images/icon-open-window.gif) no-repeat scroll right 0;
	display:inline-block;min-height:16px;padding-right:24px;}
	 .ccbn-related-links li.ccbn-last{border-bottom:none;}

   /* css hacks to ensure proper layout is maintained */
   #ccbn-share-page:after, #ccbn-rss-subscriptions:after, #ccbn-email-subscriptions:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
   /*IE browsers need this part*/
   #ccbn-share-page, #ccbn-rss-subscriptions, #ccbn-email-subscriptions{zoom:1;_height:1%;}

/* Release Publishing Styles V1 */
td.hugin_border_none_top{border:none}
td.hugin_border_none_right{border:none}
td.hugin_border_none_left{border:none}
td.hugin_border_none_bottom{border:none}
td.hugin_border_top{border-top:1px solid #000}
td.hugin_border_right{border-right:1px solid #000}
td.hugin_border_bottom{border-bottom:1px solid #000}
td.hugin_border_left{border-left:1px solid #000}
#div_with_clipping_code_id {display:none}

/* Capsule Tab Layout Reset Styles */
    .ccbn-print-page {margin-bottom: 10px !important;}
    .ccbn-content-secondary{float:none !important;padding:10px 10px 0 0;width:100%;}
    .ccbn-content-secondary-container{margin-bottom:0 !important; font-size:12px;}
    #ccbn-related-downloads h2, #ccbn-related-links h2, #ccbn-stock-quote h2, #ccbn-sec-recent h2, #ccbn-news h2 {background:#EFEFF0 url(http://media.corporate-ir.net/media_files/IROL/global_images/earnings-release/bg-toolbar-content-gradient.png) repeat-x scroll 0 0;padding: 8px; font-size:15px; }
    #ccbn-sec-recent h2, #ccbn-news h2 {margin-top:25px !important;}
    .ccbn-dl-quote dt{width:200px;}

a,td,p,div,span{font-family: arial, helvetica, sans-serif; font-size:12px;color: #69695D;}
.ccbn-content-secondary-container h2 {font-size:14px;}
