/*!
 * Canadian Association of Paediatric Surgeons
 * by ViewSource Media
 */

@font-face {
    font-family: Lato;
    font-weight: 400;
    src: url('fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato;
    font-weight: 700;
    src: url('fonts/Lato-Bold.ttf');
}

/* ----------------------------------- ALL BREAKPOINTS -------------------------------------- */

.button
{
    text-transform: capitalize;
    font-size: 100%;
}

sup {
  vertical-align: super !important;
  font-size: smaller !important;
}



.item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition-property: left,right,top;
    -moz-transition-property: left,right,top;
    -ms-transition-property: left,right,top;
    -o-transition-property: left,right,top;
    transition-property: left,right,top;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

#container {
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
}
.cols {
    -moz-column-count:2;
    -moz-column-gap: 10px;
    -webkit-column-count:2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
}

.topic
{
    margin-left: 35px;
}

.header
{
    cursor: pointer;
}

.header:hover
{
    color:#c10000;
}

.li-profile
{
    display: inline;
}

.header-highlight {
    background: #FFFFFF;
    color:#DE0000;
}

.form-label {
    margin-bottom: 5px;
}

.profile-label {
    margin-bottom:5px;
    font-weight: bold;
}

.alert {
    width:auto;
    display: block;
    margin-bottom: 40px;
    border:none 5px #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 40px;
    padding-bottom: 15px;
}

.alert-error {
    background-color: #F2DEDE;
    color: #AA4540;
    border: 1px solid #ECCCD1;
}

.alert-success {
    background-color: #DFF0D8;
    color: #3B7638;
    border: 1px solid #D6E9C4;
}

.alert h4
{
    margin-bottom: 0;
}

.button.form {
    width:108%;
}

.button:hover, .button:active, .button:focus {
    background-color: rgb(0,0,0);
    text-decoration: none !important;
    color: rgb(255,255,255);
}

input, textarea {
    display: block;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    background-color: rgba(255,255,255,0.75);
    color: #000000;
    border: 1px solid rgba(0,0,0,0.2);
    text-shadow: none;
    font-size: 15px;
}


input[type=text],[type=password], textarea {
    width:100%;
    margin-top: 5px;
    margin-bottom: 15px;
}



input[type=radio] {
    display: inline;
    margin-right: 10px;
}

input[type=checkbox] {
    margin:0;
}

.form-select {
    display: block;
    margin-bottom: 15px;
    margin-top:15px;
    width: 100%;
}

html {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

body {
    background-color: rgb(255,255,255);
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 96px;
    margin-bottom: 48px;
}

h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 24px;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px auto;
}

ul,ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: -12px;
}

ul > ul {
    margin: 0 0 12px 0px;
    font-size: 14px;
}

ol.list li {
    list-style: decimal;
    margin-left: 24px;
}

ul.list li {
    list-style: disc;
    margin-left: 24px;
}

ol.list.lower-alpha > li {
    list-style: lower-alpha;
}

ol.list.lower-roman > li  {
    list-style: lower-roman;
}

a:link, a:visited {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s ease;
}

a, a:hover, a:active, a:focus {
    color: rgba(0,0,0,0.5);
    text-decoration: underline;
}

blockquote {
    padding: 0px 20px;
    border-left: 1px solid #ccc;
}

big {
    font-size: 120%;
}

small {
    font-size:  80%;
}

 table > tbody > tr > td {
    border: 1px solid #000;
    padding: 10px;
}

table.data {
    margin: 20px 0px;
    padding: 0;
    border-collapse: collapse;
    border: none;
}
table.data td {
    padding: 3px 10px;
    margin: 0;
    line-height: 30px;
}

.pdf { background: url('/images/pdf-icon-small.png') no-repeat left; line-height: 30px; padding-left: 30px;}

.button, .button:link, .button:visited {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 3px 10px 0;
    background-color: #0d3543;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.2);
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.button:hover, .button:active, .button:focus {
    background-color: rgb(0,0,0);
    text-decoration: none;
    color: rgb(255,255,255);
}

.button-red, .button-red:link, .button-red:visited {
    display: inline-block;
    padding: 15px 30px;
    margin: 0 3px 10px 0;
    background-color: rgb(222,0,0);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.2);
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.button-red:hover, .button-red:active, .button-red:focus {
    background-color: rgb(255,255,255);
    text-decoration: none;
    color: rgb(222,0,0);
}

.entry-field {
    display: block;
    padding: 15px 30px;
    margin: 0 0 10px 0;
    background-color: rgba(255,255,255,0.75);
    color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.2);
    text-shadow: none;
    width: 650px !important;
}

.section {
    padding: 20px 0;
}

.section-dark-blue {
    background-color: rgb(13,53,68);
    background-image: url('img/background-dark-blue.png');
    background-position: top center;
    color: rgb(255,255,255);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}

.section-red {
    background-color: rgb(222,0,0);
    background-image: url('img/background-red.png');
    background-position: top center;
    color: rgb(255,255,255);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.2);
}


/* --- slide-out nav --- */

.nav-top {
    background-color: rgba(255,255,255,0.9);
    display: block;
    position: fixed;
    width: 100%;
    height: 40px;
    top:0;
    left: 0;
    z-index: 900;
}

.nav-top-inner {
    width: 1200px;
    height: 30px;
    padding: 5px 0;
    margin: 0 auto;
}

.nav-open {
    display: block;
    float: left;
    height: 30px;
    padding: 5px 0 0 40px;
    background-image: url('img/nav-open.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
}

.nav-open:link, .nav-open:visited, .nav-open:hover, .nav-open:active, .nav-open:focus {
    color: rgba(222,0,0,1.0);
    text-decoration: none;
}

.nav-member {
    display: block;
    float: right;
    height: 30px;
    padding: 5px 40px 0 0;
    background-image: url('img/nav-member.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: top right;
}

.nav-member:link, .nav-member:visited, .nav-member:hover, .nav-member:active, .nav-member:focus {
    color: rgba(222,0,0,1.0);
    text-decoration: none;
}

.nav {
    position:fixed;
    width: 256px;
    height: 100%;
    top: 0;
    left: -256px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 1000;
    background-color: rgba(222,0,0,0.95);
}

.ebr-img {
  width: 35%;
}

.nav-header {
    display: block;
    width: 256px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav-header a {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.nav-home { background-image: url('img/nav-home.png'); }
.nav-back { background-image: url('img/nav-back.png'); }
.nav-close {
    display: block;
    float: right;
    margin: 0 !important;
    background-image: url('img/nav-close.png');
}

.nav-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subnav-items {
    position: absolute;
    top: 41px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 256px;
    padding: 0;
    list-style: none;
}
.nav-items li
.subnav-items li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-items a,
.subnav-items a {
    font-size: 18px;
    width: 236px;
    display: block;
    float: none;
    padding: 20px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-decoration: none;
    transition: background-color 0.2s ease, text-shadow 0.2s ease;
}

.nav-items a:link,
.nav-items a:visited,
.subnav-items a:link,
.subnav-items a:visited {
    background-color: rgba(255,255,255,0);
    color: rgba(255,255,255,1);
    text-shadow: 0 1px 1px rgba(222,0,0,1.0);
}

.nav-items a:hover,
.nav-items a:active,
.nav-items a:focus,
.subnav-items a:hover,
.subnav-items a:active,
.subnav-items a:focus {
    background-color: rgba(255,255,255,1);
    color: rgba(222,0,0,1.0);
    text-shadow: 0 1px 1px rgba(222,0,0,0);
}

.subnav-title {
    background-color: #ffffff !important;
    color: rgb(222,0,0) !important;
}

.nav-nested {
    background-image: url('img/forward-white.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 227px center;
}

.ebr-h3 {
  margin-left: 200px;
}

.nav-social-media {
    display: block;
    width: 256px;
    height: 64px;
    margin: 0;
    padding: 20px 0;
}

.ebr-banner-img {
  float: left;
  position: absolute;
  top: 165px;
}
.nav-social-media a {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    margin: 0;
    border-radius: 15px;
    background-image: url('img/nav-social-media.png');
    background-size: 256px 128px;
    background-repeat: no-repeat;
    transition: background-color 0.2s ease;
}

.facebook:link, .facebook:visited { background-position: 0 0; }
.twitter:link, .twitter:visited { background-position: -64px 0; }
.linkedin:link, .linkedin:visited { background-position: -128px 0; }
.flickr:link, .flickr:visited { background-position: -192px 0; }

.facebook:hover, .facebook:active, .facebook:focus { background-color: rgba(255,255,255,1.0); background-position: 0 -64px; }
.twitter:hover, .twitter:active, .twitter:focus { background-color: rgba(255,255,255,1.0); background-position: -64px -64px; }
.linkedin:hover, .linkedin:active, .linkedin:focus { background-color: rgba(255,255,255,1.0); background-position: -128px -64px; }
.flickr:hover, .flickr:active, .flickr:focus { background-color: rgba(255,255,255,1.0); background-position: -192px -64px; }

#home-header {
    width: 100%;
    height: 440px;
    background-image:url('img/homeheaders/home-header-1.jpg');
    background-position: top center;
    background-size: cover;
    border-bottom: 3px solid rgba(0,0,0,0.2);
}

.home-logo {
    height: 400px;
    background-image:url('img/home-logo.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-tagline h4{
    color: rgba(255,255,255,1.0);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    margin-top: 160px;
}

#header {
    background-color: rgb(13,53,68);
    background-image: url('img/background-dark-blue.png');
    background-position: top center;
    color: rgba(255,255,255,1.0);
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding-top: 30px;
}


#header h4 {
    padding-top: 32px;
    margin-bottom: 0;}

.header-logo {
    height: 80px;
    background-image:url('img/home-logo.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    display: block !important;
    text-indent: -9999px !important;
}

#footer h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}

#footer ul {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 24px;
    margin-top: -12px;
}

#footer li {
    line-height: 24px;
}

#footer p {
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
}

.footer-social-media>li {
    display: inline-block;
}

.footer-social-media>li>a:link {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-image: url('img/nav-social-media.png');
    background-size: 256px 128px;
    background-repeat: no-repeat;
    transition: background-color 0.2s ease;
}

.payment-errors{
    margin-bottom: 10px;
color: red;
}

.ebr-section {
    border: 1px dotted rgba(222,0,0,0.25);
    border-radius: 6px;
    margin-bottom: 20px;
}

.ebr-section h4 {
    color: rgb(222,0,0);
}

.ebr-section ul {
    margin-bottom: 24px;
}

.ebr-section ul > li {
    padding: 12px;
}

.ebr-section ul > li:nth-of-type(odd) {
    background-color: rgba(222,0,0,0.1);
}

.section-profile {
    border: 1px dotted rgba(0,0,222,0.25);
    border-radius: 6px;
    margin-bottom: 20px;
}

.section-profile h4 {
    color: rgb(0,0,222);
}

.section-profile ul {
    margin-bottom: 24px;
}

.section-profile ul > li {
    padding: 17px;
}

.section-profile ul > li:nth-of-type(odd) {
    background-color: rgba(59,101,116,0.1);
}

.abstractList span{
    display: inline-block;
    float: right;
}

#abstractForm, #manuscriptForm{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#manuscriptForm .checklist{
    margin-bottom: 40px;
}
#manuscriptForm .checklist:last-child{
    margin-bottom: 0;
}

#manuscriptForm .checklist a{
    text-decoration: none;
}

#manuscriptForm .checklist p{
    margin-bottom: 10px;
}

#manuscriptForm .checklist .download{
    float: right;
}

#manuscriptForm hr{
    margin: 60px 0;
}

#manuscriptForm .scoreInput{
    float: right;
}
#manuscriptForm .scoreInput input{
    width: 25px;
    display: inline-block;
    height: 16px;
    padding: 0;

}
#manuscriptForm .checkboxradio{
        margin: 30px 0;
}
#manuscriptForm .checkboxradio span{
    display: inline-block;
    margin-right: 20px;
}
#ebr-button
{
    float: right;
}



.blog-preview {
    position: relative;
    height: 400px;
    overflow-y: hidden;
}

.fade-out {
    position: absolute;
    bottom: 0px;
    height: 240px;
    width: 370px;
    background-image: url('img/fade-out.png');
    background-repeat: repeat-x;
    text-align: center;
}

.fade-out .button {
    margin-top: 180px;
}

a.previous, a.next, a.all-posts, a.categories {
    display: block;
    font-size: 10px;
    color: rgb(222,0,0);
    text-decoration: none;
    padding-top: 32px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center top;
}

.previous { background-image: url('img/previous-red.png'); }
.next { background-image: url('img/next-red.png'); }
.all-posts { background-image: url('img/all-posts-red.png'); }
.categories { background-image: url('img/categories-red.png'); }

.logout-header
{
    position: absolute;
    left: 50%;
    margin-top: 35px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 450px;
    padding: 10px 0px;

    background: #e7ebec;
    width: 160px;

    border:solid 1px #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

.arrow
{
    position: absolute;
    margin:-16px 0 0 75px;
    width:10px;
    height:10px;
    background-color:#e7ebec;
    /* Rotate div */
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Chrome, Safari, Opera */
    transform:rotate(45deg); /* Standard syntax */
/*
    left: 50%;
    margin-left: 49%;
    margin-top: -106px;
*/

    border:solid 1px #000000;
    border-right:#e7ebec;
    border-bottom:#e7ebec;

}

.logoutbox-text a
{
    display: block;
    line-height:44px;
    margin:0;
}

.nowrap
{
    white-space: nowrap;
    text-align: right;
}

label.form-label.score{
    width: 150px;
    display: inline-block;
    margin-bottom: 20px;
}


.div250{
    margin-bottom: 20px;
    text-align: right;
}

#APReg{
    display: none;
}
#regForm input{
    margin-bottom: 15px;
    padding: 10px 0;
}
#regForm .button.form{
    width: 100%;
}
.section-profile .abstractList a.button{
    margin: 0;
    padding: 5px 15px;
    margin-top: -6px;
}

.section-profile .abstractList a.button:first-child{
    margin-right: 10px;
}
/* --------------------------- PHONE, SMALL & MEDIUM BREAKPOINTS ------------------------------ */

@media (max-width: 1229px) {

  .ebr-banner-img {
    top: 130px;
  }

    .nav-top-inner {
        width: 960px;
    }

    #home-header {
        height: 350px;
    }

    .home-logo {
        height: 330px;
    }

    .home-tagline h4{
        margin-top: 120px;
    }

    .header-logo {
        height: 70px;
    }

    #header h4 {
        padding-top: 28px;
    }

    .fade-out {
        width: 300px;
        height: 240px;
    }

    .logout-header
    {
    left: 50%;
    margin-left: 340px;
    }

    .blog-preview
    {
        height: 240px;
    }

}

/* ------------------------------- PHONE & SMALL BREAKPOINTS ---------------------------------- */

@media (max-width: 979px) {

  .ebr-banner-img {
    top: 113px;
  }

  .ebr-img {
    width: 100%;
  }

    p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 25px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .nav-top-inner {
        width: 720px;
    }

    .nav-items>li>a:hover, .nav-items>li>a:active, .nav-items>li>a:focus {background-color: inherit; color: rgba(255,255,255,1.0);}
    .subnav-items>li>a:hover, .subnav-items>li>a:active, .subnav-items>li>a:focus {background-color: inherit; color: rgba(255,255,255,1.0);}
    .facebook:hover, .facebook:active, .facebook:focus {background-color: inherit; background-position: 0 0;}
    .twitter:hover, .twitter:active, .twitter:focus {background-color: inherit; background-position: -64px 0;}
    .linkedin:hover, .linkedin:active, .linkedin:focus {background-color: inherit; background-position: -128px 0;}
    .flickr:hover, .flickr:active, .flickr:focus {background-color: inherit; background-position: -192px 0;}

    #home-header {
        height: 270px;
    }

    .home-logo {
        height: 250px;
    }

    .home-tagline h4{
        margin-top: 80px;
    }

    .header-logo {
        height: 52px;
    }

    #header h4 {
        padding-top: 20px;
    }

    .ebr-section {
        border: none;
        border-top: 1px dotted rgba(222,0,0,0.25);
        border-radius: 0;
        margin-bottom: 0;
    }

    .ebr-section ul {
        margin-bottom: 24px;
    }

    .ebr-section ul > li {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-preview {
        height: 320px;
        height: 240px;
    }

    .fade-out {
        width: 340px;
    }

    .logout-header
    {
    left: 50%;
    margin-left: 220px;
    }

    .blog-preview
    {
        height: 240px;
    }

    #donation-form
    {
    -moz-column-count:1;
    -moz-column-gap: 10px;
    -webkit-column-count:1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    }




}

/* --------------------------------- PHONE BREAKPOINT ONLY ----------------------------------- */

@media (max-width: 739px) {

  .ebr-banner-img {
    top: 81px;
  }

    .nav-top-inner {
        width: 90%;
    }

    .button:link {
        display: block;
        text-align: center;
    }

    #home-header {
        height: 300px;
        border-bottom: none;
    }

    .home-logo {
        height: 120px;
        margin-top: 40px;
    }

    #ph-footer p {
        font-size: 10px;
        line-height: 16px;
    }

    .blog-preview {
        position: relative;
        height: auto;
    }

    .fade-out {
        width: 100%;
        height: 240px;
    }

    .fade-out .button {
        margin-top: 180px;
    }

    .logout-header
    {
    left: auto;
    right: 30px;
    margin-left: 0;
    }


    .form-group {
        display: block;
        width: 94%;
        padding: 5px 3%;
    }

    input[type=text],[type=password], textarea {
    width: 93%;
    margin: 5px 0;
    padding-right: 3%;
    padding-left: 3%;
    }

    .button.form
    {
        width: 100%;
    }

    .form-select
    {
        width: 100%;
    }

    .blog-preview
    {
        height: 240px;
    }

    .section-red
    {
        padding-top: 20px;
    }

    .entry-field
    {
        width:93.6% !important;
    }

    #ebr-button{
        display: none !important;
    }

    .cols
    {
    -moz-column-count:1;
    -moz-column-gap: 10px;
    -webkit-column-count:1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    }

    .nowrap
    {
        display: none;
    }

    .datagrid td
    {
        vertical-align: middle;
    }
}

@media (max-width : 484px) {

  .ebr-banner-img {
    top: 102px;
  }

    .logout-header
    {
    left: 50%;
    margin-left:35px;

    }


}

@media (max-width : 400px) {

    .logout-header
    {
    left: 50%;
    margin-left:35px;

    }


}

@media (max-width : 320px) {

    .logout-header
    {
    left: 50%;
    margin-left: -7px;

    }


}

.membership {
	width: 27px;
	text-align: center;
}

/* Table for Membership Dues Generated From http://tablestyler.com/# */
.datagrid table {
    border-collapse: collapse;
    text-align: left; width: 100%;
}
.datagrid { background: #fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 5px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');background-color:#FFFFFF; color:#000000; font-size: 15px; font-weight: bold; }
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #003333; font-size: 15px;border-bottom: 1px solid #003333;font-weight: normal; padding-top: 10px; padding-bottom: 20px; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

.regtable table {
    border-collapse: collapse;
    text-align: left;
}
.regtable { background: #fff;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.regtable table td, .regtable table th { padding: 3px 5px; }
.regtable table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');background-color:#FFFFFF; color:#000000; font-size: 15px; font-weight: bold; }
.regtable table thead th:first-child { border: none; }
.regtable table tbody td { color: #003333; font-size: 15px;font-weight: normal; padding-top: 10px; padding-bottom: 20px; }
.regtable table tbody td:first-child { border-left: none; }
.regtable table tbody tr:last-child td { border-bottom: none; }


.button.home
{
    background-color: #fff;
    color:#000;
}

.button.home>a:hover
{
    color:#000;
}

.button.back-button:before{
    content: '\2190 \00a0 \00a0';
}

.button.back-button
{
    float: right;
    margin-top: -75px;
}

#footer li>a, #footer h4>a
{
    text-decoration: none;
}

#footer li>a:hover, #footer h4>a:hover
{
    text-decoration: underline;
    color: #fff;
}

.quantitybox
{
    display: inline;
    width: 50px !important;
}

#livesearch a:hover
{
    color: #fff;
}

#directory_previous
{
    background-image:none !important;
}

#directory_next
{
    background-image:none !important;
}
