@charset "utf-8";
/* CSS Document */

/*Skin Style Sheet Notes for [JOB NAME]

version:   		1.0
author:    		StormID
email:    		info@stormid.com
website:   		http://www.[THESITE].com/

last updated:	15/10/2009

Basic Color Palette

primary-color:
secondary-color:
titles-color:
font-color:
link:
link-hover:
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body {
	font-family: "lucida Sans", Arial, Helvetica, sans-serif;
	margin:5px 0 0 0;
}
/* Basic Positional Holders Starts */

.container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

.hd.print  {
	display:none;
}


.ft {
	background:#FFFFFF url(../images/branding/bg-ft.jpg) no-repeat scroll left top;
	height:103px;
	margin:20px 0 0 0;
}
h1 {
	/*22px equivalent*/
	font-size:167%;
	color:#000;
}
h2 {
	/*18px equivalent*/
	font-size:123.1%;
	font-weight:bold;
	color:#3E7973;
	padding:0 0 10px 0;
	margin:10px 0;
	border-bottom:1px dotted #ccc;
}
h3 {
	/*14px  equivalent*/
	font-size:108%;
}
h4 {
	/*11px  equivalent*/
	font-size:85%;
	background-color: #DDDDDD;
	padding:5px;
	color:#000;
}
h1, h2, h3, h4 {
	/* top &amp; bottom margin based on font size */
	margin:10px 0;
}
h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}
p {
	/* Sets equivalant of 12px */
	font-size:93%;
	line-height:130%;
	margin-bottom:1em;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
strong, b {
	/*bringing bold back to the strong and b elements*/
	font-weight:bold;
}
.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin:4px 0;
}

blockquote {
	/*callout text holder default styling*/
	border-bottom:1px solid #ccc;
	border-top:10px solid #ccc;
	display:block;
	float:left;
	margin:10px 20px 20px 0;
	padding:10px 0;
	width:220px;
	display:block;
}

blockquote p {
	/*callout text default styling*/
	color:#666666;
	display:block;
	float:left;
	font-size:130%;
	line-height:140%;
	margin:0 15px 5px;
	padding:0 !important;
}

.clear {
	clear:both;
	float:none;
}

.nt {
	border-bottom:1px solid #FFFFFF;
	color:#3E7973;
	font-size:77%;
	height:20px;
	line-height:20px;
}
.nt ul {
	float:right;
	margin:0;
	padding:0 10px;
}

.nt ul li {
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0;
	list-style-type:none;
}

.nt ul li a {
	color:#3E7973;
	margin:0 0 0 2px;
	padding:0 0;
	text-decoration:none;
}

.nt ul li  a:hover {
	color:#7CA4A0;
	text-decoration:underline;
}

.branding {
	
}
.hd .logo {
	float:left;
	height:110px;
}
.hd .contact {
	float:right;
	padding:20px 60px 0 0;
}
.logo a {
	display:block;
	font-size:77%;
	height:100px;
	margin:0;
	position:relative;
	width:300px;
	color:#fff;
	

}
.logo a span {
	background:#FFFFFF url(../images/branding/bg-logo-strapline.gif) no-repeat scroll left top;
	display:block;
	height:100%;
	position:absolute;
	width:350px;
}
.np {
	background-image:url(../images/navigation/global-nav.jpg);
	background-repeat:no-repeat;
	clear:both;
	height:40px;
	margin-bottom:10px;
	position:relative;
	width:900px;
}
.np ul.globalnav {
	margin:0px;
	width:794px;
	height:40px;
	padding:0 0 0 56px;
}
.np ul.globalnav {
}
.np .globalnav li {
	display:inline;
	margin:0px;
	padding:0px;
}
.np .globalnav li a {
	background-image:url(../images/navigation/global-nav.jpg);
	background-repeat:no-repeat;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:40px;
}
.np .globalnav li.home a {
	background-position:-56px 0;
	width:78px;
}

.np .globalnav li.home a:hover {
	background-position:-56px -40px;
}

.np .globalnav li.home a.selected {
	background-position:-56px -40px;
}


.np .globalnav li.courses a {
	background-position:-184px 0;
	width:92px;
}

.np .globalnav li.courses a:hover  {
	background-position:-184px -40px;
}

.np .globalnav li.courses a.selected  {
	background-position:-184px -40px;
}

.np .globalnav li.learner a {
	background-position:-276px 0;
	width:178px;
}

.np .globalnav li.learner a:hover {
	background-position:-276px -40px;
}

.np .globalnav li.learner a.selected {
	background-position:-276px -40px;
}

.np .globalnav li.curriculum a {
	background-position:-456px 0;
	width:193px;
}

.np .globalnav li.curriculum a:hover {
	background-position:-456px -40px;
}

.np .globalnav li.curriculum a.selected {
	background-position:-456px -40px;
}

.np .globalnav li.marketing a {
	background-position:-649px 0;
	width:164px;
}

.np .globalnav li.marketing a:hover {
	background-position:-649px -40px;
}

.np .globalnav li.marketing a.selected {
	background-position:-649px -40px;
}

.np .globalnav li.channel1 a {
	background-position:-134px 0;
	width:92px;
}

.np .globalnav li.channel1 a:hover  {
	background-position:-134px -40px;
}

.np .globalnav li.channel1 a.selected  {
	background-position:-134px -40px;
}

.np .globalnav li.channel2 a {
	background-position:-226px 0;
	width:160px;
}

.np .globalnav li.channel2 a:hover {
	background-position:-226px -40px;
}

.np .globalnav li.channel2 a.selected {
	background-position:-226px -40px;
}

.np .globalnav li.channel3 a {
	background-position:-387px 0;
	width:193px;
}

.np .globalnav li.channel3 a:hover {
	background-position:-387px -40px;
}

.np .globalnav li.channel3 a.selected {
	background-position:-387px -40px;
}

.np .globalnav li.channel4 a {
	background-position:-580px 0;
	width:164px;
}

.np .globalnav li.channel4 a:hover {
	background-position:-580px -40px;
}

.np .globalnav li.channel4 a.selected {
	background-position:-580px -40px;
}

.np .globalnav li.channel5 a {
	background-position:-740px 0;
	width:90px;
}

.np .globalnav li.channel5 a:hover {
	background-position:-740px -40px;
}

.np .globalnav li.channel5 a.selected {
	background-position:-740px -40px;
}

.nb {
	color:#999999;
	font-size:85%;
	margin:0;
}
.nb ul {
	float:left;
	margin:0;
	padding:0;
}
.nb ul li {
	display:inline;
	float:left;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0 0 0 10px;
}
.nb ul li a {
	background:transparent url(../images/navigation/bg-nbc-li.png) no-repeat scroll right center;
	margin:0 0 0 0;
	padding:0 15px 0 0;
	color:#999;
}
.nb ul li a:hover {
	text-decoration:underline;
	color:#000;
}






/* Footer links Styles Start */

.ft-links {
	margin:20px 0 0 80px;
	color:#fff;
	font-family:Arial;
	font-size:85%;
}
.ft-links span {
	display:block;
}
.ft-links ul {
	float:left;
	margin:0;
	padding:0;
}
.ft-links ul li {
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
	margin:0 10px 0 0;
	padding:0;
}
.ft-links ul li a {
	color:#fff;
	text-decoration:none;
}
.ft-links ul li a:hover {
	color:#ccc;
	text-decoration:underline;
}
/* Footer links Styles Start */


/* Navigate Tools Styles Start */
.tools {
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
}
.tools ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px 10px 0;
	margin:0px;
}
.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
.tools ul li a {
	float:left;
	color:#fff;
	font-size:77%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}
.tools ul li a.top {
	float:right;
}
.tools ul li a:hover {
	color:#ccc;
	text-decoration:none;
}
.tools ul li a.print span.icon, .tools ul li a.top span.icon, .tools ul li a.refer span.icon, .tools ul li a.bookmark span.icon, .tools ul li a.chat span.icon, .tools ul li a.email span.icon {
	display:block;
	height:16px;
	width:16px;
	margin:0px 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);
	_background-image:url(../images/icons/sprite-icons-ie6.jpg);
}
.tools ul li a.print span.icon {
	background-position:-48px 0;
}
.tools ul li a.top span.icon {
	background-position:-64px 0;
}
.tools ul li a.email span.icon {
	background-position:-80px 0;
}
.tools ul li a.refer span.icon {
	background-position:-192px 0;
}
.tools ul li a.bookmark span.icon {
	background-position:-176px 0;
}
.tools ul li a.chat span.icon {
	background-position:-144px 0;
}
/* Homepage layout starts */

.bd {
	background-image: url(../images/branding/bg_content.jpg); 
	background-repeat:no-repeat;
	background-position:0 0;
	padding:5px 0 0 0;
}

.home_col_one {
	float:left;
	width:550px;
}

.home_col_two {
	width:350px;
	float:right;
}

.about_ics {
	background-image: url(../images/common/bg_about.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:115px;
	padding:15px 0 0 0;
}

.about_ics h3 {
	color:#3E7973;
	font-size:123.1%;
	margin:0 0 10px 0;
	display:block;
	
}

.about_ics p {
	color:#999;
	font-size:93%;
	display:block;
	width:260px;
}

.nuggets .col {
	float:left;
	margin:0 0 18px 0;
}

.services {
	background-image: url(../images/common/bg-services.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:130px;
	padding:13px 0 0 18px;
	margin:0 0 12px 0;
}

.services h3, .brochure h3 {
	display:block;
	margin:0px;
	font-size:123.1%;
	color:#515151;
	font-family:"Segoe UI";
	margin:0 0 10px 0;
}

.services ul 
{
	margin:0 0 4px 0;
}

.services ul li  {
	list-style-type:none;
	display:block;
	margin:5px 0;
}

.services ul li a {
	display:block;
	color:#98977E;
	background-image:none;
	width:200px;
	padding:0 0 0 10px;
	background-image: url(../images/common/arrow-grey.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

.services p, .brochure p {
	display:block;
	width:150px;
	color:#98977E;
}

.brochure p {
	height:60px;
}
.services a, .brochure a {
	display:block;
	width:130px;
	font-size:93%;
	color:#000;
	background-image: url(../images/common/bg-arrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	text-decoration:none;
}
.services a:hover, .brochure a:hover {
	color:#FF3366;
	text-decoration:none;
}
.brochure {
	background-image: url(../images/common/bg-brochure.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:130px;
	padding:13px 0 0 18px;
	margin:0 0 10px 0;
}
/* Homepage layout ends */

/* Homepage rotator starts */

#rotator {
	width: 529px;
	position: relative;
	height: 335px;
	background: #fff;
	z-index: 500;
	margin:0 0 10px 10px;
	overflow:hidden;
}
#rotator ul.ui-tabs-nav {
	position: absolute;
	bottom: 5px;
	left: 400px;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
}
#rotator ul.ui-tabs-nav li {
	float: left;
	font-size: 12px;
	color: #666;
	list-style-type:none;
}
#rotator ul.ui-tabs-nav li img {
	float: left;
	margin: 0px 0px;
	background: transparent;
	padding: 2px;
	border: 0px;
}
#rotator li.ui-tabs-nav-item a {
	display: block;
	color: #333;
	background-image: url(../images/rotator/dot-off.png);
	_background-image: url(../images/rotator/dot-off.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	text-decoration: none;
}
#rotator li.ui-tabs-nav-item a:hover {
	background-image: url(../images/rotator/dot-hover.png);
	_background-image: url(../images/rotator/dot-hover.gif);
}
#rotator li.ui-tabs-selected {
	background: url('../images/rotator/dot-on.png') no-repeat;
	_background: url('../images/rotator/dot-on.gif') no-repeat;
	background-position: center 5px;
	background-color: transparent;
}
#rotator li.ui-tabs-selected img {
	visibility: hidden;
}
#rotator ul.ui-tabs-nav li.ui-tabs-selected a {
	background: transparent;
}
#rotator .ui-tabs-panel {
	position: relative;
	background: #f0f0f0;
	_overflow: hidden;
}
#rotator .ui-tabs-panel .info {
	position: absolute;
	top: 20px;
	left: 10px;
	height: auto;
	width: 230px;
}
#rotator .info h2 {
	color: #ff3366;
	display:block;
	width:300px;
	margin:0 0 20px 0;
	font-size: 40px;
	font-weight: normal;
	font-family:"Segoe UI";
	line-height:40px;
	border-bottom:none;
}
#rotator .info p {
	margin: 0 5px;
	font-size: 13px;
	line-height: 15px;
	color: #666;
}
#rotator .info a {
	text-decoration: none;
	color: #000;
	display: block;
	background-image: url('../images/common/bg-arrow.gif');
	background-position: right;
	background-repeat: no-repeat;
	height:15px;
	padding-right:20px;
	margin:20px 0 0 0;
	width:100px;
}
#rotator .info a:hover {
	text-decoration: underline;
}
#rotator .ui-tabs-hide {
	display: none;
}
/* Homepage rotator ends */

/* Homepage view courses starts */
.view-courses {
	height:295px;
	background-color:Transparent;
	background-image: url(../images/common/bg-view-courses.png);
	_background-image: url(../images/common/bg-view-courses.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding:15px 0 0 17px;
	margin:-50px 0 0 0;
	position:relative;
	z-index:5000;
}

.view-courses h2 {
	color:#515151;
	font-size:116%;
	margin:0px;
	border-bottom:none;
	display:block;
}

.view-courses .col {
	float:left;
	padding:15px 0 0 0;
}

.view-courses .col h3 {
	color:#515151;
	font-size:116%;
	border:none;
	display:block;
}
.view-courses .col ul {
	margin:30px 0 0 0;
}
.view-courses .col ul li {
	list-style-type:none;
	_height:1%;
}
.view-courses .col ul li a {
	color:#000;
	text-decoration:none;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 0 0 20px;
	background-image: url(../images/common/bg-course-lister.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.view-courses .col ul li a:hover {
	text-decoration:underline;
}
/* Homepage view courses ends */



/* Course detail starts */
.intro-panel {
	background-image:url(../images/common/bg-course-intro.jpg);
	background-repeat:no-repeat;
	padding:20px 300px 30px 30px;
	margin:0 10px 0 10px;
}

.intro-panel h1 
{
	color:#3E7973;
	font-weight:normal;
}

.intro-panel p 
{
	color:#666;
	font-size:100%;
}

.content-col-one {
	float:left;
	width:530px;
	margin:0 20px 0 0;
	padding:0 0 0 40px;
	font-family:arial;
}

.content-col-two {
	float:left;
	width:300px;
}

.content-col-one ul{
	margin:20px 0 20px 30px;
}

.content-col-two .nuggets{
	margin:10px 0 0 0;
}

.tabs {
	margin:0 0 10px 0;
	
}

.tabs ul {
	margin:0;
	padding:0 0 0 10px;
}
.tabs ul li {
	background-color:transparent;
	display:inline;
	float:left;
}
.tabs ul li a {
	background-image:url(../images/navigation/tab-nav.jpg);
	background-repeat:no-repeat;
	display:block;
	height:40px;
	text-decoration:none;
	width:169px;
}

.tabs ul li.tab1 a {
	background-position:0 0;
}

.tabs ul li.tab1 a:hover,
.tabs ul li.tab1 a.selected  {
	background-position:0 -40px;
}

.tabs ul li.tab2 a {
	background-position:-169px 0;
}
.tabs ul li.tab2 a:hover,
.tabs ul li.tab2 a.selected  {
	background-position:-169px -40px;
}
.tabs ul li.tab3 a {
	background-position:-338px 0;
}
.tabs ul li.tab3 a:hover,
.tabs ul li.tab3 a.selected  {
	background-position:-338px -40px;
}
.tabs ul li.tab4 a {
	background-position:-507px 0;
}
.tabs ul li.tab4 a:hover,
.tabs ul li.tab4 a.selected  {
	background-position:-507px -40px;
}


.buy-online {
	background-color:#ddd;
	background-image:url(../images/common/bg-purchase.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding:50px 0 20px;
}

.buy-online .price {
	color:#FFFFFF;
	font-size:360%;
	font-weight:bold;
	margin:0 10px 10px 30px;
}
.left {
	float:left;
}

.buy-online h3 {
	display:none;
}

.buy-online .price-info {
	color:#FFFFFF;
	font-weight:bold;
	margin-top:10px;
}

.buy-online .price-info p {
	font-size:90%;
	line-height:120%;
	margin:0;
	padding:0;
}

.buy-online div.button {
	clear:both;
	margin:0;
	padding:0;
}

.buy-online div.button a {
	background-image:url(../images/common/bg-button-purchase.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:242px;
	height:0px;
	padding:46px 0 0 0;
	border:none;
	display:block;
	margin:0;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	
}

.buy-online div.button a:hover {
	background-position:0 -46px;
	
}

/* Course detail ends */

/* Courses index starts */

.course-selection 
{
	
}

.course-selection ul 
{
	margin:0px;
}

.course-selection ul li {
	list-style-type:none;
}

.course-selection ul li  {
	background-image:url(../images/common/bg-course-lister.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	padding:0 0 0 20px;
	text-decoration:none;
	height:25px;
	line-height:25px;
	border-bottom:1px dotted #ccc;
}

.nugget-services {
	background-image: url(../images/common/nugget-services.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	height:130px;
	padding:13px 0 0 18px;
	margin:10px 0 12px 0;
}

.nugget-services h3 {
	display:block;
	margin:0px;
	font-size:123.1%;
	color:#515151;
	font-family:"Segoe UI";
	margin:0 0 10px 0;
}

.nugget-services ul 
{
	margin:0 0 4px 0;
}

.nugget-services ul li  {
	list-style-type:none;
	display:block;
	margin:5px 0;
}

.nugget-services ul li a {
	display:block;
	color:#98977E;
	background-image:none;
	width:200px;
	padding:0 0 0 10px;
	background-image: url(../images/common/arrow-grey.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

.nugget-services p {
	display:block;
	width:150px;
	color:#98977E;
}

.nugget-services a {
	display:block;
	width:130px;
	font-size:93%;
	color:#000;
	background-image: url(../images/common/bg-arrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	text-decoration:none;
}
.nugget-services a:hover{
	color:#FF3366;
	text-decoration:none;
}


/* Courses index ends */


/* checkout starts */

.content-one-column 
{
	padding:10px 40px;
	
}

.progress ul {
	background-image:url(../images/navigation/tab-nav-single.jpg);
	background-position:left 39px;
	background-repeat:repeat-x;
	display:block;
	height:40px;
	margin:0;
	padding:0 0 0 10px;
}

.progress ul li.selected {
	background-image:url(../images/navigation/tab-nav-single.jpg);
	background-position:0 -40px;
	background-repeat:no-repeat;
	color:#515151;
	font-weight:bold !important;
	border-bottom:1px solid #fff;
}
.progress ul li {
	background-color:#EFEFEF;
	background-image:url(../images/navigation/tab-nav-single.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Arial;
	font-weight:normal !important;
	height:40px;
	line-height:40px;
	list-style-type:none;
	margin:0px;
	margin-right:5px;
	padding:0 0 0 10px;
	width:130px;
}

/* checkout ends */                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     