
  td p, th p{
  	width:auto;
  }
  table{
  	border: 1px solid #e0e8ef;
  }
  td, th{
  	background-color:#f3f3f3;
  	margin:1px;
  	padding:4px;
  }
  th{
  	color:#369;
  	font-weight: bold;
  	background-color:#e0e8ef;
  	text-align:left;
  	border-top: 1px solid #f3f3f3;
  	border-bottom: 1px solid #f3f3f3;
  }
  td.link, th.link{
  	cursor:pointer;
  }
  td.link:hover, th.link:hover{
  	background-color:#e0e8ef;
  }
  td.link a, th.link a{
  	text-decoration:none;
  }
  th.light{
  	font-weight:normal;
  }
  .odd, .rowOdd,.odd td, .rowOdd td{
  	background-color:#fff;
  }
  .even, .rowEven, .even td, .rowEven td{
  	background-color:#f3f3f3;
  }

#sub_column_2 input[type=text], input.text, select.text, #sub_column_2 input[type=password], #sub_column_2 textarea, #sub_column_2 .textinput{
	width:317px;
}
#sub_column_2 select, #sub_column_2 .selectinput{
	width:120px;
	margin-right:20px;
}

