
	
	.row_bold {

		font-weight: bold;
		overflow: hidden;
		text-align: left;

	
	}

	.row_bold div {

		float: left;
		border: solid 0px #666;
		border-width: 1px 1px 1px 0px;
		text-align: left;
		padding: 2px 4px 0px 8px;
		background: #eee;
		
	}

	.row_bold div:first-child {

		float: left;
		border: solid 0px #666;
		border-width: 1px 1px 1px 1px;
		text-align: left;
		padding: 2px 4px 0px 8px;
	}


	.row_light {
		overflow: hidden;
	}

	.row_light div {
		text-align: left;
		float: left;
		border: solid 0px #ddd;
		border-width: 0px 1px 1px 0px;
		overflow: hidden;
		height: 28px;
		padding: 2px 4px 0px 8px;
	}

	.row_light div:first-child {
		text-align: left;
		float: left;
		border: solid 0px #ddd;
		border-width: 0px 1px 1px 1px;
		overflow: hidden;
		height: 28px;
		padding: 2px 4px 0px 8px;
	}

	.col_90 {
		width: 80px;
	}

	.col_100 {
		width: 100px;
	}

	.col_140 {
		width: 140px;
	}

	.col_180 {
		width: 180px;
	}

	.col_200 {
		width: 200px;
	}

	.height_60 {
		height: 50px !important;
		
	}

	.row_bold  .TextRight, .row_light  .TextRight {
		text-align: right; 
	}
	
	ul {
		margin: 0px;
		padding: 0px;
	}

	ul li {
		overflow: hidden;
		height: 20px;
		list-style-type: none;
		
	}

	input {
		border: solid 1px #666;
		/*width: 80px;*/
	}

