﻿/* DEFAULTS
----------------------------------------------------------*/


body   
{
    color: #FFFFFF;
    font-size: 12.5px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
    width: 117px;
    height: 36px;
}

table {
    border-collapse: collapse;
    width: 82%;
}
th, td {
 
}


tr
{
    color: #FFFFFF;
    font-size: 12.5px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
}





/* EDIT CATEGORY STYLES 11/16/18
----------------------------------------------------------*/



.editcategory a:link
{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    margin: 0px;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    text-decoration: none;
}


.editcategory a:hover
{
    text-decoration:none; 
    }

.editcategory a:active
{
    color: #034af3;
}










/* LEFT MENU STYLES 11/15/17
----------------------------------------------------------*/

.leftStat a:link
{
    color: #000 ;
    font-size: 13px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
}

.leftStat a:visited
{
    color: #000  ;
    font-size: 11px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
}

a:link
{
    color: #FFFFFF;
    font-size: 14px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
}


 a:visited
{
    color: #FFFFFF;
    font-size: 12.5px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    line-height: 17px;
    text-decoration: none;
}

a:hover
{
    text-decoration:underline; 
    }

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

TD
{
    margin-bottom: 10px;
    line-height: .7em;
}


/* HEADINGS   
----------------------------------------------------------*/



 h2, h3, h4
{
    font-size: 1.5em;
   
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    line-height: 100%;
}




h2
{
    font-size: 12px;
    font-weight:800;
    height: 30px;
}

h3
{

    font-size: 12px;
    letter-spacing: 1px;
     font-weight: 700;
     height:16px;
     color:#063267;
     opacity:0.8;
}

h4
{
     font-size: 14px;
      letter-spacing: 1px;
     font-weight: 500;
     height:30px;
    color:#ffffff;
}

h5, h6
{
    font-size: 12px;
      letter-spacing: 1px;
     font-weight: 300;
     height:30px;
    color:#0f3168;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}





/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



/* DROPDOWNS 2/11/16   
----------------------------------------------------------*/

#arrowSpan{
    display:block;
    margin-left:4px;
    margin-right:3px;
    margin-top:6px;
    margin-bottom:5px;
}

.dropdown {
    display: block;
    display: inline-block;
    margin: 0px 0px;
    position: relative;
    opacity: .95;
}


 .dropdown .dropdown_button {
    cursor: pointer;
    width: auto;
    display: inline-block;
    padding: 0px 0px;
    border: 0px solid silver;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 2px;
    font-weight: bold;
    color: #717780;
    line-height: 16px;
    text-decoration: none !important;
    
  
}
.dropdown input[type="checkbox"]:checked + .dropdown_button {
    border: 1px solid #3B5998;
    color: white;
    background: silver;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border-bottom-color: silver;
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
    display: inline-block;
    width: 1px;
    height: 1px;
    border-top: 8px solid silver;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
    border-color: white transparent transparent transparent
}
.dropdown .dropdown_content {
    position: relative;
    border: 1px solid #777;
    padding: 0px;
    background: white;
    margin: 0;
    display: none;
    right:0;
    width:120px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.dropdown .dropdown_content li {
    list-style: none;
    margin-left: 0px;
    line-height: 16px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    margin-top: 2px;
    margin-bottom: 2px;
}
.dropdown .dropdown_content li:hover {
    background: silver;
}
.dropdown .dropdown_content li a {
    display: block;
    padding: 2px 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: black;
    font-size: 13px;
    text-decoration: none !important;
    white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
    color: white;
    text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content {
    display: block
}
.dropdown input[type="checkbox"] {
    display: none
}


/* 10/30/2017 */
/* ------------------- search bar ---------------- 

.top-bar {
    height: 35px;
    width: 100%;
    padding-top: 5px;
    
}*/
.search-container {
    max-width: 950px;
    margin: auto;
    padding-right: 8px;
   
}
.search {
    border-radius: 9px;
    border: 1px solid #293073;
    padding: 3px;
    width: 75px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    float: right;
}
.search:focus {
    width: 242px;
}



/* 11/12/2018 */
/* ------------------- feature zoom ---------------- */
.zoom {
    padding: 0px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* ------------------- hover inside zoom ---------------- */

.item {
  position: relative;
  
  border: 0px solid #333;
  margin: 2%;
  overflow: hidden;
  width: 540px;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(2.1);
  -webkit-transform: scale(2.1);
  transform: scale(2.1);
}





