/* start home page / index.php page*/
 #homePageMsgBox{
  position:absolute;
  display:none;
  background-color:white;
  padding:10px;
  text-align:center;
  background-repeat:no-repeat;
  border-style:solid;
  border-width:3px;
  margin-left:250px;
  margin-top:50px;
  width:300px;
}

#newFeaturesHome{
  position:absolute;
  width:236px;
  height:307px;
  margin-left:35px;
  margin-top:370px;
}
  #newFeaturesBulb{
    background-image:url('images/bulb_sml2_on.png');
    width:100px;
    height:150px;
  }
  #newFeatureHomeText{
    position:absolute;
    margin-left:40px;
    margin-top:40px;
  }

#upgradeIE{
  position:absolute;
  width:236px;
  height:307px;
  margin-left:35px;
  margin-top:15px;
}
  #upgradeIEImg{
    position:absolute;
    z-index:4;
  }
  #upgradeIEText{
    position:absolute;
    z-index:5;
    padding:15px;
    padding-left:20px;
    width:206px;
    height:230px;
    margin-top:35px;
    font-size:11pt;
  }

.closeStory{
  float:right;
}

.logo{position:absolute;right:0px; top:0px; z-index:-1;}
.contactUs{position:absolute;
	padding-bottom: 255px;
	padding-right: 60px;
	padding-left: 10px;  z-index:1;}
/* end home page */

.submitBtn{
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
}

#formData{
  visibility:hidden;
  display:none;
}

hr{
  height:1px;
  border-style:solid;
  border-width:1px;
  border-color:#DFDFDF;
  color:#DFDFDF;
}

a:link{
  color:#EB3403;
  text-decoration:none;
  font-weight:none;
}

a:link.twitter{
  color:#333333;
  font-family:'Lucida Grande',sans-serif;
}

.twitterDate{
  color:#999999;
  font-size:8pt;
}

.twitterPost{
  border-bottom:1px dashed #D2DADA;
  margin-top:0px;
  width:100%;
  min-height:50px;
}

.lab12{
  margin-left:20px;
}
.reqField{
  font-size:10pt;
  color:red;
  font-weight:bolder;
  margin:0px;
}

.emailAlert{
  font-size:10pt;
  color:red;
  font-weight:bolder;
}

.aLink{
  text-decoration:none;
  font-weight:none;
  color:#EB3403;
  cursor:pointer;
}

.aLinkNoCursor{
  text-decoration:none;
  font-weight:none;
  color:#EB3403;
}

.notALink{
  text-decoration:none;
  font-weight:none;
  color:black;
  cursor:text;
}

/* banners */
#classesBanner{
  width:329px;
  height:50px;
  background-image:url(images/classesBanner.png);
  background-repeat: no-repeat;
  display:block;
}

#activitiesBanner{
  width:329px;
  height:50px;
  background-image:url(images/actvitiesBanner.png);
  background-repeat: no-repeat;
  display:block;
}
/* END */

#messageBox{
  position:absolute;
  display:none;
  background-color:white;
  padding:10px;
  text-align:center;
  background-repeat: no-repeat;
  border-style:solid;
  border-width:2px;
  margin-left:50px;
  margin-top:50px;
  
}

/* reports view */
#storyBox{
  position:absolute;
  top:0px;
  left:30%;
  width:450px;
  display:none;
  background-color:white;
  padding:10px;
  text-align:left;
  border-style:solid;
  border-width:2px; 
}

.studentBox{
  width:550px;
  height:24px;
  padding-top:6px;
  background-image:url('images/rowBGveryShort.png');
}

.viewStudentDetails{
  margin-left:25px;
  font-weight:bolder;
}

.studentSubBox{
  width:520px;
  padding:15px;
  display:none;
  background-image:url('images/subRow.png');
}

/* end reports view */

/* Left Side Navigation */
#activitesSubMenu{
  display:inline;
}
#classesSubMenu{
  display:inline;
  
}
.subMenuLinks{
  padding-left:0px; 
}
/* END */

/* classes */
.classBox{
  width:550px;
  height:70px;
  background-image:url(images/rowBGtall.png);
}
  .classBoxInActive{
    background-image:url(images/rowBGtallInActive.png);
  }
  .classNameBox{
    padding:5px 0px 0px 5px;
    width:320px;
    height:40px;
    font-size:13pt;
    overflow:hidden;
    float:left;
  }
  .inactive{
    color:#9d9d9d;
  }
  .classInfoBox{
    float:left;
    width:325px;
  }
  .classBoxMenu{
    width:225px;
    height:35px;
    margin-top:20px;
    float:right;
    text-align:left;
  }
    .classBoxMenuItem{
      margin-right:10px;
    }
    .activeIcon{
      
    }

/* Create Class area */
#crtClassLeft{
  border-style:solid; border-width:0px;
  width:220px;
  float:left;
  text-align:center;
}
#crtClassMid{
  border-style:solid; border-width:0px;
  width:80px;
  text-align:center;
  float:left;
  margin-top:50px;
}
#crtClassRight{
  border-style:solid; border-width:0px;
  width:220px;
  float:left;
  text-align:center;
}

/* Choose Activities page*/
.classActivityViewer{
  width:550px;
  height:150px;
  overflow:auto;
  border-style:solid;
  border-color:#858585;
  border-width:1px 0px 1px 0px;
  background-image:url('images/subRow.png');
}

/* end */

/* Teacher home */
#dateArea{
  float:right;
  margin-top:-50px;
  margin-right:5px;
  font-weight:none;
  font-size:13pt;
}

.homeTitleText{
  font-size:13pt;
  margin:10px;
  margin-top:-30px;
  float:left; 
}

#twitterTopRight{
  width:100%;
  height:140px;
  overflow:hidden;
}

.twitter{
  font-family:'Lucida Grande',sans-serif;
}
 
#twitterTransition{
  position:absolute;
  margin-top:115px;
  margin-left:0px;
}

.homeScrollerText{
  font-size:13pt;
  margin:10px;
}

.basicBorder{
  border-style:solid;
  border-width:1px 1px 1px 1px;
  border-color:#DFDFDF;  
}

/* second version of a generic row item*/
.rowItem{
  width:540px;
  background-image:url('images/rowBGitem.png');
  padding:12px 5px 0px 5px;
  line-height:15px;
}
  .rowItemLeft{
    width:295px;
    font-weight:bolder;
  }
  .rowItemRight{
    float:right;
    text-align:right;
    width:225px;
  }


.activityBox{
  width:550px;
  height:30px;
  background-image:url('images/rowBGshort.png');
}

  .leftPart{
    font-weight:bolder;
    width:305px;
    height:25px;
    overflow:hidden;
    padding-top:5px;
    padding-left:10px;
    float:left;
  }
  .rightPart{
    width:215px;
    height:25px;
    padding-top:5px;
    padding-left:10px;
    overflow:hidden;
  }
  .studentActivityBoxOptions{
  }
  .activityBoxName{
    width:300px;
    margin-bottom:15px;
  }
  .activityBoxMode{
    float:right;
    margin-bottom:15px;
    margin-top:5px;
  }
  .activityBoxCreated{
    width:300px;
  }
  .activityBoxActive{
    float:right;
    margin-top:-18px;
  }
  .activityBoxMenuItems{
    margin-right:10px;
  }
  .studentStory{
    width:530px;
    margin:0px 0px 0px 0px;
    padding:10px 10px 10px 10px;
  }

.boxesList{
  margin:0px 0px 0px -20px;  
}
.boxesListItems{
  
}

.teachHomeImg{
  float:left;
  margin:5px;
}

.teachHomeBullets{
  margin:0px;
  padding-left:0px;
}

.teachHomeUl{
  padding:0px;
  margin-left:125px;
}

#twitterIcon{
  float:left;
  margin:10px;
  margin-right:5px;
  margin-bottom:5px;
}


#homeRow1{
  width:550px;
  border-style:solid;
  border-width:0px 0px 1px 0px;
  border-color:#DFDFDF;
  height:150px;
}
  #homeRow1Col1{
    margin-top:10px;
    border-style:solid;
    border-width:0px 1px 0px 0px;
    border-color:#DFDFDF;
    float:left;
    width:280px;
    height:130px;
    padding:5px;    
  }
  #homeRow1Col2{
    float:right;
    width:250px;
  }
    
#homeRow2{
  padding-top:10px;
  width:550px;
  background-color:#f6f6f6;
}
  #scroller{
    width:550px;
    height:110px;
    overflow:hidden;
  }
  #innerScroller{
    text-align:center;
    height:100px;
    width:2150px;
  }
  #scrollLeft{
    position:absolute;
    margin-left:0px;
    margin-top:0px;
  }
  #scrollRight{
    position:absolute;
    margin-left:495px;
    margin-top:0px;;
  }
  .scrollImg{
    margin:10px;
    display:inline;
  }
  
    
#homeRow3{
  border-style:solid;
  border-width:1px 0px 0px 0px;
  border-color:#DFDFDF;
  padding-top:10px;
  
}
.homerow3botomborder{border-top:#CCCCCC solid 1px;}

  #homeRow3Col1{
    margin-top:0px;
    float:left;
    border-style:solid;
    border-width:0px 1px 0px 0px;
    border-color:#DFDFDF;
    width:330px;
  }
    #greatIdeaBox{
      background-image:url('images/greatIdeaBox.png');
      width:357px;
      height:150px;
    }
      .greenText{
        
      }
      #greatIdeaBtn1{
        width:140px;
        float:left;
        margin-left:10px;
        text-align:center;  
      }
      #greatIdeaBtn2{
        width:140px;
        float:left;
        margin-left:20px; 
        text-align:center;     
      }
  #homeRow3Col2{
    float:right;
    width:200px;
    text-align:center;  
  }
    .homeWallpaperText{
      font-size:15pt;
      margin:10px;
    }
    .wallpaperContainer{
      width:100px;
      height:140px;
      float:left;
      margin-left:30px;
      text-align:center;
    }
    .teachWallPaperContainer{
      width:100px;
      float:left;
    }

/*End*/

/* Basic table layout for Tareas site*/
.basicTable{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
  width:100%;
}
.basicRowHeader{
  background-color:#FBB97D;
  padding:5px;
}
.basicTr{
  background-color:#FFFCEF;
  padding:2px;
  text-align:center;
}
.basicTd{
  border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#CFCFCF;
  padding:2px 2px 2px 10px;
}
.basicTdEnd{
  border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CFCFCF;  
}

.resultsTable{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
  width:100%;
}
.resultsTr{
  background-color:white;
  padding:5px;
  text-align:center;
}
.resultsTd{
  border-style:solid;
	border-width:0px 0px 1px 0px;

	border-color:#CFCFCF;
  padding:5px;  
}
/* END */

.subMenu{
  font-weight:none;
  border-style:solid;
  border-width:0px;
  border-bottom-width:1px;
}
  .subMenuItem{
    margin-right:20px;
  }
     
.rowColor1{
  background-color:#cccccc;
}

.rowColor2{
  background-color:#ececec;
}

a:visited{
  color:#EB3403;
  text-decoration:none;
  font-weight:none;
}


.numOfPages{
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
}

.pageLink{
  margin-right:15px;
}

body{
  font-family: Arial,Helvetica,sans-serif;
	background-image: url(images/repeated_background.jpg);
	background-repeat: repeat-x;
	background-color: #faeaab;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	
}

#container{
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#navigation{
  height:100%;
  float:left;
  width:140px;
  font-size:12px;
	font-family:Tahoma, Arial;
	font-weight:none;
}

#bodyText{
  width:570px;
  margin-left:140px;
}

.header {
	width:840px;
	height:176px;
	background-image:url(images/page_header3.png);
	background-repeat: no-repeat;
	visibility: visible;
}
.header_m{
	width:840px;
	height:176px;
	background-image:url(images/page_header_blog.png);
	background-repeat: no-repeat;
	visibility: visible;
}

#signup_location{
	padding-top: 92px;
	padding-left: 402px;
	width:154 px;
	clear: both;
}

#login_location{
	width:235px;
	z-index: 2;
	clear: both;
	margin-top: -115px;
	margin-left: 576px;
	line-height: 9px;
	text-align: right;
}

.login_text_bold{
font-size: 11px;
font-weight:bold;
color:#ff3e08;
}

#main_selection{
 background-image:url('images/homePage_bg.png');
 background-repeat:no-repeat;
	clear: both;
	z-index: 2;
	width: 840px;
	height:562PX;
	
	overflow: visible;
	visibility: inherit;
}
.musicans_homepage {
	/* background-image:url('images/musicians_homepage3.jpg');*/
	background-repeat:no-repeat;
	width:326px;
	height:525px;
	float:left;
}

.home_buttons{
	/*background-image:url('images/homepage_buttons_back.jpg');*/
	background-repeat:no-repeat;
	width:514px;
	height:525px;
	float:right;
	padding-top:20px;
}

#footerContainer{
  width:100%;
  height:100px;
  text-align:center;
}

#footer {
	text-align:center;
	font-size: 10px;
}

.home_button1{
  float: left;
}
.home_button2{
  float:left;
}

.home_button3 {
  float: left;
}

.home_contact {
	float: right;
	padding-top:30px;
	padding-right: 50px;
}

#signUpContainer{
  position:absolute;
  margin-left:310px;
  margin-top:-60px;
  width:170px;
  height:110px;
}

#skipBubble{
  position:absolute;
  margin-left:350px;
  margin-top:-120px;
}

.maintable_top_background {
	background-image:url(images/sub_top_background.jpg);
	background-repeat:no-repeat;
	padding-top: 75px;
}
.maintable_middle_background {

background-image:url(images/sub_middle_background.jpg);
background-repeat:repeat;	
}
.maintable_bottom_background {
	background-image:url(images/sub_bottom_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom: 155px;
	padding-right: 60px;
	padding-left: 60px;
}

.positionLink{
position:absolute; 
margin-left: -180px;
z-index; -1;
}
.subpage_links {
	line-height:17px;
}
.main_info {
  line-height:17px;
	padding-top :10px;
	padding-right: 10px;
	padding-left: 10px;
	min-height:350px;
}

a:link{
	font-size:12px;
  color:#ee3503;
	text-decoration:none;
}
a:visited {
	color:#ee3503;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
}
a:hover {
font-weight:bold;
	/*color:#ee3503;*/
	color:#fd8e00;
	text-decoration:bold;
	font-size:12px;
	//*background-color:#fd8e00;*/
}
a:active {
	color:#ee3503;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

.currentPage{
  background-color:#FAEAAB;
  font-weight:bolder;
  font-size:12pt;
}

.main_info_bold {
font-size:13px;
color:black;
}
a.footers:link {
	font-size:11px;
color:#3d3d3d;
	text-decoration: none;
}
a.footers:visited {
	color:#3d3d3d;
	text-decoration: none;
}
a.footers:hover {
font-weight:bold;
	color:#3d3d3d;
	text-decoration: underline;
}
a.footers:active {
	color:#3d3d3d;
}


.main_title {
font-size:14px;
font-weight:bold;
}

.main_title_3 {
font-size:16px;
font-weight:bold;
}

.main_title_2 {
font-size:12px;
font-weight:bold;
}

.sub_title {
font-size:10px;
color:#ee3503;
}

#leftTopic{
  border-style:solid; border-width:1px;  
  width:250px;
  height:150px;
  float:left;
  overflow:auto;
}

#searchLeftTopic{
  border-style:solid; border-width:1px;  
  width:165px;
  height:150px;
  float:left;
  overflow:auto;
}

#searchRightActivities{
  float:left; 
  border-style:solid; border-width:1px;
  width:350px;
  height:150px;
  margin-left:20px;
  overflow:auto;
}

.boxContainer{
  width:100%;
}

.arrowContainer{
  float:right;
  height:20px;
}

#activityBox{
  width:210px;
}

.selectorTxt{
	color:#ee3503;
  min-height:20px;
}

.selectorTxt:hover{
  background-color:#FE430C;
  color:white;
}


.selectedChoice{
  font-weight:bolder;
  font-size:12pt;
  margin-top:15px;
}

#bookSelected{
  width:150px;
}

.clickable{
  cursor:pointer;
  vertical-align:middle;
  margin-left:5px;
}

#bookBox{
  width:150px;
}

#chapterBox{
  width:52px;
}

#activityBox{
  width:305px;
}

#topicBox{
  width:190px;
}

#topicSelected{
  width:190px;
}

#rightActivities{
  float:left; 
  border-style:solid; border-width:1px;
  width:330px;
  height:150px;
  overflow:auto;
}


#shareDiv{
  padding:10px;
  width:510px;
}
  .shareContainer{
    float:left;
    margin-right:10px;
    /*width:160px;*/
  }
    .shareInside{
      border-style:solid;
      border-width:1px;
      height:150px;
      overflow:auto;
    }
    
    
.leftColumn{
  width:260px;
  float:left;
}

.rightColumn{
  float:right;
  width:250px;
}

#teacherRegister{
  display:none;
}

#studentRegister{
  display:none;
}

.hrTypeA{
  border-style:solid;
  border-width:0px;
  border-bottom-width:1px;
}

.fieldElement{
  padding:5px; 
}
.inputField{
  margin-right:20px;
}
  .inputWidth{
    text-align:left;
    width:230px;
  }

  #swf
  {
  margin-left:-100px;
  margin-top:70px;
  }
#swfh
{
   margin-left:0px;
  margin-top:100px;

 
}

#teacherSectionLogo{
  float:right;
  margin-top:-60px;
}

.home_text
{
width:450px;
padding-right: 50px;
}
.li_margin{
margin-left:25px;
}

/* GAMES */
.liItems{
  margin-bottom:20px;
}

#conGameOl{
  width:400px;
}

.conInput{
  float:right;
  margin:0px;
}

.commercialsTables{
  border-style:solid;
  border-color:#DBDBDB;
  border-width:0px 0px 1px 0px;
  padding:10px;
}

.commercialsInputBoxes{
  margin-top:5px;
  background-color:#FEFFBF;
  border-style:solid;
  border-width:1px;
  border-color:#5F5F5F;
}

.commCorrectChoice{
  border-style:solid;
  border-width:1px;
  border-color:#5F5F5F;
  background-color:#BFFF8F;
}
