/* Start of CMSMS style sheet 'Interactive CSS' */
/*---------------------
    OVERLAY CONTAINER
---------------------*/

#interactiveOverlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #ddd;
        filter:alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
    width: 100%;
    height: 100%;

display: none;
}

#interactiveContainer {
    width: 500px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -350px;
    background: #fff;
    border: 4px solid #ED5E2C;
    padding: 70px 120px 100px;

display: none;
}

/*---------------------
    GLOBAL
---------------------*/
 
body .formatted {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 1.25em;
    color: #666;
}
body .unformatted {
    font-size: 11px;
    line-height: 1em;
    color: #000;
}
 
/*---------------------
    TYPOGRAPHY
---------------------*/

.red {color: red;}
 
.formatted div.h1 {
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: bold;
}

.formatted div.h2 {
    font-size: 22px;
    line-height: 1.25em;
    margin: 0em 0 10px 0;
    color: #B96D35;
    font-weight: normal;
}
.formatted div.h3 {
    font-size: 22px;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: normal;
}
.formatted div.h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #333;
    line-height: 1.25em;
    font-weight: normal;
}
.formatted div.h2 a, div.h3 a, div.h4 a {color: #ED5E2C;}

#hideshowHeadings h3 {display: none; margin: 0 0 1em; font-size:25px;}
#hideshowHeadings h3#step0h3 {display: block;}
 
.formatted p {margin: 0 0 10px 0;}

.unformatted div.h2, .unformatted div.h3, .unformatted div.h4, .unformatted p {
   color: #000;
   display: inline;
   font-size: 12px;
   font-weight: normal;
   margin: 0;
}

div.hidewords1 span.hidewords {color: #666;}
div.hidewords2 span.hidewords {color: #999;}
div.hidewords3 span.hidewords {color: #ccc;}
div.hidewords4 span.hidewords {color: #fff;}
div.hidewords5 span.hidewords {font-family: Arial;}

.keywords2, .keywords1.hide {display: none;}
.keywords2 em {font-style: normal;}
.keywords2.show {display: inline;}

#contentScript .highlight {font-weight: normal; color: inherit;}

#contentScript .keywords1.highlight, 
#contentScript .hidewords.highlight,
#contentScript .hyperlink.highlight,
#contentScript .keywords2.highlight em {
background: #FFF36F;
color: #000;
font-weight: normal;
padding: 0 2px;
}

#contentScript .hyperlink.links {
color: #ED5E2C;
text-decoration: underline;
cursor: pointer;
}
 
/*---------------------
    LINKS
---------------------*/
 
#pagecontent .formatted a {
    color: #607D0E;
    text-decoration: none;
}
.formatted a:hover {text-decoration: underline;}
.formatted a:active {outline: none;}
.formatted a img {border: none;}

#pagecontent .unformatted a, #pagecontent .unformatted a:hover {
	text-decoration: none;
	color: #000;
}

a.playBtn {
	display: block;
	background: transparent url(uploads/images/layout/orangeArrow.gif) no-repeat scroll top right;
	height: 43px;
        padding-top: 21px;
	width: 65px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	top: 55px;
	left: 40px;
	outline: none;
visibility: hidden;
color: #ccc;
}

/*a.playBtn:hover {background-position: bottom left;}*/

a#playBtn {background:transparent url(uploads/images/layout/orangeArrow.gif) no-repeat scroll top right; visibility: visible;}
/*a#playBtn:hover {background-position: bottom right; cursor: pointer;}*/

a#playagainBtn {background:transparent url(uploads/images/layout/orangeArrow.gif) no-repeat scroll top right;}
/*a#playagainBtn:hover {background-position: bottom right; cursor: pointer;}*/

#finalContent {display: none; padding-top: 20px;}

#finalContent a {
	display: block;
	background: url(uploads/images/layout/interactive-ctabtn.gif) no-repeat scroll top left;
	height: 41px;
	width: 233px;
	text-indent: -999em;
	overflow: hidden;
	outline: none;
}
#finalContent a:hover {background-position: bottom left;}

.closeBtn {
    display:block;
    width: 40px;
    height: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight:bold;
    padding-right: 22px;
    text-align: right;
    color: #ccc;
    background: url(uploads/images/layout/closebtn-bg.gif) no-repeat scroll bottom right;
}

/*---------------------
    LISTS
---------------------*/
 
.formatted ul {
	list-style: none; 
	padding-left: 0px; 
	margin: 0; 
	margin-bottom: 10px;
}

.formatted li {
	background: url(uploads/images/layout/bullet.gif) no-repeat scroll 0px 6px;
	padding-left: 20px;
        margin: 0;
}

.formatted ul a {color: inherit;}
 
.formatted ol li  {margin: 0.4em 0.5em;}

.unformatted ul, .unformatted li {
   color: #000;
   display: inline;
   font-size: 12px;
   font-weight: normal;
   list-style: none;
   padding: 0;
   margin: 0;
   background: none;
line-height: 1em;
}


/*---------------------
    OTHER
---------------------*/
 
/*---------------------HORIZONTAL LINE */
.formatted .hr {
    border: none;
    height: 5px;
    margin: 1em;
    clear: both;
}
.formatted .hr hr {display: none;}
.formatted hr.thin {margin: -0.3em 0 0.5em 0;}
.formatted hr.black {border-color: #000;}
 
 
/*---------------------BLOCKQUOTE */
.formatted blockquote {
    margin: 0.5em 0;
    padding: 1.5em;
    background: #F5F8E2;
    color: #000;
}
.formatted blockquote h2, .formatted blockquote h3, .formatted blockquote h4, .formatted blockquote a 
{color: #000;}
.formatted blockquote p {}


/* End of 'Interactive CSS' */

