﻿#ProgramHomePage #Left {
    float: left; width: 70%;
}

#ProgramHomePage #Right {
    float: left; width: 30%;
}

#ProgramHomePage .Clear {
    clear:both;
}

#ProgramHomePage .Row {
    clear:both;
}

#ProgramHomePage.Row.Column {float:left;}

#JTTLogo {
    width:200px;
    height:auto;
}

#ProgramHomePage.Watermark {    
    background-color:#0094ff;
}

#GoProgramHome_Wrapper a{
}

/******* CSS From Herman Begins *******/
.breadcrumbs
{
    margin:5px 5px 0px 5px;
}
#OuterBG
{
    padding:0px 5px 5px 5px;
    font-family:Helvetica, Atial, sans-serif;
    color:#002851;
}
#InnerBGJunior
{
    background-image: url("../images/HomePage/bgJunior.jpg");
    background-repeat:no-repeat;
    background-color:#ffffff;
    min-height:1000px;
  
}
#InnerBGAdult
{
    background-image: url("../images/HomePage/bgAdult.jpg");
    background-repeat:no-repeat;
    background-color:#ffffff;
    height:900px;
}
#LeftContent{
    float:left;
    border:0;
    width:616px;
    padding-bottom:20px;
}
#RightContent{
    float:left;
    border:0;
    width:181px;
    text-align:center;
}
#RightContent #Logo{
    height:115px;
    margin:30px 0 0 -9px;
}
#ProgramTitle{
    font-size:23px;
    color:white;
    font-weight:bold;
    text-align:center;
    padding-top:50px;
}
#ProgramContent{
    border:1px solid white;
    width:593px;
    margin:22px 0 0 18px;
    background-color:rgba(255,255,255,0.4);
    font-size:14px;
}
#ProgramContent .TitleBG{
    background:#124582;
    height:30px;
}
#ProgramContent .TitleBG.MembershipRequired{
    background-image: url("../images/HomePage/membershipNote.png");
    background-repeat:no-repeat;
    background-position:right;
       
}
.TitleBG .TitleText{
  	color:white;
    font-style:italic;
    font-weight:bold;
    font-size:15px;
    padding:7px 0 0 15px;
}
.MembershipNote{
    color:white;
    font-size:11px;
    font-style:italic;
    font-weight:bold;
    float:right;
    top:-16px;
    right:13px;
    position:relative;
}
.MembershipNote span{
    font-size:15px;
}
#RightContent .RegisterButton{
    margin-top:10px;
    width:145px;
    height:45px;
    box-shadow: 0 0 12px 1px rgba(255,255,255,1);
    line-height:43px;
    text-align:center;
    box-sizing: border-box;
    border: 1px solid #36679a; font-size:18px;  text-decoration:none;
    font-style:italic; font-weight:bold; display:inline-block; color: #FFFFFF;
    background-color: #FE3A3A; background-image: linear-gradient(to bottom, #FE3A3A, #C70303);
    }
#RightContent .RegisterButton:hover{
    opacity:0.85;
}
#RightContent .Button{
    margin:5px 0;
    width:142px;
    height:36px;
    line-height:34px;
    text-align:center;
    box-sizing: border-box;
    text-decoration:none;
    border: 1px solid #fff; -webkit-border-radius: 0px; font-size:13px; font-weight:bold;  display:inline-block; color: #FFFFFF;
    background-color: #3A6C99; background-image: linear-gradient(to bottom, #3A6C99, #194b88);
    }
#RightContent .RequestMoreInfoButton{
    margin-top:15px;
    width:141px;
    height:41px;
    line-height:41px;
    text-align:center;
    box-sizing: border-box;
    border: 1px solid #36679a; font-size:17px;  text-decoration:none;
    font-style:italic; font-weight:bold; display:inline-block; color: #FFFFFF;
    background-color: #FE3A3A; background-image: linear-gradient(to bottom, #FE3A3A, #C70303);
    }
#RightContent .RequestMoreInfoButton:hover{
    opacity:0.85;
}
#RightContent .Button{
    margin:5px 0;
    width:142px;
    height:36px;
    line-height:34px;
    text-align:center;
    box-sizing: border-box;
    text-decoration:none;
    border: 1px solid #fff; -webkit-border-radius: 0px; font-size:13px; font-weight:bold;  display:inline-block; color: #FFFFFF;
    background-color: #3A6C99; background-image: linear-gradient(to bottom, #3A6C99, #194b88);
    }
#RightContent .Button:hover{
    opacity:0.85;
}
#LeftContent .Button{
    margin:5px 0 0 18px;
    width:103px;
    height:38px;
    line-height:38px;
    text-align:center;
    box-sizing: border-box;
    text-decoration:none;
    border: 1px solid #fff; -webkit-border-radius: 0px; font-size:15px; font-weight:bold;  display:inline-block; color: #FFFFFF;
    background-color: #3A6C99; background-image: linear-gradient(to bottom, #3A6C99, #194b88);
    }
#LeftContent .Button:hover{
    opacity:0.85;
}
#EntryInfo{
    margin-left:4px;
    width:172px;
    height:auto;
    background-image: url("../images/HomePage/entriesBG.png");
    background-repeat:no-repeat;
}
#EntryInfo span{
    display:block;
    padding:5px;
}
#EntryInfo span:nth-child(odd){
    font-weight:bold;
    font-size:14px;
}
#EntryInfo span:nth-child(even){
    line-height:15px;
    font-size:12px;
}
#EntryInfo span:first-child{
    padding-top:50px;
}
#EntryInfo span:nth-child(2){
    padding-bottom:15px;
}
  
#RequestInfoPanel{
    padding-top:10px;
    color:white;
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    font-style:italic;
}

#CanNotRegDes{   
    color:white;
    font-size:14px;
    line-height:18px;
    font-weight:bold;
    font-style:italic;
}

.clear {clear:both;}
.spacing {height:15px; float:left;}

#ProgramInformation {line-height:25px; }
#ProgramInformation .Left { 
    width:310px; float:left; margin-left:10px; padding:15px 0; 
}
#ProgramInformation .Left label{
    float:left; clear:left; width:140px; font-weight:bold; text-align:right;  
}
#ProgramInformation .Left span{
    float:left; width:150px; margin-left:10px; 
}
#ProgramInformation .Right { 
    width:230px; float:left; padding:15px 0
}
#ProgramInformation .Right label{
    float:left; width:70px; font-weight:bold; text-align:right;  
}
#ProgramInformation .Right span{
    float:left; width:135px; margin-left:10px; 
}

#CoordinatorOrganization{
    width:630px; padding:15px; line-height:25px; 
}
#CoordinatorOrganization label{
    float:left; clear:left; width:160px; font-weight:bold; text-align:right;  
}
#CoordinatorOrganization span{
    float:left; width:450px; margin-left:10px; 
}
#Notes {
    word-wrap: break-word;
}
#Notes p{
    padding:25px 40px 0 40px;
    line-height:18px;
}
#Notes p:last-child{
    padding-bottom:40px;
}
.Programs {
    display:none;
}
.Program {
    margin-bottom:7px;
}
.Flights
{
    display: none;
    margin-left:48px;
    font-size:12px;
}
.ProgramName {
    font-size:13px;
    font-style:italic;
    display:inline-block;
    cursor:pointer;
}
.RatingRequired {
  	width:137px;
    float:right;
    position:relative;
    right:0px;
    clear:both;
  	text-align:center;
}
.RatingRequired img{
  vertical-align:top
}

.RatingBands {
    width:116px;
    float:right;
    position:relative;
    right:15px;
}

.RatingBands img{
  vertical-align:top
}

.RatingBands .Min{
    float:left;
    width:50%;
}

.RatingBands .Max{
    float:left;
    width:50%;
}

.Fee {
  	width:50px;
    float:right;
    position:relative;
    right:5px;
}
.Fee img{
  vertical-align:top
}
#Division{
    width:560px;
    margin:0 auto;
    margin-top:10px;
    line-height:20px;
}
#Division img{
    cursor:help;
}
#Division .Header{
    padding-bottom:10px;
    font-weight:bold;
    height: 40px;
}
#Division .Header .Division{
    display:inline-block;
}
#Division .Content{
    padding-bottom:15px;
   
}
#Division th:nth-child(3), #Division td:nth-child(3){
    text-align:center;
}
#Division td{
    padding-bottom:15px;
    vertical-align:top;
}
#Division td:first-child{
    max-width:380px;
    min-width:300px;
}
#Division .DivisionName{
    font-weight:bold; 
    display:inline;
    cursor:pointer;
}
#Division .DivisionDescription{
    font-style:italic;
    font-size:12px;
    margin-left:23px;
}
.fa-minus-square-o, .fa-plus-square-o
{
    margin-right:8px;
    cursor:pointer;
    vertical-align:top;
    position:relative;
    top:4px;
}
.fa.Program {
    margin-left:25px;
}
sup{
    font-size:11px; 
    position:relative; 
    top: -0.5em; 
    cursor:pointer;
}
#Division .HideExpander i
{
    opacity:0;
    cursor:default;
}
#Division .HideExpander .DivisionName{
    cursor:default;
}
.ui-tooltip{
    color:#00366f; 
    font-size:13px;
    line-height:18px;
    border-color:#6d93bf;
    padding:10px 15px;
    -webkit-box-shadow: -4px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow:    -4px 4px 0px rgba(0,0,0,0.3);
    box-shadow:         -4px 4px 0px rgba(0,0,0,0.3);
}
/******* CSS From Herman Ends *******/