body{
    background:#ecf0f6;
    color:#000000;
    font:12px Verdana,Arial,Helvetica,sans-serif;
    margin:6px;
    padding:0;
}
a:hover{
    color:#121055
}
a:link,a:active,a:visited,a.postlink{
    color:#006699;
    text-decoration:none
}
a.act{
    font-weight:bold
}
a.act:visited{
    color:#FFA215
}
a.act:hover{
    color:#121055
}
.bodyline{
    background:#ffffff;
    border:1px solid #98aab1;
    padding:2px;
}
.bodyline2{
    background:#ffffff;
    border:1px solid #98aab1;
    padding:2px;
    min-height: 670px;
}
.ComponentMain{
    background-color: #ecf0f6;
    margin-bottom:10px;
    width: 99%;
    min-width: 170px;
    vertical-align: top;
}
.ComponentMainEditor{
    background-color: #ecf0f6;
    margin-bottom:10px;
    width: 100%;
    min-width: 170px;
    vertical-align: top;
}
.edit{
    width: 33%;
    float: left;
} 
.ComponentLeft{
    background-color: #ecf0f6;
    margin-bottom:10px;
    width: 90%;
    min-width: 122px;
    
}
.ComponentRight{
    background-color: #ecf0f6;
    margin-bottom:10px;
    width: 100%;
    min-width: 150px;
}
.ComponentTitle{
    background:#121055 url(images/cellheaderpic.gif);
    color:#E6ECF4;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding:8px;
}
.errors{
    font-size:12px;
    font-weight:bold;
    color:red;
    margin-left:5px;
}
font,th,td, p{
    font:12px Verdana,Arial,Helvetica,sans-serif;
}
.table_header{
    background:#121055 url(images/cellheaderpic.gif);
    color:#E6ECF4;
    font-weight:bold;
}    
.Footer{
    font-size: 12px;
    width: 100%;
    min-width: 100px;
    min-height: 10px;
    clear:both;
}
.Header{
    width: 100%;
    min-width: 100px;
    height: 112px;
    min-height: 5px;
    font-size: 26px;
}
img{
    border:0;
}
.pict{
    height: 16px;
    width: 16px;
}
.login_text11{
    font-size:12px;
    font-weight:bold;
    color:#121055;
    margin-left:5px;
}
.login_text12{
    font-size:12px;
    font-weight:bold;
    color:#121055;
    margin-left:5px;
}
.login_text12 input{
    width: 90%;
}    
.login_texta{
    margin-left:5px;
}
.PlayerName{
    font-size: 18px;
}
.PlayerNameBig{
    font-size:28px;
    text-align:left;
    font-weight:bold;
    color:#121055;
    padding-left:8px;

}
.Signifier{
    font-size: 12px;
    text-align:left;
    font-weight: bold;  
    width:150px;
    padding-left:8px;
}
.StadiumNameBig{
    font-size:28px;
    text-align:center;
    font-weight:bold;
    color:#121055;
}
table{
    text-align: left;
    border-collapse: collapse;
    margin-left: 5px;
}
.edit_table{
    text-align: left;
    border-collapse: collapse;
    margin-left: 5px;
    
}
.table_league{
    font-size: 12px;
    text-align: left;
    margin-left: 5px;
    border-collapse: separate;
}
.table_league td{
    padding-left: 3px;
    text-align: left;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
}
.table_separator, .table_separator td {
    background-color: #98aab1;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.tactic_table{ 
    background-color:greenyellow;
    height:436px;
    width:580px;
    background-repeat: no-repeat;
}
.tactic_table table{
    height:450px;
    width:560px;
    margin-top:15px;
} 
.tactic_table table tr{
    height:25px;
    width:550px;
} 
.tactic_table table tr td{
    height:25px;
    width:25px;
} 
.Left{
    width: 15%;
    min-width: 130px;
    min-height: 250px;
    float: left;
    padding-top: 5px;
}
.Center{
    width: 85%;
    min-width: 100px;
    min-height: 540px;
    float: left;
    padding-top: 5px;
}
.Right{
    width: 6%;
    min-width: 90px;
    min-height: 350px;
    float:left;
    padding-top: 5px;
}
.TextTitle{
    font-size: 20px;
}
tr{
    font-size: 12px;
}
//
// Navigation
//
#navigation { 
    font-size:0.75em; 
    width:120px;
    text-align: left;
}
#navigation ul { 
    margin:0px; 
    padding:0px; 
}
#navigation li { 
    list-style: none; 
} 
ul.top-level { 
    background:#0A0; 
}
ul.top-level li {
    border-bottom: #000 solid;
    border-top: #000 solid;
    border-width: 1px;
}
#navigation a {
    color: #fff;
    cursor: pointer;
    display:block;
    height:22px;
    line-height: 25px;
    text-indent: 10px;
    text-decoration:none;
    text-align:left;
    font-size: 12px;
    font-weight: bold;
    width:100%;
}
#navigation a:hover{
    text-decoration:none;
}
#navigation li:hover {
    background: #0d0;
    position: relative;
}
ul.sub-level {
    display: none;
}
li:hover .sub-level {
    background: #0d0;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 115px;
    top: 5px;
}
ul.sub-level li {
    border: none;
    float:left;
    width:260px;
}
/*Seconda Level*/
#navigation .sub-level {
    background: #0d0;
}
/*Third Level*/
#navigation .sub-level .sub-level {
    background: #0d0;
}
/*RESET STYLES*/
li:hover .sub-level .sub-level {
    display:none;
    background: #0d0;
}

.sub-level li:hover .sub-level {
    display:block;
}
//
// Drag & Drop
//
.Center tacticplayer{ 

}
.dragable { 
    width: 95px;
    height: 50px;
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    float: left;
    padding: 0px;
    position:absolute;
    z-index:1;
    padding-left:5px;
}
#invisible{
    display: none;
}
.player1, .player2, .player3, .player4, .player5, .player6,
.player7, .player8, .player9, .player10, .player11 {
    padding: 0px; 
}
