/*////////////////////////////*/
/*   HELP CONTENT WRAPPERS    */
/* provides a handle for styling content HTML tags without affecting other content on the page   */
 

#cs-content-col .cs-help-content-wrapper {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:.83em;
   		padding: 10px 3em 5em .7em;
		line-height:1.5em;
		overflow:hidden;
        }   
 
/*setting defaults for HTML tags in Help content modules*/
 
.cs-help-content-wrapper p,
.cs-help-content-wrapper link,
.cs-help-content-wrapper list,
.cs-help-content-wrapper li,
.cs-help-content-wrapper div,
.cs-help-content-wrapper pre {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        }

.cs-help-content-wrapper table,
.cs-help-content-wrapper tbody,
.cs-help-content-wrapper tr,
.cs-help-content-wrapper td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        font-size: .98em;
        }

.cs-help-content-wrapper th,
.cs-help-content-wrapper thead {
		line-height: 1.5em;
		font-weight:bold;
		font-size:1.1em;
		}

.cs-help-content-wrapper .sans,
.cs-help-content-wrapper h1 {
        color:#c60;
        font-size:1.2em;
        font-weight:bold;
        line-height:1.7em;
        }

.cs-help-content-wrapper h2 {
        font-weight:bold;
        font-size:1em;
        color:#c60;
        padding:1.3em .5em .25em 0;
        line-height:1.3em;
        }

.cs-help-content-wrapper h3 {
        font-weight:bold;
        font-size:1em;
        color:#000;
        padding:0 .5em .25em 0;
        line-height:1.3em;
        }

.cs-help-content-wrapper .cs-orange-head {
        font-weight:bold;
        font-size:1em;
        color:#c60;
        margin:0 0 0 0;
        padding:1.3em .5em .25em 0;
        line-height:1.3em;
        }

.cs-help-content-wrapper .small {
        font-size:.97em;
        line-height:1.9em;
        }

.cs-help-content-wrapper hr {
        border-bottom: 1px dashed #ccf;
        margin: 2em 0 2em 0;
        }

.cs-help-content-wrapper a,
.cs-help-content-wrapper a:active,
.cs-help-content-wrapper a:visited,
.cs-help-content-wrapper a:link,
.cs-help-related-links a {
        color:#069;
        text-decoration: underline;
        }

.cs-help-content-wrapper a:hover,
.cs-help-related-links a:hover {
        color: #c60;
        text-decoration:underline;
        border-bottom:none;
        }

.cs-digi-widget .cs-divider {
	margin:7px;
	padding:0;
}

/* Hide from IE5/Mac and target WinIE only \*/
* html div.cs-flexi-gradient-blue,
* html div.cs-flexi-top-g-blue,
* html div.cs-flexi-gradient-sand,
* html div.cs-wrapper,
* html div.cs-container-col {
        height:0;
        }       
* html div.cs-caret-list,
* html div.cs-double-caret-list,
* html div.cs-first-head-flexi,
* html div.cs-orange-head{
        height:0;
        word-wrap:break-word;
        }
* html div. cs-flexi-head {
        word-wrap:break-word;
        }
* html div.nav {
        width:97%; 
        }                       
* html div.cs-help-content-wrapper {
  width:99% !important;
  }   
/*   END OFHELP CONTENT WRAPPERS    */
 

