﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
/* punch
*******************************************************************************/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../../images/icon_top.png') no-repeat;
}
.SaveButton
{
    background: transparent url("images/Save.png") top left no-repeat;
	height: 29px;
	width: 75px;
	color: red;
}

.SaveButton:hover
{
	background: transparent url(images/Save_over.png) top left no-repeat;
}
.bC {
  background: #4162a8;
  border-top: 1px solid #38538c;
  border-right: 1px solid #1f2d4d;
  border-bottom: 1px solid #151e33;
  border-left: 1px solid #1f2d4d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
  -ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
  -o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
  color: #fff;
  font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  margin-bottom: 10px;
  padding: 6px 10px;
  text-align: center;
  text-shadow: 0px -1px 1px #1e2d4d;
  /*width: 150px;*/
  -webkit-background-clip: padding-box; }
  .bC:hover {
    -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
    -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
    -ms-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
    -o-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
    box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 2px 0px #1f3053, 0 5px 4px 1px #111111;
    cursor: pointer; }
  .bC:active {
    -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -ms-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    -o-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
    margin-top: 58px; }
    .bC a
    {
        color:#ffffff !important;
    }
 
 
.portalIconWrapper
{
    clear:both;
    display:inline-block;
    /*width: 680px;*/
    
}
.portalIconCell
{
    border-width:0;
    height:132px;
    margin: 8px 8px 8px 8px;
    padding: 0;
    width: 153px;
    float:left;
}

.portalIconCell span
{
    display:block;
    padding: 0 8px 0 0;
    text-align:right;
    line-height: 26px;
}

.portalIconCell a
{
   background:url("../../images/portalIcon.gif") no-repeat scroll 0 0 transparent;
   height: 127px;
   display: block;
   padding: 5px 0 0;
   text-decoration:none;
   width:153px;
   color: #00156E;
   font: 12px"Segoe UI",Arial,sans-serif
}
.portalIconCell a:hover
{
   background-position:0 -150px;
   
}

.portalIconCell a:link
.portalIconCell a:active
{
    color:#0F232F;
}
.portalIconCell a img
{
    /*margin: 16px 40px 16px 40px; */
    margin-top: 2px;
    
}

.hyper
{
	text-decoration: underline;
	color: Blue;
	cursor: pointer !important;
 }
 
 .hyperLabel
{
	text-decoration:none;
	color: #00156E;
	 }
 

table.mylist input {
     width: 20px;
      float: left;
         
      
   }
   table.mylist label {
      width: 220px;
      margin-top: 1px;
      margin-left:20px;
      float:left;
      
       
   }

table.mymultilist input {
     width: 20px;
      float: left;
         
      
   }
   table.mymultilist label {
            margin-top: 1px;
      float:left;
      
       
   }
   
.Staff
{
	background: transparent url(../../images/staff.png) top left no-repeat;
	height: 128px;
	width: 128px;
}

.Staff:hover
{
	background: transparent url(../../images/staff_over.png) top left no-repeat;
}


.SubmitButton
{
	background: transparent url(images/Submit.gif) top left no-repeat;
	height: 27px;
	width: 76px;
}

.SubmitButton:hover
{
	background: transparent url(images/Submit_over.gif) top left no-repeat;
}

.SubmitButton_disabled
{
	background: transparent url(images/Submit_dis.gif) top left no-repeat;
	height: 27px;
	width: 76px;
}

.FiftyFiftyButton
{
	background: transparent url(images/FiftyFifty.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FiftyFiftyButton:hover
{
	background: transparent url(images/FiftyFifty.png) top left no-repeat;
}

.FiftyFiftyButton_disabled
{
	background: transparent url(images/FiftyFifty_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.SecondChanceButton
{
	background: transparent url(images/SecondChance.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.SecondChanceButton:hover
{
	background: transparent url(images/SecondChance.png) top left no-repeat;
}

.SecondChanceButton_disabled
{
	background: transparent url(images/SecondChance_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.ShowHintButton
{
	background: transparent url(images/ShowHint.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.ShowHintButton:hover
{
	background: transparent url(images/ShowHint.png) top left no-repeat;
}

.ShowHintButton_disabled
{
	background: transparent url(images/ShowHint_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FriendOpinionButton
{
	background: transparent url(images/FriendOpinion.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FriendOpinionButton:hover
{   
	background: transparent url(images/FriendOpinion.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FriendOpinionButton_disabled
{
	background: transparent url(images/FriendOpinion_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.AudiencePollButton
{
	background: transparent url(images/AudiencePoll.png) top left no-repeat;
	height: 70px;
	width: 70px;
	
}

.AudiencePollButton:hover
{
	background: transparent url(images/AudiencePoll.png) top left no-repeat;
}

.AudiencePollButton_disabled
{
	background: transparent url(images/AudiencePoll_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FlipButton
{
	background: transparent url(images/Flip.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FlipButton:hover
{
	background: transparent url(images/Flip.png) top left no-repeat;
}

.FlipButton_disabled
{
	background: transparent url(images/Flip_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.ThirdChanceButton
{
	background: transparent url(images/ThirdChance.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.ThirdChanceButton:hover
{
	background: transparent url(images/ThirdChance.png) top left no-repeat;
}

.ThirdChanceButton_disabled
{
	background: transparent url(images/ThirdChance_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FourthChanceButton
{
	background: transparent url(images/FourthChance.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.FourthChanceButton:hover
{
	background: transparent url(images/FourthChance.png) top left no-repeat;
}

.FourthChanceButton_disabled
{
	background: transparent url(images/FourthChance_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.CallTaraButton
{
	background: transparent url(images/CallTara.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.CallTaraButton:hover
{
	background: transparent url(images/CallTara.png) top left no-repeat;
}

.CallTaraButton_disabled
{
	background: transparent url(images/CallTara_dis.png) top left no-repeat;
	height: 70px;
	width: 70px;
}

.AcceptButton
{
	background: transparent url(images/Accept.gif) top left no-repeat;
	height: 27px;
	width: 84px;
}


.AcceptButton:hover
{
	background: transparent url(images/Accept_over.gif) top left no-repeat;
}

.RejectButton
{
	background: transparent url(images/Reject.gif) top left no-repeat;
	height: 27px;
	width: 84px;
}

.RejectButton:hover
{
	background: transparent url(images/Reject_over.gif) top left no-repeat;
}

.ChallengeButton
{
	background: transparent url(images/Challenge.gif) top left no-repeat;
	height: 27px;
	width: 103px;
}

.ChallengeButton:hover
{
	background: transparent url(images/Challenge_over.gif) top left no-repeat;
}

.WithdrawButton
{
	background: transparent url(images/Withdraw.gif) top left no-repeat;
	height: 27px;
	width: 114px;
}

.WithdrawButton:hover
{
	background: transparent url(images/Withdraw_over.gif) top left no-repeat;
}

.SetToInactiveButton
{
	background: transparent url(images/SetToInactive.gif) top left no-repeat;
	height: 27px;
	width: 132px;
}

.SetToInactiveButton:hover
{
	background: transparent url(images/SetToInactive_over.gif) top left no-repeat;
}

.SetToActiveButton
{
	background: transparent url(images/SetToActive.gif) top left no-repeat;
	height: 27px;
	width: 123px;
}

.SetToActiveButton:hover
{
	background: transparent url(images/SetToActive_over.gif) top left no-repeat;
}

.SetToDormantButton
{
	background: transparent url(images/SetToDormant.gif) top left no-repeat;
	height: 27px;
	width: 138px;
}

.SetToDormantButton:hover
{
	background: transparent url(images/SetToDormant_over.gif) top left no-repeat;
}

.ReviseButton
{
	background: transparent url(images/Revise.gif) top left no-repeat;
	height: 27px;
	width: 86px;
}

.ReviseButton:hover
{
	background: transparent url(images/Revise_over.gif) top left no-repeat;
}

.PostponeButton
{
	background: transparent url(images/Postpone.gif) top left no-repeat;
	height: 27px;
	width: 110px;
}

.PostponeButton:hover
{
	background: transparent url(images/Postpone_over.gif) top left no-repeat;
}

.NextButton
{
	background: transparent url(images/Next.gif) top left no-repeat;
	height: 27px;
	width: 70px;
}

.NextButton:hover
{
	background: transparent url(images/Next_over.gif) top left no-repeat;
}

.NextButton_disabled
{
	background: transparent url(images/Next_dis.gif) top left no-repeat;
	height: 27px;
	width: 70px;
}


.PreviousButton
{
	background: transparent url(images/Previous.gif) top left no-repeat;
	height: 27px;
	width: 95px;
}

.PreviousButton:hover
{
	background: transparent url(images/Previous_over.gif) top left no-repeat;
}

.PreviousButton_disabled
{
	background: transparent url(images/Previous_dis.gif) top left no-repeat;
	height: 27px;
	width: 95px;
}


.AddTestCasesButton
{
	background: transparent url(images/AddTestCases.gif) top left no-repeat;
	height: 27px;
	width: 121px;
}

.AddTestCasesButton:hover
{
	background: transparent url(images/AddTestCases_over.gif) top left no-repeat;
}

.RemoveTestCasesButton
{
	background: transparent url(images/RemoveTestCases.gif) top left no-repeat;
	height: 27px;
	width: 147px;
}

.RemoveTestCasesButton:hover
{
	background: transparent url(images/RemoveTestCases_over.gif) top left no-repeat;
}


.BulkUpdateButton
{
	background: transparent url(images/BulkUpdate.gif) top left no-repeat;
	height: 27px;
	width: 121px;
}

.BulkUpdateButton:hover
{
	background: transparent url(images/BulkUpdate_over.gif) top left no-repeat;
}


.SetToABButton
{
	background: transparent url(images/SetToAB.gif) top left no-repeat;
	height: 27px;
	width: 121px;
}

.SetToABButton:hover
{
	background: transparent url(images/SetToAB_over.gif) top left no-repeat;
}


.SetToNButton
{
	background: transparent url(images/SetToN.gif) top left no-repeat;
	height: 27px;
	width: 110px;
}

.SetToNButton:hover
{
	background: transparent url(images/SetToN_over.gif) top left no-repeat;
}


.SetToPButton
{
	background: transparent url(images/SetToP.gif) top left no-repeat;
	height: 27px;
	width: 110px;
}

.SetToPButton:hover
{
	background: transparent url(images/SetToP_over.gif) top left no-repeat;
}

.AgreeButton
{
	background: transparent url(images/Agree.gif) top left no-repeat;
	height: 27px;
	width: 89px;
}

.AgreeButton:hover
{
	background: transparent url(images/Agree_over.gif) top left no-repeat;
}


.ApproveButton
{
	background: transparent url(images/Approve.gif) top left no-repeat;
	height: 27px;
	width: 98px;
}

.ApproveButton:hover
{
	background: transparent url(images/Approve_over.gif) top left no-repeat;
}


.ViewDetailsButton
{
	background: transparent url(images/ViewDetails.gif) top left no-repeat;
	height: 27px;
	width: 128px;
}

.ViewDetailsButton:hover
{
	background: transparent url(images/ViewDetails_over.gif) top left no-repeat;
}

.ReleaseNewVersionButton
{
	background: transparent url(images/ReleaseNewVersion.gif) top left no-repeat;
	height: 27px;
	width: 186px;
}

.ReleaseNewVersionButton:hover
{
	background: transparent url(images/ReleaseNewVersion_over.gif) top left no-repeat;
}

.ReleaseVersionButton
{
	background: transparent url(images/ReleaseVersion.gif) top left no-repeat;
	height: 27px;
	width: 157px;
}

.ReleaseVersionButton:hover
{
	background: transparent url(images/ReleaseVersion.gif) top left no-repeat;
}

.AddSelectedRecordsButton
{
	background: transparent url(images/AddSelectedRecords.gif) top left no-repeat;
	height: 27px;
	width: 39px;
}

.AddSelectedRecordsButton:hover
{
	background: transparent url(images/AddSelectedRecords_over.gif) top left no-repeat;
}

.ModifyExistingRecordsButton
{
	background: transparent url(images/ReviseAndUpdate.gif) top left no-repeat;
	height: 27px;
	width: 59px;
}

.ModifyExistingRecordsButton:hover
{
	background: transparent url(images/ReviseAndUpdate_over.gif) top left no-repeat;
}

.SyncPTCRBUsersButton
{
	background: transparent url(images/SyncPTCRBUsers.gif) top left no-repeat;
	height: 27px;
	width: 162px;
}

.SyncPTCRBUsersButton:hover
{
	background: transparent url(images/SyncPTCRBUsers_over.gif) top left no-repeat;
}

.TPGenButton
{
	background: transparent url(images/CreateTestPlan.gif) top left no-repeat;
	height: 27px;
	width: 153px;
}

.TPGenButton:hover
{
	background: transparent url(images/CreateTestPlan_over.gif) top left no-repeat;
}

.DeleteSelectedRecordsButton
{
	background: transparent url(images/DeleteSelectedRecords.gif) top left no-repeat;
	height: 27px;
	width: 39px;
}

.DeleteSelectedRecordsButton:hover
{
	background: transparent url(images/DeleteSelectedRecords_over.gif) top left no-repeat;
}

.Step1D
{
	background: transparent url(images/Step1D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step2D
{
	background: transparent url(images/Step2D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step3D
{
	background: transparent url(images/Step3D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step4D
{
	background: transparent url(images/Step4D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step5D
{
	background: transparent url(images/Step5D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step6D
{
	background: transparent url(images/Step6D.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}

.Step1U
{
	background: transparent url(images/Step1U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step2U
{
	background: transparent url(images/Step2U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step3U
{
	background: transparent url(images/Step3U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step4U
{
	background: transparent url(images/Step4U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step5U
{
	background: transparent url(images/Step5U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}
.Step6U
{
	background: transparent url(images/Step6U.gif) top left no-repeat;
	height: 27px;
	width: 56px;
}

/* Welcome Screen */



.logoBG table {
	width: 100%; 
	background-color: #cccccc;
	height: 98px;	
} 
	
#MainLogo
{
    background: url(./Images/Welcome_logo.gif) no-repeat center;
    width: 633px;
    height: 94px;
}



.logoBG2 
{
    
    background: url(./Images/LogoBG.gif) repeat top left;
    /*background: #036bab;*/
	/*background: #3B5998;*/
    height:94px;
}
	
.BasedOn
{
    position: relative;
    top: -7px;
    left: -7px;
}


/*.logoBG td { 
	background-color: #6dbd5e;
	} */


.PortalItemsContainer
{
    background: #b6c0e4;
    padding: 10px;
}

.WelcomeContainer
{
    border: 1px solid #666666; 
    background: white url(Images/WelcomePanel2.png) repeat;
    width: 100%;
    text-align: center;
   
}


.WelcomeContainer2
{
    width: 100%;
    text-align: center;
    display: inline;
}

.WelcomeContainer div
{
    /*padding-bottom: 25px;*/
}
.VerCenterHdr
{
    font-family: Verdana; 
    font-weight: bold;
    font-size: 12pt;
    color: #0e2b8d;
    margin: 0px;
    margin: 5px;
}

.ImageButtonOption1, .ImageButtonOption2, .ImageButtonOption3, .ImageButtonOption4, .ImageButtonOption5
{
    border: 1px solid #666666 !important;
    background-color: #006bab;
}

.WelcomeContainer .fls
{
    display: inline;
    
}

.WelcomeContainer2 .fls
{
    display: inline;
    width: 32%;
    
}
#LeftRightArrow1
{
    background: transparent url(images/RightLeftArrow.gif) center no-repeat;
    width: 81px;
    height: 53px;
    padding-top: 108px;


}

.UpDownArrow
{
    background: transparent url(images/UpDownArrow2.png) center no-repeat;
    width: 53px;
    height: 81px;
    padding-left: 66px;
    padding-right: 66px;
    

}


#welcomebutton1:hover,#welcomebutton2:hover,#welcomebutton3:hover,#welcomebutton4:hover
{
	/*background: #ffffff;*/
}

.ImageButtonOption1
{
	background: transparent url(images/SpecMaster.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption1:hover
{
	background: transparent url(images/SpecMaster_over.gif) top left no-repeat;
}


.ImageButtonOption1_disabled
{
	background: transparent url(images/SpecMaster_dis.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption2
{
	background: transparent url(images/QualPol.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption2:hover
{
	background: transparent url(images/QualPol_over.gif) top left no-repeat;
}


.ImageButtonOption2_disabled
{
	background: transparent url(images/QualPol_dis.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}



.ImageButtonOption3
{
	/*background: transparent url(images/ProdData.gif) top left no-repeat;*/
	background: transparent url(images/ProdData_Grayed.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption3:hover
{
	/*background: transparent url(images/ProdData_over.gif) top left no-repeat;*/
	background: transparent url(images/ProdData_Grayed.gif) top left no-repeat;
}

.ImageButtonOption4
{
	background: transparent url(images/VerifMgr.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}


.ImageButtonOption4:hover
{
	background: transparent url(images/VerifMgr_over.gif) top left no-repeat;
}

.ImageButtonOption4_disabled
{
	background: transparent url(images/VerifMgr_dis.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption5
{
	background: transparent url(images/TestEng_dis.gif) top left no-repeat;
	height: 160px;
	width: 185px;
}

.ImageButtonOption5:hover
{
	/*background: transparent url(images/TestEng_over.gif) top left no-repeat;*/
	background: transparent url(images/TestEng_dis.gif) top left no-repeat;
}

.ImageButtonOption6
{
	background: transparent url(images/WIs.gif) top left no-repeat;
	height: 143px;
	width: 150px;
}

.ImageButtonOption6:hover
{
	/*background: transparent url(images/RFTs_over.gif) top left no-repeat;*/
	background: transparent url(images/WIs_over.gif) top left no-repeat;
}

.ImageButtonOption7
{
	background: transparent url(images/TCStatus.gif) top left no-repeat;
	height: 143px;
	width: 150px;
}

.ImageButtonOption7:hover
{
	/*background: transparent url(images/RFTs_over.gif) top left no-repeat;*/
	background: transparent url(images/TCStatus_over.gif) top left no-repeat;
}

.ImageButtonOption8
{
	background: transparent url(images/CRs.gif) top left no-repeat;
	height: 143px;
	width: 150px;
}

.ImageButtonOption8:hover
{
	/*background: transparent url(images/RFTs_over.gif) top left no-repeat;*/
	background: transparent url(images/CRs_over.gif) top left no-repeat;
}

.ImageButtonOption9
{
	background: transparent url(images/TestPlatforms.gif) top left no-repeat;
	height: 143px;
	width: 150px;
}

.ImageButtonOption9:hover
{
	/*background: transparent url(images/RFTs_over.gif) top left no-repeat;*/
	background: transparent url(images/TestPlatforms_over.gif) top left no-repeat;
}


.PanelHeight150
{
	height: 150px;
	overflow: auto;
	width: 70%;
	float: left;
	clear: none;
}

.TreeViewPanel
{
	width: 30%;
	float: left;
	clear: none;
}
.LeftGridButtons {
	/*background-color: #ffffff;*/
	color: #222222;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 8pt;
	text-align: Left;
	margin: 0px auto;
	width: 33%;
	background: transparent url(Images/ButtonBarBG5.gif) repeat-x left top;
}
.parentDiv
{
	position: relative;
	left: 0px;
	top: 0px;
}

.RightGridButtons {
	/*background-color: #ffffff;*/
	color: #222222;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 8pt;
	text-align: Right;
	margin: 0px auto;
	/*width: 33%;*/
	background: transparent url(Images/ButtonBarBG5.gif) repeat-x left top;
	white-space: nowrap;
	display: block;
}

.RightGridButtons table
{
	display: -moz-inline-box;
}
.RightGridButtonsHide:hover .hidebuttons
{
	display: inline;
	visibility: visible;
	top: 25px;
	right: 0px;
	cursor: pointer;
}

.RightGridButtonsHide .hidebuttons
{
	visibility: hidden;
	position: absolute;
	display: none;
}
.hidebuttons .ButtonBarDivider
{
    visibility: hidden !important;
}
.configIcon
{
	background: transparent url(Images/Config_14px.png) no-repeat left bottom;
	height: 14px;
	width: 14px;
	cursor: pointer;
}

.configText
{
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 8pt;
	color: #000000;
}
.dxgvControl_CCF
{
    border: 1px solid #cccccc !important;
}


#SignInImage
{
    background: url(Images/SignInImage2.png) no-repeat top center;
    height:128px;
    width: 464px;
    
}

/*Breadcrumbs*/
.BreadCrumb
{
	margin: 0px auto;
	padding: 0px 0px 2px 4px;
	white-space: nowrap;
	background-color: #1e5593;
	/*border-bottom: solid 2px #f47214;*/
	background: transparent url(images/ButtonBG.png) left top repeat-x;
}

.bcDelimiter
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
    color: #6AB023;
	color: #076D59;
	white-space: nowrap;
}

.bcUL
{
	/*display: block;*/
	margin: 0px auto;
	white-space: nowrap;
	overflow: hidden;
	padding: 0px;
}

.bcLI
{
	/*display: block;*/
	float: left;
	overflow: hidden;
	white-space: nowrap;
	list-style-type: none;
	padding-left: 16px;
	background: transparent url(images/Divider.png) left top no-repeat;
}

.bcFirst
{
	padding-left: 8px;
	background: transparent url(images/LeftCap.png) left top no-repeat;
}

.bcLast
{
	background: transparent url(images/Divider.png) left top no-repeat;
}

.bcLIEndCap
{
	padding-left: 8px;
	background: transparent url(images/RightCap.png) left top no-repeat;
}

.bcLink
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	
	white-space: nowrap;
	/*display: block;*/
}

.bcLink:link
{
	text-decoration:underline;
    color: #0e2b8d;
}

.bcTxt:hover
{
	color: #f47214;
}

.bcLast .bcLink
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #076D59;
	white-space: nowrap;
	line-height: 20px;
	/*display: block;*/
}

.bcSelected
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: White;
	white-space: nowrap;
	line-height: 20px;
	/*display: block;*/
}

.bcOut
{
	white-space: nowrap;
	line-height: 20px;
	/*display: block;*/
	background: transparent url(images/ButtonBG.png) left top repeat-x;
}

.bcIn
{
	white-space: nowrap;
}

.bcTxt
{
	white-space: nowrap;
	line-height: 22px;
}

.RQPHeader
{
    background: url(images/RQPHeader.png) no-repeat top center;
    width: 100%;
    height: 34px;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    
}
.hidebuttons .ButtonBarDivider
{
    visibility: hidden !important;
    width: 0px;
    border-collapse: collapse;
}

table.mylist input {
     width: 20px;
      float: left;
       
          
      
   }
   table.mylist label {
      
      margin-top: 1px;
      float: left;
      /*font-size: 16px*/     

   }
   
   
   
/* EnglishPower*/
/*Portal Page*/

.wrapper{ background-color:#ffffff;
			width:100%;
			margin:0 auto;
			text-align:center;
			border:0px;

}

.header{  
		  background-position:center;
		  background-image:url(images/WordGame_Header.gif);
		  background-repeat: repeat;
		  width:100%;
		  height:131px;
		  border:0px;
		 
		  
}

.content{ 
			margin: 0 auto;
			width:768px;
			border:0px;

}

.content_left{ width:425px;
				height:288px;
				margin: 0 auto;
				margin-top:50px;
				background-image:url(images/LearningIsFun.gif);
				background-repeat:no-repeat;
				float:left;
				border:0px;


}

.content_right{ 
				margin: 0 auto;
				float:right;
				border:0px;
	

}

/*li{ list-style-type:none;

}*/


.multiplayer { width:300px;
				height:96px;
				background-image:url(images/Multiplayer.png);
				background-repeat:no-repeat;
				border:0px;
				
}

.hangman { width:300px;
				height:90px;
				background-image:url(images/Hangman.png);
				background-repeat:no-repeat;
				border:0px;
				
}

.singleplayer { width:300px;
				height:91px;
				background-image:url(images/SinglePlayer.png);
				background-repeat:no-repeat;
				border:0px;
				
}

.machingwords { width:300px;
				height:91px;
				background-image:url(images/MachingWords.png);
				background-repeat:no-repeat;
				border:0px;
				
}



/*Hangman Page*/
.Hangman_Header{ width:800px;
					height:140px;
					background:url(images/Hangman_Header.png);
					background-repeat:no-repeat;
				


}


.p1{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14pt;
		font-weight:bold;
		color:#000000;


}

.p2{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14pt;
		color:#FFFFFF;


}

.p3{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16pt;
		color:#FFFFFF;
		margin-top:5px;
	


}

.p4{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		color:#000000;
		text-align:center;
		font-weight:bold;
		margin-top:10px;
		margin-bottom:5px;


}

.p5{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		color:#000000;
		font-weight:bold;
		margin-top:20px;


}

.p6{ font:Arial;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12pt;
		color:#ffffff;
		font-weight:bold;
		margin-top:20px;


}

.guess1{ width:460px;
			float:left;

}

.Hangman_InputField{ background:url(images/Hangman_TextField.png);
						background-repeat:no-repeat;
						width:449px;
						height:34px;
						border:none;
						padding:8px;
						font-size:30px;
						text-transform:uppercase;

}

.HangmanSubmit_Button{ background:url(images/Hangman_Submit.png);
						width:84px;
						height:29px;
						float:left;
						margin-left:10px;
						margin-top:10px;


}

.Hangman_NextButton{ background:url(images/Hangman_Next.png);
						width:84px;
						height:29px;
						background-repeat:no-repeat;
						float:left;
						margin-left:10px;
						margin-top:10px;


}

.HangmanNextButton_disabled
{
	background:url(images/HangmanNext_dis.gif);
						width:73px;
						height:30px;
						background-repeat:no-repeat;
						float:left;
						margin-left:10px;
						margin-top:10px;

}

.Hangman_CloseButton{ background:url(images/Hangman_Close.png);
						width:73px;
						height:30px;
						background-repeat:no-repeat;
						float:left;

}

.Footer_Button{ 
				margin-left:150px;
				margin-top:10px;
				
}

.pad5{ padding-top:5px;
		padding-bottom:5px;
}

.AlphabetAButton{ width:59px;
			height:51px;
			background:url(images/AlphabetA.png);
			background-repeat:no-repeat;
}

.AlphabetAButton:hover
{
	background: transparent url(images/AlphabetA.png) top left no-repeat;
}

.AlphabetAButton_disabled
{
	background: transparent url(images/AlphabetA_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetBButton{ width:59px;
			height:51px;
			background:url(images/AlphabetB.png);
			background-repeat:no-repeat;


}

.AlphabetBButton:hover
{
	background: transparent url(images/AlphabetB.png) top left no-repeat;
}

.AlphabetBButton_disabled
{
	background: transparent url(images/AlphabetB_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetCButton{ width:59px;
			height:51px;
			background:url(images/AlphabetC.png);
			background-repeat:no-repeat;


}

.AlphabetCButton:hover
{
	background: transparent url(images/AlphabetC.png) top left no-repeat;
}

.AlphabetCButton_disabled
{
	background: transparent url(images/AlphabetC_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetDButton{ width:59px;
			height:51px;
			background:url(images/AlphabetD.png);
			background-repeat:no-repeat;


}

.AlphabetDButton:hover
{
	background: transparent url(images/AlphabetD.png) top left no-repeat;
}

.AlphabetDButton_disabled
{
	background: transparent url(images/AlphabetD_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetEButton{ width:59px;
			height:51px;
			background:url(images/AlphabetE.png);
			background-repeat:no-repeat;


}

.AlphabetEButton:hover
{
	background: transparent url(images/AlphabetE.png) top left no-repeat;
}

.AlphabetEButton_disabled
{
	background: transparent url(images/AlphabetE_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetFButton{ width:59px;
			height:51px;
			background:url(images/AlphabetF.png);
			background-repeat:no-repeat;


}

.AlphabetFButton:hover
{
	background: transparent url(images/AlphabetF.png) top left no-repeat;
}

.AlphabetFButton_disabled
{
	background: transparent url(images/AlphabetF_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetGButton{ width:59px;
			height:51px;
			background:url(images/AlphabetG.png);
			background-repeat:no-repeat;


}

.AlphabetGButton:hover
{
	background: transparent url(images/AlphabetG.png) top left no-repeat;
}

.AlphabetGButton_disabled
{
	background: transparent url(images/AlphabetG_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetHButton{ width:59px;
			height:51px;
			background:url(images/AlphabetH.png);
			background-repeat:no-repeat;


}

.AlphabetHButton:hover
{
	background: transparent url(images/AlphabetH.png) top left no-repeat;
}

.AlphabetHButton_disabled
{
	background: transparent url(images/AlphabetH_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetIButton{ width:59px;
			height:51px;
			background:url(images/AlphabetI.png);
			background-repeat:no-repeat;


}

.AlphabetIButton:hover
{
	background: transparent url(images/AlphabetI.png) top left no-repeat;
}

.AlphabetIButton_disabled
{
	background: transparent url(images/AlphabetI_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetJButton{ width:59px;
			height:51px;
			background:url(images/AlphabetJ.png);
			background-repeat:no-repeat;


}

.AlphabetJButton:hover
{
	background: transparent url(images/AlphabetJ.png) top left no-repeat;
}

.AlphabetJButton_disabled
{
	background: transparent url(images/AlphabetJ_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetKButton{ width:59px;
			height:51px;
			background:url(images/AlphabetK.png);
			background-repeat:no-repeat;


}

.AlphabetKButton:hover
{
	background: transparent url(images/AlphabetK.png) top left no-repeat;
}

.AlphabetKButton_disabled
{
	background: transparent url(images/AlphabetK_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetLButton{ width:59px;
			height:51px;
			background:url(images/AlphabetL.png);
			background-repeat:no-repeat;


}

.AlphabetLButton:hover
{
	background: transparent url(images/AlphabetL.png) top left no-repeat;
}

.AlphabetLButton_disabled
{
	background: transparent url(images/AlphabetL_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetMButton{ width:59px;
			height:51px;
			background:url(images/AlphabetM.png);
			background-repeat:no-repeat;


}

.AlphabetMButton:hover
{
	background: transparent url(images/AlphabetM.png) top left no-repeat;
}

.AlphabetMButton_disabled
{
	background: transparent url(images/AlphabetM_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetNButton{ width:59px;
			height:51px;
			background:url(images/AlphabetN.png);
			background-repeat:no-repeat;


}

.AlphabetNButton:hover
{
	background: transparent url(images/AlphabetN.png) top left no-repeat;
}

.AlphabetNButton_disabled
{
	background: transparent url(images/AlphabetN_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}
.AlphabetOButton{ width:59px;
			height:51px;
			background:url(images/AlphabetO.png);
			background-repeat:no-repeat;


}

.AlphabetOButton:hover
{
	background: transparent url(images/AlphabetO.png) top left no-repeat;
}

.AlphabetOButton_disabled
{
	background: transparent url(images/AlphabetO_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetPButton{ width:59px;
			height:51px;
			background:url(images/AlphabetP.png);
			background-repeat:no-repeat;


}

.AlphabetPButton:hover
{
	background: transparent url(images/AlphabetP.png) top left no-repeat;
}

.AlphabetPButton_disabled
{
	background: transparent url(images/AlphabetP_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetQButton{ width:59px;
			height:51px;
			background:url(images/AlphabetQ.png);
			background-repeat:no-repeat;


}

.AlphabetQButton:hover
{
	background: transparent url(images/AlphabetQ.png) top left no-repeat;
}

.AlphabetQButton_disabled
{
	background: transparent url(images/AlphabetQ_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetRButton{ width:59px;
			height:51px;
			background:url(images/AlphabetR.png);
			background-repeat:no-repeat;


}

.AlphabetRButton:hover
{
	background: transparent url(images/AlphabetR.png) top left no-repeat;
}

.AlphabetRButton_disabled
{
	background: transparent url(images/AlphabetR_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetSButton{ width:59px;
			height:51px;
			background:url(images/AlphabetS.png);
			background-repeat:no-repeat;


}

.AlphabetSButton:hover
{
	background: transparent url(images/AlphabetS.png) top left no-repeat;
}

.AlphabetSButton_disabled
{
	background: transparent url(images/AlphabetS_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetTButton{ width:59px;
			height:51px;
			background:url(images/AlphabetT.png);
			background-repeat:no-repeat;


}

.AlphabetTButton:hover
{
	background: transparent url(images/AlphabetT.png) top left no-repeat;
}

.AlphabetTButton_disabled
{
	background: transparent url(images/AlphabetT_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetUButton{ width:59px;
			height:51px;
			background:url(images/AlphabetU.png);
			background-repeat:no-repeat;


}

.AlphabetUButton:hover
{
	background: transparent url(images/AlphabetU.png) top left no-repeat;
}

.AlphabetUButton_disabled
{
	background: transparent url(images/AlphabetU_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetVButton{ width:59px;
			height:51px;
			background:url(images/AlphabetV.png);
			background-repeat:no-repeat;


}

.AlphabetVButton:hover
{
	background: transparent url(images/AlphabetV.png) top left no-repeat;
}

.AlphabetVButton_disabled
{
	background: transparent url(images/AlphabetV_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetWButton{ width:59px;
			height:51px;
			background:url(images/AlphabetW.png);
			background-repeat:no-repeat;


}

.AlphabetWButton:hover
{
	background: transparent url(images/AlphabetW.png) top left no-repeat;
}

.AlphabetWButton_disabled
{
	background: transparent url(images/AlphabetW_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


.AlphabetXButton{ width:59px;
			height:51px;
			background:url(images/AlphabetX.png);
			background-repeat:no-repeat;


}

.AlphabetXButton:hover
{
	background: transparent url(images/AlphabetX.png) top left no-repeat;
}

.AlphabetXButton_disabled
{
	background: transparent url(images/AlphabetX_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetYButton{ width:59px;
			height:51px;
			background:url(images/AlphabetY.png);
			background-repeat:no-repeat;


}

.AlphabetYButton:hover
{
	background: transparent url(images/AlphabetY.png) top left no-repeat;
}

.AlphabetYButton_disabled
{
	background: transparent url(images/AlphabetY_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}

.AlphabetZButton{ width:59px;
			height:51px;
			background:url(images/AlphabetZ.png);
			background-repeat:no-repeat;
}
.AlphabetZButton:hover
{
	background: transparent url(images/AlphabetZ.png) top left no-repeat;
}

.AlphabetZButton_disabled
{
	background: transparent url(images/AlphabetZ_dis.png) top left no-repeat;
	width: 59px;
	height: 51px;
}


  
  
 /* SinglePlayer */
 
 .WordGame_Word{ color:#FFCC00;
					font-size:22px;
					font-family:Arial, Helvetica, sans-serif;
					font:Arial;
					font-weight:bold;
					padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;





}

.PlayerLabel{ 
						font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#FFFFFF;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;

}

.AudiencePollResult{  
						font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#FFFFFF;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;


}

.Player1{ font-size:22px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#333333;
						padding:5px;


}

.PlayerTotal{ font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#ffffff;
						padding:5px;

}

.PlayerCorrect{ font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#ffffff;
						padding:5px;




}

.PlayerPercentage{ font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#ffffff;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;
					
						



}

.FourOption{ font-size:17px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#333333;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;
												

						
}

.ShowHintLabel{ font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#FFFFFF;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;


}

.LifelineLabel{ font-size:16px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						color:#FFFFFF;
						padding-left:100px;
					padding-right:5px;
					padding-top:5px;
					padding-bottom:5px;



}

.WordPowerPad{ padding:5px;
	
		
}

.WordPowerBG{ background:url(images/WordGame.gif);
				background-position:center;
				background-repeat:no-repeat;
				height:800px;
				

}

.SinglePlayerSubmitButton{ background:url(images/SinglePlayerSubmit.png);
						width:84px;
						height:29px;
						float:left;
						margin-left:10px;
						margin-top:10px;


}

.SinglePlayerNextButton{ background:url(images/SinglePlayerNext.png);
						width:84px;
						height:29px;
						float:left;
						margin-left:10px;
						margin-top:10px;


}

.SinglePlayerNextButton_disabled
{
	background:url(images/SinglePlayerNext_dis.png);
						width:84px;
						height:29px;
						background-repeat:no-repeat;
						float:left;
						margin-left:10px;
						margin-top:10px;

}

.SinglePlayerCloseButton{ background:url(images/SinglePlayerClose.png);
						width:84px;
						height:29px;
						float:left;
						margin-left:10px;
						margin-top:10px;


}

.YellowColor
{
  color:#FFCC00;  
}


/* Multiplayer */

.MultiPlayer_Name{ padding:10px;
			font-family:Arial, Helvetica, sans-serif;
			font:Arial;
			font-weight:bold;
			font-size:16px;
			color:#FFFFFF;

}


	
.Multiplayer_InputType{ width:333px;
						height:24px;
						background:url(images/multiplayer_inputimage.png);
						background-repeat:no-repeat;
						border:0px;
						padding:5px;
						font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-size:18px;
						font-weight:bold;
						color:#C00;
						margin-top:8px;
						margin-bottom:8px;

}

.Multiplayer_DropdownBg{ width:482px;
						height:110px;
						background:url(images/multiplaye_DROPDOWNBG.png);
						background-repeat:no-repeat;
						border:0px;

}

.Multiplayer_Dropdown{ width:474px;
						border:1px dotted #176e9a;

}

.MultiplayerSubmitButton{ background:url(images/SinglePlayerSubmit.png);
							background-repeat:no-repeat;
							width:84px;
							height:29px;
							padding:5px;

}

.MultiplayerCloseButton{ background:url(images/SinglePlayerClose.png);
							background-repeat:no-repeat;
							width:84px;
							height:29px;
							padding:5px;

}

.Multiplayer_HeaderImg{ background:url(images/MultiPlayer_HeaderImg.png);
							background-repeat:no-repeat;
							background-position:right;
							width:1280px;
							height:116px;
		
		
	}
	

.MultiPalyer_SelectMsg{ font-size:22px;
							 color:#000000;
							 font-family:Arial, Helvetica, sans-serif;
							 font:Arial;
							 font-weight:bold;
							 padding:10px;
	
	
	}
	
	.MultiPalyer_HintMsg{ font-size:16px;
							 color:#000000;
							 font-family:Arial, Helvetica, sans-serif;
							 font:Arial;
							 font-weight:bold;
				
	
	
	}
	
	.WhiteBrownColor{ color: #fff3ba;
		
		
	}
	
	.MultiPlayer_Pad{ margin-top:10px;
						margin-bottom:10px;
		
	}
	
		
	
	
	.Spacing_Bottom{ margin-bottom:10px;
		
		
	}
	
	.MultiPlayer_FourOption{ font-size:20px;
							 color:#000000;
							 font-family:Arial, Helvetica, sans-serif;
							 font:Arial;
							 font-weight:bold;

						
		
	}
	
	.Phone_Friend_Msg{  font-size:16px;
					    color:#000000;
					    font-family:Arial, Helvetica, sans-serif;
						font:Arial;
						font-weight:bold;
						padding-top:20px;
						padding-bottom:20px;
						padding-left:10px;

	}
	
	.result{ font-size:16px;
			 color:#ffffff;
			 font-family:Arial, Helvetica, sans-serif;
			 font:Arial;
			 padding:10px;
			 padding-top:5px;
			 padding-bottom:5px;
			 border-right:1px dashed #8bd8ff;
			 border-left:1px dashed #8bd8ff;
			 border-bottom:1px dashed #8bd8ff;
			
	}

.removeborder{border-right:1px;
			 border-left:1px;
			 border-bottom:1px;
			}
	
	.div_min_spacing{ height:10px;
		
	}
	
	.AudienceResult{  font-size:16px;
			 		  color:#000000;
			 		  font-family:Arial, Helvetica, sans-serif;
			 		  font:Arial;
					  font-weight:bold;
					  padding:10px;
		
		
	}
	
	.MultiPlayer2SubmitButton{ background:url(images/MultiPlayer_Submit.png);
							  background-repeat:no-repeat;
							  width:123px;
							  height:85px;
		
	}
	
	.MultiPlayer2CloseButton{ background:url(images/MultiPlayer_Close-.png);
							  background-repeat:no-repeat;
							  width:123px;
							  height:85px;
		
	}

	.MultiPlayer2NextButton{ background:url(images/MultiPlayer_Next-.png);
							  background-repeat:no-repeat;
							  width:123px;
							  height:85px;
		
	}
	
	.MultiPlayer_FourOptionBg{ background:url(images/MultiPlayer_FourOptionBg.png);
								background-repeat:no-repeat;
								background-position:bottom;
								border-bottom:2px dashed #5fc9ff;
								border-top:2px dashed #5fc9ff;
								border-left:2px dashed #5fc9ff;
								border-right:2px dashed #5fc9ff;
								padding:15px;
								margin-bottom:20px;
		
	}

.Rounded_Bg{ background:url(images/Rounded_Bg.png);
       background-repeat:no-repeat;
       height:37px;
       font-size:16px;
       color:#a56109;
       font-family:Arial, Helvetica, sans-serif;
       font:Arial;
       font-weight:bold;
       background-position:left;
       padding-left:8px;
	padding-top:18px;
     

  
 }

.Rounded_Bg_Current{ 
background:url(images/Rounded_Bg_Current.png);
       background-repeat:no-repeat;
       height:37px;
       font-size:16px;
       color:#fff3ba;
       font-family:Arial, Helvetica, sans-serif;
       font:Arial;
       font-weight:bold;
       background-position:left;
       padding-left:8px;
padding-top:18px;
}


.fls12 { /* field lable on side */
	color: #666666;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 6px 8px 6px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;	
	}
	
.SchoolLogo
{
	font-family: Lucida Calligraphy;
	font-size: 18px;
	text-align: center;
	color:#157DEC;
}
.SessionName
{
	font-family: Lucida Calligraphy;
	font-size: 22px;
	text-align: left;
	color:#FF0000;
}
.SessionLightPinkName
{
	font-family: Lucida Calligraphy;
	font-size: 22px;
	text-align: left;
	color:#FFb6c1;
}
.SessionLightGreenName
{
	font-family: Lucida Calligraphy;
	font-size: 22px;
	text-align: left;
	color:#93FC2B;
}

.SchoolHeaderLogo
{
	font-family: Lucida Calligraphy;
	font-size: 22px;
	text-align: left;
	color:#157DEC;
	z-index:1;
	margin-bottom:50%;
}



/* ****************** Rating ****************** */
/*li 
{
	clear:both;
	margin-bottom:1em;
	border-bottom:1px solid #eee;
}*/
/* ****************** RatingStar ****************** */
.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/* ****************** Gauge ****************** */
.ratingGauge
{
	white-space:nowrap;
    font-size: 0pt;
	width:122px;
	height:12px;
	padding:1px 0 1px 1px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingGauge.png);
}
.ratingGauge .ratingItem {
    font-size:0pt;
    width:20px;
    height:8px;
    margin:0;
    padding:0;
    display:block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingGauge .Filled {
    background-color:transparent;
}
.ratingGauge .Empty {
    background-color:#ff0;
}
.ratingGauge .Saved {
    background-color:#f00;
}

/* ****************** Thermometer ****************** */
.ratingThermometer 
{
	white-space:nowrap;
	width:220px;
	height:0px;
	padding:26px 20px 20px 16px;
	margin:1em;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(images/rating/ratingThermometer2.png);
}
.ratingThermometer .ratingItem {
    font-size: 0pt;
    width: 10px;
    height: 8px;
    margin: 0;
    padding: 0;
    display: block;
    background-repeat: repeat-x;
	cursor:e-resize;
}
.ratingThermometer .Filled {
    background-image: url(images/rating/ratingFilled.png);
}
.ratingThermometer .Empty {
    background-image: url(images/rating/ratingEmpty.png);
}
.ratingThermometer .Saved {
    background-image: url(images/rating/ratingSaved.png);
}

.popupMenu
{
	text-align: left;
	background-color: #5d9bff;
	padding: 5px 5px 5px 5px;
	display: none;
}

.popupMenu a
{
	text-decoration: none;
	color: White;
	margin: 5px;
}

.popupMenu a:hover
{
	color: #000000;
	text-decoration: underline;
}

.ajaxUpdatePanel { /* AJAX smooth panel update screen overlay */
	height: 3000px;
	}









