/* global
------------------------------------------------------------------*/
html, body, form, img, table, tr, th, td, tbody, thead, tfoot, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    padding: 10px;
    text-align: center;
    color: #000;
}

body, td, th, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 130%;
}

th {
    text-align: left;
}

img {
    border: 0;
    vertical-align: middle;
}

address {
    font-style: normal;
}

h1, h2, h3, h4 {
    clear: left;
}

fieldset {
    padding: 5px;
    border: 1px #ccc solid;
    -moz-border-radius: 8px;
}

fieldset legend {
    font-weight: bold;
}

pre {
    text-align: left;
}

form select {
    margin: 0 0 3px;
}

/* H1
------------------------------------------------------------------*/

h1 {
    color: #cf006a;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding-bottom: 7px;
    border-bottom: 1px #ccc solid;
    display: block;
}

h1 a {
    color: #CF006A !important;
}

h1 a:hover {
    color: #999 !important;
    text-decoration: none;
}

/* H2
------------------------------------------------------------------*/

h2 {
    color: #83AA49;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 6px;
}

h2.h1 {
    color: #cf006a;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding-bottom: 7px;
    border-bottom: 1px #ccc solid;
}

h2.h1 a {
    color: #cf006a !important;
}

span.h2 {
    color: #83AA49;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 6px;
}

h2 a {
    color: #83AA49 !important;
}

ol.h2 li {
    color: #83AA49;
    font-size: 14px;
    font-weight: bold;
}

ol.h2 p {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

/* H3
------------------------------------------------------------------*/

h3 {
    color: #000;
    font-size: 13px;
    margin: 0px 0px 5px;
    font-weight: bold;
}

h3 a {
    color: #000;
}

/* H4
------------------------------------------------------------------*/

h4 {
    color: #000;
    font-size: 12px;
    margin: 0px 0px 5px;
    font-weight: bold;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px #ccc solid;
}

ol {
    margin-top: 0;
    margin-bottom: 0;
}

iframe {
    border: 1px #7f9db9 solid;
}

input[type=text], input[type=password], textarea {
    border: 1px #7f9db9 solid;
    width: 200px;
    padding: 2px;
    color: #434547;
}

div#bmi {
    border: 1px #ccc solid;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 10px;
    margin-bottom: 10px;
}

div#bodyFat {
    border: 1px #ccc solid;
    padding: 10px;
    margin-bottom: 10px;
}

div#top {
    text-align: right;
    padding: 0 5px 5px 0;
}

div#top a {
    color: #999;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    margin: 0 0 0 5px;
}

div#top a:hover {
    color: #888;
}

div#overDiv {
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}

div#overDiv table {
    background: transparent;
}

div#magnifyImage img {
    display: block;
    float: right;
}

div#tooltip {
    background: #ffff88;
    border: 1px #000 solid;
    padding: 3px;
}

/* wrap
------------------------------------------------------------------*/

div#wrap {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

/* header
------------------------------------------------------------------*/

div#header {
    margin-bottom: 3px;
    height: 200px;
}

div#headerPrint {
    display: none;
}
/*
ul#headerImages {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	margin: 5px;
	margin-right: 3px;
}

ul#headerImages li {
	display: none;
	float: left;
	height: 190px;
	overflow: hidden;
}*/

/* content
------------------------------------------------------------------*/

div#container {
    background: #fff;
}

div#left-sidebar {
    float: left;
    width: 200px;
    padding-right: 10px;
}

div#content {
    float: left;
    width: 750px;
}

div#content p {
    margin-bottom: 15px;
}

div#content a {
    color: #999;
    text-decoration: underline;
}

div#content a:hover {
    color: #CF006A;
    text-decoration: none;
}

div#content .inner {
    background: url(/images/1_bg.gif) repeat-x top;
    vertical-align: top;
    margin: 0 2px;
    padding: 5px;
    line-height: 140%;
}

div#content .spacer {
    vertical-align: top;
    width: 10px;
}

div#content .top {
    background: url(/images/li1.gif) top repeat-x;
    height: 3px;
    font-size: 1px;
}

div#content .top .left {
    background: url(/images/q1.gif) top left no-repeat;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
}

div#content .top .right {
    background: url(/images/q2.gif) top right no-repeat;
    display: block;
    float: right;
    width: 3px;
    height: 3px;
}

div#content .bottom {
    background: url(/images/li3.gif) repeat-x;
    height: 3px;
    font-size: 1px;
}

div#content .bottom .left {
    background: url(/images/q3.gif) bottom left no-repeat;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
}

div#content .bottom .right {
    background: url(/images/q4.gif) bottom right no-repeat;
    display: block;
    float: right;
    width: 3px;
    height: 3px;
}

div#content .content {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
}

/* navigation
------------------------------------------------------------------*/

ul.navigation {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}


ul.navigation li a {
    display: block;
    background: url(/images/menu.gif);
    color: #77828B;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10px;
    height: 20px;
    padding-left: 22px;
    padding-top: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.navigation li a:hover {
    background-image: url(/images/menu_hover.gif);
    color: #CF006A;
}

/* control panel / client panel
------------------------------------------------------------------*/

.controlpanel {
    background: #0284ad url(/images/z7.gif);
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    width: 100%;
}

.controlpanel .top, .controlpanel .bottom {
    background: url(/images/z5.gif) top repeat-x !important;
    clear: both;
    height: 4px;
    font-size: 1px;
}

.controlpanel .bottom {
}

.controlpanel .top .left {
    background: url(/images/z1.gif) no-repeat top left !important;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
}

.controlpanel .top .right {
    background: url(/images/z2.gif) no-repeat top right !important;
    display: block;
    float: right;
    width: 4px;
    height: 4px;
}

.controlpanel .bottom .left {
    background: url(/images/z8.gif) no-repeat bottom left !important;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
}

.controlpanel .bottom .right {
    background: url(/images/z9.gif) no-repeat bottom right !important;
    display: block;
    float: right;
    width: 4px;
    height: 4px;
}

.controlpanel div.content {
    color: #fff;
}

.controlpanel .content ul.items {
    list-style: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    clear: both;
}

div#clientpanel .content ul.items {
    margin: 0;
}

.controlpanel .content ul.items li {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: left;
    margin: 5px 0;
}

div#clientpanel .content ul.items li {
    margin: 0;
}

div#controlpanel .content a {
    color: #fff;
    text-decoration: none;
    display: block;
    min-width: 60px;
    float: left;
    text-align: right;
}

div#clientpanel .content a {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
}

div#controlpanel .content div.hr {
    border-top: 1px #006187 solid;
    /*border-bottom: 1px #0282ab solid;*/
    background: #0282ab;
    clear: both;
    display: block;
    height: 1px;
    width: 200px;
    font-size: 1px;
}

.controlpanel img {
}

div#clientpanel img {
    margin: 2px 0;
}

/* footer
------------------------------------------------------------------*/

div#footer {
    margin: 5px 0;
    background: #e2e2e2;
    text-align: center;
    height: 62px;
    line-height: 62px;
}

div#footer .left {
    background: url(/images/bg1.gif) no-repeat top left;
    display: block;
    float: left;
    width: 4px;
    height: 62px;
}

div#footer .right {
    background: url(/images/bg2.gif) no-repeat top right;
    display: block;
    float: right;
    width: 4px;
    height: 62px;
}

div#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#footer li {
    display: inline;
    margin: 0 8px;
    padding: 0;
}

div#footer a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

div#footer a:hover {
    text-decoration: underline;
}

/* submenu
------------------------------------------------------------------*/

div#submenu .block {
    float: left;
    margin-right: 5px;
    width: 149px;
    text-align: center;
}

div#submenu img {
    display: block;
    margin: 0 3px;
}

div#submenu .top {
    background: url(/images/li5.gif) top repeat-x;
    clear: both;
    height: 4px;
    font-size: 1px;
}

div#submenu .bottom {
    background: url(/images/li7.gif) top repeat-x;
    clear: both;
    height: 4px;
    font-size: 1px;
}

div#submenu .top .left {
    background: url(/images/q5.gif) no-repeat top left;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
}

div#submenu .top .right {
    background: url(/images/q6.gif) no-repeat top right;
    display: block;
    float: right;
    width: 4px;
    height: 4px;
}

div#submenu .bottom .left {
    background: url(/images/q8.gif) no-repeat bottom left;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
}

div#submenu .bottom .right {
    background: url(/images/q7.gif) no-repeat bottom right;
    display: block;
    float: right;
    width: 4px;
    height: 4px;
}

/* the rest
------------------------------------------------------------------*/

.form label {
    float: left;
    width: 120px;
    font-weight: bold;
}

.form input {
    width: 200px;
}

.form input, .form textarea, .form select {
    margin-bottom: 5px;
}

.form textarea {
    width: 250px;
    height: 150px;
}

.form .boxes {
    width: 1em;
}

.form br {
    clear: left;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
    background: #fff;
}

.print {
    float: right;
    margin-right: 10px;
}

.print img {
}

tr.odd {
    background: #f5ffeb;
}

tr.even {
}

tr.selected {
    background: #ffffaa;
}

tr.odd td, tr.even td {
    /*height: 35px !important;*/
    padding: 5px 0;
    line-height: 150%;
}

.negative {
    color: #ff0000;
}

.positive {
    color: #00ff00;
}

ul.specialoffers {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.specialoffers li {
    display: block;
    width: 350px;
    float: left;
    padding: 0 15px 10px 0;
}

.messageBox {
    text-align: left;
    padding: 10px 10px 10px 55px;
    margin: 0 0 10px;
    line-height: 120%;
}

.alert {
    background: #fff6bf url(/images/warning.gif) 10px center no-repeat;
    border-top: 2px #ffd324 solid;
    border-bottom: 2px #ffd324 solid;
}

.info {
    background: #e1ebff url(/images/info.gif) 10px center no-repeat;
    border-top: 2px #8ba7cd solid;
    border-bottom: 2px #8ba7cd solid;
}

.error {
    background: #ffbfbf url(/images/stop.gif) 10px center no-repeat;
    border-top: 2px #ff2424 solid;
    border-bottom: 2px #ff2424 solid;
}

.check {
    background: #54f547 url(/images/check.gif) 10px center no-repeat;
    border-top: 2px #35c519 solid;
    border-bottom: 2px #35c519 solid;
}

.trafficlightGreen {
    background-image: url(/images/trafficlight_green.gif);
}

.trafficlightYellow {
    background-image: url(/images/trafficlight_yellow.gif);
}

.trafficlightRed {
    background-image: url(/images/trafficlight_red.gif);
}

.arrowRightBlue {
    background-image: url(/images/arrow_right_blue.gif);
}

.close {
    background: url(/images/close.gif) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.close:hover {
    background: url(/images/cancel.gif) no-repeat;
}

td.alignRight, th.alignright {
    text-align: right;
    padding-right: 20px;
}

span.button {
    background: transparent url(/images/button1.gif) no-repeat;
    display: block;
    float: left;
    margin-top: 2px;
}

span.button a {
    background: transparent url(/images/button2.gif) no-repeat top right;
    display: block;
    float: left;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    padding: 0 28px 0 10px;
    height: 20px;
    line-height: 20px;
}

span.buttonRed {
    background: transparent url(/images/button_red_left.gif) no-repeat;
}

span.buttonRed a {
    background: transparent url(/images/button_red_right.gif) no-repeat top right;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

span.buttonBack {
    background: transparent url(/images/button3.gif) no-repeat top right;
}

span.buttonBack a {
    background: transparent url(/images/button4.gif) no-repeat top left;
    padding: 0 10px 0 28px;
}

span.buttonDisabled {
    background: transparent url(/images/button1_disabled.gif) no-repeat;
}

span.buttonDisabled a {
    background: transparent url(/images/button2_disabled.gif) no-repeat top right;
}

span.buttonRight {
    float: right;
}

a[name] {
    text-decoration: none !important;
}

.incorrect {
    background: #ffdddd;
}

.boxedImage {
    margin: 0 10px 10px 0;
    float: left;
    display: block;
    border: 5px #eee solid;
}

div.ticketHeading {
    background: #f5ffeb;
    border-bottom: 1px #ddd solid;
    padding: 10px 2px;
}

div.ticketBody div.ticketBodyHeading {
    background: #f8f8f8;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd solid;
    padding: 5px 2px;
}

div.ticketBody p {
    padding: 5px 0;
}

div.experienceHeading {
    background: #f5ffeb;
    /*border-top: 1px #ddd solid;*/
    border-bottom: 1px #ddd solid;
    padding: 10px 2px;
}

div.experienceBody div.experienceBodyHeading {
    background: #f8f8f8;
    border-top: 1px #fff solid;
    border-bottom: 1px #ddd solid;
    padding: 5px 2px;
}

div.experienceBody p {
    padding: 5px 0;
}

table#insurance td {
    width: 50%;
    text-align: center;
    vertical-align: top;
}

table#insurance img {
    margin: 5px;
}

.discount {
    display: block;
    background: url(/images/discount.jpg) top right no-repeat;
    line-height: 120%;
    font-size: 22px;
    color: #fff;
    float: right;
    padding: 20px 0 0 10px;
    width: 100px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
}

.imageList, .imageList li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.imageList li {
    padding-left: 50px;
}

table#clientsTable .column1, #clientsTable .column2, #clientsTable .column3 {
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

table#clientsTable td.column1 {
    text-align: left;
}

table#clientsTable td.column1, table#clientsTable td.column2, table#clientsTable td.column3 {
    width: 60px;
}

a.border {
    border: 1px #ccc solid;
    width: 15px;
    padding: 3px;
    margin: 0 2px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.buttonblue {
    background: url(/images/buttonblue2.gif) repeat-x;
    display: block;
    height: 33px;
    width: 550px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    line-height: 33px;
    font-weight: bold;
    text-decoration: none !important;
}

.buttonblue .left {
    display: block;
    float: left;
    width: 18px;
    height: 33px;
    background: url(/images/buttonblue1.gif) left top no-repeat;
}

.buttonblue .right {
    display: block;
    float: right;
    width: 18px;
    height: 33px;
    background: url(/images/buttonblue1.gif) right top no-repeat;
}

#measureForm input {
    width: 60px;
    text-align: center;
}

ul.hr {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.hr li {
    display: inline;
}

#content ul.hr li a {
    padding: 3px 7px;
    border: 1px #ccc solid;
}