
/* unvisited link */
a:link {color: #EAECE9;}

/* visited link */
a:visited {color: #EAECE9;}

/* mouse over link */
a:hover {color: #EAECE9;}

/* selected link */
a:active {color: #EAECE9;}

img
{
}

.clsHeadLine
{
  font-family:    "Lucida Handwriting", arial;
  font-weight:    normal;
  font-size:      250%;
  text-align:     center;
  vertical-align: middle;
  color:          #5D6D7E;
}

.clsPlayer
{
  border:         3px solid #ccc;
  background:     #eee;
  margin:         auto;
  padding:        15px 10px;	
  text-align:     center;
  vertical-align: middle;
}

/* Hand */
.clsHand
{
  cursor: pointer;
}

.clsCentre
{
  text-align:     center;
  vertical-align: middle;
}

.clsRight
{
  text-align:     right;
  vertical-align: middle;
}

.clsLeft
{
  text-align:     left;
  vertical-align: middle;
}

.clsTopCentre
{
  text-align:     center;
  vertical-align: top;
}

/* main background */
.clsMain
{
  background:     #FDFDF2;
  margin:         0 auto; 
}

/* frame table */
.clsFrameTable
{
  border-style:    ridge;	
  border-color:    silver;  
  border-width:    5px;  
  padding:         5px;
  border-spacing:  10px;
  width:           100%;
  background:      white;  
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px
}

/* frame table green */
.clsFrameTableG
{
  border-style:    ridge;	
  border-color:    silver;  
  border-width:    5px;  
  padding:         5px;
  border-spacing:  5px;
  width:           100%;
  background:      #EAFAF1;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px
}

/* WHN table */
.clsWHNTable
{
  border-style:    ridge;	
  border-color:    silver;  
  border-width:    2px;  
  padding:         5px;
  border-spacing:  5px;
  background:      white;  
  text-align:     right;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px
}

/* Form Guide */
.clsForm
{
  background:     #8B8000;
  font-family:    arial;
  font-weight:    bold;
  font-size:      100%;
  vertical-align: middle;
  text-align:     center;
  padding:        14px;
  color:          white;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  -moz-box-shadow:       1px 1px 1px 1px black;
  -webkit-box-shadow:    1px 1px 1px 1px black;
  box-shadow:            1px 1px 1px 1px black;
}

.clsTeamsheet
{
  padding:         3px;
  border-spacing:  5px;
  width:           100%;
  background:      white;  
}

/* Match Header */
.clsHead
{
  padding:               3px;
  border-spacing:        2px;
  width:                 100%;
}

/* Match Header 2 */
.clsHead2
{
  padding:        1px;
  border-spacing: 0px;
  width:          100%;
}

.clsHeadText
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     right;
  vertical-align: middle;
  color:          black;
}

.clsHeadData
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          #2C3E50;
}

.clsHeadDataS
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          #2C3E50;
}

.clsHeadData2
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      16px;
  text-align:     center;
  vertical-align: middle;
  color:          #D00027;
}

.clsHeadData3
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     center;
  vertical-align: middle;
  color:          #D00027;
}

/* Trophy */
.clsTrophy
{
  padding:        0px;
  border-spacing: 2px;
  text-align:     center;
  vertical-align: middle;
}

.clsScore
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      20px;
  text-align:     center;
  vertical-align: middle;
  color:          #D00027;
}

.clsScore2
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     center;
  vertical-align: middle;
  color:          #D00027;
}

.clsScore3
{
  background:     #D00027;	
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     center;
  vertical-align: middle;
  color:          white;
}

.clsList1
{
}

.clsList2
{
}

.clsTable
{
  padding:        0px;
  border-spacing: 2px;
  width:          880px;
  max-width:      880px;  
}

.clsCardTable2
{
  padding:        0px;
  border-spacing: 2px;
  width:          100%;
  background:     white;
}

.clsCardTable
{
  padding:        0px;
  border-spacing: 2px;
  width:          100%;
  background-image: linear-gradient(white, #FDFDF2);  
}

.clsCommentTable
{
  padding:        0px;
  border-spacing: 2px;
  width:          100%;
  background-image: linear-gradient(to right, white, silver);
}

.clsHeadText2
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      16px;
  text-align:     left;
  vertical-align: middle;
  color:          #D00027;
}

.clsListText1
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
}
.clsListText1S
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
}

.clsListText2
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     right;
  vertical-align: middle;
  color:          black;
}

.clsListText2S
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     right;
  vertical-align: middle;
  color:          black;
}

.clsListText3
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
}

.clsListText3S
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
}

.clsListText5
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          red;
}

.clsListText6
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      13px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
}

.clsListText8
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      13px;
  text-align:     center;
  vertical-align: middle;
  color:          black;
}

.clsImageText1
{
  padding-top:    10px;
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          black;
}

.clsImageText2
{
  padding-top:    10px;
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          black;
}

.clsImageText3
{
  padding-top:    10px;
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  vertical-align: middle;
  text-align:     left;
  color:          black;
}

.clsImageText4
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      11px;
  vertical-align: middle;
  text-align:     center;
  color:          black;
}

.clsImageText7
{
  padding-top:    10px;
  font-family:    arial;
  font-weight:    bold;
  font-style:     normal;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          black;
}

.clsSeq
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      11px;
  text-align:     left;
  text-align:     center;
  color:          darkgreen;
}

.clsValid
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      11px;
  text-align:     middle;
  text-align:     center;
  color:          darkgreen;
}

.clsPlayerDetails
{
  text-align:     center;
  vertical-align: top;
}

.clsImage4
{
  padding:        0px;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px
}

/* player table */
.clsPlayerTable
{
  padding:        0px;
  border-spacing: 0px;
  width:          100%;
}

.clsPlayerName
{
  padding:        0px;
  border-spacing: 0px;
  font-family:    arial;
  font-weight:    bold;
  font-size:      9px;
  text-align:     center;
  vertical-align: middle;
  color:          white;
}

.clsInfoBoxText3
{
  background:     #424949;
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  padding:        14px;
  color:          white;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  -moz-box-shadow:       1px 1px 1px 1px black;
  -webkit-box-shadow:    1px 1px 1px 1px black;
  box-shadow:            1px 1px 1px 1px black;
}

.clsInfoBoxText4
{
  background:     #CC1100;
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  padding:        14px;
  color:          white;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  -moz-box-shadow:       1px 1px 1px 1px black;
  -webkit-box-shadow:    1px 1px 1px 1px black;
  box-shadow:            1px 1px 1px 1px black;
}

.clsInfoBoxText5
{
  background:     #336633;
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  padding:        14px;  
  color:          white;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  -moz-box-shadow:       1px 1px 1px 1px black;
  -webkit-box-shadow:    1px 1px 1px 1px black;
  box-shadow:            1px 1px 1px 1px black;
}

.clsPhotoImage7
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              70%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage7NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              70%;  
}

.clsPhotoImage7NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      70%;  
}

.clsPhotoImage71
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              65%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage71NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              65%;  
}

.clsPhotoImage71NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      65%;  
}

.clsPhotoImage712
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              55%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage72
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              50%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage72NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              50%;  
}

.clsPhotoImage72NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      50%;  
}

.clsPhotoImage724NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              43%;  
}

.clsPhotoImage73
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              35%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage73NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              35%;  
}

.clsPhotoImage73NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      35%;  
}

.clsPhotoImage74
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              25%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage74NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              25%;  
}
.clsPhotoImage74NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      25%;  
}

.clsPhotoImage75
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              15%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage76
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     middle;
  width:              85%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage76NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     middle;
  width:              85%;  
}

.clsPhotoImage76NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  width:      85%;  
}

.clsPhotoImage78
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     middle;
  width:              100%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage78NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     middle;
  width:              100%;  
}
.clsPhotoImage78NUX
{
  border:     3px solid #ccc;
  background: #eee;
  margin:     auto;
  padding:    15px 10px;	
  text-align:         center;
  vertical-align:     middle;
  width:              100%;  
}

.clsPhotoImage79
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              44%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage79NU
{
  padding-top:        10px;
  text-align:         center;
  vertical-align:     bottom;
  width:              44%;  
}

.clsPhotoImage7109
{
  text-align:         center;
  vertical-align:     middle;
  width:              95%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsPhotoImage710
{
  text-align:         center;
  vertical-align:     middle;
  width:              100%;  
  -webkit-box-shadow: 0px 8px 6px -6px black;
  -moz-box-shadow:    0px 8px 6px -6px black;
  box-shadow:         0px 8px 6px -6px black;
}

.clsMapDetails
{
  text-align:            center;
  vertical-align:        middle;
  margin-top:            0px;
  margin-bottom:         0px;
  margin-right:          auto;
  margin-left:           auto;
}

.clsMap1
{
  border:         silver solid 2px;
  text-align:     center;
  vertical-align: middle;
  width:          450px;
  height:         450px;
}

.clsMap2
{
  border:         silver solid 1px;
  text-align:     center;
  vertical-align: middle;  
  width:          450px;
  height:         450px;
}

.clsVideo
{
  border:         silver solid 1px;
  text-align:     center;
  vertical-align: middle;  
  width:          600px;
}

.clsArticleTable
{
  padding:        5px;
  border-spacing: 10px;
  width:          100%;
}

.clsArticleHead
{
  font-family:    helvetica, arial;
  font-weight:    bold;
  font-size:      18px;  
  vertical-align: middle;
  text-align:     center;
  padding:        5px;
  color:          #D00027;
}

.clsArticleText
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      12px;    
  color:          black;
}

.clsArticleBy
{
  font-family:    helvetica, arial;
  font-weight:    normal;
  font-size:      14px;    
  vertical-align: middle;
  padding:        3px;
  text-align:     right;
  color:          black;
}

.clsRepArticleText
{
  font-family:    helvetica, arial;
  font-weight:    normal;
  font-size:      14px;      
  line-height:    1.5;
  vertical-align: top;
  text-align:     justify;
  text-justify:   distribute;
  padding:        10px;  
  border-spacing: 0px;  
  color:          black;
}

.clsRepArticleTextG
{
  font-family:    helvetica, arial;	
  font-weight:    normal;   
  font-size:      14px;      
  line-height:    1.5;  
  vertical-align: top;
  text-align:     justify;
  text-justify:   distribute;
  padding:        15px;  
  border-spacing: 3px;  
  color:          black;
  background:     #EAFAF1;  
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  border-style:    ridge;	
  border-color:    silver;  
  border-width:    2px;  
}

.clsSlideHead
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  padding:        5px;
  color:          #D00027;
}

.clsImage3
{
   width:  100%;
   border: #F0F0F0 solid 1px;
}

.clsImage5
{
  text-align:     center;
  vertical-align: middle;
}

.clsLink
{
  border:         silver solid 1px;
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
  background:     #FAF6E3;
}

/* Match Trailer */
.clsTrail
{
  padding:        3px;
  border-spacing: 2px;
  width:          100%;
}

.clsTrailText
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     center;
  vertical-align: middle;
  color:          #D00027;
}

.clsPrevPage
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     left;
  vertical-align: middle;
  color:          darkgrey;
}

.clsNextPage
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     right;
  vertical-align: middle;
  color:          darkgrey;
}

.clsLinesUps
{
  padding-top:    0px;
  padding-left:   0px;
  padding-right:  0px;
  padding-bottom: 0px;
  margin:         0px;
  text-align:     center;
  vertical-align: middle;
  width:          80%;
  -webkit-border-radius: 10px;
  -moz-border-radius:    10px;
  -o-border-radius:      10px;
  border-radius:         10px;
  -webkit-box-shadow:    0 8px 6px -6px black;
  -moz-box-shadow:       0 8px 6px -6px black;
  box-shadow:            0 8px 6px -6px black;
}

.clsTableTweet
{
  padding:        0px;
  border-spacing: 2px;
  text-align:     center;
  vertical-align: middle;
  width:          860px;
  margin:         0 auto;   
}

.clsStatsText1
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          black;
}

.clsStatsText2
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          #006600;
}


.clsStatsText3
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  vertical-align: middle;
  text-align:     center;
  color:          #CC1100;
}

.clsStatsText4
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  vertical-align: middle;
  text-align:     left;
  color:          black;
}

.clsStatsTable
{
  padding:        0px;
  border-spacing: 0px;
  width:          100%;
}

.clsReportWHN
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      14px;
  text-align:     left;
  vertical-align: middle;
  color:          black;
  background:     #ABEBAD;
  padding:        25px;
  border-spacing: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius:    50px;
  -o-border-radius:      50px;
  border-radius:         50px;
}

.clsFinalTable
{
  border:         silver ridge 1px;
  padding:        1px;
  border-spacing: 0px;
  width:          100%;
  background:     #FAF6E3;  
}

.clsFinalHead
{
  background:     #adadac;
}

.clsFinalQ
{
  background:     #f7dfc6;
}

.clsFinalNQ
{
  background:     #F6EEE6;  
}

.clsFinalLine
{
  background:     silver;
}
.clsPensBox
{
  text-align:     center;
  vertical-align: middle;
  width:          100%;
}

.clsPensTitle
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      80%;
  text-align:     center;
  vertical-align: middle;
  color:          white;
  background:     black;
}

.clsNotesHead
{
  font-family:    arial;
  font-weight:    bold;
  font-size:      15px;
  text-align:     left;
  vertical-align: middle;
  color:          darkgray;
}

.clsNotesText
{
  font-family:    arial;
  font-weight:    normal;
  font-size:      14px;
  text-align:     justify;
  text-justify:   distribute;
  vertical-align: middle;
  color:          black;
}

.cls1w
{
  width: 1%;
}

.cls2w
{
  width: 2%;
}

.cls3w
{
  width: 3%;
}

.cls4w
{
  width: 4%;
}

.cls5w
{
  width: 5%;
}

.cls6w
{
  width: 6%;
}

.cls7w
{
  width: 7%;
}

.cls8w
{
  width: 8%;
}

.cls9w
{
  width: 9%;
}

.cls10w
{
  width: 10%;
}

.cls11w
{
  width: 11%;
}

.cls12w
{
  width: 12%;
}

.cls13w
{
  width: 13%;
}

.cls14w
{
  width: 14%;
}

.cls15w
{
  width: 15%;
}

.cls16w
{
  width: 16%;
}

.cls17w
{
  width: 17%;
}

.cls18w
{
  width: 18%;
}

.cls19w
{
  width: 19%;
}

.cls20w
{
  width: 20%;
}

.cls21w
{
  width: 21%;
}

.cls22w
{
  width: 22%;
}

.cls23w
{
  width: 23%;
}

.cls24w
{
  width: 24%;
}

.cls25w
{
  width: 25%;
}

.cls26w
{
  width: 26%;
}

.cls27w
{
  width: 27%;
}

.cls28w
{
  width: 28%;
}

.cls29w
{
  width: 29%;
}

.cls30w
{
  width: 30%;
}

.cls31w
{
  width: 31%;
}

.cls32w
{
  width: 32%;
}

.cls33w
{
  width: 33%;
}

.cls34w
{
  width: 34%;
}

.cls35w
{
  width: 35%;
}

.cls36w
{
  width: 36%;
}

.cls37w
{
  width: 37%;
}

.cls38w
{
  width: 38%;
}

.cls40w
{
  width: 40%;
}

.cls42w
{
  width: 42%;
}

.cls45w
{
  width: 45%;
}

.cls46w
{
  width: 46%;
}

.cls47w
{
  width: 47%;
}

.cls48w
{
  width: 48%;
}

.cls50w
{
  width: 50%;
}

.cls53w
{
  width: 53%;
}

.cls54w
{
  width: 54%;
}

.cls55w
{
  width: 55%;
}

.cls60w
{
  width: 60%;
}

.cls62w
{
  width: 62%;
}

.cls65w
{
  width: 65%;
}

.cls70w
{
  width: 70%;
}

.cls75w
{
  width: 75%;
}

.cls80w
{
  width: 80%;
}

.cls85w
{
  width: 85%;
}

.cls90w
{
  width: 90%;
}

.cls95w
{
  width: 95%;
}

.cls96w
{
  width: 96%;
}

.cls98w
{
  width: 98%;
}

.cls99w
{
  width: 99%;
}

.cls100w
{
  width: 100%;
}
