﻿
/*
Color Combos
http://www.colorcombos.com/combotester.html?rnd=0&color0=0066ff&color1=000000&color2=ffffff&color3=3510ad&color4=230b72&color5=dcdcdc&color6=e6e6fa&color7=ccd0db

Grey: #dcdcdc
Light: #e6e6fa
Dark: ccd0db
*/


.test {
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

/* Global Elements */
* { target-new: tab ! important }

a, a:visited, a:link {
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #0066ff;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
body, p, td, li {
    font-family: Verdana;
    font-size: 8pt;
}
fieldset {
    padding: 5px 5px 10px 5px;
}
legend {
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: Black;
}
thead, tfoot, tr.tfoot td, tr.thead td {
    color: #ffffff;
    background-color: #3510AD;
    font-weight: bold;
}
ul, ol {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul li, ol li {
    padding-top: 8px;
}
ul br, ul li br {
    display: none;
}

/** Custom Classes *******/
a.pageheading, a.pageheading:link, a.pageheading:visited {
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
a.pageheading:hover {
    text-decoration: underline;
}
table.adjustleft {
    margin-left: -3px;
}
table.cart {
    width: 100%;
    border: solid 1px black;
    border-collapse: collapse;
}
table.cart tr td {
    border: solid 1px black;
}
tr.printable td, thead.printable tr td, tfoot.printable tr td {
    color: #000000;
    background-color: #dcdcdc;
    font-weight: bold;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
tr.altcolor, tr.altclass {
    background-color: #e6e6fa;
}
ul.productcatalog {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.productcatalog li {
    padding-top: 3px; /*padding-bottom: 6px;*/
}


/***** Global Class **********/
.button {
    background-color: #230B72;
    font-family: Verdana;
    font-size: 8pt;
    color: white;
    height: 22px;
    padding-left:15px;padding-right:15px;
}
.pageheading, span.pageheading {
    font-size: 12pt;
    font-weight: bold;
    font-family: Verdana;
}
.smalltext {
    font-family: Verdana;
    font-size: 7pt;
}

/* Medlabels */
h2.pagebreak {
    page-break-after: always;
}
table.freeblanklabels {
    margin-left: 0px;
}
table.freeblanklabels tr td {
    width: 211px;
    margin-bottom: 5px;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    padding-bottom: 10px;
    padding-top: 10px;
}
table.labelborder {
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    margin-bottom: 5px;
}
td.medlabelline, span.medlabelline {
    font-size: 9pt;
    font-family: Arial;
    text-align: center;
}


/* ---------------------------- PAGES ---------------------------- */
/* MasterPage */
#MasterPageWrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 800px;
}
#MasterPageHeader {
    /*padding: 10px 7px 5px 7px;*/
    padding:5px;
}
#MasterPageFooter {
    margin-top: 25px;
    padding-bottom: 10px;
    width: 100%;
}
#MasterPageFooter td {
    text-align: center;
}
/*
a.nav, a.nav:link, a.nav:visited {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
}
a.nav:hover {
    text-decoration: underline;
}
*/

body.MasterPage {
    background-image: url(/images/Site/Background-diagonal.gif);
    background-repeat: repeat;
    margin-top: 5px;
}
div.TabPopup {
    position: absolute;
    visibility: hidden;
    /*
    background-color: #3510AD;
    */
    background-color:#ccd0db;
}
div.TabPopup div {
    background-color:#e6e6fa;
    margin:2px;
    padding: 10px 7px 10px 7px;
    color:Black;
}
div.TabPopup a {
    display: block;
    color: black;
    padding: 5px;
}
span.new {
    color:Red;
    font-weight:bold;
}
table.CustomerBarNav {
    background-color: #230B72;
    width: 100%;
    margin-top: 3px;
}
table.CustomerBarNav td {
    white-space: nowrap;
    background-color: #230B72;
}
table.MainNavBar {
    width:100%;
}
table.MainNavBar a, table.MainNavBar a:link,  table.MainNavBar a:visited,
table.CustomerBarNav a, table.CustomerBarNav a:link,  table.CustomerBarNav a:visited {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:10px;
    padding-bottom:10px;
}
table.MainNavBar a:hover {
    text-decoration: none;
}
table.MainNavBar td.Tab {
    background-color:#3510AD;
    white-space:nowrap;
    padding-top:10px;
    padding-bottom:10px;
}
table.MainNavBar td.Tab:hover {
    background-color:#ccd0db;
}
table.MainNavBar td.Tab:hover a {
    color:Black;
}
td.TabHover {
    /* Special class when the mouse is over the popup div */
    background-color:#ccd0db;
    color:Black;
}
td.TabHover a {
    color:Black !important;
}

/* EO MasterPage */





