﻿body {
    font-size: .95em;
}

img {
    max-width: 100%;
    border: 0;
}

.accordion_image {
    margin: .4em;
}

.GroupHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    width: 100%;
    margin: 0;
    padding: .3em 0 .3em .5em;
    background-color: #1f3776;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

div.collapsable {
    border: 1px solid #1f3776;
    width: 100%;
    margin: 0 0 1em 0;
    background-color: #FEF8E5;
}

.collapsable > div:first-child,
.collapsable > button:first-child {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    width: 100%;
    margin: 0;
    padding: 1em .5em 1em .5em;
    background-color: #1f3776;
    color: white;
    cursor: pointer;
}

div.collapsable > div:first-child > span,
div.collapsable > button:first-child > span {
    font-weight: bold;
}

.collapsable_cont {
    display: none;
    font-family: arial,sans-serif;
    padding: 2.25pt;
    font-size: .9em;
    line-height: 150%;
}

span.minButton {
    float: right;
    margin-right: .2em;
}

#notices {
    clear: right;
    vertical-align: top;
}

    #notices p {
        margin-left: 1em;
    }

    #notices img {
        float: left;
        margin: .5em;
        border: 1px solid black;
    }

.notice_para_header {
    font-weight: bold;
}

div#familyGroupLinks + div li.subHead {
    font-weight: bold;
}

table.tabular {
    border: 1px solid black;
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

    table.tabular th {
        background-color: #CFC0A7;
    }

    table.tabular td {
        background-color: #FEF8E5;
    }

    table.tabular td, table.tabular th {
        border: 1px solid #1f3776;
    }

#errorMssag {
    border: 2px solid #f5aca6;
    border-radius: 10px;
    margin: 5em auto;
    height: 150px;
    width: 50%;
    padding: 2em;
    background-color: #ffecec;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#searchTable {
    margin: 2em auto;
    width: 30%;
    background-color: #FEF8E5;
    padding: 1em;
    border: 1px solid #1f3776;
    border-radius: 1em;
    -webkit-box-shadow: 6px 4px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 6px 4px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 6px 4px 8px 0px rgba(50, 50, 50, 0.75);
}

.Button_Category {
  float:left;
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  width:100px;
  height:30px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  text-align:center;
  vertical-align:middle !important;
  padding-top:6px;
   margin:5px;
    }

.ext_link {
    background-image: url("../../Images/ext_link_trans.gif");
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 1.8em;
}


.text_large {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.pagerStyle td {
    padding-right: 1em;
}

.btnStylingRemoved {
    border: none;
}

    .btnStylingRemoved:hover,
    .btnStylingRemoved:hover span {
        color: #CC0000;
    }

.tabItem {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 0 1%;
    background-color: #1f3776;
    color: white;
    cursor: pointer;
}

.btnFullWidth {
    margin-left: 0;
    width: 100%;
    text-align: left;
}

    .btnFullWidth :last-child {
        float: right;
    }

#categoriesLink {
    width: 65%;
}
#categoriesLink span a:focus {
    border: 1px solid black;
   /* color: #0000EE;*/
}
/*Styling tool tip here*/
@media only screen and (max-width:479px) {
    /* Mobile Viewport Here */
    #quick_links {
        display: none;
    }

    .FormCategoryLinks {
    width:99%;
    display:inline-block;
}

    #searchTable {
        margin-top: 1em;
        width: 100%;
        background-color: #FEF8E5;
        padding: 1em;
        border: 1px solid #1f3776;
    }

    .hidden {
        display: none;
    }
}

@media only screen and (min-width:480px) and (max-width:930px) {

    /*Tablet Viewport Here */
    #quick_links {
        display: none;
    }

    .FormCategoryLinks {
    width:60%;
    display:inline-block;
}

    #searchTable {
        margin-top: 1em;
        width: 100%;
        background-color: #FEF8E5;
        padding: 1em;
        border: 1px solid #1f3776;
    }
}

@media only screen and (min-width:931px) {
    /*desktop styles here*/

    #quick_links {
        font-family: Georgia, 'Times New Roman', Times, serif;
        line-height: 185%;
        width: 35%;
        border: 1px solid #1f3776;
        background-color: #FEF8E5;
        float: right;
        margin-bottom: 1em;
    }

    #quick_links > div:first-child {
        width: 100%;
        margin: 0;
        background-color: #1f3776;
        color: white;
        text-transform: capitalize;
        text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        padding: .2em 0 .2em 0;
    }

    #quick_links > div:last-child {
        margin: 0;
        padding: 1em;
        font-size: .9em;
    }

    #quick_links > div:last-child ul {
        display: inline;
        list-style-type: none;
    }

    #quick_links > div:last-child li {
        margin: .5em 0 1em 1em;
    }

    .FormCategoryLinks {
    width:60%;
    display:inline-block;
}
}
