﻿/* CSS 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, article, aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary
{
    display: block;
}
meter, progress, mark, time
{
    display: inline;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
html, body
{
    height: 100%;
}
img
{
    border: 0;
    text-align: left;
    vertical-align: top;
}
object
{
    vertical-align: top;
    outline: none;
}
ul, ol
{
    list-style: none;
}
table, table td
{
    padding: 0;
    border: none;
    border-collapse: collapse;
}
input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

user agent stylesheetinput: textarea
{
    overflow: auto;
}

/***************************************************************
					MASTERPAGE STRUCT
***************************************************************/
html, body
{
    height: 100%;
    cursor: default;
    direction: ltr;
    text-align: left;
    font-size: 11px;
}

*
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px;
    padding: 0px;
    color: #000;
    background: #FFF url(../../Images/texture.grass.jpg.axd); /*background: #f2f2f2;*/ /*font: 80% 'Helvetica Neue' , Helvetica, 'Trebuchet MS' , Arial, sans-serif;*/ /*font-family: Georgia, "Times New Roman" , Times, serif;*/
    font-family: 'Helvetica Neue' , Helvetica, 'Trebuchet MS' , Arial, sans-serif;
}

#master
{
    width: 980px;
    margin-left: auto;
    margin-right: auto; /*background:#FFF;*/ /*-moz-box-shadow: 0px 0px 80px #000;     -webkit-box-shadow: 0px 0px 80px #000;     box-shadow: 0px 0px 80px #000;*/
}

#master .content
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
}

#master div.header
{
    position: relative;
    margin: 0 auto;
    height: 245px;
}

#master header .content
{
    z-index: -1;
}

#master header td.contacts
{
    vertical-align: top !important;
    text-align: center;
}
/*
#master header td.contacts div.contacts
{
    margin-top: 20px;
    background-color: #f1f8c4;
    background: -moz-linear-gradient(top, #ffec8e 0%, #f1f8c4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffec8e), to(#f1f8c4));
    -moz-box-shadow: 0px 0px 20px #1b3102;
    -webkit-box-shadow: 0px 0px 20px #1b3102;
    box-shadow: 0px 0px 20px #1b3102;
    display: inline-block;
    padding: 45px 25px 60px 25px;
    line-height: 2em;
    font-size: 12px;
}*/

#master header td.contacts div.contacts
{
    position: relative;
    margin-top: 20px;
    display: inline-block;
    padding: 0px 25px 60px 25px;
    line-height: 2em;
    font-size: 12px;
}

#master header td.contacts div.contacts .front
{
    z-index: 1;
}

#master header td.contacts div.contacts .front *
{
    color: #fff;
}

#master header td.contacts div.contacts .background
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    display: block;
    z-index: -1;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#master header td.contacts div.contacts td.title
{
    padding-right: 15px;
    text-align: left;
}

#master header td.contacts div.contacts td.value
{
    text-align: left;
    color: #fff;
}

#master header td.contacts div.contacts .social
{
    padding-bottom: 15px;
}

#master header td.contacts div.contacts .social a
{
    margin-right: 5px;
}

#master header .content .logo
{
    margin-top: 10px;
}

#master header .content #object_players
{
    width: 249px;
    height: 185px;
    background: transparent url(../../Images/players.png.axd);
    display: block;
}

#master header .bar
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 90px;
    line-height: 90px;
    z-index: 50;
    background: url('../../Images/grass.png.axd');
}

#master header .bar .user
{
    text-align: right;
    padding: 24px 15px 0px 15px;
}

#master header .bar .user a, #master header .bar .user span
{
    color: #FFF;
    font-size: 120%;
}

#master header .bar .user .logout
{
    border-left: dotted 1px #111;
}

#master header .bar nav
{
    float: left;
}

#master header .bar .menu ul
{
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#master header .bar .menu ul li
{
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}

#master header .bar .menu ul li a, #master header .bar .menu ul li a:link, #master header .bar .menu .menu ul li a:active, #master header .bar .menu .menu ul li a:visited
{
    display: block;
    padding: 23px 15px 0px 15px;
    color: #FFF !important;
    height: 40px;
    float: left;
    font-size: 15px;
    text-decoration: none;
}

#master header .bar .menu ul li.last
{
}

#master header .bar .menu ul li a:hover
{
    /* text-shadow: 0 1px 1px #F7F7F7;     filter: alpha(opacity=100);     -moz-opacity: 1;     -khtml-opacity: 1;     opacity: 1;*/
}

#master header .bar .menu ul li.current a, #master header .bar .menu ul li.current a:link, #master header .bar .menu ul li.current a:active, #master header .bar .menu ul li.current a:visited
{
    font-size: 17px;
    color: #f4a23f !important;
    margin-top: 2px;
}

#master header .bar a.signup
{
    font-size: 16px;
    color: #f4a23f !important;
    margin-top: 2px;
}

#master .body
{
    position: relative;
    margin: 20px 0px 20px 0px;
}

#master .body .content
{
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 80px #000;
    -webkit-box-shadow: 0px 0px 80px #000;
    box-shadow: 0px 0px 80px #000;
}

#master .footer
{
    position: relative;
    margin: 0 auto;
}

#master .footer .content
{
    font: 80% 'Helvetica Neue' , Helvetica, 'Trebuchet MS' , Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #eaeae9;
    text-align: center;
    text-shadow: 0 0 15px #000, 0 0 15px #000;
}

/************************************************************************** GENERAL */
.pointer
{
    cursor: pointer;
}

p
{
    margin: 0px;
}

.page *
{
    font-size: 14px;
}

input[type=text], textarea, select
{
    color: #3E434A;
    margin: 0;
    padding: 3px;
    resize: none;
    border: solid 1px #bebebe;
}

select
{
    padding: 4px !important;
}

.watermark
{
    color: #a9a9a9 !important;
}

input[type="text"], input[type="password"]
{
    padding: 5px;
    background: url(../../Images/form_textField.png.axd) top left no-repeat;
    border: 1px solid #E1E1E1;
}

select
{
    padding: 2px;
}

a, a:hover
{
    color: #2F2F30;
    text-decoration: none;
}

a.link
{
    color: #085093;
    font-weight: normal;
}

a.link-deleted, a.link-deleted span
{    
    color: #e00e09 !important;
}

a.link-disabled, a.link-disabled span
{    
    color: #cf8f05 !important;
}

.stats_page .results .link:hover
{
    text-decoration: underline;
}

span.description
{
    font-weight: bold;
    color: #085093;
}

span.code
{
    color: #666;
    font-size: 11px;
}

.button *
{
    padding: 0px;
    margin: 0px;
}

.button
{
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 8px 5px 8px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

a.button
{
    padding: 5px 10px 5px 10px;
}

input.abort, a.abort
{
    font-weight: bold;
    font-size: 13px !important;
    background-color: #c8d1d8;
    background: -moz-linear-gradient(top, #c8d1d8 0%, #8a99ab 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#c8d1d8), to(#8a99ab));
    color: #1F2123;
    border: solid 1px #8a99ab;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.40);
}

input.abort:active, a.abort:active
{
    background: -moz-linear-gradient(top, #8a99ab 0%, #c8d1d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a99ab), to(#c8d1d8));
}

input.abort:focus
{
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

input.main, a.main
{
    background-color: #F09609;
    background: -moz-linear-gradient(top, #ffc05c 0%, #da8b2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc05c), to(#da8b2d));
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    border: solid 1px #db8c2d;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.50);
}

input.main:active, a.main:active
{
    background: -moz-linear-gradient(top, #da8b2d 0%, #f9a642 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#da8b2d), to(#f9a642));
}

input.main:focus
{
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

a.login
{
    padding: 3px 8px 3px 8px;
    font-size: 16px !important;
}

.underline
{
    text-decoration: none;
}

.underline:hover
{
    text-decoration: underline;
}

span.green
{
    color: Green;
}

span.red
{
    color: red;
}

.clear
{
    clear: both;
}

.progress_bar
{
    width:100%;
    margin-top:10px;
    padding:10px;    
    background-color: #ffffc9;
    height: 30px;
    line-height: 30px;
}

/***************************************************************************/
#object_shoe
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 483px;
    width: 479px;
    background: transparent url(../../Images/shoe.png.axd);
    display: block;
    z-index: -1;
    display: none;
}

#object_ball
{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 395px;
    height: 438px;
    background: transparent url(../../Images/ball.png.axd);
    display: block;
    z-index: -1;
}

@media screen and (max-height: 800px)
{

    #object_ball
    {
        width: 197px;
        height: 219px;
        -moz-background-size: 197px 219px;
        background-size: 197px 219px;
        -webkit-background-size: 197px 219px;
    }
}

@media screen and (max-width: 1024px)
{

    #object_ball
    {
        width: 197px;
        height: 219px;
        -moz-background-size: 197px 219px;
        background-size: 197px 219px;
        -webkit-background-size: 197px 219px;
    }
}

#object_players
{
    position: absolute;
    top: 20px;
    right: 0px;
    width: 249px;
    height: 185px;
    background: transparent url(../../Images/players.png.axd);
    display: block;
    z-index: -1;
}

/***************************************************************************/

#header_page tr.page_header
{
    background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #e9e9cf);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e9e9cf));
    border-bottom: solid 1px #dedec1;
    background-color: #f4f4e6;
    height: 69px;
    overflow: hidden;
}

#header_page td.page_header
{
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px;
}

#header_page .page_header h1
{
    font-size: 24px;
    text-transform: uppercase;
    margin: 11px 0 0 20px;
}

#header_page .page_header h2
{
    font-size: 14px;
    color: #2D7B8A;
    margin: 0 0 0 20px;
}

#header_page .page_body
{
    padding: 20px;
}

#header_page .sub_menu
{
    width: 120px;
    vertical-align: top;
}

#header_page .commands
{
    text-align: right;
    padding-right: 20px;
    line-height: 69px;
}

#header_page .sub_menu .item a
{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 6px;
    background: #393;
    margin-bottom: 2px;
}

#header_page .sub_menu .item a:hover
{
    margin-left: -5px;
}

#header_page .sub_menu .current a
{
    background: #F09609;
    margin-left: -5px;
}

/***************************************************************************/

.page
{
    color: #2F2F30;
}

.page p
{
    line-height: 1.4em;
    padding: 0 0 15px 0;
}

.page h2
{
    font-size: 19px;
    color: #1A6F80;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.page h3
{
    font-size: 19px;
    color: #1A6F80;
    margin: 0 0 15px 0;
}

.fancybox-inner .commands
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.popup *
{
    font-size: 12px;
}

.popup .box_points
{
    color: #fff;
    background-color: #393;
    padding: 10px;
    display: inline-block;
    width: 60px;
}

/*************************************************************************** HOME PAGE */

#home_page .gallery
{
    width: 980px;
    height: 300px;
    position: relative;
    padding-bottom: 30px;
}

#home_page #ribbon
{
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 500;
}

#home_page #frame
{
    position: absolute;
    z-index: 0;
    width: 739px;
    height: 341px;
    top: -3px;
    left: -80px;
}

#home_page #slides
{
    position: absolute;
    z-index: 100;
}

#home_page .slides_container
{
    width: 980px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#home_page .slides_container div.slide
{
    width: 980px;
    height: 300px;
    display: block;
}

#home_page #slides .next, #slides .prev
{
    position: absolute;
    top: 107px;
    left: -39px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#home_page #slides .next
{
    left: 585px;
}

#home_page .pagination
{
    width: 70px;
    margin: 10px auto 0;
}

#home_page .pagination li
{
    float: left;
    margin: 0 1px;
    list-style: none;
}

#home_page .pagination li a
{
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../../Images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

#home_page .pagination li.current a
{
    background-position: 0 -12px;
}

#home_page .caption
{
    position: absolute;
    z-index: 500;
    bottom: -35px;
    left: 0;
    width: 980px;
    height: 30px;
    padding: 5px 20px 0 20px;
    background: #000;
    background: rgba(0,0,0,.5);
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    text-shadow: none;
}

#home_page .infos .col
{
    width: 33%;
    text-align: center;
    height: 300px;
    padding: 0px 10px 0px 10px;
}

#home_page .infos .col .sub-col
{
    margin-top: 30px;
}

#home_page #tweets
{
    padding: 5px;
    background-color: #F4F4E6;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(100% 100% 90deg, white, #E9E9CF);
    border: solid 1px #DEDEC1;
}

#home_page #tweets li
{
    background: url(images/twitter.png) no-repeat left;
    list-style-type: none;
    text-align: left;
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #DEDEC1;
}

#home_page #tweets li p
{
    line-height: 1.1em;
    padding: 0px;
}

#home_page #tweets .tweet_content_4
{
    border: 0px;
}

#home_page #tweets li *
{
    font-size: 12px;
}

#home_page #tweets li .timestamp *
{
    font-size: 10px;
    color: #ccc;
}

#home_page #tweets .hash, #home_page #tweets .reply
{
    color: #D07500;
}
#home_page #tweets a:link, #tweets a:active, #tweets a:visited
{
    text-decoration: none;
    color: #D07500;
}
#home_page #tweets a:hover
{
    text-decoration: underline;
    color: #D07500;
}

/*************************************************************************** OPENING AND COSTS PAGE */
#opening_page ul
{
    line-height: 1.5em;
    list-style-image: url(../../Images/Icons/16x16/check.png);
    padding-left: 20px;
}

#opening_page .table
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#opening_page .table .table_costs
{
    width: 80%;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#opening_page .table .table_costs .header td
{
    width: 33%;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

#opening_page .table .table_costs .header .first
{
    background: #F09609;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

#opening_page .table .table_costs .header .second
{
    background: #393;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}

#opening_page .table .table_costs .row td
{
    line-height: 50px;
}

#opening_page .table .table_costs .row .title
{
    text-align: left;
    background: #f6f6f6;
    padding: 10px;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-top: solid 1px #e6e6e6;
    color: #434343;
}

#opening_page .table .table_costs .row .first, #opening_page .table .table_costs .row .second
{
    font-size: 180%;
    font-weight: bold;
}

#opening_page .table .table_costs .row .first
{
    color: #F09609;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
}

#opening_page .table .table_costs .row .second
{
    color: #393;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

#opening_page .moduleMember
{
    display: block;
    border: 1px solid #dad1d1;
    padding:5px;
    line-height:32px;
    background: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #e9e9cf);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#e9e9cf));
    background-color: #f4f4e6;
}

/*************************************************************************** LOGIN */
.popup_login *
{
    font-size: 107%;
}

.popup_login input
{
    width: 96%;
    padding: 5px;
}

.popup_login .main
{
    width: 100%;
    padding: 10px 8px 10px 8px;
}

/*************************************************************************** DOVE SIAMO */

.whereus p
{
}

.whereus td
{
    vertical-align: top !important;
}

.whereus td .addresses
{
    padding: 10px;
    margin-left: 30px;
    background-color: #F4F4E6;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(100% 100% 90deg, white, #E9E9CF);
    border: solid 1px #DEDEC1;
}

.whereus #map_canvas
{
    border: solid 1px #ddd9d1;
}

.whereus .indications
{
    background: #e5e2db;
    padding: 10px 10px 10px 20px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border: solid 1px #ddd9d1;
    border-left: 0px;
    color: #676767;
}

.whereus .indications .part
{
    padding-bottom: 20px;
}

.whereus #directionsPanel
{
    width: 100%;
    text-align: justify;
    font-size: 12px;
    line-height: 22px;
}

/*************************************************************************** FACEBOOK LIKE FAN */

.fan_box a:hover
{
    text-decoration: none;
}
.fan_box .full_widget
{
    height: 200px;
    border: 0 !important;
    background: none !important;
    position: relative;
}

.fan_box .connections
{
    padding: 0 !important;
    border: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666;
}
span.total
{
    color: #FF6600;
    font-weight: bold;
}
.fan_box .connections .connections_grid
{
    padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item
{
    padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name
{
    font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    color: #666 !important;
    padding-top: 1px !important;
}

/***************************************************************
							GRIDVIEW
***************************************************************/
.mainGrid
{
    border-top: solid 2px #dddddd;
}

.mainGrid *
{
    font-size: 12px;
}

.mainGrid .header
{
    border-bottom: solid 1px #dddddd;
}

.mainGrid .header .headerCell, .mainGrid .header .headerCellLast
{
    text-align: left;
}

.mainGrid .header .headerCell, .mainGrid .header .headerCellLast, .mainGrid .footer .footerCell, .mainGrid .footer .footerCellLast
{
    padding: 10px 10px 10px 5px;
    font-weight: bold;
    background: none;
    height: 0px !important;
}

.mainGrid .row
{
    border-bottom: solid 1px #dddddd;
    background-color: #f5f5f7;
}

.mainGrid .alternateRow
{
    border-bottom: solid 1px #dddddd;
    background-color: #fff;
}

.mainGrid .row:hover
{
    background-color: #f6f6c4;
}

.mainGrid .row .cell, .mainGrid .empty td
{
    padding: 10px 10px 10px 5px;
    vertical-align: middle;
}

.mainGrid .empty
{
    border-bottom: 0px;
    background-color: #fff;
}

.mainGrid .empty:hover
{
    background: none;
}

.mainGrid .pager
{
    background-color: #dddddd !important;
    background-image: none;
    border: 0px;
}

.mainGrid .pager > td
{
    padding: 4px;
}

.mainGrid .fieldLabel
{
    padding-right: 5px;
}

.mainGrid .fieldContent
{
    width: 100%;
}

.mainGrid td.fieldUpped
{
    padding-bottom: 10px;
}

.mainGrid div.fieldUpLabel
{
    font-size: 10px;
    font-style: italic;
    color: #666;
}

.mainGrid div.fieldDownLabel
{
    padding-left: 5px;
}

.miniGrid .header .headerCell, .miniGrid .header .headerCellLast
{
    padding: 0px 10px 3px 5px;
}

.miniGrid .row .cell, .miniGrid .empty td
{
    padding: 7px 10px 7px 5px;
    line-height: normal;
}

table.tableHeader
{
    background-color: #306377;
}

table.tableHeader .innerCellDescription
{
    font-weight: bold;
    height: 25px;
}

/***************************************************************
							VALIDATOR
***************************************************************/
.validatorCalloutHighlight
{
    background: #FFFACD !important;
    background-color: #FFFACD !important;
}

/*************************************************************************
                               MESSAGE PANEL
*************************************************************************/
div.MessagePanelTop
{
    margin: 0 0 10px 0;
    border-style: solid;
    border-width: 1px;
}

div.MessagePanelTop table
{
    margin: 0px;
    padding: 0px;
}

div.MessagePanelTop td.TDCellHeader
{
    text-align: right;
}

div.MessagePanelTop td.TDCellContent
{
    text-align: left;
    vertical-align: middle;
    padding: 20px 20px 20px 10px;
    font-size: 14px !important;
}

div.MessagePanelTop td.TDCellImage
{
    width: 1px;
    padding: 10px 0px 10px 10px;
}

div.MessagePanelTop .DIVLink
{
    position: relative;
}

div.MessagePanelTop a.LinkClose
{
    position: absolute;
    right: 0px;
    height: 12px;
    width: 11px;
    margin: 0;
    padding: 0;
}

div.MessagePanelTop a.LinkClose
{
    background: url(../../Images/Icons/closer.gif) repeat;
}

div.MessageNormal, div.MessageSuccess
{
    background: #c8ffa4;
    color: #31680d;
    border: solid 1px #31680d;
}

div.MessageError
{
    background: #ffa5a5;
    border: solid 1px #d50100;
}

div.MessageError, div.MessageError *
{
    color: #970302;
}

div.MessageAlert
{
    background: #fdeca6;
    color: #9d6412;
    border: solid 1px #FFCC00;
}

div.MessageNormal A.XClose, div.MessageSuccess a.LinkClose
{
    background-position: 88px 0px;
}

div.MessageNormal a.XClose:hover, div.MessageSuccess a.LinkClose:hover
{
    background-position: 44px 0px;
}

div.MessageError a.LinkClose
{
    background-position: 77px 0px;
}

div.MessageError a.LinkClose:hover
{
    background-position: 33px 0px;
}

div.MessageAlert a.LinkClose
{
    background-position: 66px 0px;
}

div.MessageAlert a.LinkClose:hover
{
    background-position: 22px 0px;
}
/*************************************************************************** EDIT/SEARCH PAGE */

.edit_page, .search_page
{
    padding-right: 20px;
    font-size: 12px;
}

.edit_page .panel > .field_table > tbody > tr > td
{
    height: 70px;
    vertical-align: top;
}

.edit_page .label_title, .popup .label_title
{
    font-style: italic;
    color: #5d5d5c;
}

.edit_page .label_title
{
    font-size: 11px;
}

.popup .label_title
{
    font-size: 90%;
}

.edit_page .panel
{
    position: relative;
    padding: 10px;
}

.edit_page .panel .middle_table
{
    margin-top: 10px;
}

.edit_page .panel .edit_commands
{
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.reports
{
    position: relative;
    padding-bottom: 20px;
    display: block;
}

.edit_page .reports .photoMember
{
    float: left;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
    margin-right: 20px;
}

.edit_page .reports .photoMember .load
{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 3px;
    text-align: right;
    background: #eeeeee;
    display: none;
}

.edit_page .reports .photoMember:hover .load
{
    display: block;
}

.live-tile
{
    margin-right: 20px;
}

.live-tile .number
{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 120px;
}

.live-tile .second
{
    text-align: center;
    padding: 5px;
}

.live-tile .orange
{
    background-color: #F09609;
}

.live-tile .green
{
    background-color: #393;
}

.search_page .search_bar
{
    padding-bottom: 30px;
}

.search_page .bar
{
    border-bottom: 2px solid #DDD;
}

.search_page .search_bar .filter
{
    padding-right: 15px;
}

.edit_page .product_image
{
    margin-right: 20px;
    display: block;
    width: 100px;
    height: 100px;
}

.edit_page .mobile label
{
    margin-left: 5px;
    font-size: 12px;
}

/*************************************************************************** TABS */
.tabs
{
    position: relative;
}

.tabs .tab, .tabs .current_tab
{
    background: #5ba4a4;
    background: -moz-linear-gradient(top, #5ba4a4 0%, #4e8c8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ba4a4), color-stop(100%,#4e8c8a));
    background: -webkit-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -o-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: -ms-linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    background: linear-gradient(top, #5ba4a4 0%,#4e8c8a 100%);
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 120px;
    display: inline-block;
    color: #385c5b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
    text-decoration: none;
}

.tabs .tab:hover
{
    background: #5ba4a4;
    -webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabs .current_tab
{
    background: #eeeeee;
    border: solid 1px #dadad9;
    border-bottom: 0px;
}

.tabs .content_slides
{
    position: relative;
    background-color: #eeeeee;
    border: solid 1px #dadad9;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
}

.tabs .content_slides div.cntPanel
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 100%; /*padding: 10px 40px;*/
    overflow: auto;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.tabs .filter_bar
{
    padding-bottom: 20px;
}

.tabs .filter_bar .filter_records, .tabs .filter_bar .current_filter, .search_bar .filter_records, .search_bar .current_filter
{
    padding: 3px 10px 3px 0px;
    text-decoration: none;
    color: #8d8c8c;
}

.tabs .filter_bar .current_filter, .tabs .filter_bar .filter_records:hover, .search_bar .current_filter, .search_bar .filter_records:hover
{
    color: #d08104;
}

.tabs .filter_bar .current_filter, .search_bar .current_filter
{
    text-decoration: underline;
}

.edit_page textarea
{
    width: 100%;
}

/*************************************************************************** SHOPPING */

#product
{
    clear: both;
}

#product .image
{
    border: solid 1px #cccccc;
    display: block;
    margin: 0px 10px 20px 0px;
    float: left;
}

#product .image_100
{
    width: 100px;
    height: 100px;
}

#product .info .title, #product .info .description, #product .product .info .points
{
    padding-bottom: 5px;
}

#product .info .title
{
    color: #F4A23F;
    font-weight: bold;
    font-size: 110%;
}

/*************************************************************************** STATS */
.stats_page .results
{
    padding-top: 20px;
    line-height: 1.5em;
}

.stats_page .results .link
{
    text-decoration: none;
}

.stats_page .results .link:hover
{
    text-decoration: underline;
}

.stats_page .results .stat_row
{
    padding-bottom: 40px;
}

.stats_page .results .label
{
    color: #5D5D5C;
}

.stats_page .results .value
{
    font-weight: bold;
}

/*************************************************************************** WAETHER */
.weatherFeed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    margin: 20px; /*width: 280px;*/
}
.weatherFeed a
{
    color: #888;
}
.weatherFeed a:hover
{
    color: #000;
    text-decoration: none;
}
.weatherItem
{
    padding: 0.8em;
    text-align: right;
}
.weatherCity
{
    text-transform: uppercase;
}
.weatherTemp
{
    font-size: 2.8em;
    font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay
{
    font-weight: bold;
}
.weatherDesc
{
    margin-bottom: 0.4em;
}
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem, .weatherSunset
{
    font-size: 0.8em;
}
.weatherLink, .weatherForecastItem
{
    margin-top: 0.5em;
    text-align: left;
}
.weatherForecastItem
{
    padding: 0.5em 0.5em 0.5em 80px;
    background-color: #fff;
    background-position: left center;
}
.weatherForecastDay
{
    font-size: 1.1em;
}

.odd
{
}
.even
{
    background-color: #d4d4e8;
}

/*************************************************************************** PLAYERS */
#players_page .player_card
{
    position: relative;
    width: 180px;
    height: 220px;
    display: block;
    border: solid 1px #528902;
    -moz-box-shadow: 0px 0px 1px #1b3102;
    -webkit-box-shadow: 0px 0px 1px #1b3102;
    box-shadow: 0px 0px 1px #1b3102;
    cursor: pointer;
    background-color: #FFF;
}

#players_page .player_card:hover
{
    /*top:-10px;*/
    -moz-box-shadow: 0px 0px 10px #1b3102;
    -webkit-box-shadow: 0px 0px 10px #1b3102;
    box-shadow: 0px 0px 10px #1b3102;
}

#players_page .player_card .over
{
    position: absolute;
    bottom: 10px;
    background: url(../../Images/overPlayerCard.png.axd);
    width: 180px;
    height: 102px;
    z-index: 10;
}

#players_page .player_card .name
{
    position: absolute;
    bottom: 5px;
    left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #383937;
    z-index: 11;
}

#players_page .player_card .rule
{
    position: absolute;
    bottom: 23px;
    left: 5px;
    color: #929191;
    font-size: 11px;
    font-style: italic;
    z-index: 11;
}

#players_page .player_card .available
{
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #929191;
    z-index: 11;
}

#players_page .player_card .matches
{
    position: absolute;
    bottom: 40px;
    right: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #50882e;
    z-index: 11;
}

#players_page .player_card .image img
{
    background-color: black;
    width: 180px;
    height: 200px;
    z-index: 5;
}

#players_page .player_card .overlay
{
    position: absolute;
    top: 0px;
    display: none;
    height: 200px;
    width: 180px;
    z-index: 7;
    background-color: #000;
}

#players_page .player_card .extra
{
    position: absolute;
    top: 0px;
    display: none;
    height: 200px;
    width: 180px;
    z-index: 8;
    color: #fff;
}

#players_page .player_card .extra .extra_content
{
    padding: 5px;
    color: #fff;
    text-shadow: 0 0 20px #000;
}

#players_page .player_card .extra .extra_content a
{
    color: #fff;
}

#players_page .player_card:hover .extra, #players_page .player_card:hover .overlay
{
    display: block;
}

#players_page .player_card:hover .overlay
{
    opacity: .30;
    filter: alpha(opacity=30);
    filter: ”alpha(opacity=30)”;
}

#players_page .roundabout-holder
{
    position: relative;
    top: 30px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
}
#players_page .roundabout-moveable-item
{
    height: 4em;
    width: 4em;
    cursor: pointer;
}
#players_page .roundabout-in-focus
{
    cursor: auto;
}

#players_page ul.listContent li.horizontal
{
    float: left;
    margin: 0px 10px 10px 0px;
}

/*************************************************************************** ACCORDION */
.wrapper
{
    width: 90%;
    max-width: 800px;
    margin: 30px auto;
}
.st-accordion
{
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}
.st-accordion ul li.rowList
{
    height: 23px;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
}
.st-accordion ul li:first-child
{
    border-top: none;
}
.st-accordion ul li > a
{
    display: block;
    position: relative;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span
{
    background: transparent url(../../Images/down.png) no-repeat center center;
    text-indent: -9000px;
    width: 26px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: -26px;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-accordion ul li > a:hover span
{
    opacity: 1;
    right: 10px;
}
.st-accordion ul li.st-open > a
{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
    opacity: 1;
}

.st-accordion .st-content
{
    margin-bottom: 20px;
}

.st-content img
{
    width: 125px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media screen and (max-width: 320px)
{
    .st-accordion ul li > a
    {
        font-size: 36px;
    }
}
