@charset"UTF-8";
 @font-face {
    font-family: "clean-ui";
    src: url('AdobeCleanUI-Regular.otf');
}
@font-face {
    font-family: "clean-ui-b";
    src: url('AdobeCleanUI-Bold.otf');
}
@font-face {
    font-family: "clean-ui-l";
    src: url('AdobeClean-Light.ttf');
}
html * {
    -webkit-user-select: none;
    text-shadow: 0px 1px rgba(0, 0, 0, .65);
}
html {
    font-family: 'Lucida Grande', Tahoma, sans-serif;
}
html .win * {
    text-shadow: none;
}
.appLocale-ja_JP * {
    font-family: 'clean-ui-l', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
body {
    background-color: #474747 !important;
    margin: 0;
    padding: 0px;
    font-size: 12px;
}
body.locHide .loc {
    visibility: hidden;
}
h2#gettingStartedTitle,
#gettingStartedTitle *,
#headline,
#rightNav *,
#quietPage *,
#gettingStartedTitle,
h2#ResourcesHeading,
#WhatsNewTitle,
#NewinThisRelease,
#WhatsNewFeaturesWrapper {
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
    font-weight: 200;
}
h2#WhatsNewHeading {
    font-family: 'clean-ui', 'Lucida Grande', Tahoma, sans-serif;
    text-shadow: 0px 2px 2px rgb(0, 0, 0);
}
/*
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
*/

h2#gettingStartedTitle,
#gettingStartedTitle *,
#headline,
h2#WhatsNewHeading,
#WhatsNewHeading,
h2#ResourcesHeading {
    -webkit-font-smoothing: antialiased;
}
.appLocale-ja_JP #headline,
.appLocale-ja_JP #rightNav *,
.appLocale-ja_JP #quietPage *,
.appLocale-ja_JP #gettingStartedTitle,
.appLocale-ja_JP #WhatsNewHeading,
appLocale-ja_JP #WhatsNewTitle,
.appLocale-ja_JP #ResourcesHeading,
.appLocale-ja_JP #NewinThisRelease,
.appLocale-ja_JP #WhatsNewFeaturesWrapper {
    font-family: 'clean-ui-l', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
a {
    text-decoration: none;
    color: #cccccc;
}
h2,
h3,
h4,
h5,
h6 {
    color: #cccccc;
}
#outer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #474747 !important;
}
.wrapper {
    position: absolute;
    top: 20px;
    left: 25px;
    bottom: 20px;
    right: 25px;
    border-radius: 7px;
    border: 1px solid #2a2a2a;
    background-color: #383838;
    min-height: 800px;
}
.left {
    max-width: 485px;
    min-width: 440px;
    height: 100%;
    background-color: #cfcfcf;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #383838;
    border-right: 1px solid #484848;
    z-index: 2;
    position: relative;
    float: left;
}
.appLocale-ja_JP .left {
    max-width: 485px;
    min-width: 480px;
}
.leftinner {
    border-right: 1px solid #151515;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.wrapright {
    position: absolute;
    top: 0;
    left: 441px;
    right: 0;
    height: 100%;
    background-color: #303030;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    min-width: 680px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
a span.dim {
    color: #797979;
}
#headline {
    position: absolute;
    top: 54px;
    font-size: 22px;
    font-weight: 300;
    text-indent: 34px;
    color: #d2cdd9;
    background-image: url(images/WS_header.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 452px;
    height: 36px;
    padding-top: 14px;
    left: -1px text-shadow: 0px 2px 2px rgb(0, 0, 0);
}
.win #headline {
    font-size: 23px;
    padding-top: 10px;
}
.appLocale-ja_JP #headline {
    width: 486px;
}
#newComp,
#openComp,
#newCompFromTemplate {
    top: 198px;
    left: 30px;
    width: 150px;
    height: 60px;
    position: absolute;
}
.appLocale-ja_JP #openComp {
    width: 190px;
}
.appLocale-fr_FR #openComp {
    width: 190px;
}
#openComp {
    top: 140px;
}
#newCompFromTemplate {
    top: 256px;
}
#newCompositionLink {
    position: absolute;
    left: 2px;
}
#newCompositionLinkText {
    position: absolute;
    top: 7px;
    left: 42px;
    font-size: 14px;
    color: #fff;
    padding-top: 2px;
}
#newCompositionFromTemplateLink {
    position: absolute;
    left: 2px;
}
#newCompositionFromTemplateLinkText {
    position: absolute;
    top: -2px;
    left: 42px;
    font-size: 14px;
    color: #fff;
}
#openCompositionLink {
    position: absolute;
    top: -2px;
    left: 1px;
}
#openCompositionLinkText {
    position: absolute;
    top: 7px;
    left: 42px;
    font-size: 14px;
    color: #fff;
}
#recentFiles {
    position: relative;
    margin-left: 190px;
    margin-top: 146px;
    border-left: 1px solid rgb(23, 23, 23);
}
.appLocale-ja_JP #recentFiles {
    margin-left: 220px;
}
.appLocale-fr_FR #recentFiles {
    margin-left: 220px;
}
#theRecentFiles a {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-width: 197px;
    max-width: 237px;
    overflow: hidden;
    margin-right: 8px;
    position: relative;
}
.appLocale-ja_JP #theRecentFiles a {
    max-width: 209px;
}
.appLocale-fr_FR #theRecentFiles a {
    max-width: 209px;
}
.leftNew #recentFiles {
    top: 0px;
}
#recentFilesInner {
    padding-left: 30px;
    border-left: 1px solid rgb(93, 93, 93);
    height: 100%;
}
#theRecentFiles {
    margin-left: -2px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
    min-width: 229px;
    /* props this open to minimum 'a' size */
}
#recentFilesHeadline {
    margin-left: 0;
    font-size: 14px;
    color: #fff;
    word-spacing: 0.1em;
    margin-top: 0;
}
#theRecentFiles li {
    margin-top: .75em;
    padding-top: 3px;
    padding-left: 24px;
    background-image: url(images/DocIcn_Sm.png);
    background-repeat: no-repeat;
    font-size: 12px;
    color: #fff;
}
#clearRecentFiles {
    background: url(images/closeSmall.png) no-repeat;
    background-position: 2px 1px;
    padding-left: 20px;
}
#socialLinks {
    position: absolute;
    bottom: 41px;
    left: 40px;
}
#fbLike {
    position: relative;
    bottom: 0px;
    margin: 0;
    padding: 0;
    /*width:22px;
	height:22px;
	display:inline-block;*/
}
#twFollow {
    position: relative;
    bottom: 0px;
    left: 10px;
    margin: 0;
    padding: 0;
    /*width:22px;
	height:22px;
	display:inline-block;*/
}
.right {
    height: 100%;
    margin: 0;
    overflow: hidden;
    max-width: 940px;
    color: #464646;
}
.podWrapper {
    width: 684px;
    -webkit-transform-origin: 238px 10px;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
}
/** NAVIGATION FOR PAGES **/

#rightNavWrapper {
    min-width: 616px;
    position: absolute;
    left: 40px;
    top: 87px;
}
#rightNav {
    margin: 0px auto 0px auto;
    width: 460px;
}
.appLocale-de_DE #rightNav {
    width: 474px;
}
.appLocale-fr_FR #rightNav {
    width: 464px;
}
.appLocale-ja_JP #rightNav {
    width: 380px;
}
.appLocale-ja_JP #rightNav navitem {
    padding-top: 2px;
}
navitem {
    color: #868686;
    cursor: pointer;
    font-size: 17px;
    font-weight: 200;
    margin-right: 48px;
}
navitem.normal {
    color: #868686;
}
navitem.active {
    color: #dddddd;
}
navitem.quietActive {
    color: #686868;
}
navitem.quiet {
    color: #464646;
}
#navQuiet {
    margin-right: 0;
}
/** GETTING STARTED PAGE **/

#gettingStartedPage,
#whatsNewPage,
#resourcesPage,
#quietPage {
    position: absolute;
    top: 152px;
    left: 40px;
    display: none;
}
#gettingStartedPage {
    width: 100%;
    top: 130px;
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
}
.appLocale-ja_JP #gettingStartedPage {
    font-family: 'clean-ui-l', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
#gettingStartedPage navitem {
    margin-right: 0px;
}
#gettingStartedTitle,
#ResourcesHeading {
    /*	Learn Animate Title with icon */
    position: absolute;
    top: -28px;
    margin-left: auto;
    margin-right: auto;
    /*  	left: 180px;  */
    font-size: 35px;
    font-weight: 100;
    color: #ccc;
    text-align: center;
    line-height: 32px;
    font-weight: 100;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
/*code for lesson page numbers*/

#lessonNav {
    position: absolute;
    top: 50px;
    left: 232px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-top:23px;
}
#lessonNav ul {
    margin-left: auto;
    margin-right: auto;
}
#lessonNav ul li {
    display: block;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 17px;
    font-weight: 200;
    margin-left: 12px;
    width:24px;
    height:24px;
    border-radius: 50%;
    color: #AAAAAA;
    vertical-align:middle;
}
.lessonPageActive {
    background: #444444;

}
.lessonPageInactive {
    background: #303030;
      }
.lessonBtnInActive{
    display:none;
}
.lessonBtnActive{
    display:block;
}
#lessonNextBtn {
    background:  url(images/RightArrow.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 350px;
    right: 0px;
    cursor: pointer;
}
#lessonPrevBtn {
    background:  url(images/LeftArrow.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 350px;
    left: -55px;
    cursor: pointer;
}
#gettingStartedTitle {
    left: 180px;
}
.appLocale-ja_JP #gettingStartedTitle {
    left: 145px;
}
.appLocale-fr_FR #gettingStartedTitle,
.appLocale-fr_FR #WhatsNewHeading {
    font-size: 30px;
    left: 105px;
}
.appLocale-it_IT #gettingStartedTitle {
    left: 110px;
}
#gettingStartedTitle span,
#ResourcesHeading span {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: -50px;
}
#gettingStartedMasterList {
    margin: 0 auto 0 auto;
    position: relative;
    left: 0px;
    top: 28px;
    width: 700px;
}
#gettingStartedMasterList navitem {
    display: block;
    width: 180px;
    height: 100px;
    position: absolute;
    /*    border:5px solid #515151;*/
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, .65);
    background-repeat: no-repeat;
    -webkit-background-size: 180px 100px;
}
.buttonr1-c1 {
    top: 170px;
    left: 0;
}
.buttonr2-c1 {
    top: 337px;
    left: 0;
}
.buttonr3-c1 {
    top: 504px;
    left: 0;
}
.buttonr1-c2 {
    top: 170px;
    left: 232px;
}
.buttonr2-c2 {
    top: 337px;
    left: 232px;
}
.buttonr3-c2 {
    top: 504px;
    left: 232px;
}
.buttonr1-c3 {
    top: 170px;
    left: 464px;
}
.buttonr2-c3 {
    top: 337px;
    left: 464px;
}
.buttonr3-c3 {
    top: 504px;
    left: 464px;
}
#gettingStartedMasterList navitem:hover {
    /*    border:1px solid #6c6c6c;*/
}
#gettingStartedMasterList h3 {
    /* button titles */
    color: #ccc;
    font-size: 17px;
    text-indent: 7px;
    margin-top: -29px;
    margin-left: 0px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .65);
    background-color: #666666;
    width: 180px;
    height: 22px;
    border-style: solid;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px #000000;
    padding-top: 6px;
    -webkit-box-shadow: 0px, 4px, 7px, rgba(0, 0, 0, 0.65);
}
.appLocale-ja_JP #gettingStartedMasterList h3 {
    font-size: 15px;
}
.appLocale-fr_FR #gettingStartedMasterList h3 {
    font-size: 13px;
}
#gettingStartedMasterList navitem p {
    color: #cccccc;
    /*-webkit-transition: opacity .1s;*/
}
#gettingStartedMasterList navitem .rollover {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100px;
    font-size: 14px;
    /* consider 13px for non-english */
    opacity: 0.0;
    -webkit-transition: all .2s linear;
}
.appLocale-fr_FR #gettingStartedMasterList navitem .rollover,
.appLocale-de_DE #gettingStartedMasterList navitem .rollover,
.appLocale-es_ES #gettingStartedMasterList navitem .rollover,
.appLocale-it_IT #gettingStartedMasterList navitem .rollover {
    font-size: 13px;
}
.appLocale-ja_JP #gettingStartedMasterList navitem .rollover {
    font-size: 12px;
}
#gettingStartedMasterList navitem:hover .rollover {
    opacity: 1.0;
    background-color: rgba(0, 0, 0, .80);
}

#gettingStartedMasterList navitem .rollover .description {
    margin: 15px 15px 0 15px;
    /* consider 14 top for non-English */
    color: #eee;
}
.appLocale-fr_FR #gettingStartedMasterList navitem .rollover .description {
    margin: 14px 14px 0 14px;
}
.appLocale-de_DE #gettingStartedMasterList navitem .rollover .description,
.appLocale-it_IT #gettingStartedMasterList navitem .rollover .description {
    margin: 12px 14px 0 14px;
}
.appLocale-es_ES #gettingStartedMasterList navitem .rollover .description {
    margin: 10px 12px 0 14px;
}
.appLocale-ja_JP #gettingStartedMasterList navitem .rollover .description {
    margin: 13px 12px 0 12px;
}
#gettingStartedMasterList navitem .rollover .clickto {
    position: absolute;
    bottom: 15px;
    /* consider 14px for non-English */
    left: 15px;
    margin: 0;
    color: #aaa;
}
.appLocale-fr_FR #gettingStartedMasterList navitem .rollover .clickto {
    bottom: 14px;
}
.appLocale-de_DE #gettingStartedMasterList navitem .rollover .clickto,
.appLocale-es_ES #gettingStartedMasterList navitem .rollover .clickto,
.appLocale-it_IT #gettingStartedMasterList navitem .rollover .clickto {
    bottom: 11px;
}
.appLocale-ja_JP #gettingStartedMasterList navitem .rollover .clickto {
    bottom: 13px;
}
/*basic animation*/

#navQuickStart {
    background-image: url(images/thumb_gettingstarted.png);
}
#navKeyframeAnimation {
    background-image: url(images/thumb_animate.png);
}
#navExtend {
    background-image: url(images/thumb_extend.png);
}
#navCreateContent {
    background-image: url(images/thumb_create.png);
}
#navPinAnimation {
    background-image: url(images/thumb_animate_advanced.png);
}
#navReuse {
    background-image: url(images/thumb_reuse.png);
}
#navResize {
    background-image: url(images/thumb_responsive.png);
}
#navMotionPaths {
    background-image: url(images/thumb_motionpaths.jpg);
}
#navAudio {
    background-image: url(images/thumb_audio.png);
}
#navSpriteSheet {
    background-image: url(images/thumb_spritesheet.png);
}
#navVideo {
    background-image: url(images/thumb_video.png);
}
/** WHATS NEW **/

#WhatsNewImage {
    position: absolute;
    left: -150px;
    margin-top: 0px;
    margin-left: 0px;
}
#WhatsNewHeadingWrapper {
    position: absolute;
    left: -150px;
    width: 849px;
    height: 229px;
}
#WhatsNewHeading {
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'clean-ui', 'Lucida Grande', Tahoma, sans-serif;
    font-size: 35px;
    font-weight: 100;
    color: #d2cdd9;
    text-align: center;
    line-height: 32px;
    font-weight: 200;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    letter-spacing: 1px;
}
#WhatsNewTitle {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 849px;
    color: #CCC;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgb(0, 0, 0);
}
#NewinThisRelease {
    color: #a5ade9;
    font-size: 15px;
    font-style: normal;
    margin-top: 260px;
    margin-left: 40px;
}
.appLocale-de_DE #NewinThisRelease {
    margin-left: 24px;
}
.appLocale-es_ES #NewinThisRelease {
    margin-left: 36px;
    margin-top: 241px;
}
.appLocale-fr_FR #NewinThisRelease {
    margin-left: 48px;
    margin-top: 239px;
}
.appLocale-it_IT #NewinThisRelease {
    margin-left: 26px;
}
.appLocale-ja_JP #NewinThisRelease {
    margin-left: -30px;
    margin-top: 227px;
}
#NewinThisRelease span {
    color: #BBBBBB;
    font-size: 20px;
    display: block;
    margin-top: -7px;
    padding-top: 12px;
}
#lnkReadMoreHere {
    color: #a5ade9;
    font-style: italic;
}
.NewinThisReleaseTitle {
    color: #a5ade9;
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
    font-size: 15px;
    font-style: normal;
    margin-top: 258px;
}
.NewinThisReleaseText {
    color: #BBBBBB;
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
    font-size: 20px;
    font-style: normal;
    margin-top: -7px;
}
#WhatsNewFeaturesWrapper {
    position: absolute;
    left: 9px;
    width: 849px;
    height: 229px;
}
.appLocale-de_DE #WhatsNewFeaturesWrapper {
    left: -66px;
}
.appLocale-es_ES #WhatsNewFeaturesWrapper {
    left: -36px;
}
.appLocale-fr_FR #WhatsNewFeaturesWrapper {
    left: -18px;
}
.appLocale-it_IT #WhatsNewFeaturesWrapper {
    left: -36px;
}
.appLocale-ja_JP #WhatsNewFeaturesWrapper {
    left: -40px;
}
#whatsNewPage ul {
    position: absolute;
    list-style: none;
    top: 0px;
    margin-top: 20px;
    padding: 0px;
    /*      line-height: 40px; */
}
.appLocale-ja_JP #whatsNewPage ul {
    margin-top: 17px;
}
#whatsNewPage ul li strong {
    text-align: right;
    padding-left: 0px;
    display: block;
    float: left;
    clear: both;
    width: 200px;
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 25px;
}
.appLocale-es_ES #whatsNewPage ul li strong {
    width: 220px;
}
.appLocale-fr_FR #whatsNewPage ul li strong {
    width: 240px;
}
.appLocale-it_IT #whatsNewPage ul li strong {
    width: 200px;
}
.appLocale-de_DE #whatsNewPage ul li strong {
    width: 240px;
}
.appLocale-ja_JP #whatsNewPage ul li strong {
    width: 225px;
}
#whatsNewPage ul li span {
    display: block;
    width: 500px;
    float: left;
    padding-left: 14px;
    color: #BBBBBB;
    font-size: 14px;
}
.appLocale-es_ES #whatsNewPage ul li span {
    width: 550px;
}
.appLocale-fr_FR #whatsNewPage ul li span {
    width: 500px;
}
.appLocale-it_IT #whatsNewPage ul li span {
    width: 500px;
}
.appLocale-ja_JP #whatsNewPage ul li span {
    width: 530px;
}
#lnkReleaseNotes {
    position: absolute;
    top: 600px;
    float: left;
    clear: both;
    padding-left:220px;
    color: #a5ade9;
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
    font-size: 14px;
}
.appLocale-de_DE #lnkReleaseNotes {
    padding-left: 143px;
    top: 620px;
}
.appLocale-es_ES #lnkReleaseNotes {
	padding-left:200px;
    top:610px;
}
.appLocale-fr_FR #lnkReleaseNotes {
    top:620px;
}
.appLocale-it_IT #lnkReleaseNotes {
    top:590px;
	padding-left:180px;
}
.appLocale-ja_JP #lnkReleaseNotes {
    top:590px;
	padding-left:200px;
	
}
/** RESOURCES PAGE **/

#resourcesPage {
    top: 156px;
    bottom: 0;
    padding-left: 120px;
}
.appLocale-de_DE #resourcesPage {
    padding-left: 98px;
}
.appLocale-es_ES #resourcesPage {
    padding-left: 52px;
}
.appLocale-fr_FR #resourcesPage {
    padding-left: 70px;
}
.appLocale-it_IT #resourcesPage {
    padding-left: 130px;
}
.appLocale-ja_JP #resourcesPage {
    padding-left: 120px;
}
.resourcesLinksHeader,
.resourcesLessonsHeader {
    clear: both;
}
#resourcesPage img {
    float: left;
    display: block;
}
#resourcesLinks {
    float: left;
    line-height: 76px;
    font-size: 15px;
    color: #CCC;
    font-family: 'clean-ui-l', 'Lucida Grande', Tahoma, sans-serif;
}
#resourcesLinks ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 130px;
    padding-left: 180px;
}
#resourcesLinks ul li a {
    color: #CCC;
}
#resourcesLinks ul li p {
    color: #CCC;
    margin: 0px;
}
#ResourcesMasterList {
    margin: 0 auto 0 auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 700px;
}
#ResourcesMasterList navitem {
    display: block;
    width: 129px;
    height: 55px;
    position: absolute;
    border: 1px solid rgba(153, 153, 153, 0.35);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
}
#EdgeHelp {
    top: 140px;
    overflow: visible;
}
.lnkEdgeHelp-text {
    position: absolute;
    top: 160px;
    left: 180px;
}
#EdgeHelp:hover .resourcesbuttonr1-c1 {
    border: 1px solid rgba(214, 246, 255, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168, 235, 255, 0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeHelp:hover .lnkEdgeHelp-text {
    text-decoration: underline;
}
#EdgeAdobeTV {
    top: 140px;
    overflow: visible;
}
.lnkEdgeAdobeTV-text {
    position: absolute;
    top: 235px;
    left: 180px;
}
#EdgeAdobeTV:hover .resourcesbuttonr2-c1 {
    border: 1px solid rgba(214, 246, 255, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168, 235, 255, 0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeAdobeTV:hover .lnkEdgeAdobeTV-text {
    text-decoration: underline;
}
#EdgeForum {
    top: 140px;
    overflow: visible;
}
.lnkEdgeForum-text {
    position: absolute;
    top: 310px;
    left: 180px;
}
#EdgeForum:hover .resourcesbuttonr3-c1 {
    border: 1px solid rgba(214, 246, 255, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168, 235, 255, 0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeForum:hover .lnkEdgeForum-text {
    text-decoration: underline;
}
#EdgeSamples {
    top: 140px;
    overflow: visible;
}
.lnkEdgeSamples-text {
    position: absolute;
    top: 385px;
    left: 180px;
}
#EdgeSamples:hover .resourcesbuttonr4-c1 {
    border: 1px solid rgba(214, 246, 255, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168, 235, 255, 0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeSamples:hover .lnkEdgeSamples-text {
    text-decoration: underline;
}
#EdgeJSAPI {
    top: 140px;
    overflow: visible;
}
.lnkEdgeJSAPI-text {
    position: absolute;
    top: 460px;
    left: 180px;
}
#EdgeJSAPI:hover .resourcesbuttonr5-c1 {
    border: 1px solid rgba(214, 246, 255, 0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168, 235, 255, 0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeJSAPI:hover .lnkEdgeJSAPI-text {
    text-decoration: underline;
}
#EdgeAddOns {
    top: 140px;
    overflow:visible;
}
.lnkEdgeAddOns-text {
    position:absolute;
    top: 535px;
    left: 180px;
}
#EdgeAddOns:hover .resourcesbuttonr6-c1 {
    border:1px solid rgba(214,246,255,0.35);
    -webkit-box-shadow: 0px 0px 5px rgba(168,235,255,0.75);
    -webkit-transition: all .1s ease-in-out;
}
#EdgeAddOns:hover .lnkEdgeAddOns-text {
    text-decoration:underline;
}

.resourcesbuttonr1-c1 {
    top: 140px;
    left: 0;
}
.resourcesbuttonr2-c1 {
    top: 215px;
    left: 0;
}
.resourcesbuttonr3-c1 {
    top: 290px;
    left: 0;
}
.resourcesbuttonr4-c1 {
    top: 365px;
    left: 0;
}
.resourcesbuttonr5-c1 {
    top: 440px;
    left: 0;
}

.resourcesbuttonr6-c1 {
	top: 515px;
	left: 0;
}
#lnkEdgeHelp {
    background-image: url(images/WS_resources_help.jpg);
}
#lnkEdgeAdobeTV {
    background-image: url(images/WS_resources_adobetv.jpg);
}
#lnkEdgeForum {
    background-image: url(images/WS_resources_forum.jpg);
}
#lnkEdgeSamples {
    background-image: url(images/WS_resources_html.jpg);
}
#lnkEdgeJSAPI {
    background-image: url(images/WS_resources_js.jpg);
}
#lnkEdgeAddOns {
    background-image:url(images/WS_resources_addOns.png);
}

/* Text version of links on resources page */

/*
#socialLinks {
	margin-top:0px;
	padding-top:10px;
    font-size:12px;
    padding-left:134px;
	clear:both;
}
#fbLike {
	padding-right:13px;
    color:#87d0e7;
	border-right: 1px solid #151515;
}
#twFollow {
	padding-left:13px;
    color:#87d0e7;
	border-left: 1px solid #484848;
}

*/

/** QUIET PAGE **/

#quietPage {
    text-align: center;
    width: 550px;
    padding-top: 100px;
}
#quietPage * {
    color: #484848;
}
.newVersionAvailable {} .dynamicPIP {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 106px;
    width: 290px;
    text-align: center;
}
.pipHeadline {
    position: absolute;
    bottom: 23px;
    right: 48px;
    font-size: 13px;
    text-shadow: 0px 1px 1px rgb(0, 0, 0);
    background-color: rgba(85, 85, 85, 0.2);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.13), 0px -1px 0px rgba(255, 255, 255, 0.09);
    border-radius: 3px;
    padding-top: 6px;
    padding-left: 10px;
    height: 36px;
    width: 170px;
    text-align: left;
    line-height: 120%;
    color: rgb(255, 255, 255);
}
.appLocale-de_DE .pipHeadline {
    width: 230px;
}
.appLocale-fr_FR .pipHeadline {
    width: 180px;
}
.appLocale-ja_JP .pipHeadline {
    width: 180px;
    padding-right: 20px;
}
.dynamicPIP .pipHeadline:hover {
    text-decoration: underline;
}
.dynamicPIPCorner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(images/PIPCorner.png);
    height: 106px;
    width: 106px;
}
.dynamicPIPCircle {
    position: absolute;
    bottom: 14px;
    right: 20px;
    background-image: url(images/PIPCircle.png);
    height: 53px;
    width: 51px;
}
.NewLessonContainer {
    position: absolute;
    height: 84px;
    overflow: hidden;
    width: 180px;
}
.appLocale-fr_FR .NewLessonContainer {
    height: 88px;
}
.appLocale-ja_JP .NewLessonContainer {
    height: 86px;
}
.NewLesson {
    position: relative;
    height: 24px;
    width: 120px;
    bottom: -50px;
    right: -92px;
    -webkit-transform: rotate(-36deg);
    background-image: -webkit-linear-gradient(bottom, #5e50a4 0%, #443088 100%);
    text-align: center;
    overflow: hidden;
}
.appLocale-fr_FR .NewLesson {
    right: -85px;
}
.NewLessonText {
    font-family: 'clean-ui', 'Lucida Grande', Tahoma, sans-serif;
    font-size: 14px;
    line-height: 0px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgb(0, 0, 0);
}
.appLocale-ja_JP .NewLessonText {
    font-family: 'clean-ui-l', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'sans-serif';
}
