﻿H1, H2, H3, H4
{
    font-family: Georgia !important;
    color: #A20231 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

/*
.TelerikModalOverlay
    {
        background-color: black !important;
    }
*/

H1
{
    font-size: 23px;
}
H2
{
    font-size: 17px;
}

H3
{
    font-size: 13px;
}

H4
{
    font-size: 11px;
}

.SectionHeader
{
    font-size: 14px;
    color: #096125;
    font-weight: bold;
}
.ParagraphText
{
    line-height: 22px;
}


#FrontPageNav
{

}

#FrontPageNav a
{
    height: 59px;
    line-height: 59px;
    padding-left: 70px;
    background-color: Transparent;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    vertical-align: middle;
    color: #445D46 !important;
    

    text-decoration: none !important;
    font-size: 15px !important;
    width: auto;
    font-weight: 600;
}


#FrontPageNav a:hover
{
    background-color: #D5E2D8;
}

#FrontPageNav .WheelIcon
{
    background-image: url('/images/wheel.png');
}

#FrontPageNav .ClosedBookIcon
{
    background-image: url('/images/Book-closed.png');
}
#FrontPageNav .NightmaresIcon
{
    background-image: url('/images/nightmares.png');
}

#FrontPageNav .MoonIcon
{
    background-image: url('/images/moon.png');
}

a
{
    color: #a20231;
        text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

.img-shadow
{
    float: left;
    background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    margin: 0px 0 0 0px !important;
}

.img-shadow img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 4px solid #ffffff;
    margin: -6px 6px 6px -6px; /*padding: 4px;*/
}


.DocLinks a
{
        background-repeat: no-repeat;
    background-position: left center;
    padding-left: 29px;
   height: 27px !important;
   line-height: 14px !important;
   display:  table-cell;
   vertical-align: middle;
       color: #4E8E52;
}

.DocLinks a.GamesLink
{
    background-image: url('/images/icon_games.png');
   
}
.DocLinks a.HandoutLink
{
    background-image: url('/images/icon_brochure.png');
}
.DocLinks a.QuizLink
{
    background-image: url('/images/icon_games.png');
}

.DocLinks a.PuzzleLink
{
    background-image: url('/images/icon_puzzle.png');
}

.DocLinks a.DiagramLink
{
    background-image: url('/images/icon_venn.png');
}

.DocLinks a.SkitLink
{
    background-image: url('/images/icon_skit.png');
}

.DocLinks a.AnswerLink
{
    background-image: url('/images/icon_answer.png');
}

.DocLinks a.CutPasteLink
{
    background-image: url('/images/icon_cutpaste.png');
}
.DocLinks a.LessonLink
{
    background-image: url('/images/icon_lessonplan.png');
}
.DocLinks a.CareerLink
{
    background-image: url('/images/icon_career.png');
}
.DocLinks a.MediaLink
{
    background-image: url('/images/icon_media.png');
}
.DocLinks a.WordSearchLink
{
    background-image: url('/images/icon_wordsearch.png');
}
.DocLinks a.QuestionnaireLink
{
    background-image: url('/images/icon_questionnaire.png');
}

.roundedButton
{
    background: transparent url( /images/btn_right.png ) no-repeat scroll right top;
    padding: 0 8px 0 0;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    width: auto;
    min-width: 42px;
    text-align: center !important;
    clear: left;    display: inline-block;
}
.roundedButton span
{
    background: transparent url( /images/btn_left.png ) no-repeat scroll left top;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    padding: 0 0 0 8px;
}
.roundedButton:hover
{
    background-position: 100% -30px;
}
.roundedButton:hover span
{
    background-position: 0% -30px;
}

.modalpopup
{
    color: #445D46;
}
.modalpopup .content
{
    background-color: White;
    padding: 10px;
     font-family:  Arial;
}
.modalpopup .top
{
     background-color: #c5d9ca;
          -moz-border-radius:  20px 20px 0 0; /* Firefox */
  -webkit-border-radius:  20px 20px 0 0; /* Safari, Chrome */
  border-radius:  20px 20px 0 0; /* CSS3 */   
   -khtml-border-radius:  20px 20px 0 0;   
   behavior: url('/App_themes/MainTheme/PIE.htc'); /*IE, should work for all*/
   
    width: 100%;
    height: 40px;
 line-height: 40px;
 vertical-align: middle;
}

.modalpopup .bottom
{
     background-color: #c5d9ca;

      -moz-border-radius: 0 0 20px 20px; /* Firefox */
  -webkit-border-radius: 0 0 20px 20px; /* Safari, Chrome */
  border-radius: 0 0 20px 20px; /* CSS3 */   
   -khtml-border-radius: 0 0 20px 20px;   
   behavior: url('/App_themes/MainTheme/PIE.htc'); /*IE, should work for all*/
    width: 100%;
        height: 40px;
      line-height: 40px;
       vertical-align: middle;
}

.StayHereButton a
{
    background-image: url('/images/stayhere_normal.png');
    width: 200px;
    height: 40px;
        display: inline-block;
}
.StayHereButton a:hover
{
    background-image: url('/images/stayhere_hover.png');
            width: 200px;
    height: 40px;
        display: inline-block;
    
}
.GoHereButton a
{
    background-image: url('/images/gohere_normal.png');
        width: 200px;
    height: 40px;
        display: inline-block;
}
.GoHereButton a:hover
{
    background-image: url('/images/gohere_hover.png');
            width: 200px;
    height: 40px;
        display: inline-block;
    
}
.TelerikModalOverlay
{
    background-color: Gray !important;
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
    
}
