﻿div.content_container {
	/*width: 100%;*/
	/*border: 1px black dotted;*/
	padding:0px;
}

table.content_table{
	/*border: 1px black dashed;*/
	width:100%;
}

td.content_table_data{
	padding:3px;
	vertical-align:top;
	/*white-space:nowrap;*/
}

td.10pc{
	width:10%;
}
td.15pc{
	width:15%;
}
.20pc{width:20%;}

td.25pc{
	width:25%;
}
td.30pc{
	width:30%;
}
td.33pc{
	width:33%;
}
td.40pc{
	width:40%;
}
td.50pc{
	width:50%;
}
td.60pc{
	width:60%;
}
td.70pc{
	width:70%;
}
td.75pc{
	width:75%;
}
td.80pc{
	width:80%;
}
td.85pc{
	width:85%;
}
td.90pc{
	width:90%;
}
td.100pc{
	width:100%;
}


td.200px{
	width:200px;
}
td.600px{
	width:600px;
}