/*----------------------------------------------
 |  table.css |
 |-----------
 |  Table elements
 *---------------------------------------------*/
div#bodytext table {
  border: none;
}

div#bodytext table td {
  vertical-align: top;
}

th {
  vertical-align:top;
 }

td.manage {
  padding:10px;
  border-top:1px solid #B31D38;
}

td.managelast {
  padding:10px;
  border-top:1px solid #B31D38;
  border-bottom:1px solid #B31D38;
}


td.partnerlist {
  height: 40px;
  padding:10px;
  vertical-align:middle;
  border-bottom:1px dotted #B31D38;
  border-right:1px dotted #B31D38;
}

td.partnerlistright {
  height: 40px;
  padding:10px;
  vertical-align:middle;
  border-bottom:1px dotted #B31D38;
}

td.partnerlistbottom {
  height: 40px;
  padding:10px;
  vertical-align:middle;
  border-right:1px dotted #B31D38;
}

td.partnerlistrightbottom {
  height: 40px;
  padding:10px;
  vertical-align:middle;
}


td.playerlisttop {
  font-size:12px;
  height:10px;
  padding:3px 5px 3px 0px;
  width:150px;
  text-align:left;
  vertical-align:top;
  border-top:1px dotted #B31D38;
}

td.playerlistimage {
  font-size:12px;
  padding:3px;
  text-align:right;
  vertical-align:middle;
  border-bottom:1px dotted #B31D38;
}

td.playerlistimagetop {
  font-size:12px;
  padding:3px;
  text-align:right;
  vertical-align:middle;
  border-top:1px dotted #B31D38;
  border-bottom:1px dotted #B31D38;
}

td.playerlist {
  font-size:12px;
  height:10px;
  width:150px;
  padding:3px 5px 3px 0px;
  text-align:left;
  vertical-align:top;
}

td.playerlistbottom {
  font-size:12px;
  height:10px;
  width:150px;
  padding:3px 5px 3px 0px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px dotted #B31D38;
}

table#starttable{
 width:559px;
 }

table#starttable td{
 width:279px;
 padding:20px;
 height:150px;
 padding-top:35px;
 padding-right:35px;
  font-size: 13px;
  line-height: 15px;
 }

*:first-child+html {} * html {} table#starttable td{
  height:95px;
}

table#starttable td.soccersponsor{
 background-image:url('../images/sss.gif');
}
table#starttable td.socceracademy{
 background-image:url('../images/soccerproacademy.gif');
}
table#starttable td.academyplayerinvestor{
 background-image:url('../images/academyplayerinvestor.gif');
}

table#starttable td.goldsponsoracademy{
 background-image:url('../images/goldsponsoracademy.gif');
}

table#shoptable{
 width:559px;
 }

table#shoptable td.shop{
 vertical-align:middle;
 padding:5px;
 font-size: 14px;
 line-height: 15px;
 border-bottom:1px solid #B31D38;
 }
table#shoptable td.topshop{
 vertical-align:middle;
 padding:5px;
 font-size: 12px;
 font-weight:bold;
 line-height: 13px;
 border-bottom:1px solid #B31D38;
 }

table#baskettable{
 width:217px;
 }

table#baskettable td.shop{
 vertical-align:middle;
 padding:5px;
 font-size: 11px;
 line-height: 12px;
 border-bottom:1px dotted #B31D38;
 }
table#baskettable td.topshop{
 text-align:right;
 padding:3px;
 font-size: 11px;
 font-weight:bold;
 line-height: 12px;
 border-bottom:1px solid #B31D38;
 }

table#baskettable td.basketbottom{
 vertical-align:middle;
 padding:3px;
 font-size: 11px;
 font-weight:bold;
 line-height: 12px;
 border-top:1px solid #B31D38;
 }

table#checkout{
 width:550px;
 }

table#checkout td.shop{
 vertical-align:middle;
 padding:5px;
 font-size: 12px;
 line-height: 13px;
 border-bottom:1px dotted #B31D38;
 }
table#checkout td.top{
 vertical-align:middle;
 text-align:right;
 padding:3px;
 font-size: 12px;
 font-weight:bold;
 line-height: 13px;
 border-bottom:1px solid #B31D38;
 }

table#checkout td.basketbottom{
 vertical-align:middle;
 padding:3px;
 font-size: 12px;
 font-weight:bold;
 line-height: 13px;
 border-top:1px solid #B31D38;
 }
