@import url("base.css");
@import url("common.css");


/*---------------- Common ------------------*/

.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both; line-height:0;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
.center { text-align:center; }




/* Reset                     */

*, .x {												
border: 0;
outline: 0;
padding:0;
margin:0;
font-weight: inherit;
font-style: inherit;
}


/* Body & Type               */


html, body {
font-size: 75%;
font-family: 'Short Stack', cursive;
}

	
html>body {
font-size: 12px;
}

body {
padding: 0;	
background:#DCFFFF;
}

h1 {  font-size: 2.30em; 	}
h2 {  font-size: 2.1em; 	}
h3 {  font-size: 1.60em; 	}
h4 {  font-size: 1.20em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}


h1 { 
padding-bottom:0.4em;
}

	
h1, h2, h3, h4, h5, h6 { 
padding-bottom:0.3em;
padding-top:0.3em;
font-family: 'Chelsea Market', cursive;
color:#5BA5A5;
}

.Divider {
border-top:1px solid #ccc;
margin-top:0.7em;
}

ul, ol, dl, p { 
margin-bottom: 1.8em;
line-height:1.7;
}


ul li, ol li {
list-style:none;
}

a {
color:#FF5638;
text-decoration:underline;
}

a:hover {
text-decoration:none;
color:#666;
}

:focus {  
outline: none  
}  

strong, b {
font-weight:bold;
}

.moduleType_StaticHtml ul {
margin:20px 0 20px 20px;	
	}
	
.moduleType_StaticHtml ul li, .Activity ul li {
padding:0 0 5px 15px;	
background: url(../images/bull.png) no-repeat 0 5px;
	}


/*  User Styles - this will need to be copied into support internet css file            */



.IntroText {
font-size:1.5em;
}

.NoteBlock {
background:#f1f1f1;
padding:5px;
}

.Hightlight {
font-weight:bold;
}

.leftImg {
float:left;
padding:5px;
border:1px solid #ccc;
margin:0 10px 10px 0;
}


.rightImg {
float:left;
padding:5px;
border:1px solid #ccc;
margin:0 10px 10px 0;
}


.btn, .button {
text-decoration:none;
padding:4px 8px;
color:#fff;
background:#FF5638;
text-transform:uppercase;
font-family: 'Chelsea Market', cursive;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
-webkit-transition:background-color 2s; /* Safari and Chrome */
-moz-transition:background-color 2s; /* Safari and Chrome */
text-indent:0 !important;
}

a.btn:hover {
color:#fff;
}

.btn:hover {
background:#F64428;
cursor:pointer;
}


.med {
font-size:140%;
}

.lrg {
font-size:200%;
}

.blue {
background:#5BA5A5;
-webkit-transition:background-color 2s; /* Safari and Chrome */
-moz-transition:background-color 2s; /* Safari and Chrome */
}

.blue:hover {
background:#BFDCDC;
}

.play, .go {
background: #FF5638 url(../images/play.png) no-repeat center left;
padding-left:23px;	
}

.play:hover, .go:hover {
background:#F64428 url(../images/play.png) no-repeat center left;
}


.TopRight {
position:absolute;
top:-10px;
right:-10px;
}

.BottomRight {
position:absolute;
top: 4px;
right:2px;
}


/*  Site specific               */



.Container {
width:960px;
margin:0 auto;
z-index:14;
position:relative;
}


.page-home_subscribe_subscribe-form .Main, .page-account-home .Main {
margin-left:90px;
margin-right:90px;
}


.page-home_help-for-teachers .Main, .page-home_about .Main {
margin-left:70px;
margin-right:70px;
}

.currentpage-home .Lower {
width:760px;
text-align:center;
}



.currentpage-home .Main .section {
text-align:center;
font-size:16px;
}

.currentpage-home .Logo {
margin:-60px auto 0 auto;
background: url(../images/logo.png) no-repeat top center;
height:175px;
width:240px;
text-indent:-9999px;
display:block;

}



.NavBar {
background:#BCD252;
padding:8px 0 8px 0;
margin-bottom:20px;
}

.NavBar .Nav{
}


.NavBar .Nav ul {
text-align:center;
margin-bottom:0;
}


.NavBar .Nav ul li{
display:inline;
list-style-type:none;
margin-right:5px;
}

.NavBar .Nav ul li.last{
margin-right:0;
}

.NavBar .Nav ul li.last a{
background:#FF5638;
}

.NavBar .Nav ul li.last a:hover{
background:#F64428;
color:#fff;
}

.NavBar .Nav ul li a, .NavBar input.button{
font-family: 'Chelsea Market', cursive;
text-transform:uppercase;
font-size:16px;
padding:5px 7px;
background:#AFC946;
color:#fff;
text-decoration:none;
font-weight:bold;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;

cursor:pointer;
-webkit-transition:background-color 1s; /* Safari and Chrome */
-moz-transition:background-color 1s; /* Safari and Chrome */
}

.NavBar input.button{ 
float:right;
background:#fff;
color:#AFC946;
margin:-2px 0 0 -50px;
padding:5px 7px;
}

.NavBar .Nav ul li a:hover, .NavBar .Nav ul li a.selected {
background:#fff;
color:#AFC946;
}

.Main {
padding:20px;
background:#fff;
border:2px dashed #8CC9F9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
margin:50px 0 160px 0;
position:relative;
z-index:50;
text-align:left;
}



.footer{
padding-bottom:130px;	
	}


.LeftCol {
float:left;
width:360px;
margin-right:30px;
}

.RightCol {
float:left;
width:360px;
}

.ContentPage .LeftCol {
float:left;
width:580px;
margin-right:30px;
}

.ContentPage .RightCol {
float:left;
width:160px;
}


.PageTitle {
margin:-50px 0 20px 0;
text-align:center;
width:100%;
}


.PageTitle h1{
margin:0 auto 20px auto;

}

.PageTitle h1 span{
padding:5px 8px;
font-size:140%;
background:#5BA5A5;
color:#fff;
-moz-box-shadow: 5px 5px #BFDCDC;
-webkit-box-shadow: 5px 5px #BFDCDC;
box-shadow: 5px 5px #BFDCDC;
}


.currentpage-subscribe .LeftCol {
width:580px;
margin-right:40px;
border-right:2px dashed #8CC9F9;
padding-right:20px;
}

.currentpage-subscribe .RightCol {
width:270px;
}


.Subscribe {

}


.Subscribe .Option{
margin-bottom:40px;
}

.Subscribe .Option img{
float:left;
}

.Subscribe .Option .OptionInfo{
padding-left:170px;
}


.Form {
}

.SubscribeForm .ccAdminEdit{
margin:20px auto;
width:500px;
padding:20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background:#EDFFFF;
}


.SubscribeForm {
margin:0 80px 0 80px;
}

.Password {
}

.FormRow {
margin-bottom:30px;
}

.FormGroup {
margin-bottom:40px;
}

.FormGroup .FormRow {
margin-bottom:10px;
}

.FormRow label{
margin-bottom:5px;
display:block;
font-size:17px;
font-family: 'Chelsea Market', cursive;
}

.Inline {}


.Inline label {
display:inline;
font-size:14px;
margin-left:5px;
}

.FormRow label span {
color:#FF5638;
margin-left:5px;
}

.Half {
float:left;
width:45%;
margin-right:10px;
}

.FormRow .Text{
padding:5px;
border:2px dotted #8CC9F9;
width:90%;
font-family:arial;
}

.Form .Buttons{
margin:20px 0;
}


.FormRow .small {
width:100px;
}

.FormRow .tiny{
width:50px;
}


.Clouds, .Clouds2 {
position:fixed;
background-image: url(../images/cloud1.png);
background-repeat:no-repeat;
background-position:center center;
width:100%;
z-index:1;
height:283px;
}

.Clouds2 {
background-image: url(../images/cloud2.png);
}


.SocialLinks .moduleType_Snippet{
background: url(../images/sign.png) no-repeat top left;
width:219px;
height:259px;
bottom:-100px;
left:8%;
text-align:center;
z-index:11;
position:fixed;
font-size:11px;
color:#999;
}

.SocialLinks .moduleType_Snippet a{
color:#999;
}

.SocialLinks .moduleType_Snippet  ul{
margin:70px 0 0 0;
}

.SocialLinks .moduleType_Snippet  ul li{
display:inline;
list-style:none;
line-height:auto;
}

.Landscape {
width:100%;
height:100%;
overflow:hidden;
position:fixed;
top:0;
left:0;
}

.Landscape div{
position:fixed;
background-repeat:no-repeat;
width:100%;
}

.HillMiddle {
background-image: url(../images/hill_middle.png);
background-position:bottom center;
z-index:2;
height:213px;
bottom:0;
}


.HillLeft {
background-image: url(../images/hill_left.png);
background-position:top left;
width:100%;
z-index:3;
height:213px;
bottom:0;
}

.HillRight {
background-image: url(../images/hill_right.png);
background-position:top right;
z-index:1;
height:175px;
bottom:0;
}

.Rainbow {
background-image: url(../images/rainbow.png);
background-position:50px 0;
z-index:0;
height:250px;
bottom:0;
}

.TressLeft {
background-image: url(../images/left_leaves.png);
background-position:0 20px;
z-index:10;
height:100%;
top:0;
}

.TressLeft .spider 
{
background-image: url(../images/spider.png);
width:75px;
height:48px;
position:absolute;
top:384px;
left:23px;
overflow:hidden;
}
.TressLeft .spiderweb 
{
width:2px;
height:1px;
background-color:black;	
position:absolute;
top:393px;
left:60px;
overflow:hidden;
} 

.TressRight {
background-image: url(../images/right_leaves.png);
background-position:102% 0;
z-index:7;
height:486px;
top:10%;
right:0;	
}

.TucanWrapper {
display:none;	
}

.currentpage-home .TucanHome {
position:absolute;
display:block;
background-image: url(../images/tucan.png);
background-repeat:no-repeat;
background-position:114% 0;
width:483px;
height:486px;
right:0;
top:0;	
}

.currentpage-home .TucanWrapper 
{
	height:486px;
	width:483px;
	z-index:2000;
	top:10%;
	position:fixed;
	overflow:hidden;
	right:0;
	display:block;
}

.Stories, .Slides {
position:relative;
}

.Stories p {
font-size:110%;
}

.Stories .StoriesNav a{
display:block;
float:left;
text-indent:-9999px;
height:54px;
width:54px;
z-index:1000;
}


.Stories .StoriesNav #Next {
position:absolute;
right:-10px;
bottom:0px;
background: url(../images/next_arrow.png) no-repeat top left;
}

.Stories .StoriesNav #Prev {
position:absolute;
left:-10px;
bottom:0px;
background:url(../images/prev_arrow.png) no-repeat top left;
}

#StoryNext {
}

#StoryPrev {
}

.loader 
{
background:url(../images/spinner.gif) no-repeat top left;
width: 60px;
height: 60px;
display: inline-block;
}

.Stories .ViewAll {
text-align:center;
margin-bottom:20px;
}

.Stories .ViewAll a{
font-family: 'Chelsea Market', cursive;
text-transform:uppercase;
font-size:16px;
}

.Stories ul{
width:920px;
height:340px;
overflow:hidden;
}

.Stories ul li{
float:left;
list-style:none;
width:920px;
height:340px;
overflow:hidden;
}

.Stories ul li img{
float:left;
}

.Stories ul li .StoryInfo{
float:left;
width:380px;
margin-top:40px;
margin-left:20px;
}

.AdminLinkPanel {
text-align: left;
}

.AdminLinkPanel a{
margin:0 5px;
}


.ListView {}

.ListView li {
float:left;
width:433px;
margin-right:20px;
height:220px;
}

.ListView li.IsPaid .buttons{
background:none;

}

.ListView .Story {
}

.ListView .Story p{
}


.ListView .Story img{
float:left;
padding-top:10px;
}

.ListView .Story .StoryInfo{
padding-left:150px;
}

.ListView .Story .StoryInfo h2{
padding-bottom:0;
font-size:2em;
}

.ListView .Story .buttons {
text-align:left;
/*background:url(../images/free.png) no-repeat 80px 0px;*/
padding:10px 0 5px 0;
}

.ListView .Story .buttons .med .playnow {
text-align:left;
background-image: none;
padding:10px 0 5px 0;
}

.ListView .Story .buttons .med .playfree {
text-align:left;
background:url(../images/free.png) no-repeat 80px 0px;
padding:10px 0 5px 0;
}


/*------------ In Story ------------*/

.moduleType_CloudCuckoo_Place .MainStoryImage {
margin-left:-10px;
} 

.MainStoryImage {
text-align:center;
margin-bottom:20px;
position:relative;
}

.Slides {
text-align:center;
font-size:130%;
padding:0 50px;
position:relative;
}

.SlideCount {
font-weight:bold;
color:#5BA5A5;
margin-bottom:0px;
font-size:24px;
}

.Slides ul {
width:836px;
overflow:hidden;
}

.Slides ul li {
list-style-type:none;
width:836px;
overflow:hidden;
}

.Slides ul li .PagePlayer 
{
	margin:0 auto;
	width:160px;
	height:90px;
	z-index:10;
	text-align:center;
}
.Slides ul li .PagePlayer a 
{
	color:#ffffff;
	padding:5px 10px;
	float:none;
}
.Slides ul li .PagePlayer .sm2-360ui
{
	margin-top:5px;
}
.Slides ul li .PagePlayer .sm2-360ui .sm2-360btn-default
{
	background:none;
}

#body .Slides .sm2_paused .sm2-360btn-default
{
	background:transparent url(../images/360/360-button-play.png) no-repeat;
}
#body .Slides .sm2_playing .sm2-360btn-default
{
	background:transparent url(../images/360/360-button-pause.png) no-repeat;
}

#body .Slides .ui360:hover .sm2_paused .sm2-360btn-default
{
	background:transparent url(../images/360/360-button-play-light.png) no-repeat;
}
#body .Slides .ui360:hover .sm2_playing .sm2-360btn-default
{
	background:transparent url(../images/360/360-button-pause-light.png) no-repeat;
}

.Slides ul li .SlideCopy a {
font-weight:bold;
}

.Slides ul li .SlideCopy .ui360 
{
	display:inline;
	vertical-align:baseline;
}
.Slides ul li .SlideCopy .ui360 .sm2-360ui
{
	position:absolute;
	top:-14px;
	left:-15px;
}

.Slides ul li .SlideCopy .ui360 a
{
	float:none;
	left:auto;
	top:auto;
	margin:0;
	margin-left:20px;	
	padding:0;
	vertical-align:baseline;
	text-decoration:underline;
	color:#FF5638;
	
}

.Slides ul li .SlideCopy p 
{
	margin-bottom:0;	
}

.GlossaryArrow 
{
background: url(../images/glossary_arrow.gif) no-repeat right center;
padding:13px 25px 13px 10px;
text-decoration:none;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:16px;
font-family: 'Chelsea Market', cursive;
position:absolute;
bottom:0;
right:0;
z-index:100;	
}

.GlossaryArrow:hover 
{
	color:White;
	opacity:0.7;
}

.buttonFinishStoryTop
{
position:absolute;
top:20px;
right:20px;	
	}

.buttonFinishStoryTop a, .buttonsSkipStory a{
text-transform:uppercase;
font-size:15px;
font-family: 'Chelsea Market', cursive;
color:#5BA5A5;
text-decoration:none;
padding-right:26px;
margin-right:5px;
background: url(../images/glossary.png) no-repeat right center;
}
.buttonFinishStoryTop a.activity, .buttonsSkipStory a.activity
{
background-image: url(../images/activity.png);
padding-right:24px;	
	}
.buttonFinishStoryTop a:hover, .buttonsSkipStory a:hover{
	text-decoration:underline;
	}
	
.buttonsSkipStory 
{
clear:both;	
display:block;
margin:5px 0 0 5px;
float:right;
text-align:right;
}
.buttonsSkipStory a 
{
font-size:12px;	
padding-right:24px;
}


.Slides .StoryNav {
margin-top:20px;
}
.Slides  a{
margin:0 5px;
}

.Slides #Next, .Slides #Prev {
background: url(../images/page_next.png) no-repeat right center;
padding:13px 25px 13px 10px;
text-decoration:none;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:16px;
font-family: 'Chelsea Market', cursive;
position:absolute;
bottom:0;
right:0;
z-index:100;
}

.Slides #Prev {
background: url(../images/page_prev.png) no-repeat left center;
padding:13px 18px 13px 25px;
right:auto;
left:0;
color:#DF89E1;
}

.Slides #Next:hover {
opacity:0.7;
}

.Slides #Prev:hover {
opacity:0.7;
}

.SlideCopy {
margin:0 20px;
}



/*------------ Overview ------------*/


.Oversounds {
}


.Oversounds .Sound {
margin-bottom:30px;
float:left;
width:280px;
margin-right:20px;
}

#body .phraseaudiolink a {
font-size:1.3em;
font-weight:bold;
width:220px;
display:block;
float:left;
position:static;
margin-top:16px;
margin-bottom:5px;
}
 .phraseaudiolink .sm2-360ui 
{
	margin-top:2px;
}

#body .Sound .phraseaudiolink .sm2-360ui .sm2-360btn
{
	background-image:url(../images/360/360-button-play-light.png);
}

#body .Sound .phraseaudiolink .sm2_playing .sm2-360btn
{
	background-image:url(../images/360/360-button-pause-light.png);
}

.Sound span.english
{
	padding-left:50px;
	display:block;
}


.Task {}

.Task img {
float:right;
}



/*----------- Login ----------------*/

.moduleType_User .button {

}

.RightCol .LoginBox {
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
background:#EDFFFF;
margin-bottom:20px;
}

.RightCol .LoginBox .FormRow {
margin-bottom:20px;
}

.RightCol .LoginBox span{
font-family: 'Chelsea Market', cursive;
display:block;
font-size:16px;
margin-bottom:2px;
}

.RightCol .LoginBox label{
display:inline;
margin-left:5px;
font-size:14px;
font-weight:normal;
}


/*----------- Admin ----------------*/

.ccAdmin {
padding:20px;
font-family:Arial;
font-size:14px;
}

.ccAdmin h1 {
font-family:Arial;
margin:0 0 20px 0;
padding:0;
font-weight:bold;
font-size:28px;
padding:0 0 10px 0;
border-bottom:2px solid #ccc;
}

.ccAdmin h1 a, .ccAdmin h1 span{
font-size:14px;
font-weight:normal;
}

.ccAdmin h1 span{
color:#666;
}


.ccAdmin h2, .ccAdmin h3 {
font-family:Arial;
font-weight:bold;
color:#333;
}

.ccAdmin .ccAdminEdit {
padding:20px;
margin:10px 0 20px 0;
background:#f1f1f1;
border:1px solid #ccc;
}

.ccAdmin .FormRow {
margin-bottom:20px;
}

.ccAdmin .FormRow .Text {
font-size:14px;
border:1px solid #ccc;
width:70%;
margin:2px 0;
}

.ccAdmin .FormRow textarea.Text {
font-size:14px;
border:1px solid #ccc;
width:90%;
margin:2px 0;
height:140px;
}

.ccAdmin .FormRow label{
font-family:Arial;
font-weight:bold;
margin-bottom:5px;
font-size:16px;
}

#pnlPageList {
}

.pnlPage {
padding:20px;
margin-bottom:20px;
background:#fff;
}
.pnlPage:hover {
}

.ccAdmin .btn {
font-family:Arial;
font-size:14px;
padding:5px;
text-transform:none;
font-weight:bold;
margin-right: 4px;
}

.ccAdmin .primary {
padding:8px;
margin-right: 12px;
}

.ccAdmin .Note {
font-style:italic;
color:#999;
}

.ccAdmin .PaidFor label{
display:inline;
}

#pnlPhraseList {}


.ccAdmin table {
margin-bottom:20px;
width:100%;
}

.ccAdmin table td{
padding:8px 5px;
border-bottom:1px solid #ccc;
}

.ccAdmin table th{
padding:8px 5px;
text-align:left;
font-weight:bold;
background:#5BA5A5;
color:#fff;
}

.ccAdmin .pager span, .ccAdmin .pager a 
{
	padding:0 5px;
}


.ccAdmin table td.copy{
width:360px;
}

.ccAdmin tablee td input{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
border-radius: 5px;
text-decoration:none;
padding:3px 5px;
color:#fff;
background:#FF5638;
font-weight:bold;
}

.PlaceHolder {
height:710px;
}

.PlaceHolder .PageTitle{
z-index:2;
position:relative;
}

.PlaceHolder .MainStoryImage{
position:absolute;
top:20px;
left:10px;
}

.swfuploadcontrol
{
    width: 128px;
    float: left;
}
.UploaderWrapper
{
    position: relative;
    left: 64px;
    width: 100px;
    background-color: #fafafa;
	border:solid 1px silver;
}
.UploaderProgress
{
    width: 0;
    background-color: #44cc44;
    margin-top: 2px;
    height: 22px;
}


/*------------- Place ----------------*/

/* Breaks the placing of markers */
/* 
.moduleType_CloudCuckoo_Place .MainStoryImage {
margin-left:-10px;
}
*/

.Speech {
width:300px;
display: none;
/**/
position:absolute;
text-align:left;
}
	
.Speech .close {
position:absolute;
width:29px;
height:29px;
background: url(../images/close.png) no-repeat bottom left;
text-indent:-9999px;
}

.Speech h3 a {
padding:3px 0 3px 25px;
background: url(../images/play_icon.png) no-repeat left center;
}

#body .Speech .phraseaudiolink a
{
	width:170px;
	background-color:Transparent!important;
}

.TopRight .close {
top:8px;
left:-8px;
}

.TopLeft .close {
top:8px;
right:-8px;
}

.BottomRight .close {
top:-8px;
left:-8px;
}

.BottomLeft .close {
top:-8px;
right:-8px;
}



.TopRight .Inner {
background: url(../images/sp_top_right.png) no-repeat top right;
padding:30px 50px 25px 25px;
position:relative;
}
	
.BottomRight .Inner {
background: url(../images/sp_bottom_right.png) no-repeat bottom right;
padding:15px 50px 50px 25px;
position:relative;
}
	
.TopLeft .Inner{
background: url(../images/sp_top_left.png) no-repeat top left;
padding:30px 25px 25px 50px;
position:relative;
}
	
.BottomLeft .Inner{
background: url(../images/sp_bottom_left.png) no-repeat bottom left;
padding:15px 25px 50px 50px;
position:relative;
}

.phraseIcon
{
    width:24px;
    height:24px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    border: 3px solid #FF5638;
    background-color: #fff;
    padding: 5px;
    
    overflow: visible;
    
    /*zoom: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;*/
}
/*
.phraseIcon:hover
{
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
*/
.phraseIcon > img
{
    padding-top: 2px;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
    filter: "progid:DXImageTransform.Microsoft.Alpha(enabled=false)" !important;
}


.NoPlayContainer{
    display:none;
}


/*------------------------ Contact ------------------------------------*/



.moduleType_ContactForm {
padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
background:#EDFFFF;
margin-bottom:20px;
}

.moduleType_ContactForm .formRow { 
margin-bottom:10px;
width:100%;
}

.moduleType_ContactForm .formRow label {
font-size:12px;
font-weight:bold;
padding:7px 10px 3px 0;
display:block;
}


.moduleType_ContactForm input.textbox, .moduleType_ContactForm .memo {
background:#fff;
padding:5px;
border:2px dotted #8CC9F9;
width:90%;
}

.moduleType_ContactForm .textboxsmall {
width:100px;
margin-right:5px;
}


.moduleType_ContactForm .multi {
background:#fff;
width:350px;
margin-bottom:5px;
padding:5px;
border:2px dotted #8CC9F9;
width:90%;
height:150px;
margin-right:5px;
font-family:Arial, Helvetica, sans-serif;
}

.moduleType_ContactForm .formRow select {
background:#fff;
margin-bottom:5px;
padding:4px;
border:1px solid #ccc;
font-family:Arial, Helvetica, sans-serif;
margin-right:5px;
}

.moduleType_ContactForm .formRow a {
margin-top:4px;
}

.moduleType_ContactForm .checkbox {
}

textarea.dataField {
height:100px;
background:#fff;
}

.moduleType_ContactForm .submitButton {
display:block;
font-size:14px;
padding:5px;
color:#fff;
background:#FF5638;
border:none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
cursor:pointer;
}

.Reset {
text-align:left;
}

.AccMessage {
padding:20px;
margin:20px 0;
background:#FFFFCC;
border:2px dashed #FFCC99;
}

.AccMessage h3{
color:#FF5638;
font-size:200%;
padding-top:0;
}

.hidden {
visibility:hidden;
}

.TopRight .Inner 
{
    position:relative;
    top: 24px;
    left: -24px;
}

.marker {
    display: block;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: 0;
	position:absolute;   
    cursor: pointer;
}

.marker img {
	opacity:0.7;
	filter: alpha(opacity = 70);
	}
	
.marker img:hover {
	opacity:1;
	filter: alpha(opacity = 100);
	}

.SoundOnOff {
}


.SoundOnOff a{
font-weight:bold;
text-decoration:none;
font-size:14px;
cursor:pointer;
display:none;
}

.currentpage-home .SoundOnOff a{
position:absolute;
top:10px;
left:10px;
}


.SoundOnOff a.On{
background: url(../images/sound_icon.gif) no-repeat left center;
padding-left:23px;
}

.SoundOnOff a.Off{
background: url(../images/sound_off.png) no-repeat left center;
color:#999;
padding-left:15px;
}


/*-------------- Contact Us ------------------ */

.currentpage-home_contact-us .Lower {
width:800px;	
}

.currentpage-home_contact-us .LeftCol {
width:500px;
}

.currentpage-home_contact-us .RightCol {
width:220px;
}

.previewModal, .newsletterModal {
background:url(../images/white_trans.png) top left !important;
}


.newsletterSignup {
border:2px dashed #FFCC99 !important;
padding:20px;
margin:20px 0;
background:#FFFFCC !important;
position:relative;
width:400px  !important;
}

.newsletterSignup .button  {
text-align:center;
font-size:16px;
}

.closenewslettermodal, .closepreviewmodal {
position:absolute;
width:29px;
height:29px;
background:url(../images/close.png) no-repeat bottom left;
text-indent:-9999px;
top:-10px;
right:-10px;
}

.newsletterSignup h4 {
margin-bottom:20px;
color:#333;
}

.newsletterSignup .Row {
display:block;
width:100%;
text-align:center;
margin:0 0 10px 0;
}

.newsletterSignup label {
font-weight:bold;font-size:16px;
}

.newsletterSignup .Row .regInput {
background:#fff;
padding:5px;
border:2px dotted #8CC9F9;
width:auto;
}