/**
 * Golf Minute
 * 
 * Yet another Kemar joint
 * @version: 1.0 (04.11.2009)
 *
 * ----------------------------------
 *  1.RESET
 *  2.DEFAULT STYLING
 *  3.GLOBAL CLASSES
 *     3.1 button
 *     3.2 pager
 *     3.3 tooltip
 *     3.4 system msg (error...)
 *     3.5 error http
 *     3.6 alt-button
 *     3.7 dev-env
 *     3.8 product (membership...)
 *  4.STRUCTURE
 *  5.HEADER
 *  6.NAV
 *     6.1 SIGN UP
 *     6.2 NAV LINK LIST
 *     6.3 SITE-NAV LINK
 *     6.4 SITE-NAV MANAGE GOLF LINK
 *  7.CONTENT
 *     7.1 CUSTOM GRID FRAMEWORK
 *     7.2 GRID DEFAULT STYLES
 *     7.3 GOLF
 *     7.4 TABLES
 *     7.5 SUB NAV
 *     7.6 CART
 *     7.7 INVOICE
 *     7.8 SCORES
 *  8.HOME
 *     8.1 home-container
 *     8.2 home-tee (Trouvez un départ)
 *     8.3 home-golf (Trouvez un golf)
 *     8.4 home-discover (Venez essayer le golf !)
 *     8.5 home-gm (Réservez votre golf en une minute !)
 *     8.6 mea (Mise en avant)
 *  9.DISCOVER HOME
 *     9.1 discover-container
 *     9.2 discover-golf
 *     9.3 discover-highlight
 * 10.GENERIC FORMS
 * 11.GOLF ITEM
 * 12.RESULT-ITEM
 * 13.FOOTER
 * 14.PLANNING
 * 15.DATEPICKER
 * 16.TIPTIP CSS
 * 17.SUGGEST BOX (JS)
 * 18.@media print
 * ----------------------------------
 * 
**/

/* 1.RESET
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Overlay */
.modal-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal-content {
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
}

/* 2.DEFAULT STYLING
-------------------------------------------------------- */
html {
    font: normal normal normal 12px/normal "Lucida Grande", Tahoma, Arial, sans-serif;
}
body {
    background: #4b4b4b url(../img/bkg.jpg) repeat-x 0 0;
    background-attachment: fixed;
}

a:link     { color: #000; text-decoration: underline; }
a:visited  { color: #000; text-decoration: underline; }
a:hover    { color: #000; text-decoration: none; }
a:focus    { color: #000; text-decoration: none; }
a:active   { color: #000; text-decoration: none; }

h1, h2, h3 {
    font-weight: normal;
    color: #fff;
    margin: 16px 0;
}
h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }

p, ul, ol {
    margin: 14px 0;
}
ul li {
    margin: 2px 0;
    list-style-type: disc;
    list-style-position: inside;
}
ol li {
    margin: 2px 0;
    list-style-type: decimal;
    list-style-position: inside;
}
ul li ul {
    padding-left: 20px;
}
label {
    cursor: pointer;
}
hr {
    color: #c1c1c1;
    background: #c1c1c1;
    border: 0;
    height: 1px;
    margin: 0;
    padding: 0;
    |display: block;/*IE*/
    |margin: -0.5em 0;/*IE*/
}

/* 3.GLOBAL CLASSES
-------------------------------------------------------- */
.clear { clear: both; }
.flr { float: right; }
.fll { float: left; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.nomargin { margin: 0 !important; }
.noborder { border: 0 !important; }
.color { color: #7fb72e !important; }
.ok { color: #7fb72e !important; }
.ko { color: #cc0000 !important; }
.underline { text-decoration: underline; }

.info {
    background: url(../img/info.png) no-repeat 0 0 !important;
    padding-left: 24px !important;
    min-height: 21px !important;
}
img.calendar {
    vertical-align: middle;
    position: relative;
    top: -2px\9;/*TARGET IE ALL VERSIONS*/
}
label.ko, a.ko:link, a.ko:visited {
    color: #cc0000 !important;
    padding: 0 0 0 11px;
    background: url(../img/icon_ko.png) no-repeat 0 50%;
}
label.ok, a.ok:link, a.ok:visited {
    color: #7fb72e !important;
    padding: 0 0 0 13px;
    background: url(../img/icon_ok.png) no-repeat 0 50%;
}
.divide { display: inline-block; margin: 0 4px !important; }
.flag {
    background: url(../img/flag_icon.png) no-repeat 0 50%;
    padding: 2px 0 2px 24px !important;
}
.trash {
    background: url(../img/trash_icon.png) no-repeat 0 50%;
    padding: 2px 0 2px 18px !important;
}
.arrow, .arrow-down {
    |height: 1%;/*IE*/
    background: url(../img/arrow_right.gif) no-repeat 3px 50%;
    padding-left: 14px;
}
.add {
    background: url(../img/add.png) no-repeat 3px 50%;
    padding: 5px 0 7px 30px;
    |display: inline-block;/*IE*/
}
.arrow-down { background: url(../img/arrow_down.gif) no-repeat 0 70%; }
.arrow *, .arrow-down * { color: #FFF !important; }
/* ------------------ 3.1 button ------------------ */
.button,
.button:link,
.button:visited {
    background: #7fb72e;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: bold;
    border: 0;
    padding: 3px 12px 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
input.button {
    |padding: 3px 12px;
    color: red;
}
.button:hover,
.button:focus,
.button:active {
    background: #000;
    color: #fff !important;
}
/* ------------------ 3.2 pager ------------------ */
.pager {
    font-size: 11px;
    color: #fff;
    text-align: right;
    padding: 10px 0;
}
.pager span,
.pager strong,
.pager a {
    display: inline-block;
    padding: 5px 9px 7px 9px;
    margin: 0 5px 8px 3px;
    text-decoration: none;
    text-align: center;
}
.pager strong {
    text-align: center;
}
.pager span,
.pager a.next {
    color: #FFF;
    width: auto;
}
.pager a.page:link, .pager a.page:visited {
    color: #FFF;
    background: #6a6a6a;
    border: 1px solid #6a6a6a;
}
.pager a.page:hover, .pager a.page:focus, .pager a.page:active {
    border: 1px solid #6a6a6a;
    background: transparent;
}
.pager a.page.here {
    background: #FFF;
    border: 1px solid #FFF;
    font-weight: bold;
}
/* ------------------ 3.3 tooltip ------------------ */
.tooltip {
    font-size: 11px;
    font-style: italic;
    color: #5b5b5b;
}
.tooltip img {
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 21px;
    overflow: hidden;
    text-indent: -10000px;
}
/* ------------------ 3.4 system msg (error...) ------------------ */
div.block.error {
    background: #ffdfdf;
    color: #ba0000;
    border: 1px solid #ba0000;
    border-width: 1px 0;
    font-weight: bold;
}
div.block.error * {
    color: #ba0000;
}
div.block.message {
    background: #e5e5e5;
    border: 1px solid #000;
    border-width: 2px 0;
    font-weight: bold;
}
div.block.success {
    background: #d0d6c8;
    border: 1px solid #7fb72e;
    border-width: 1px 0;
    font-weight: bold;
    height: auto;
}
div.block.success div {
    width: 860px;
    margin: 0 auto;
    background: url(../img/success.png) no-repeat 0 0;
    min-height: 35px;
}
div.block.success div p {
    padding-left: 50px;
    line-height: 35px;
}
/* #success added via js */
.js div.block.success {
    display: none;
    background: #d0d6c8;
    background: rgba(208,214,200,0.95);
    |filter: alpha(opacity=95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    border-width: 0 0 2px 0;
    margin: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 200px;
    z-index: 10000;
    cursor: pointer;
}
/* ------------------ 3.5 error http ------------------ */
div.error-http {
    min-height: 140px;
    margin: 0;
    padding: 40px 0 40px 200px;
    background: url(../img/error.png) no-repeat 40px 55%;
}
div.error-http * {
    color: #fff;
}
div.error-http h1 {
    font-size: 26px;
}
div.error-http p,
div.error-http ul {
    padding: 5px 0;
    margin: 0;
}
div.error-http ul li {
    padding: 5px 0 5px 20px;
    margin: 0;
}
/* ------------------ 3.6 alt-button ------------------ */
.alt-button {
    background: #d3d3d3 url(../img/btn_gradient.gif) repeat-x 0 0;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 10px;
    padding: 5px 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
/* ------------------ 3.7 dev-env ------------------ */
#dev-env {
    position: absolute;
    color: red;
    top: 30px;
    left: 50%;
    border: 1px solid red;
    padding: 4px 8px;
    margin: 0;
    z-index: 1;
}
#dev-env * {
    color: red !important;
}

/* ------------------ 3.8 product ------------------ */
.product table {
    width: 100%;
}
.product table td {
    width: 25%;
    text-align: center;
}

/* 4.STRUCTURE
-------------------------------------------------------- */
#container {
    width: 860px;
    padding: 0 10px;
    margin: 0 auto;
    |padding-top: 20px;/*IE7*/
}
.popup #container {
    width: 86%;
}

/* 5.HEADER
-------------------------------------------------------- */
#header {
    color: #fff;
    position: relative;
    height: 70px;
    margin: 20px 0 10px 0;
}
#header h1 { margin: 0; }
#header h1 a {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 290px;
    height: 60px;
    text-indent: -10000px;
    overflow: hidden;
    background: url(../img/logo.png) no-repeat 0 0;
}
#baseline {
    position: absolute;
    top: 35px;
    left: 100px;
    width: 400px;
    font-style: italic;
    padding: 1px 0;/* sinon le 'g' de la baseline est bouffé dans IE */
}
#header a {
    color: #fff;
}
#header ul {
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
}
#header ul li {
    list-style: none;
    display: inline;
}
#header ul li form {
    display: inline;
    margin-right: 20px;
}
#header ul li * {
    vertical-align: middle;
}
#header ul li a.alt-button {
    |display: block;
}

/* 6.NAV
-------------------------------------------------------- */
#nav {
    color: #fff;
    position: relative;
    width: 860px;
    height: 112px;
    background: url(../img/header.jpg) no-repeat 0 0;
    margin: 0 0 20px 0;
}
#nav a {
    color: #fff;
}
/* ------------------ 6.1 SIGN UP ------------------ */
#login-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 840px;
    padding: 6px 10px;
    font-size: 11px;
    text-align: right;
    background: #000;
}
#login-form * {
    vertical-align: middle;
}
#login-form input {
    margin: 0 10px 0 0;
}
#login-form input[type=submit] {
    margin: 0 10px 0 0;
}
#login-form a {
    top: -1px;
    position: relative;
    font-weight: bold;
}
/* ------------------ 6.2 NAV LINK LIST ------------------ */
#nav ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 836px;
    padding: 8px 12px 11px 12px;
    margin: 0;
    font-size: 11px;
    background: #000;
}
#nav ul li {
    display: inline;
    font-weight: bold;
}
#nav ul li#logout {
    position: absolute;
    top: 6px;
    right: 10px;
    background: url(../img/cross.png) no-repeat 0 3px;
    padding-left: 12px;
}
#nav ul li a:link, #nav ul li a:visited {
    text-decoration: none;
}
#nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
    text-decoration: underline;
}
#nav ul li a.here {
    text-decoration: underline;
}
#nav a.nav-action:link,
#nav a.nav-action:visited {
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    background: url(../img/planning/quit.png) no-repeat 0 50%;
    padding: 2px 0 2px 14px;
}
#nav a.nav-action:hover,
#nav a.nav-action:focus,
#nav a.nav-action:active {
    text-decoration: underline;
}
/* ------------------ 6.3 SITE-NAV LINK ------------------ */
ul#site-nav {
    padding: 0 10px;
    margin: 0;
    font-size: 11px;
    text-align: right;
    color: #fff;
}
ul#site-nav + .block {
    margin-top: 0;
}
ul#site-nav li {
    list-style: none;
    margin: 0;
    display: inline;
}
ul#site-nav li a:link, ul#site-nav li a:visited {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
ul#site-nav li a:hover, ul#site-nav li a:focus, ul#site-nav li a:active {
    color: #fff;
    text-decoration: underline;
}
/* ------------------ 6.4 SITE-NAV MANAGE GOLF LINK ------------------ */
#nav p#manage-golf {
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    background: #000;
    padding: 8px 12px 11px 12px;
    width: 836px;
}

/* 7.CONTENT
-------------------------------------------------------- */
#content {}
.block {
    margin: 20px 0;
    padding: 2px 16px;
    background: #d2d2d2 url(../img/gradient.gif) repeat-x 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d2d2d2));
    |height: 1%;/*IE*/
    position: relative;
}
/* ------------------ 7.1 CUSTOM GRID FRAMEWORK ------------------ */
.block-fwk {
    margin: 16px 0 18px 0;
    |height: 1%;/*IE*/
}
.divide50 {
    background: url(../img/divide50.gif) repeat-y 50% 0;
}
.divide25 {
    background: url(../img/divide25.gif) repeat-y 0 0;
}
.block-25 {
    float: left;
    width: 184px;
    padding: 0 30px 0 0;
}
.block-25.last {
    float: left;
    width: 184px;
    padding: 0;
}
.block-50 {
    float: left;
    width: 394px;
    padding: 0 20px 0 0;
}
.block-last {
    padding: 0 0 0 20px;
}
.block-50 :first-child,
.block-25 :first-child {
    margin-top: 0;
}
.block-50 :last-child,
.block-25 :last-child {
    margin-bottom: 0;
}
/* ------------------ 7.2 GRID DEFAULT STYLES ------------------ */
.block h1,
.block h2,
.block h3 {
    color: #000;
}
.block p,
.block ul,
.block ol {
    line-height: 18px;
    margin: 10px 0;
}
.block ul li {
    list-style-type: square;
}
.block ul li ul {
    margin: 4px 0;
}

/* ------------------ 7.3 GOLF (fiche de présentation d'un golf) ------------------ */
h2.logo img {
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
.golf .block-50 p, .golf .block-50 div {
    margin: 0 0 10px 0;
}
.golf .block-50 div p {
    margin: 5px 0;
}
.golf .block-50 div.golf-infos {
    margin: 20px auto 0 auto;
    border: 1px solid #C6C6C6;
    padding: 6px 8px;
    background: #e5e5e5;
}
.golf #golf-pic img {
    border: 1px solid #fff;
}
.golf ul.conv {
    margin: 20px 0 10px 0;
}
.golf ul.conv li {
    display: inline;
    list-style: none;
}
.golf ul.conv img {
    border: 1px solid #aaa;
    margin-right: 8px;
}
.tee .button {
    position: absolute;
    right: 10px;
    top: 16px;
    padding: 5px 12px 7px 12px;
}
/* ------------------ 7.4 TABLES ------------------ */
table.classic {
    width: 828px;
    margin: 10px 0;
}
table.classic th {
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #bebebd;
    padding: 8px 20px 10px 4px;
}
table.classic th.order {
    background: url(../img/arrow_down_2.gif) no-repeat 0 50%;
    padding-left: 12px;
}
table.classic td {
    padding: 12px 20px 4px 4px;
    vertical-align: middle;
}
table.classic tr.over td {
    padding: 8px 20px 4px 4px;
    border-bottom: 1px solid #bebebd;
}
table.classic tr.over:hover td {
    background: #f5f5f5;
}
table.classic .tooltip {
    font-size: 12px;
    font-style: normal;
}
table.classic .tooltip.ko,
table.classic .tooltip.ko a {
    color: #cc0000;
}
/* ------------------ 7.5 SUB NAV ------------------ */
.sub-nav {
    overflow: auto;
    margin: 0;
    _height: 1%;/*IE6*/
}
.sub-nav + .block {
    margin-top: 0;
}
.sub-nav li {
    margin: 0;
    list-style: none;
    |float: left;/*IE7*/
}
.sub-nav li a:link, .sub-nav li a:visited {
    text-decoration: none;
    float: left;
    display: block;
    background: #d2d2d2;
    padding: 8px 12px;
    margin: 0 1px 1px 0;
}
.sub-nav li a:hover, .sub-nav li a:focus, .sub-nav li a:active, .sub-nav li a.here {
    background: #f0f0f0;
    text-decoration: underline;
}
.sub-nav li a.here {
    font-weight: bold;
    padding-bottom: 9px;
    margin-bottom: 0;
}
/* ------------------ 7.6 CART ------------------ */
.cart-item {
    padding: 0 0 20px 40px;
    |height: 1%;
}
.cart-item.tee {
    background: url(../img/flag_small.png) no-repeat 0 0;
    |background-position: 0 10px;
}
.cart-item.discover {
    background: url(../img/club_small.png) no-repeat 0 0;
    |background-position: 0 10px;
}
.cart-item .divide {
    color: #bfbfbf;
}
.cart-item ul {
    margin: 0;
}
.cart-item ul li {
    margin: 0;
    padding: 4px;
    border-top: 1px solid #b4b4b4;
    text-align: right;
    list-style: none;
}
.cart-item p.cart-item-total {
    margin: 0;
    padding: 4px;
    border-top: 1px solid #b4b4b4;
    background: #fff;
    color: #7fb72e;
    font-weight: bold;
    text-align: right;
}
.cart-item .title {
    float: left;
}
.cart-item input {
    margin-left: 30px;
}
.cart-item .price {
    font-size: 14px;
    font-weight: bold;
}
.cart-item label {
    font-weight: normal;
    color: #000;
}
/* full-total */
.full-total {
    background: #fff;
    margin: 10px 0 30px 40px;
    padding: 8px 4px;
    font-weight: bold;
    text-align: right;
}
.full-total .title {
    float: left;
}
.full-total .price {
    font-size: 14px;
}
.cart-item input[type=checkbox] + label {
    margin-right: 20px;
}
/* ------------------ 7.7 INVOICE ------------------ */
.block .invoice-logo {
    position: relative;
}
.block p.invoice-address {
    position: relative;
    padding-left: 500px;
}
.block .invoice-logo #invoice-baseline {
    position: absolute;
    top: 45px;
    left: 106px;
    font-style: italic;
}
.block h2.invoice-num {
    font-size: 16px;
    margin: 14px 0 0 0;
}
.block p.invoice-date {
    margin: 4px 0 20px 0;
}
.block p.invoice-payment {
    margin: 20px 0 10px 0;
}
.block p.invoice-legal {
    margin: 30px 0 10px 0;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
/* ------------------ 7.8 SCORES ------------------ */
.scores-container {
    background: #fff;
    width: 830px;
    padding: 20px 0 24px 0;
    margin: 10px auto;
}
.scores-container p.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-style: italic;
}
.scores-container h2 {
    color: #000;
    margin: 0 0 15px 11px;
}
table.scores {
    width: 810px;
    margin: 0 auto;
}
table.scores th,
table.scores td {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
}
table.scores th {
    text-align: left;
}
table.scores tr.holes th {
    text-align: center;
    font-weight: bold;
}
table.scores tr.repere1 th,
table.scores tr.repere1 td {
    background: #000;
    color: #FFF;
}
table.scores tr.repere2 th,
table.scores tr.repere2 td {}
table.scores tr.repere3 th,
table.scores tr.repere3 td {
    background: #ffe756;
}
table.scores tr.repere4 th,
table.scores tr.repere4 td {
    background: #4c98dc;
    color: #FFF;
}
table.scores tr.repere5 th,
table.scores tr.repere5 td {
    background: #ea4c42;
    color: #FFF;
}

/* 8.HOME
-------------------------------------------------------- */
/* ------------------ 8.1 home-container ------------------ */
#home-container {
    background: url(../img/divide_home.gif) repeat-y 0 0;
    margin: 10px 0;
    padding: 1px 0;
    |height: 1%;/*IE*/
}
#home-container h2 {
    font-size: 14px;
    margin: 10px 0 18px 0;
}
/* ------------------ 8.2 home-tee ------------------ */
#home-tee {
    width: 210px;
    float: left;
    text-align: center;
}
#home-tee img {
    position: relative;
    left: -20px;
}
/* ------------------ 8.3 home-golf ------------------ */
form#home-golf {
    width: 300px;
    margin: 0 30px;
    float: left;
}
form#home-golf p {
    margin: 8px 0;
}
form#home-golf p.submit {
    margin-top: 15px;
    padding-left: 34px;
    position: relative;
}
form#home-golf p.submit strong {
    font-size: 11px;
}
form#home-golf p.submit .button {
    position: absolute;
    right: 0;
}
form#home-golf label {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
form#home-golf input[type=text] {
    width: 260px;
}
form#home-golf select {
    width: 266px;
}
/* ------------------ 8.4 home-discover ------------------ */
#home-discover {
    width: 230px;
    float: left;
    text-align: center;
    margin-left: 20px;
}
/* ------------------ 8.5 home-gm ------------------ */
#home-gm {
    background: url(../img/logo_big.png) no-repeat 50px 50%;
    margin: 10px 0;
    padding: 1px 0 1px 250px;
    min-height: 121px;
    |height: 1%;/*IE*/
}
#home-gm h2 {
    font-size: 14px;
    margin: 4px 0 16px 0;
}
/* ------------------ 8.6 mea ------------------ */
#mea-container {
    padding: 0;
}
#mea {
    padding: 2px 16px;
    background: url(../img/mea/logo_tr.png) no-repeat 110% 10%;
    |background: none;
}
#mea h2 {
    font-size: 16px;
    margin-bottom: 8px;
}
#mea p {
    margin: 4px 0;
}
#mea .mea {
    float: left;
    width: 182px;
    margin: 10px 30px 10px 0;
    border: 1px solid #d2d2d2;
    background: #eee;
    background: rgba(255,255,255,0.6);
    min-height: 125px;
    |height: 125px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#mea .mea:hover {
    background: #fff;
}
#mea .mea:hover p {
    color: #000;
}

#mea .mea4 { margin-right: 0; }
#mea .mea h3 {
    font-size: 12px;
    margin: 0;
    padding: 12px 10px;
    border-bottom: 1px solid #d2d2d2;
}
#mea .mea1 h3 {
    padding: 12px 0 12px 40px;
    background: url(../img/mea/mini_flag.png) no-repeat 10px 50%;
}
#mea .mea2 h3 {
    padding: 12px 0 12px 40px;
    background: url(../img/mea/mini_euro.png) no-repeat 10px 50%;
}
#mea .mea3 h3 {
    padding: 12px 0 12px 44px;
    background: url(../img/mea/mini_cal.png) no-repeat 10px 50%;
}
#mea .mea4 h3 {
    padding: 12px 0 12px 40px;
    background: url(../img/mea/mini_logo.png) no-repeat 10px 50%;
}
#mea .mea p {
    font-size: 11px;
    margin: 0;
    padding: 6px 10px 5px 10px;
}

/* 9.DISCOVER HOME
-------------------------------------------------------- */
#discover {
    background: url(../img/club_style.png) no-repeat 90% 50%;
    margin: 10px 0;
    padding: 1px 250px 1px 30px;
    min-height: 133px;
    text-align: justify;
    |height: 1%;/*IE*/
}
#discover h2 {
    font-size: 14px;
    margin: 4px 0 16px 0;
}
/* ------------------ 9.1 discover-container ------------------ */
#discover-container {
    background: url(../img/divide.gif) repeat-y 380px 0;
    margin: 10px 0;
    padding: 1px 0;
    |height: 1%;/*IE*/
}
#discover-container h2 {
    font-size: 14px;
    margin: 10px 0 18px 0;
}
/* ------------------ 9.2 discover-golf ------------------ */
form#discover-golf {
    width: 300px;
    margin: 0 30px;
    float: left;
}
form#discover-golf p {
    margin: 8px 0;
}
form#discover-golf p.submit {
    margin-top: 15px;
    padding-left: 34px;
    position: relative;
}
form#discover-golf p.submit .button {
    position: absolute;
    right: 0;
}
form#discover-golf label {
    display: inline-block;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
form#discover-golf input[type=text] {
    width: 260px;
}
form#discover-golf select {
    width: 266px;
}
form#discover-golf select#id_date_day,
form#discover-golf select#id_date_month,
form#discover-golf select#id_date_year {
    width: auto;
}
form#discover-golf .error {
    color: #ba0000;
    font-weight: bold;
    padding-left: 34px;
}
/* ------------------ 9.3 discover-highlight ------------------ */
#discover-highlight {
    width: 380px;
    float: left;
    margin: 0 0 0 60px;
}
#discover-highlight p,
#discover-highlight ul {
    margin: 4px 0;
    font-size: 11px;
}
#discover-highlight .button {
    position: relative;
    top: 6px;
}

/* 10.GENERIC FORMS
-------------------------------------------------------- */
form.generic {}
form.generic fieldset {
    padding: 0;
    margin: 10px 0 20px 0;
}
form.generic h2.form-title {
    font-size: 13px;
    margin: 0;
    padding: 12px 0 10px 0;
    border-bottom: 1px solid #bebebd;
}
form.generic .field-holder {
    padding: 4px 0;
    border-bottom: 1px solid #bebebd;
    |z-index: 10;/*IE7*/
}
/* ------------------ labels ------------------ */
form.generic label {
    display: inline-block;
    width: 230px;
    padding: 2px 10px 2px 0;
    vertical-align: top;
    position: relative;
    top: 1px;
    color: #1e1e1e;
}
form.generic label:hover {
    color: #000;
}
form.generic label.inline-label {
    width: auto;
    padding: 2px;
    vertical-align: baseline;
    position: static;
}
form.generic label strong {
    text-decoration: underline;
}
/* ------------------ form elts ------------------ */
form.generic input[type=text],
form.generic input[type=password] {
    width: 240px;
}
form.generic textarea {
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 12px;
    width: 400px;
    max-width: 580px;
    max-height: 400px;
}
/* ------------------ helpers ------------------ */
form.generic .helper {
    margin: 0;
    padding: 2px 0 2px 244px;
    color: #5b5b5b;
    font-style: italic;
}
form.generic .inline-helper {
    display: inline;
    text-align: right;
    color: #5b5b5b;
    font-style: italic;
}
form.generic .helper a,
form.generic .inline-helper a {
    color: #5b5b5b;
}
form.generic .complement {
    margin: 0;
    padding: 2px 0 2px 244px;
}
/* ------------------ extra ------------------ */
form.generic .extra-lmargin {
    margin: 0 0 0 14px;
}
.field-holder span.extra-lmargin:first-child {
    margin: 0;
}
/* ------------------ submit ------------------ */
form.generic .form-submit {
    padding: 10px 0;
}
/* ------------------ errors ------------------ */
form.generic .error {
    background: #ffdfdf;
}
form.generic .error label {
    color: #ba0000;
    font-weight: bold;
    padding-left: 2px;
    width: 228px;
}
form.generic .error label.inline-label {
    width: auto;
}
form.generic .error-text {
    margin: 0;
    padding: 2px 0 2px 244px;
    color: #ba0000;
    font-weight: bold;
}
/* ------------------ small forms (50%) ------------------ */
form.generic.small label {
    width: 174px;
}
form.generic.small input[type=text],
form.generic.small input[type=password] {
    width: 200px;
}
form.generic.small .error-text {
    padding: 2px 0 2px 190px;
}
form.generic.small .error label {
    padding-left: 2px;
    width: 172px;
}

/* 11.GOLF ITEM
-------------------------------------------------------- */
.golf-item {
    margin: 1px 0;
    padding: 10px;
    background: #d2d2d2 url(../img/gradient_small.gif) repeat-x 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d2d2d2));
    |height: 1%;/*IE*/
    position: relative;
    overflow: auto;
}
.golf-item li {
    float: left;
    border-right: 1px solid #b6b6b6;
    margin: 0;
    padding: 0 14px;
    list-style: none outside;
}
.golf-item .logo {
    width: 120px;
    text-align: center;
}
.golf-item .infos {
    width: 350px;
    text-align: left;
}
.golf-item .infos h2 {
    margin: 1px 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.golf-item .infos p {
    margin: 6px 0;
}
.golf-item strong {
    font-size: 14px;
}
.golf-item .course {
    line-height: 36px;
}
.golf-item .holes {
    line-height: 36px;
    border: 0;
}
.golf-item .play {
    border: 0;
}
.golf-item .button {
    position: absolute;
    right: 10px;
    top: 18px;
    padding: 5px 12px 7px 12px;
}

/* 12.RESULT-ITEM
-------------------------------------------------------- */
.result-item {
    margin: 1px 0;
    padding: 10px;
    background: #d2d2d2 url(../img/gradient_small.gif) repeat-x 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d2d2d2));
    |height: 1%;/*IE*/
    position: relative;
    overflow: auto;
}
.result-item li {
    float: left;
    border-right: 1px solid #b6b6b6;
    margin: 0;
    padding: 0 14px;
    list-style: none outside;
}
.result-item li.price {
    border: 0;
    min-width: 90px;
    padding: 8px 4px 8px 46px;
    text-align: center;
}
.result-item li.price.tee {
    background: url(../img/flag_small.png) no-repeat 5px 5px;
}
.result-item li.when {
    min-width: 125px;
}
.result-item li.when p.network,
.result-item li.when p.membership {
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    padding: 2px;
    color: #333;
}
.result-item li.price.discover {
    background: url(../img/club_small.png) no-repeat 5px 5px;
}
.result-item li.price span {
    background: #000;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    border: 0;
    padding: 5px 10px 6px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.result-item li.price.discount span {
    background: #9a2626;
}
.result-item li.price.discount span.discount-label {
    position: absolute;
    top: 2px;
    left: 60px;
    font-size: 8px;
    text-transform: uppercase;
}

.result-item li.infos,
.result-item li.action {
    border: 0;
}
.result-item li.action .button {
    position: absolute;
    right: 10px;
    top: 14px;
    padding: 5px 12px 7px 12px;
}
.result-item h2 {
    margin: 0;
    padding: 3px 0;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
.result-item p {
    margin: 0;
    padding: 3px 0;
}
.result-item .divide {
    color: #b6b6b6;
}

/* 13.FOOTER
-------------------------------------------------------- */
#footer {
    margin: 20px 0;
    overflow: auto;
    border-top: 1px solid #7e7e7e;
    font-size: 10px;
    color: #FFF;
    position: relative;
    _height: 1%;/*IE6*/
}
#footer a {
    color: #FFF;
}
#footer ul {
    list-style: none;
    margin: 0;
}
#footer ul li {
    list-style: none;
    margin: 10px 0;
}
#footer ul li.small {
    padding-top: 4px;
    font-size: 9px;
    font-style: italic;
}
#footer p,
#footer ul {
    float: left;
    margin-right: 50px;
}
#footer .partnership {
    float: none;
}
#footer .partnership a {
    position: absolute;
    top: 16px;
    right: 0;
}
.popup #footer .close {
    float: right;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0 0 0;
}

/* 14.PLANNING
-------------------------------------------------------- */
/* Custom nav */
#planning #nav {
    background: #000;
}
#planning #nav h1 {
    font-size: 12px;
    padding: 12px;
    line-height: 22px;
}
#planning #nav h1 strong {
    font-size: 16px;
}
#planning #nav h1 img {
    float: left;
    margin-right: 20px;
}

#planning #nav a#planning-quit {
    position: absolute;
    top: 10px;
    right: 10px;
}
#planning .highlight {
    background: #def192;
/*    background: #f3f3a6;*/
}
/* Legend */
ul.planning-legend {
    list-style: none;
    float: right;
    margin: 12px 0 0 0;
    font-size: 10px;
}
ul.planning-legend li {
    list-style: none;
    display: inline;
    padding: 0 4px;
}
ul.planning-legend li img {
    position: relative;
    top: 2px;
}
/* Form planning */
form.planning { padding: 10px 0; }
form.planning label {
    font-size: 11px;
    font-style: italic;
}
/*
 * Table planning daily
 */
table.p-daily {
    width: 100%;
    border-collapse: separate;
}
table.p-daily th,
table.p-daily td {
    text-align: left;
    padding: 4px;
    border: 1px solid #c7c7c7;
    border-width: 0 1px 1px 0;
    vertical-align: top;
    |position: relative;/*IE7*/
}
table.p-daily th {
    padding: 4px 4px 8px 4px;
}
table.p-daily th input {
    float: right;
    margin: 0;
    |position: absolute;/*IE7*/
    |right: 4px;/*IE7*/
}
table.p-daily tr:hover > td {
    background: #f5f5f5;
}
table.p-daily tr td.time {
    text-align: right;
    width: 30px;
}
table.p-daily tr td img {
    display: inline-block;
}
table.p-daily td a.edit {
    float: right;
    display: inline-block;
}
table.p-daily td input {
    float: right;
    display: inline-block;
    margin: 0 0 0 5px;
}
table.p-daily td.blocked { background: #d9b8b8 !important; }
table.p-daily tr.old td { background: #d9d9d9; }
table.p-daily tr.old td:first-child { text-decoration: line-through; }
/*
 * Table planning weekly
 */
table.p-weekly {
    border-collapse: separate;
}
table.p-weekly th,
table.p-weekly td {
    text-align: left;
    border: 1px solid #c7c7c7;
    border-width: 0 1px 1px 0;
    padding: 4px 5px;
    vertical-align: top;
    |position: relative;/*IE7*/
}
table.p-weekly th { font-weight: normal; height: auto; }
table.p-weekly th span { font-size: 11px; }
table.p-weekly th input {
    float: right;
    |position: absolute;/*IE7*/
    |right: 5px;/*IE7*/
    |bottom: 1px;/*IE7*/
}
table.p-weekly td.blocked { background: #d9b8b8 !important; }
table.p-weekly td.old { background: #d9d9d9; }
table.p-weekly td.old a { text-decoration: line-through !important; }
table.p-weekly tr:hover td { background: #d7ddcf; }
table.p-weekly td.hover { background: #d7ddcf; }
table.p-weekly td:hover { background: #f5f5f5 !important; }
table.p-weekly tr td:first-child {
    text-align: center;
    width: auto;
}
table.p-weekly tr th:last-child,
table.p-weekly tr td:last-child { border-right: 0; }
table.p-weekly tr td {
    width: 100px;
}
table.p-weekly tr td img {
    vertical-align: middle;
    |float: left;/*IE FIX*/
    |padding-right: 3px;/*IE FIX*/
}
table.p-weekly tr td a.edit {
    float: right;
    padding-right: 3px;
}
table.p-weekly tr td input {
    float: right;
    position: relative;
    top: -2px;
}
/*
 * Table planning COMMON
 */
#planning table tr td ul {
    clear: left;
    margin: 4px 0 0 0;
    padding: 0;
    line-height: 12px;
}
#planning table tr td ul li {
    list-style-type: none;
    font-size: 10px;
    line-height: 12px;
    padding: 1px 0;
    margin: 0;
    |zoom: 1;/*IE7*/
    |margin: 0 0 0 -14px;/*IE7*/
}
/* Planning nav */
.planning-nav {
    border: 1px solid #c7c7c7;
    margin: 20px 0 !important;
    padding: 6px 8px;
    overflow: auto;
    font-size: 11px;
    text-align: center;
}
.planning-nav .next,
.planning-nav .prev {
    float: left;
}
.planning-nav .next {
    float: right;
}

/* 15.DATEPICKER
 jquery.datePicker
 http://code.google.com/p/jquery-datepicker/
 http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/index.html
-------------------------------------------------------- */
table.jCalendar {
    border: 1px solid transparent;
    background: #f0f0f0;
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
}
table.jCalendar th {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}
table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}
table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}
table.jCalendar td.today {
    background: #666;
    color: #fff;
}
table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}
table.jCalendar td.selected.dp-hover {
    background: #f33;
    color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
    background: #fff;
    color: #000;
}
table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}
/* For the popup */
/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
    position: relative;
    background: #000;
    font-size: 10px;
    font-family: arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}
div#dp-popup {
    position: absolute;
    z-index: 199;
}
div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}
a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}
a#dp-close:hover {
    text-decoration: underline;
}
div.dp-popup a {
    color: #fff;
    text-decoration: none;
    padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}
div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}
div.dp-popup div.dp-nav-next a {
    float: right;
}
div.dp-popup a.disabled {
    cursor: default;
    color: #000;
}
div.dp-popup td {
    cursor: pointer;
}
div.dp-popup td.disabled {
    cursor: default;
}

/* 16.TIPTIP CSS - Version 1.2
-------------------------------------------------------- */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 8px;
}
#tiptip_holder.tip_bottom {
    padding-top: 8px;
}
#tiptip_holder.tip_right {
    padding-left: 8px;
}
#tiptip_holder.tip_left {
    padding-right: 8px;
}
#tiptip_content {
    font-size: 11px;
    color: #000;
    padding: 4px 8px;
    border: 1px solid #7fb72e;
    background-color: #CFDABF;
    border-radius: 3px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #7fb72e;
    -webkit-box-shadow: 0 0 3px #7fb72e;
    -moz-box-shadow: 0 0 3px #7fb72e;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: #7fb72e;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: #7fb72e;
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: #7fb72e;
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: #7fb72e;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #7fb72e;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #7fb72e;
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #7fb72e;
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #7fb72e;
}

/* 17.SUGGEST BOX (JS)
-------------------------------------------------------- */
ul.suggest-box {
    position: absolute;
    background: #e6e6e6;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    border: 1px solid #c6c6c6;
    z-index: 100;
}
ul.suggest-box li {
    line-height: 15px;
    margin: 0;
    padding: 0;
    background: none;
    list-style-position: inside;
    list-style-type: none;
}
ul.suggest-box li a:link,
ul.suggest-box li a:visited {
    display: block;
    border-bottom: 1px solid #c6c6c6 !important;
    padding: 6px;
    color: #282928;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
ul.suggest-box li:last-child a {
    border: none;
}
ul.suggest-box li.selected a,
ul.suggest-box li a:hover,
ul.suggest-box li a:focus,
ul.suggest-box li a:active {
    background: #282928;
    color: #fff;
}

/* 18.@media print
-------------------------------------------------------- */
@media print {
    body,
    .block {
        background: none;
    }
    #header,
    #nav,
    #footer,
    #invoice #content > h1 {
        display: none;
    }
    .block * {
        color: #000 !important;
    }
    h1, h2, h3 {
        color: #000;
    }
}

