﻿/* ----------------------------------------------------------------*/
/* Grid over 1003px (mediaqueries)
-----------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1004px) {


    .colcontentblockleft {
        float: left;
        padding: 15px 0 0 0;
        width: 21% !important;
        min-height: 550px;
        line-height: 1em;
        float: left;

    }
    
 .colcontentblockright {
    float: right;
    padding: 15px 0 0 0;
    width: 76% !important;
    min-height: 550px;
    _height: 550px;
}

    #pageheader {
        padding-left: 10px;
        padding-top: 1px;
        border: 1px solid black;
        width: 100%;
        font-size: 20px !important;
        height: 50px;
        color: rgb(0, 0, 0);
        /*line-height: 50px;*/
        /*font-weight: bold;*/
        float: left;
    /*background-image: url(../lib/img/tableheadbkgrnd-blue.gif) !important;
    background-repeat: repeat-x;*/
    background-color: #11347d !important;
    color: #fff;
    }

 #searchbox {
	padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
	/*border: 1px solid black;*/
	width: 100%;
    font-size:  small;
}

    #headerFont {
        font-size: 22px;
        /*background-color: #2f4c72;*/
    }

 .logo img {
    /*width: 100px;*/
        height: 80px;
        width: auto !important;
    }

    .ImageFrame {
        width:450px !important;
        height:300px !important;
    }

    .leftSpace {
        padding-left: 13px;
    }

    .paddingLeft{
        padding-left: 12px;
    }

    .searchHeader {
        font-size: smaller;
    }

    #MobileGreetings {
        visibility: hidden;
    }

    .mediumFont {
        font-size: medium;
    }

    #txtSearch {
        width: 500px;
    }

    #cartCount {
        visibility: hidden;
    }

    #topBannerLogo {
      height: 120% !important;
        width: auto !important;
        margin-top: 10px;
    }

    .popover {
        max-width: 800px;
        height: 800px;
    }


    #searchGridMobile {
        display: none;
    }

    #searchGridDeskTop {
        visibility: visible;
    }

    .conferenceDropDownMobile {
        display: visible;
    }

    .conferenceTextBoxMobile {
        display: none;
    }

    .conferenceLabelMobile {
        display: none;
    }

    .CalendarMobile {
        display: none;
    }

    .CalendarDesktop {
        visibility: visible;
    }

    .mediumFont {
        font-size: smaller;
    }

    .smallFont {
        font-size: small;
    }

    .smallestFont {
        font-size: small;
    }

    .mainBodyBold {
        font-family: Verdana, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        line-height: 15px;
    }

    .dropDownWidth {
        width:460px !important;
    }

    #yearAndMonth {
        visibility: hidden;
    }

    .upcomingContent {
        line-height : 20px;
    }

    .rlbList {
        line-height: 10px;
        margin: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #DetailsBody {
        margin-left:20px;
        padding-left:30px;
        margin-top: 18px;
        width: 800px;
    }
    
    .mainBodyBold {
         font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

    .upcomingLink {
         font-family: 'Open Sans', Helvetica, Arial, sans-serif;
         color: #0000EE !important;
         text-decoration: underline !important;
    }

    .showOriginalHeader {
        display: none;     
    }

    .showHeader {
        visibility:visible;
    }

    .btn-R20Blue {
        background-color: #1E366C !important;
        color: white;
    }

    .btn-R20Blue:hover {
        background-color: #1E366C !important;
        color: white !important;
        text-decoration: underline;
    }

    .btn-R20Blue:focus {
        background-color: #1E366C !important;
        color: white !important;
        text-decoration: underline;
    }

    .btn-R20Grey {
        background-color: #6C757D !important;
        color: white;
    }

    .btn-R20Grey:hover {
        background-color: #6C757D !important;
        color: white !important;
        text-decoration: underline;
    }

    .btn-R20Grey:focus {
        background-color: #6C757D !important;
        color: white !important;
        text-decoration: underline;
    }

    .rgWrap a:link span {
        color: darkblue;
        background-color: white !important;
    }
}
