
.TableAllRange
{
    table-layout: fixed;
    vertical-align: middle;
}



.LiveRange
{
    width: 455px;
    /*height: 380px;*/
    border-style: solid;
    border-width: 1px;
    border-color: Black;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Sans-Serif;
    font-size: 12px;
    margin: 20px 0px 20px 0px;
}

.player
{
    /*width: 150px;*/
    height: 40px;
    
    margin :0,0,0,0;
    padding : 0,0,0,0;
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #000000;
}
.flag
{
    width: 20px;
   
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #222222;
}
.categoria
{
    width: 20px;
   
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #000000;
}
.qualifica
{
    width: 20px;
 
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #000000;
}
.score
{
    width: 250px;

    color: #000000;
}
.score:hover
{
    background: #EFEFEF;
    cursor: help;
}

.LiveRange tfoot
{
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat-x;
    color: #222222;
    height: 20px;
    text-align: center;
}
.LiveRange thead
{
    border: 1px solid #aaaaaa;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #222222;
    height: 20px;
}
.LiveRange select
{
    font-size: 10px;
}

.shootTable
{
    width: inherit;
    width: 250px;
    height: 20px;
}

.shootTable td
{
    margin: 0px 0px 0px 3px;
    width: 15px;
    height: 20px;
}

.shootpunteggio
{
    width: 5px;
    border: 1px dotted black;
    float: right;
    padding-left: 2px;
}

.shootspacer
{
    width: 20px;
    height: 20px;
    background-color: transparent;
}
.shoot0
{
    /*background-color: Red;*/
    background-position: center center;
    width: 15px;
    height: 20px;
    background-image: url('red.jpg');
    background-repeat: no-repeat;
}
.shoot1
{
    /*background-color:Green;*/
    width: 15px;
    height: 20px;
    background-image: url('green.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot2
{
    /*background-color:Gray;*/
    width: 15px;
    height: 20px;
    background-image: url('gray.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot00
{
    width: 15px;
    height: 20px;
    background-image: url('red.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot01
{
    width: 15px;
    height: 20px;
    background-image: url('red-green.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot11
{
    width: 15px;
    height: 20px;
    background-image: url('green.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot10
{
    width: 15px;
    height: 20px;
    background-image: url('green-red.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
.shoot22
{
    width: 15px;
    height: 20px;
    background-image: url('gray.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.RangeTableWait
{
    background-position: right top;
    width: 455px;
    height: 300px;
    border-style: solid;
    border-width: 1px;
    background-image: url(ajax-loader.gif);
    background-repeat: no-repeat;
    background-color: #EEEEEE;
}
.EmpityRange
{
    background-position: center center;
    width: 455px;
    height: 310px;
    border-style: solid;
    border-width: 1px;
    background-image: url('empityRange.jpg');
    background-repeat: repeat-x;
    table-layout: fixed;
    background-color: #F0F0F0;
}

.EmpityRangeLive
{
    
    width: 100%;
    height: 262px;
    border-style: solid;
    border-width: 1px;
    background-image: url('empityRange.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    table-layout: fixed;
    background-color: #F0F0F0;
}

.matchHeaderLive
{
    vertical-align: middle;
    width: 100%;
}

.matchHeaderLive th h1
{
    background-position: right top;
    background-image: url(live.gif);
    background-repeat: no-repeat;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline overline;
    padding-top: 15px;
    font-family: 'Eras Demi ITC';
}
.matchHeaderLive td
{
    vertical-align: text-top;
    padding-top: 15px;
    font-size: small;
}
.matchHeader
{
    vertical-align: middle;
    width: 100%;
}

.matchHeader th h1
{
    background-repeat: no-repeat;
    font-size: x-large;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline overline;
    padding-top: 15px;
    vertical-align: top;
    font-family: 'Eras Demi ITC';
}
.matchHeader td
{
    vertical-align: text-top;
    padding-top: 15px;
    font-size: small;
}


.RecentMatch
{
    border: 2px solid #99CC00;
    background-position: center center;
    width: 100%;
    background-repeat: repeat-x;
    background-color: #F0F0F0;
    border-radius: 10px 10px 10px 10px;
    border-spacing: 10px;
}
.LiveMatch
{
    border: 1px solid #B9E4FF;
    border-style: solid none solid none;
    background-position: center center;
    width: 100%;
    border-radius: 10px 10px 10px 10px;
    border-spacing: 10px;
}

.LiveBanner
{
    border: 1px solid #000000;
    width: 900px;
    height: 100px;
    text-align: center;
    text-decoration: blink;
    text-transform: uppercase;
    color: White;
    background: url("images/banner_center.jpg") no-repeat center rgb(255, 255, 255);
    font-size:0;
    margin:0 auto 0 auto;
}

#calendar
{
    width: 180px;
    height: auto;
    font-size: xx-small;
    font-family: Verdana;
}

#calendar input
{
    height: 20px;
}

#calendar th
{
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    font-size: xx-small;
}
#calendar h1
{
    font-size: xx-small;
}

#calendar h2
{
    font-size: xx-small;
}

#scoreLegend
{
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    margin:30px 0 0 0;
    
}



.woldmaptable
{
    margin: 10px 0px 40px 0px;
}

.woldmaptable td
{
    vertical-align:top;
}

#mapclubs
{
    width: 200px; /*width of menu*/
    border-style: none none none solid;
    border-color: #B9E4FF;
    border-size: 1px;
    border-width: 1px;
}

#mapclubs ul
{
    list-style-type: none;
    margin: 2px 0px 2px 1px;
    padding: 0;
}

#mapclubs li a
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    background: transparent url(multipull1/images/arrowblue.gif) 100% 0px;
    height: 23px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
    padding: 2px 0 2px 2px;
    line-height: 12px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
    text-decoration: none;
    border-radius: 5px 5px 5px 5px;
}

#mapclubs li a:link, .arrowgreen li a:visited
{
    color: #0066FF;
}

#mapclubs li a:hover
{
    color: #0033CC;
    background-position: 100% -33px;
}


#mapclubs li a.selected
{
    color: #0033CC;
    background-position: 100% -64px;
}
#showClubContent
{
    border-style: solid dashed solid dashed;
    border-width: thin;
    border-color: #C0C0C0;
    width: auto;
    margin: 30px 0px 1px 0px;
    font-size: 120%;
}
#showClubContent h1
{
    border-style: groove;
    border-width: thin;
    background: #ffffff url(themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    text-align: center;
    font-size: 20px;
}

#ClubLocationTable 
{
    
    /*float:left;*/
    
}
#ClubLocationTable table
{
    width:100%;
    table-layout:fixed;
    
}

#map_canvas {
        
        height: 400px;
        width: 100%;
        
  }
  
  
#ClubCompetitionTable
{
     
}

#ClubCompetitionTable td
{
    margin: 3px 0px 3px 0px;
    padding:0 20px 0 0;
}
#Download
{
    height: 600;
    margin: 80px 0px 40px 0px;
}


.Advertising
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    display: block;
}


.Wmap
{
border:none;
outline: none;
outline-width: 0;
}

#accordion
{
    font-size: 11px;
    width: 200px;
    list-style-type: none;
}
#accordion ul
{
    font-size: 11px;
    height:150px;
    /*width: 100%;
    overflow:auto;*/
    list-style-type:square;
	scrollbar-3dlight-color: #5c9ccc;
	scrollbar-arrow-color: #d8e7f3;
	scrollbar-base-color: #5c9ccc;
	scrollbar-darkshadow-color: #5c9ccc;
	scrollbar-face-color: #5c9ccc;
	scrollbar-highlight-color: rgb(50,0,1);
	scrollbar-shadow-color: rgb(112,22,21);
	scrollbar-track-color: #4297d7;

}

 #accordion a
{
    text-transform:none;
    text-decoration:none;
}    

.Ranking
{
    border-style: none solid none solid;
    border-width: 1px;
    border-color: #4297D7;
    margin: 0 0 0 0;
    /*width: 100%;*/
    width : 919px;
    font-size: larger;
    height : auto;
}
.Ranking td
{
    margin-left: auto; margin-right: auto;
    text-align: center; 
}

.Ranking .colnome
{
    margin-left: 0; margin-right: 0;
    text-align: left;
}


.Ranking .green1
{
    background-color: #00FF00;
     font-weight:bold;
}
.Ranking .green2
{
    background-color: #98FB98;
     font-weight:bold;
}
.Ranking .yellow
{
    background-color: #FFFFE0;
     font-weight:bold;
}

.Ranking .gray
{
    background-color: #D3D3D3;
}

.Ranking .gray_bold
{
    background-color: #D3D3D3;
    font-weight:bold;
}

.rankSummaryTable
{
    border-width: medium;
    border-color: #C0C0C0;
    width: 500px;
    margin: 30px 0 0 0;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-left-style: solid;
}
.rankSummaryTable td
{
    border-width: thin;
    border-color: #C0C0C0;
    vertical-align: middle;
    padding: 10px 0 0 0;
    text-align: left;
    border-bottom-style: dotted;
}

.rankSummaryTable .ico
{
     width: 20px;
}

.rankSummaryTable caption
{
    
    
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    
}
#titleselectRanking
{
    margin: 10px auto 10px auto;
    font-size: medium;
    font-weight: bold;
    text-align: right;
    color: #666666;
}

