﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/Fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/Fonts/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/Fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('/Fonts/Lato-Regular.ttf') format('truetype');
}

body {
    padding: 0px;
    /*padding-top:130px;*/
    margin: 0px;
    /*background-image: url(Images/bg2.jpg);
    background-repeat: repeat-x;*/
    font-family: 'OpenSans-Regular',Arial, Helvetica, sans-serif !important;
    color: #1b1b1b;
    font-size: 10pt;
    /*background-color: #f8f8f8;*/
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
        font-weight: bold;
    }

    50% {
        opacity: 0.5;
        font-weight: normal;
    }

    100% {
        opacity: 1.0;
        font-weight: bold;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
        font-weight: bold;
    }

    50% {
        opacity: 0.5;
        font-weight: normal;
    }

    100% {
        opacity: 1.0;
        font-weight: bold;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
        font-weight: bold;
    }

    50% {
        opacity: 0.5;
        font-weight: normal;
    }

    100% {
        opacity: 1.0;
        font-weight: bold;
    }
}

h1 {
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 22pt;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0px;
    vertical-align: top;
    padding-top: 0px;
    letter-spacing: -1px;
}

#IGFAHeader {
    /*width: 100%;*/
    /*margin-left: auto;
    margin-right: auto;*/
    /*padding-top: 10px;
    padding-bottom: 5px;*/
    /*height: 180px;*/
}

#headerWrapper {
    /*background-color: #ffffff;
    background: -webkit-linear-gradient(#ffffff 90%, #DBE5E7); 
    background: -o-linear-gradient(#ffffff 90%, #DBE5E7); 
    background: -moz-linear-gradient(#ffffff 90%, #DBE5E7); 
    background: linear-gradient(#ffffff 90%, #DBE5E7);*/
    /*background-color: #EAF2F4;
    background: -webkit-linear-gradient(#DBE5E7, #EAF2F4 10%);
    background: -o-linear-gradient(#DBE5E7, #EAF2F4 10%);
    background: -moz-linear-gradient(#DBE5E7, #EAF2F4 10%);
    background: linear-gradient(#DBE5E7, #EAF2F4 10%);*/
    background-color: #ffffff;
    /*background: -webkit-linear-gradient( #EAF2F4 ,#ffffff 40%); 
    background: -o-linear-gradient( #EAF2F4 ,#ffffff 40%); 
    background: -moz-linear-gradient( #EAF2F4 ,#ffffff 40%); 
    background: linear-gradient( #EAF2F4 ,#ffffff 40%);*/
}

#IGFALogo {
    /*float: left;*/
}



.IGFATitle {
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    /*border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;*/
    margin-left: 0px;
}

.Subtitles2 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 16px;
}

#IGFATopLeftMenu {
    float: left;
    /*padding: 0px 10px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    color: #C0C0C0;
    font-size: 11px;
    font-weight: normal;
}

.TopLeftMenuLinks a {
    color: #474944;
    text-decoration: none;
    padding-left: 0px;
}

    .TopLeftMenuLinks a:hover {
        color: #333333;
        text-decoration: underline;
    }

#IGFAloginLinks {
    float: right;
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    color: #C0C0C0;
    font-size: 1em;;
    padding: 10px;
}

#IGFAMission {
    text-align: left;
    font-family: Times New Roman;
    font-size: x-small;
    font-style: italic;
    color: #999999;
    padding-left: 10px;
    padding-top: 15px;
}

#IGFAloginLinks a {
    color: #C0C0C0;
    text-decoration: none;
}

    #IGFAloginLinks a:hover {
        color: #C0C0C0;
        text-decoration: underline;
    }

#IGFAMainMenu {
    clear: both;
    text-align: center;
}

    #IGFAMainMenu a {
    }

.subMenu {
    margin-top: 5px;
    /*width: 220px;*/
    background-color: #EEEEEE;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
    /*filter: alpha(opacity=90);
    opacity: 1;*/
    z-index: 9100 !important;
    display: none;
     border:1px solid #ffffff;
}

.mainMenuLink {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    /*font-family: Tahoma;*/
}

.mainMenuLinkDark {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d5a62;
    text-decoration: none;
    cursor: pointer;
    /*font-family: Tahoma;*/
}

.juniormainMenuLink {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-family: Impact;
}

.subMenuLink {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    /*width:250px;*/ 
     background-color: lightblue;
}
.subMenuLink a {
        color: #000000;
        /*width: 250px;*/
        text-decoration: none;
        display: inline-block;
        padding: 5px;
       
    }
.subMenuLink:hover, .subMenuLink:hover a{
         /*border:1px solid #2e2e2e;*/
         color:#000000;
         background-color:#ffffff;
    }

    

    

#IGFAmainContent {
    clear: both;
    /*width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
     /*background-color:white;*/
}

#pageInnerContent {
    padding: 0px;
}

#pageLeftContent {
    width: 50%;
    float: left;
}

#pageRightContent {
    width: 50%;
    float: left;
}

.pageContent img {
    margin: 5px;
    padding: 0px;
    border: 0px;
}

.titleText {
    /*font-family: "Times New Roman", Times, serif;*/
    font-size: 22pt;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0px;
    vertical-align: top;
    padding-top: 0px;
    letter-spacing: -1px;
}

.titleTextJunior {
    /*font-family:"Comic Sans MS" , Times, serif;*/
    font-size: 22pt;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 0px;
    vertical-align: top;
    padding-top: 0px;
    letter-spacing: -1px;
}

.featuredtiles4 {
    /*background-color: #EAF2F4;
    background: -webkit-linear-gradient( #ffffff 60% , #EAF2F4);
    background: -o-linear-gradient( ##ffffff 60% , #EAF2F4);
    background: -moz-linear-gradient( #ffffff 60% , #EAF2F4);
    background: linear-gradient(#fafafa 90% , #EAF2F4);
    border-bottom:1px solid #e0e0e0;*/
    margin: 0px;
    
}

#IGFAFooter {
    clear: both;
    min-height: 200px;
    /*width: 939px;
    margin-left: auto;
    margin-right: auto; */
    padding-top: 60px;
    margin-bottom: 0px;
    /*border-top: 1px solid #d0d0d0;*/
    background-color: #F1F9F9;
    /*background: -webkit-linear-gradient(#f6f6f6, #EAF2F4 30%, #DAE5E5 85%, #EAF2F4 , #ffffff );
    background: -o-linear-gradient(#f6f6f6, #EAF2F4 30%, #DAE5E5 85%, #EAF2F4 , #ffffff );
    background: -moz-linear-gradient(#f6f6f6, #EAF2F4 30%, #DAE5E5 85%, #EAF2F4 , #ffffff );
    background: linear-gradient(#f6f6f6, #EAF2F4 30%, #DAE5E5 85%, #EAF2F4 , #ffffff );*/
    /*background: -webkit-linear-gradient( #E5F3F7,#CBE3E9, #E5F3F7); 
    background: -o-linear-gradient( #E5F3F7,#CBE3E9, #E5F3F7); 
    background: -moz-linear-gradient( #E5F3F7,#CBE3E9, #E5F3F7); 
    background: linear-gradient(#ffffff ,#E5F3F7 10%,#CBE3E9, #E5F3F7 );*/
    color: #1b1b1b;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9em;
}

.igfaheaderstripetop {
    color: #cecece;
    /*border-top: 1px solid #000000;*/
    background-color: #f0f0f0 !important;
    background: -webkit-linear-gradient( #EAF2F4,#ffffff 40%);
    background: -o-linear-gradient( #EAF2F4,#ffffff 40%);
    background: -moz-linear-gradient( #EAF2F4,#ffffff 40%);
    background: linear-gradient( #EAF2F4,#ffffff 40% );
    /*background-color:#ffffff;*/
    border-top:1px solid #e0e0e0;
    padding: 0px;
    /*min-height:40px;*/
}

.igfafooterstripebottom {
    color: #1b1b1b;
    /*border-top: 1px solid #000000;*/
    background-color: #EAF2F4;
    background: -webkit-linear-gradient( #EAF2F4,#ffffff 40%);
    background: -o-linear-gradient( #EAF2F4,#ffffff 40%);
    background: -moz-linear-gradient( #EAF2F4,#ffffff 40%);
    background: linear-gradient( #EAF2F4,#ffffff 40%);
    /*background-color:#ffffff;*/
    border-top: 1px solid #e0e0e0;
}

.footer {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    max-width: 1000px;
}

    .footer p {
        font-size: 0.9em;
        padding-left: 25px;
        padding-right: 25px;
    }

        .footer p a {
            color: #1b1b1b;
            text-transform: uppercase;
        }

            .footer p a:hover {
                color: #1b1b1b;
            }

#footerLinks {
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-transform: uppercase;
    color: #808080;
    font-size: 11px;
}

    #footerLinks a {
        color: #808080;
        text-decoration: none;
    }

        #footerLinks a:hover {
            color: #2A6496;
            text-decoration: underline;
        }

#additionalTopics {
    background-image: url(Images/additional-topics-bg.jpg);
    background-repeat: repeat-y;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.additionalTopicText {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

    .additionalTopicText a {
        color: #EA8C00;
    }

.modalPopup {
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
}

.modalBackground {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.pagePreview {
    width: 1000px;
    height: 600px;
    overflow: scroll;
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    padding: 10px;
}

.watermarkText {
    font-style: italic;
    color: #C0C0C0;
}

.smallText {
    font-size: 10px;
}

.overlayObj {
    background: url(images/shadow.png) no-repeat;
    z-index: 101;
    padding: 20px 0 20px 5px;
}

.homeItemsHeader {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    /*background-color:#efefef;*/
    padding: 3px;
    /*text-decoration: underline;*/
    /*border-bottom: 1px solid #e0e0e0;*/
    margin-bottom: 10px;
}

.homeItem {
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.homeItems {
    float: left;
    /*min-width: 200px;*/
    width: 100%;
    position: relative;
    /*top: -90px;*/
    padding: 0px 20px 20px 0px;
    /*margin: 10px;
    margin-left: 5px;*/
    /*background-color: #f9f9f9;*/
    /*border-bottom: 1px solid #efefef;
    border-radius: 5px;*/
    /*background: -webkit-linear-gradient(#ededed, #fafafa ); 
    background: -o-linear-gradient(#ededed, #fafafa ); 
    background: -moz-linear-gradient(#ededed, #fafafa );
    background: linear-gradient(#ededed, #fafafa );*/
}

.homeItems {
    margin-bottom: 10px;
    padding: 5px;
    list-style-type: none;
    clear:both;
}

    /*.homeItem:hover {
    background-color: #f2f2f2;
    color: #2A6496;
}*/

    .homeItems ul {
        list-style: square;
        color: #fb9363;
        margin: 0 0 15px 16px;
        padding: 0;
        text-transform: uppercase;
    }

    .homeItems a {
        text-decoration: none;
        color: #1b1b1b;
    }

        .homeItems a:hover {
            text-decoration: underline;
            color: #2A6496;
        }

.rightModule {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.joinSubtitle {
    border: 1px solid #C0C0C0;
    padding: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background-color: #e6e6e6;
    text-transform: uppercase;
    text-decoration: underline;
}

    .joinSubtitle a:hover {
        color: #333333;
    }

    .joinSubtitle a:link {
        color: #333333;
    }

    .joinSubtitle a:active {
        color: #666666;
    }

    .joinSubtitle a:visited {
        color: #333333;
    }

.joinPanel {
    margin-top: 4px;
}

.weighStationHeading {
    background-color: Gray;
    color: White;
}




.LinkWhite {
    color: white;
}

    .LinkWhite a {
        color: white;
        text-decoration: none;
    }

        .LinkWhite a:hover {
            color: white;
            text-decoration: underline;
        }

.aParent div {
    float: left;
    clear: none;
}

.modalBackground {
    background-color: gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: Gray;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}


.smHead {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 20px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

.LoginBox {
    background-image: url(images/login.jpg);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    color: White;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.loginJunior {
    background-image: url(images/loginJunior.jpg);
    background-repeat: no-repeat;
    color: White;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}

.NavLinks {
    font-size: 10pt;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
}

    .NavLinks a {
        font-size: 10pt;
        font-family: Arial;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

.GalleryImages {
    background-color: #277cc8;
    vertical-align: middle;
    padding: 10px;
}

.GalleryImagesJuniors {
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.GalleryPadding {
    padding: 10px 5px 10px 5px;
}

.GalleryPaddingLeftRight {
    padding: 5px;
}

.clear {
    clear: both;
}

.watermarkTextField {
    color: #999999;
    font-style: italic;
}

table tr td {
    padding: 3px;
}
