table.tip{
  width: 100%;
  font-size: 12px;
  border: 1px gray solid;
}

tr.odd{
  /*background-color: #2F475E;*/
  color: #DDDDDD;
}

thead.tip{
	padding: 3px;
	background-color: #404040;
	font-weight: bold;	
}
	
td.tip{
  padding: 3px;
  height: 20px;
  font-size: 12px;
}

input.tip{
  font-weight: normal; 
}

input.tip[disabled="disabled"]{
  color: gray; 
}

span.teamname{
  font-weight: bold;
}

input.button2{
  background-color:#000000;
  background-image:url(../Forums/styles/proDark/theme/images/bg_button.gif);	
  font-family:"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
  padding-bottom:1px;
  padding-top:1px;
  cursor:pointer;
  color:#FFFFFF;
}

input.button2:hover{
  border-color:#BC2A4D;
  color:#BC2A4D;  
}


