﻿body
{
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}

h2
{
    font-size: 12px;
    font-weight: normal;
    color: Black;
    padding: 0px;
    margin: 0px;
    display: inline;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    color: #ee2e4e;
    padding: 0px;
    margin: 0px;
}

a:link
{
    color: #ee2e4e;
    text-decoration: underline;
}

a:hover
{
    color: #ee2e4e;
    text-decoration: underline;
}

a:active
{
    color: #ee2e4e;
    text-decoration: underline;
}

a:visited
{
    color: #ee2e4e;
    text-decoration: underline;
}


.masterBody
{
    background-color: #ffffff; /*#F4F5E7;*/
    font-family: Arial, Helvetica, sans-serif;
}

/* vMenu */
.vMenuTop
{
    height: 789px;
    background-image: url(../images/vMenuTop.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    vertical-align: top;
}

.vMenuMiddle
{
    background-image: url(../images/vMenuMiddle.gif);
    background-repeat: repeat-y;
    padding-left: 10px;
    vertical-align: top;
}

.vMenuBottom
{
    height: 24px;
    background-image: url(../images/vMenuBottom.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}

.vMenuItem
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.vMenuItemSelected
{
    font-size: 12px;
    font-weight: bold;
    color: #ee2e4e;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.vMenuItemHover
{
    font-size: 12px;
    font-weight: bold;
    color: #ee2e4e;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.vMenuSubItem
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.vMenuSubItemSelected
{
    font-size: 12px;
    font-weight: bold;
    color: #ee2e4e;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.vMenuSubItemHover
{
    font-size: 12px;
    font-weight: bold;
    color: #ee2e4e;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

.vMenuHighlightedItem
{
    font-size: 19px;
    font-weight: bold;
    color: #ee2e4e;
}

.vMenuItemNotSelectable
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: default;
}

.vMenuSpacer
{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* end vMenu */

/* footer */
.footer
{
    background-color: #ee2e4e;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

A.footer:link
{
    color: #ffffff;
    text-decoration: none;
}
A.footer:active
{
    color: #ffffff;
    text-decoration: none;
}
A.footer:visited
{
    color: #ffffff;
    text-decoration: none;
}
A.footer:hover
{
    color: #ffffff;
    text-decoration: underline;
}
/* end footer */


/* hot boxes */
.hotBox
{
    cursor: pointer;
}
/* end hot boxes*/

/* lists */
.bullet
{
}

.bullet li
{
    list-style: none;
    background-image: url(../images/BulletTick.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin-left: -20px;
    margin-top: 0px;
    padding-left: 25px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.bullet li h2
{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    display: inline;
}

a.bullet:link
{
    color: #ee2e4e;
    text-decoration: underline;
}

a.bullet:hover
{
    color: #ee2e4e;
    text-decoration: underline;
}

a.bullet:active
{
    color: #ee2e4e;
    text-decoration: underline;
}

a.bullet:visited
{
    color: #ee2e4e;
    text-decoration: underline;
}

/* end lists */

/* content boxes */
.boxHeader
{
    position: relative;
    left: 0px;
    top: -25px;
    color: #ee2e4e;
    font-weight: bold;
    font-size: 14px;
}

.boxMediumTop
{
    height: 34px;
    width: 414px;
    background-image: url(../images/BoxMediumTop.gif);
    background-repeat: no-repeat;
}

.boxMediumTop h2
{
    font-size: 14px;
    font-weight: bold;
    color: #ee2e4e;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    display: block;
}

.boxMediumMiddle
{
    height: 1px;
    width: 414px;
    background-image: url(../images/BoxMediumMiddle.gif);
    background-repeat: repeat-y;
}

.boxMediumBottom
{
    height: 24px;
    width: 414px;
    background-image: url(../images/BoxMediumBottom.gif);
    background-repeat: no-repeat;
}

.boxContent
{
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    padding-left: 15px;
}
/* end content boxes */

/* under banner bar */
.underBannerBar
{
    background-color: #ee2e4e;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.underBannerBarHiLight
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.underBannerBarHiLight h1
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.underBannerBarLoLight
{
    font-size: 14px;
    font-weight: bold;
    color: #555555;
}
/* end under banner bar */

/* page Title */
.pageTitleLarge
{
    font-size: 24px;
    font-weight: bold;
    color: #ee2e4e;
}

.pageTitleSmall
{
    font-size: 18px;
    font-weight: normal;
    color: #999999;
}
/* end page Title */

/* sub headings */
.subHeading
{
    background-color: #ee2e4e; /*#888888;*/
    text-align: left;
    color: #ffffff;
    font-size:14px;
    font-weight:bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.subHeading h2
{
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size:14px;
    font-weight:bold;
    display: inline;
}

.subHeadingBadge
{
    background-image: url(../images/SubHeadingDetailBackground.gif);
    background-repeat: no-repeat;
    width: 140px;
    height:107px;
    text-align:center;
    vertical-align:middle;
}

.subHeadingBadgeTitle
{
    color: #ee2e4e;
    font-size:20px;
    font-weight: bold;
}

.subHeadingBadgeTitleSmall
{
    color: #ee2e4e;
    font-size:18px;
    font-weight: bold;
}

.subHeadingBadgeSubTitle
{
    color: #000000;
    font-size:15px;
    font-weight: bold;
}

.subHeadingDescription
{
    padding-top: 6px;
    padding-left: 15px;
    vertical-align: top;
    text-align: left;
}
/* end sub headings */

/* panels */
.PanelMedium
{
    height: 53px;
    background-image: url(../images/PanelMedium.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.PanelMedium h2
{
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    position: relative;
    top: 6px;
    left: 20px;
}

.CheckTests
{
    height: 53px;
    background-image: url(../images/CheckTests.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* end panels */

/* lists */
.generalListLevel1 li
{
    padding-top: 20px;
    font-size: 12px;
    color: #ee2e4e;
}

.generalListLevel2 li
{
    padding-top: 5px;
    font-size: 12px;
    color: #000000;
}

/* end lists */

/* controls */
.textBox
{
    font-size: 12px;
    color: #000000;
    width: 250px;
    border-right: #ee2e4e 1px solid;
    border-top: #ee2e4e 1px solid;
    border-left: #ee2e4e 1px solid;
    border-bottom: #ee2e4e 1px solid;
}

.textBoxPrices
{
    font-size: 12px;
    color: #000000;
    width: 50px;
    border-right: #ee2e4e 1px solid;
    border-top: #ee2e4e 1px solid;
    border-left: #ee2e4e 1px solid;
    border-bottom: #ee2e4e 1px solid;
}

.button
{
    color: White;
    background-color: #ee2e4e;
    border-right: #606060 1px solid;
    border-top: #606060 1px solid;
    border-left: #606060 1px solid;
    border-bottom: #606060 1px solid;
    cursor: pointer;
}
/* end controls */

/* tables */
.tableHeaderLeft
{
    color: #ffffff;
    background-color: #ee2e4e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: solid 1px #ffffff;
    text-align: left;
    width: 150px;
}

.tableHeaderRight
{
    color: #ffffff;
    background-color: #ee2e4e;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: solid 1px #ee2e4e;
    text-align: left;
    width: 150px;
}

.tableCellLeft
{
    border-left: solid 1px #ee2e4e;
    border-right: solid 1px #ee2e4e;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

.tableCellRight
{
    border-right: solid 1px #ee2e4e;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
}

.tableCellBottom
{
    border-top: solid 1px #ee2e4e;
}

/* end tables */

/* Gallery */
.galleryTitle
{
    font-size: 10pt;
    font-weight:bold;
    color: #000000;
}
/* end Gallery */